Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 508794 - media-sound/cdparanoia-3.10.2-r6 USE=static-libs - cdda_paranoia.h:42:28: fatal error: cdda_interface.h: No such file or directory
Summary: media-sound/cdparanoia-3.10.2-r6 USE=static-libs - cdda_paranoia.h:42:28: fat...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-26 15:07 UTC by Donald B James
Modified: 2014-05-01 12:48 UTC (History)
1 user (show)

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


Attachments
emerge --info and emerge log file content (cdparanoiainfo.txt,25.71 KB, text/plain)
2014-04-26 15:07 UTC, Donald B James
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Donald B James 2014-04-26 15:07:24 UTC
Created attachment 375774 [details]
emerge --info and emerge log file content

cdparanoia-3.10.2-r6 fail to emerge.

The emerge --info output and emerge log are in the attached file.

Hope this helps.

Sincerely,

Don James
Comment 1 Ben Kohler gentoo-dev 2014-04-28 14:13:10 UTC
The extra include path -I${S}/interface which is added for 020_all_include_cdda_interface_h.patch is not applied for the extra make command triggered by USE=static-libs:

multilib_src_compile() {
    emake OPT="${CFLAGS} -I${S}/interface"
    use static-libs && emake lib OPT="${CFLAGS}"
}
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2014-05-01 12:48:53 UTC
(In reply to Ben Kohler from comment #1)
> The extra include path -I${S}/interface which is added for
> 020_all_include_cdda_interface_h.patch is not applied for the extra make
> command triggered by USE=static-libs:
> 
> multilib_src_compile() {
>     emake OPT="${CFLAGS} -I${S}/interface"
>     use static-libs && emake lib OPT="${CFLAGS}"
> }

nice catch.

fixed in portage (no revbump for buildtimeonly failure)