Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 142230 - rezound fails to detect libportaudio with --as-needed
Summary: rezound fails to detect libportaudio with --as-needed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: as-needed
  Show dependency tree
 
Reported: 2006-07-30 15:56 UTC by 4nykey
Modified: 2006-10-22 11:20 UTC (History)
0 users

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


Attachments
portaudio-18.1-Makefile.linux.diff (PORTAUDIO,413 bytes, patch)
2006-07-30 15:57 UTC, 4nykey
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description 4nykey 2006-07-30 15:56:25 UTC
When compiling with LDFLAGS=-Wl,--as-needed rezound-0.12.2_beta-r1 fails with following:

checking for ALSA CFLAGS...
checking for ALSA LDFLAGS...  -lasound -lm -ldl -lpthread
checking for libasound headers version >= 1.0.0... found.
checking for snd_ctl_open in -lasound... yes
*** enabling ALSA for audio I/O
checking for Pa_Initialize in -lportaudio... no
configure: error: ***** libportaudio.a not found (http://www.portaudio.com) *****

If config.log is needed, I'll attach it, but it complained about unresolved pthread symbols. So I think this diff to portaudio Makefile should do, it does on my end at least.
Comment 1 4nykey 2006-07-30 15:57:42 UTC
Created attachment 93092 [details, diff]
portaudio-18.1-Makefile.linux.diff
Comment 2 Alexis Ballier gentoo-dev 2006-10-22 10:31:41 UTC
portaudio has been fixed in portaudio-18.1-r5. Thanks for your help.

However, rezound will fail to build with as-needed until bug #152393 is resolved.


Alexis.
Comment 3 Alexis Ballier gentoo-dev 2006-10-22 11:20:22 UTC
Thanks to ribosome for applying  the fftw as-needed fix, rezound is now as-needed compliant ;)