First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 129953
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: AMD64 Project <amd64@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Timo Gurr <tgurr@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
config.log config.log text/x-log Timo Gurr 2006-04-14 08:33 0000 16.72 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 129953 depends on: Show dependency tree
Bug 129953 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-04-14 08:33 0000
checking for pkg-config... /usr/bin/pkg-config
checking for gtk+-2.0... checking for gtk+... sh: gtk-config: command not found
sh: gtk-config: command not found
sh: gtk-config: command not found
yes
checking GTK_CFLAGS... sh: gtk-config: command not found
sh: gtk-config: command not found
sh: gtk-config: command not found

checking GTK_LIBS... sh: gtk-config: command not found
sh: gtk-config: command not found
sh: gtk-config: command not found

checking for imlibgdk... Package imlibgdk was not found in the pkg-config
search path. Perhaps you should add the directory containing `imlibgdk.pc' to
the PKG_CONFIG_PATH environment variable No package 'imlibgdk' found
configure: error: Library requirements (imlibgdk) not met; consider adjusting
the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard
prefix so pkg-config can find them.

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/iscan-2.0.0/work/iscan-2.0.0/config.log

!!! ERROR: media-gfx/iscan-2.0.0 failed.
Call stack:
  ebuild.sh, line 1532:   Called dyn_compile
  ebuild.sh, line 929:   Called src_compile
  iscan-2.0.0.ebuild, line 146:   Called econf '--enable-jpeg' '--enable-png'
'--with-pic'
  ebuild.sh, line 527:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if
relevant.



Portage 2.1_pre7-r5 (default-linux/amd64/2006.0, gcc-4.1.0, glibc-2.4-r1,
2.6.16-gentoo x86_64)
=================================================================
System uname: 2.6.16-gentoo x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.12.0_pre17
dev-lang/python:     2.4.2-r1
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O2 -pipe -fomit-frame-pointer -ftracer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/kde/devel/env /usr/kde/devel/share/config /usr/kde/devel/shutdown
/usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/revdep-rebuild
/etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -O2 -pipe -fomit-frame-pointer -ftracer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/"
LANG="de_DE@euro"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/overlays/kde-live"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X alsa apache2 avi berkdb bitmap-fonts cli crypt ctype cups dba dri
dvd eds emboss encode expat fastbuild foomaticdb force-cgi-redirect fortran ftp
gd gif glibc-omitfp gpm gstreamer gtk2 imlib ipv6 isdnlog jpeg kde lzw lzw-tiff
memlimit mp3 mpeg ncurses nls nptl nptlonly opengl pam pcre pdflib perl png
posix pppd python qt quicktime readline sdl session simplexml soap sockets
spell spl ssl tcpd tiff tokenizer truetype truetype-fonts type1-fonts usb xml
xpm xsl xv zlib elibc_glibc input_devices_evdev input_devices_keyboard
kernel_linux linguas_de userland_GNU video_cards_nvidia"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS

------- Comment #1 From Timo Gurr 2006-04-14 08:33:58 0000 -------
Created an attachment (id=84644) [details]
config.log

------- Comment #2 From Jakub Moc (RETIRED) 2006-04-14 08:50:36 0000 -------
Well, this really doesn't make much sense as-is... In current state, it will
just bomb out for anyone on amd64 w/ USE="X", pretty bad. :/

<snip>
        x86? (
                X? (
                        sys-devel/gettext
                        >=x11-libs/gtk+-2.0
                        gimp? ( media-gfx/gimp )
                )
        )"

pkg_setup() {
        local i
        if ! use x86 && ( use X || use gimp ); then
                ewarn
                ewarn "The iscan application needs CSS x86-only libs and"
                ewarn "thus can't be built currently. You can still use"
                ewarn "'xscanimage', 'xsane' or 'kooka' with sane-epkowa"
                ewarn "backend. But some low-end scanners are also not"
                ewarn "supported, because they need these x86 libs, too."
                ewarn
        fi
</snip>

------- Comment #3 From Stefan Briesenick 2006-04-14 16:50:56 0000 -------
this problem is already fixed in my local overlay. I will commit it asap.

------- Comment #4 From Stefan Briesenick 2006-04-14 17:11:46 0000 -------
iscan-2.0.0-r1 in CVS.

First Last Prev Next    No search results available      Search page      Enter new bug