Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 234324 - media-sound/kwave-0.7.11 fails running cmake with media-libs/audiofile-0.2.6-r4
Summary: media-sound/kwave-0.7.11 fails running cmake with media-libs/audiofile-0.2.6-r4
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-09 19:12 UTC by Roberto Castagnola
Modified: 2009-05-15 00:18 UTC (History)
6 users (show)

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


Attachments
emerge_info (emerge_info,3.61 KB, text/plain)
2008-08-17 19:14 UTC, Roberto Castagnola
Details
build log from portage (media-sound:kwave-0.7.11:20080819-010421.log,4.85 KB, text/plain)
2008-08-19 01:31 UTC, Stan Sander
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roberto Castagnola 2008-08-09 19:12:24 UTC
if media-libs/audiofile-0.2.6-r4 is installed, media-sound/kwave-0.7.11 fails running cmake with following error:

>>> Compiling source in /var/tmp/portage/media-sound/kwave-0.7.11/work/kwave-0.7.11 ...
Running with debug output on.
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- works
.
.
.
-- Looking for include files HAVE_AUDIOFILE_H
-- Looking for include files HAVE_AUDIOFILE_H - found
-- Looking for afOpenVirtualFile in audiofile
-- Looking for afOpenVirtualFile in audiofile - found
-- Looking for af_virtual_file_new in audiofile
-- Looking for af_virtual_file_new in audiofile - not found
CMake Error: Error in cmake code at
/var/tmp/portage/media-sound/kwave-0.7.11/work/kwave-0.7.11/cmake/KwaveLibaudiofileSupport.cmake:47:
MESSAGE System libaudiofile not found
Current CMake stack:
[2]     /var/tmp/portage/media-sound/kwave-0.7.11/work/kwave-0.7.11/cmake/KwaveLibaudiofileSupport.cmake
[1]     /var/tmp/portage/media-sound/kwave-0.7.11/work/kwave-0.7.11/CMakeLists.txt
-- Configuring done


Using media-libs/audiofile-0.2.6-r3 it compiles successfully.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-08-11 16:46:46 UTC
Please post your `emerge --info' too.
Comment 2 Roberto Castagnola 2008-08-17 19:14:19 UTC
Created attachment 163131 [details]
emerge_info

emerge --info output
Comment 3 Stan Sander 2008-08-19 01:31:04 UTC
Created attachment 163264 [details]
build log from portage

Same problem here.  Downgraded to audiofile-0.2.6-r3 and compile went fine.  Attached portage build log.
Comment 4 Roberto Castagnola 2008-08-30 20:59:24 UTC
emerge --info supplied on two weeks ago.
I missed to reopen it.
Comment 5 Wormo (RETIRED) gentoo-dev 2008-08-30 22:42:14 UTC
Ok, thanks for the report. Assigning to kwave maintainers and CC-ing audiofile maintainers, since I'm guessing it's a library detection problem (audiofile-0.2.6-r4 does seem to include 'af_virtual_file_new' symbol on my system...)
Comment 6 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-02-15 23:30:17 UTC
does it fail with all audiofile versions ? If so it's a kwave bug, not an audiofile one.
Comment 7 Martin Walch 2009-04-05 19:43:38 UTC
(In reply to comment #6)
> does it fail with all audiofile versions ? If so it's a kwave bug, not an
> audiofile one.

This specific error only occurs with =media-libs/audiofile-0.2.6-r4
Comment 8 Samuli Suominen (RETIRED) gentoo-dev 2009-05-11 13:34:48 UTC
Flameeyes, I believe it's your constantine patch that's causing this, please take a look...
Comment 9 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-05-11 13:48:45 UTC
Does cmake have a config.log-alike telling what the hell it's failing to do? The constantise patch should not change ABI anyway.

And by the way -r3 has the patch too afaics.
Comment 10 Samuli Suominen (RETIRED) gentoo-dev 2009-05-14 06:58:49 UTC
I've removed the obsolete kwave versions from tree entirely. Please try latest, and only kwave in tree, 0.8.2.

If problem persists, please reopen.
Comment 11 Martin Walch 2009-05-15 00:18:14 UTC
With kwave 0.7.11 the problem was still there yesterday.

With 0.8.2 emerging works fine.