Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 259647 - audacity-1.3.6 + 1.3.7 fail during configure (libexpat)
Summary: audacity-1.3.6 + 1.3.7 fail during configure (libexpat)
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-19 22:02 UTC by Dominique Michel
Modified: 2009-06-28 10:06 UTC (History)
1 user (show)

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


Attachments
emerge --info (einfo,10.27 KB, text/plain)
2009-02-19 22:03 UTC, Dominique Michel
Details
My make.conf (make.conf,1.15 KB, text/plain)
2009-06-28 10:05 UTC, Oleh Kravchenko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dominique Michel 2009-02-19 22:02:29 UTC
audacity fail during configure. It cannot find the system library libexpat.

Reproducible: Always

Steps to Reproduce:
1. emerge audacity
2.
3.

Actual Results:  
./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-unicode --enable-nyquist --enable-ladspa --with-libsndfile=system --with-expat=system --with-libsamplerate --without-libresample --with-libvorbis --with-libmad --with-libflac --with-libid3tag --with-soundtouch --with-libvamp --with-libtwolame --with-ffmpeg --with-midi --with-alsa --with-jack --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu

...

configure: error: You requested using the system libraries for LIBEXPAT but they are not available

...

 * Call stack:
 *               ebuild.sh, line   49:  Called src_configure
 *             environment, line 3027:  Called econf '--enable-unicode' '--enable-nyquist' '--enable-ladspa' '--with-libsndfile=system' '--with-expat=system' '--with-libsamplerate' '--without-libresample' '--with-libvorbis' '--with-libmad' '--with-libflac' '--with-libid3tag' '--with-soundtouch' '--with-libvamp' '--with-libtwolame' '--with-ffmpeg' '--with-midi' '--with-alsa' '--with-jack'
 *               ebuild.sh, line  543:  Called die
 * The specific snippet of code:
 *   			die "econf failed"


Expected Results:  
That emerge did success to configure audacity.
Comment 1 Dominique Michel 2009-02-19 22:03:59 UTC
Created attachment 182581 [details]
emerge --info
Comment 2 Rafał Mużyło 2009-02-20 00:12:51 UTC
And something, you probably failed to quote:
...please, attach config.log...
So, please, do it.
Comment 3 Dominique Michel 2009-02-21 18:47:29 UTC
I am sorry for the noise. It was in the middle of a world update. After emerge --depclean and revdep-rebuild, portage is working fine with audacity.

I guess you can close this bug.
Comment 4 Krzysztof Pawlik (RETIRED) gentoo-dev 2009-02-22 17:37:26 UTC
(In reply to comment #3)
> I guess you can close this bug.

Doing so.
Comment 5 Oleh Kravchenko 2009-06-28 10:03:56 UTC
I have this bug too.

When I have the this string "--param l1-cache-size=32 --param l1-cache-line-size=64" in CFLAGS
Comment 6 Oleh Kravchenko 2009-06-28 10:05:35 UTC
Created attachment 195941 [details]
My make.conf

Without string "--param l1-cache-size=32 --param l1-cache-line-size=64" audacity install successfully