Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80381 - media-gfx/xsane-0.97 cannot find sane-backend-1.0.15
Summary: media-gfx/xsane-0.97 cannot find sane-backend-1.0.15
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Patrick Kursawe (RETIRED)
URL:
Whiteboard:
Keywords:
: 101533 181094 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-02-01 13:21 UTC by Jonathan Smith (RETIRED)
Modified: 2007-06-06 17:11 UTC (History)
2 users (show)

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


Attachments
xsane-0.97 config.log (config.log,63.80 KB, text/plain)
2005-02-02 04:12 UTC, Jonathan Smith (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Smith (RETIRED) gentoo-dev 2005-02-01 13:21:04 UTC
checking for SANE - version >= 1.0.0... no
*** Could not run SANE test program, checking why...
*** The test program compiled, but did not run. This usually means
*** that the run-time linker is not finding SANE or finding the wrong
*** version of SANE. If it is not finding SANE, you'll need to set your
*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point
*** to the installed location  Also, make sure you have run ldconfig if that
*** is required on your system
***
*** If you have an old version installed, it is best to remove it, although
*** you may also be able to get things to work by modifying LD_LIBRARY_PATH
***
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means SANE was incorrectly installed
*** or that you have moved SANE since it was installed. In the latter case, you
*** may want to edit the sane-config script: /usr/bin/sane-config
checking for pkg-config... /usr/bin/pkg-config
checking for GIMP - version >= 1.3.23... yes (version 2.0.6)
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
****************************************************************

make: *** No targets specified and no makefile found.  Stop.

!!! ERROR: media-gfx/xsane-0.97 failed.
!!! Function src_compile, Line 32, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

--------------------------------------------------------------------

Portage 2.0.51-r15 (default-linux/x86/2004.2, gcc-3.4.3, glibc-2.3.4.20041102-r0, 2.6.10 i686)
=================================================================
System uname: 2.6.10 i686 Intel(R) Celeron(R) CPU 2.00GHz
Gentoo Base System version 1.6.9
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Jan 10 2005, 05:32:54)]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.9.4, 1.8.5-r3, 1.5, 1.6.3, 1.4_p6
sys-devel/binutils:  2.15.92.0.2-r1, 2.15.92.0.2-r2
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=i686 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/alias /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=i686 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="x86 X aalib acpi aim alsa apache2 apm arts avi berkdb bitmap-fonts cdr crypt cups dba doc dvd encode esd f77 fam flac fluxbox font-server foomaticdb fortran ftp gd gd-external gdbm gif gpm gtk gtk2 icq imagemagick imap imlib java jikes jpeg junit libg++ libwww mad mbox mikmod mmx mmx2 motif mozilla mpeg mysql ncurses nls nptl nptlonly oggvorbis opengl pam pcmcia pdflib perl php png posix postgres python qt quicktime readline samba scanner sdl slang snmp spell sse sse2 ssl svga tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts udev usb vim xml2 xmms xprint xv xvid zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY


while the configuration says i don't have sane ">=1.0.0", portage says i have sane-backends-1.0.15
Comment 1 Patrick Kursawe (RETIRED) gentoo-dev 2005-02-02 02:29:07 UTC
1.0.15 is just fine - please attach (not paste) the config.log file from /var/tmp/portage/xsane-0.97/work/xsane-0.97
Comment 2 Jonathan Smith (RETIRED) gentoo-dev 2005-02-02 04:12:38 UTC
Created attachment 50205 [details]
xsane-0.97 config.log

attached as requested
Comment 3 Patrick Kursawe (RETIRED) gentoo-dev 2005-02-02 04:39:44 UTC
Looks like the libusb version that sane-backends is linked with does not exist any more. Please use revdep-rebuild or re-emerge sane-backends. If this does not solve your problem, please re-open this bug.
Comment 4 Jonathan Smith (RETIRED) gentoo-dev 2005-02-02 08:59:50 UTC
seemed to work. sorry to waste your time
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2005-08-06 04:07:57 UTC
*** Bug 101533 has been marked as a duplicate of this bug. ***
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2007-06-06 17:11:11 UTC
*** Bug 181094 has been marked as a duplicate of this bug. ***