all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#14159: Problem with compilation and building emacs (libtiff, libgtk3 and other are missing)
@ 2013-04-08  7:47 Petr Hracek
  2013-04-08 10:15 ` Petr Hracek
  0 siblings, 1 reply; 2+ messages in thread
From: Petr Hracek @ 2013-04-08  7:47 UTC (permalink / raw
  To: 14159

Hi,

I'd like to compile and build emacs-24.3 but after a build rpm does not 
require
any libtiff and other libraries:

Compilation and build is done by commands:
BuildRequires: atk-devel cairo-devel freetype-devel fontconfig-devel 
dbus-devel giflib-devel g
libc-devel libpng-devel
BuildRequires: libjpeg-devel libtiff-devel libX11-devel libXau-devel 
libXdmcp-devel libXrender
-devel libXt-devel
BuildRequires: libXpm-devel ncurses-devel xorg-x11-proto-devel 
zlib-devel gnutls-devel
BuildRequires: librsvg2-devel m17n-lib-devel libotf-devel 
ImageMagick-devel libselinux-devel
BuildRequires: GConf2-devel alsa-lib-devel gpm-devel liblockfile-devel 
libxml2-devel
BuildRequires: bzip2 cairo texinfo gzip desktop-file-utils
BuildRequires: gtk3-devel python2-devel python3-devel

%configure --with-dbus --with-gif --with-jpeg --with-png --with-rsvg \
            --with-tiff --with-xft --with-xpm 
--with-x-toolkit=%{toolkit} --with-gpm=no
make bootstrap
make
cd ..

# Build binary without X support
mkdir build-nox && cd build-nox
ln -s ../configure .
%configure --with-x=no
make

Do you have any advise what is wrong?

Build is fine w/o any error but command:
[stone@kiasportyw emacs(master)]$ rpm -qp --requires 
/var/lib/mock/fedora-rawhide-i386/result/emacs-24.3-6.fc20.i686.rpm
/bin/sh
/bin/sh
/bin/sh
/bin/sh
/usr/sbin/alternatives
/usr/sbin/alternatives
dejavu-sans-mono-fonts
desktop-file-utils
emacs-common = 1:24.3-6.fc20
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
[stone@kiasportyw emacs(master)]$

In version 24.2 all works fine and
rpm -q --requires emacs shows:
/bin/sh
/bin/sh
/bin/sh
/bin/sh
/usr/sbin/alternatives
/usr/sbin/alternatives
dejavu-sans-mono-fonts
desktop-file-utils
emacs-common = 1:24.3-5.fc18
libICE.so.6
libMagickCore.so.5
libMagickWand.so.5
libSM.so.6
libX11.so.6
libXft.so.2
libXpm.so.4
libXrender.so.1
libasound.so.2
libasound.so.2(ALSA_0.9)
libasound.so.2(ALSA_0.9.0rc4)
libatk-1.0.so.0
libc.so.6
libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1)
libc.so.6(GLIBC_2.11)
libc.so.6(GLIBC_2.15)
libc.so.6(GLIBC_2.2)
libc.so.6(GLIBC_2.2.1)
libc.so.6(GLIBC_2.3)
libc.so.6(GLIBC_2.3.3)
libc.so.6(GLIBC_2.3.4)
libc.so.6(GLIBC_2.4)
libc.so.6(GLIBC_2.6)
libcairo-gobject.so.2
libcairo.so.2
libdbus-1.so.3
libfontconfig.so.1
libfreetype.so.6
libgconf-2.so.4
libgdk-3.so.0
libgdk_pixbuf-2.0.so.0
libgif.so.4
libgio-2.0.so.0
libglib-2.0.so.0
libgnutls.so.26
libgnutls.so.26(GNUTLS_1_4)
libgobject-2.0.so.0
libgomp.so.1
libgtk-3.so.0
libjpeg.so.62
libjpeg.so.62(LIBJPEG_6.2)
libm.so.6
libm.so.6(GLIBC_2.0)
libm17n-core.so.0
libm17n-flt.so.0
libotf.so.0
libpango-1.0.so.0
libpangocairo-1.0.so.0
libpng15.so.15
libpng15.so.15(PNG15_0)
libpthread.so.0
libpthread.so.0(GLIBC_2.0)
libpthread.so.0(GLIBC_2.2)
librsvg-2.so.2
librt.so.1
librt.so.1(GLIBC_2.2)
libselinux.so.1
libtiff.so.5
libtiff.so.5(LIBTIFF_4.0)
libtinfo.so.5
libxml2.so.2
libxml2.so.2(LIBXML2_2.4.30)
libxml2.so.2(LIBXML2_2.6.0)
libz.so.1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rtld(GNU_HASH)
rpmlib(PayloadIsXz) <= 5.2-1

-- 
S pozdravem / Best regards

Petr Hracek






^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#14159: Problem with compilation and building emacs (libtiff, libgtk3 and other are missing)
  2013-04-08  7:47 bug#14159: Problem with compilation and building emacs (libtiff, libgtk3 and other are missing) Petr Hracek
@ 2013-04-08 10:15 ` Petr Hracek
  0 siblings, 0 replies; 2+ messages in thread
