Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 129953 - media-gfx/iscan-2.0.0 invalid arch? dependencies
Summary: media-gfx/iscan-2.0.0 invalid arch? dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-14 08:33 UTC by Timo Gurr (RETIRED)
Modified: 2006-04-14 17:11 UTC (History)
2 users (show)

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


Attachments
config.log (config.log,16.72 KB, text/x-log)
2006-04-14 08:33 UTC, Timo Gurr (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Timo Gurr (RETIRED) gentoo-dev 2006-04-14 08:33:11 UTC
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 Timo Gurr (RETIRED) gentoo-dev 2006-04-14 08:33:58 UTC
Created attachment 84644 [details]
config.log
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-04-14 08:50:36 UTC
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 Stefan Briesenick (RETIRED) gentoo-dev 2006-04-14 16:50:56 UTC
this problem is already fixed in my local overlay. I will commit it asap.
Comment 4 Stefan Briesenick (RETIRED) gentoo-dev 2006-04-14 17:11:46 UTC
iscan-2.0.0-r1 in CVS.