Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 185447 - media-gfx/xsane-0.994 fails during configure
Summary: media-gfx/xsane-0.994 fails during configure
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Patrick Kursawe (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-15 19:36 UTC by William L. Thomson Jr. (RETIRED)
Modified: 2007-07-17 08:44 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 William L. Thomson Jr. (RETIRED) gentoo-dev 2007-07-15 19:36:28 UTC
checking for sane-config... /usr/bin/sane-config
checking for SANE - version >= 1.0.0... no
*** Could not run SANE test program, checking why..
checking for pkg-config... /usr/bin/pkg-config
checking for GIMP - version >= 1.3.23... yes (version 2.2.16)
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for png_create_info_struct in -lpng... yes
****************************************************************
ERROR: SANE-1.0.0 or newer is needed for compiling xsane
     - if you installed SANE as rpm make sure you also included
       sane-devel
****************************************************************


*  media-gfx/sane-backends
      Latest version available: 1.0.18-r2
      Latest version installed: 1.0.18-r2

*  media-gfx/xsane
      Latest version available: 0.994
      Latest version installed: 0.991

desktop ~ # /usr/bin/sane-config --version
1.0.18


Seems I have a high enough version to suffice, but for some reason it's bailing. It compiled in the past, you can see 0.991 merged.

A bit of emerge --info if it's needed, cut out the use flags because I don't think that stuff matters much in the problem or resolution.

Portage 2.1.2.9 (default-linux/x86/2007.0, gcc-4.1.2, glibc-2.5-r4, 2.6.20-gentoo-r7 i686)
=================================================================
System uname: 2.6.20-gentoo-r7 i686 AMD Athlon(tm) XP 2400+
Gentoo Base System release 1.12.9
Timestamp of tree: Sun, 15 Jul 2007 05:00:01 +0000
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python:     2.4.4-r4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.23b
virtual/os-headers:  2.6.21
ACCEPT_KEYWORDS="x86"

Let me know if you need anything else from me :) Thanks
Comment 1 Patrick Kursawe (RETIRED) gentoo-dev 2007-07-16 08:26:28 UTC
Please do a "revdep-rebuild" and then try again.
Comment 2 William L. Thomson Jr. (RETIRED) gentoo-dev 2007-07-16 19:49:40 UTC
Well here is what revdep-rebuild wanted me to re-emerge

emerge --oneshot -q =media-libs/libgphoto2-2.2.1-r1 =media-libs/netpbm-10.36.0 =gnome-base/nautilus-2.16.3 =gnome-extra/libgda-1.2.3 =gnome-extra/gnome-screensaver-2.16.2 =gnome-extra/nautilus-cd-burner-2.16.3

Off hand I can't see how any of those packages would correct the problem. But for some odd reason it surely did? A bit lost there, but don't really care either since the problem is gone now.

Mighty odd. Do you have any info to explain why that worked?
Comment 3 Patrick Kursawe (RETIRED) gentoo-dev 2007-07-17 08:44:02 UTC
(In reply to comment #2)
> Well here is what revdep-rebuild wanted me to re-emerge
> 
> emerge --oneshot -q =media-libs/libgphoto2-2.2.1-r1
[...]
> Off hand I can't see how any of those packages would correct the problem. But
> for some odd reason it surely did? A bit lost there, but don't really care
> either since the problem is gone now.
> 
> Mighty odd. Do you have any info to explain why that worked?

Not odd at all. If you have one of these USE flags (that don't matter, just like you said) called "gphoto2" set, sane-backends depend on libgphoto2. And if sane-backends is broken because of a broken libgphoto2 xsane can't be  compiled because sane-backends is broken.