From: Petr Hracek @ 2013-04-08 10:15 UTC (permalink / raw
  To: 14159

Problem was solved by problematic /usr/lib/libmagic library.

Please close the bug

S pozdravem / Best regards

Petr Hracek

On 04/08/2013 09:47 AM, Petr Hracek wrote:
> Hi,
>
> I'd like to compile and build emacs-24.3 but after a build rpm does 
> not require
> any libtiff and other libraries:
>
> Compilation and build is done by commands:
> BuildRequires: atk-devel cairo-devel freetype-devel fontconfig-devel 
> dbus-devel giflib-devel g
> libc-devel libpng-devel
> BuildRequires: libjpeg-devel libtiff-devel libX11-devel libXau-devel 
> libXdmcp-devel libXrender
> -devel libXt-devel
> BuildRequires: libXpm-devel ncurses-devel xorg-x11-proto-devel 
> zlib-devel gnutls-devel
> BuildRequires: librsvg2-devel m17n-lib-devel libotf-devel 
> ImageMagick-devel libselinux-devel
> BuildRequires: GConf2-devel alsa-lib-devel gpm-devel liblockfile-devel 
> libxml2-devel
> BuildRequires: bzip2 cairo texinfo gzip desktop-file-utils
> BuildRequires: gtk3-devel python2-devel python3-devel
>
> %configure --with-dbus --with-gif --with-jpeg --with-png --with-rsvg \
>            --with-tiff --with-xft --with-xpm 
> --with-x-toolkit=%{toolkit} --with-gpm=no
> make bootstrap
> make
> cd ..
>
> # Build binary without X support
> mkdir build-nox && cd build-nox
> ln -s ../configure .
> %configure --with-x=no
> make
>
> Do you have any advise what is wrong?
>
> Build is fine w/o any error but command:
> [stone@kiasportyw emacs(master)]$ rpm -qp --requires 
> /var/lib/mock/fedora-rawhide-i386/result/emacs-24.3-6.fc20.i686.rpm
> /bin/sh
> /bin/sh
> /bin/sh
> /bin/sh
> /usr/sbin/alternatives
> /usr/sbin/alternatives
> dejavu-sans-mono-fonts
> desktop-file-utils
> emacs-common = 1:24.3-6.fc20
> rpmlib(CompressedFileNames) <= 3.0.4-1
> rpmlib(FileDigests) <= 4.6.0-1
> rpmlib(PayloadFilesHavePrefix) <= 4.0-1
> rpmlib(PayloadIsXz) <= 5.2-1
> [stone@kiasportyw emacs(master)]$
>
> In version 24.2 all works fine and
> rpm -q --requires emacs shows:
> /bin/sh
> /bin/sh
> /bin/sh
> /bin/sh
> /usr/sbin/alternatives
> /usr/sbin/alternatives
> dejavu-sans-mono-fonts
> desktop-file-utils
> emacs-common = 1:24.3-5.fc18
> libICE.so.6
> libMagickCore.so.5
> libMagickWand.so.5
> libSM.so.6
> libX11.so.6
> libXft.so.2
> libXpm.so.4
> libXrender.so.1
> libasound.so.2
> libasound.so.2(ALSA_0.9)
> libasound.so.2(ALSA_0.9.0rc4)
> libatk-1.0.so.0
> libc.so.6
> libc.so.6(GLIBC_2.0)
> libc.so.6(GLIBC_2.1)
> libc.so.6(GLIBC_2.11)
> libc.so.6(GLIBC_2.15)
> libc.so.6(GLIBC_2.2)
> libc.so.6(GLIBC_2.2.1)
> libc.so.6(GLIBC_2.3)
> libc.so.6(GLIBC_2.3.3)
> libc.so.6(GLIBC_2.3.4)
> libc.so.6(GLIBC_2.4)
> libc.so.6(GLIBC_2.6)
> libcairo-gobject.so.2
> libcairo.so.2
> libdbus-1.so.3
> libfontconfig.so.1
> libfreetype.so.6
> libgconf-2.so.4
> libgdk-3.so.0
> libgdk_pixbuf-2.0.so.0
> libgif.so.4
> libgio-2.0.so.0
> libglib-2.0.so.0
> libgnutls.so.26
> libgnutls.so.26(GNUTLS_1_4)
> libgobject-2.0.so.0
> libgomp.so.1
> libgtk-3.so.0
> libjpeg.so.62
> libjpeg.so.62(LIBJPEG_6.2)
> libm.so.6
> libm.so.6(GLIBC_2.0)
> libm17n-core.so.0
> libm17n-flt.so.0
> libotf.so.0
> libpango-1.0.so.0
> libpangocairo-1.0.so.0
> libpng15.so.15
> libpng15.so.15(PNG15_0)
> libpthread.so.0
> libpthread.so.0(GLIBC_2.0)
> libpthread.so.0(GLIBC_2.2)
> librsvg-2.so.2
> librt.so.1
> librt.so.1(GLIBC_2.2)
> libselinux.so.1
> libtiff.so.5
> libtiff.so.5(LIBTIFF_4.0)
> libtinfo.so.5
> libxml2.so.2
> libxml2.so.2(LIBXML2_2.4.30)
> libxml2.so.2(LIBXML2_2.6.0)
> libz.so.1
> rpmlib(CompressedFileNames) <= 3.0.4-1
> rpmlib(FileDigests) <= 4.6.0-1
> rpmlib(PayloadFilesHavePrefix) <= 4.0-1
> rtld(GNU_HASH)
> rpmlib(PayloadIsXz) <= 5.2-1
>






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-08 10:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-08  7:47 bug#14159: Problem with compilation and building emacs (libtiff, libgtk3 and other are missing) Petr Hracek
2013-04-08 10:15 ` Petr Hracek

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.