Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 32470

Summary: sidplay-2.0.8 wont build because libsidutils is missing
Product: Gentoo Linux Reporter: Christian Birchinger (RETIRED) <joker>
Component: New packagesAssignee: Hanno Böck <hanno>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: 1.4_rc1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Christian Birchinger (RETIRED) gentoo-dev 2003-11-01 08:33:49 UTC
emerge aborts because configure fails at the libsidutils test:

configure:9149: /bin/sh ./libtool g++ -o conftest -g -O2 -DHAVE_UNIX    
/usr/lib/libsidutils.la   conftest.cc  >&5
libtool: link: cannot find the library `/usr/lib/libsidutils.la'

libsidutils was provided by "media-sound/libsidutils" once. That ebuild is gone
(removed?).

sidplay has only:
DEPEND="virtual/glibc
        >=media-libs/sidplay-libs-2.1.0"

sidplay-libs-2.1.0 does not provide libsidutils.


Reproducible: Always
Steps to Reproduce:
1. emerge sidplay
2.
3.

Actual Results:  
configure fails

Expected Results:  
Should pull libsidutils and emerge itself fine after that.
Comment 1 Christian Birchinger (RETIRED) gentoo-dev 2003-11-01 08:35:47 UTC
~ $ qpkg -l sidplay-libs-2.1.0 | grep libsidutils

/usr/lib/pkgconfig/libsidutils.pc
(only that is inside sidplay .. not the real lib)

Comment 2 Hanno Böck gentoo-dev 2003-11-02 02:59:35 UTC
This is really strange, because sidplay-libs should contain libsidplay and
everything else needed by sidplay.
the libsidplay,libsidutils etc. ebuilds were only pre-release cvs-versions
and had a lot of problems.

Can you please try to recompile sidplay-libs and send me the whole compile-output?
After that, please retry to compile sidplay.
Comment 3 Christian Birchinger (RETIRED) gentoo-dev 2003-11-02 06:59:01 UTC
You're right. I checked the source of sidplay-libs and found libsidutils
in there.
I reemrged it now and it built the libsidutils correctly.

I'm puzzled what caused the problem though. I mean what can someone do wrong
with a plain "emerge sidplay".

Well problem seems "solved" now because i cannot reproduce the problem.
Comment 4 Hanno Böck gentoo-dev 2003-11-02 12:12:43 UTC
well, cannot reproduce the error, but as you were the only person with this
problem, I think we can close this bug.