Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 118800 - x11-misc/hotkeys-0.5.7.1-r1 needs modular X loving
Summary: x11-misc/hotkeys-0.5.7.1-r1 needs modular X loving
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Heinrich Wendel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-12 11:39 UTC by Sandro Bonazzola (RETIRED)
Modified: 2006-01-25 11:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sandro Bonazzola (RETIRED) gentoo-dev 2006-01-12 11:39:29 UTC
x11-misc/hotkeys-0.5.7.1-r1 depends on virtual/x11-6.8.

I can't provide the output of the scripts because ebuilding it fails with the following error:

>>> Compiling source in /var/tmp/portage/hotkeys-0.5.7.1-r1/work/hotkeys-0.5.7.1 ...
./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-db3test --with-X --without-xosd --with-gtk --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for a BSD-compatible install... /bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for X... libraries /usr/X11R6/lib64, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for xml2-config... /usr/bin/xml2-config
checking for libxml - version >= 2.2.8... yes (version 2.6.22)
checking for pthread_create in -lpthread... yes

checking for pkg-config... /usr/bin/pkg-config
checking for GTK+ - version >= 2.0.0... yes (version 2.8.9)
checking for xosd-config... no
checking for libxosd... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether sys/types.h defines makedev... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether x86_64-pc-linux-gnu-gcc needs -traditional... no
checking for vprintf... yes
checking for _doprnt... no
checking whether closedir returns void... no
checking for select... yes
checking for strdup... yes
checking for strerror... yes
checking for getopt_long... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating def/Makefile
config.status: creating config.h
config.status: executing default-1 commands
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/hotkeys-0.5.7.1-r1/work/hotkeys-0.5.7.1'
Making all in src
make[2]: Entering directory `/var/tmp/portage/hotkeys-0.5.7.1-r1/work/hotkeys-0.5.7.1/src'
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSHAREDIR=\"/usr/share/hotkeys\"               -DCONFDIR=\"/etc\" -DCONFIG_NAME=\"hotkeys.conf\"     -march=athlon64 -O2 -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow   -I/usr/X11R6/include -I/usr/include/libxml2  -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I..  -c hotkeys.c
hotkeys.c:40:20: db3/db.h: No such file or directory
hotkeys.c: In function `main':
hotkeys.c:1583: warning: passing arg 3 of `pthread_create' from incompatible pointer type
make[2]: *** [hotkeys.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/hotkeys-0.5.7.1-r1/work/hotkeys-0.5.7.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/hotkeys-0.5.7.1-r1/work/hotkeys-0.5.7.1'
make: *** [all-recursive-am] Error 2
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2006-01-25 00:00:57 UTC
Fixed.
Comment 2 Sandro Bonazzola (RETIRED) gentoo-dev 2006-01-25 11:59:08 UTC
Verified, works fine here. Closing.