Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 376009 - media-libs/libofa fails to build with net-misc/curl-7.21.7 / missing curl/types.h
Summary: media-libs/libofa fails to build with net-misc/curl-7.21.7 / missing curl/typ...
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: curl-7.21.7
  Show dependency tree
 
Reported: 2011-07-22 14:59 UTC by Sander Sweers
Modified: 2011-07-22 17:23 UTC (History)
0 users

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


Attachments
build log (build.log,22.59 KB, patch)
2011-07-22 15:01 UTC, Sander Sweers
Details | Diff
libofa-0.9.3-curl-7.21.7-fix.patch (libofa-0.9.3-curl-7.21.7-fix.patch,394 bytes, patch)
2011-07-22 17:06 UTC, Sander Sweers
Details | Diff
libofa-0.9.3-ebuild.patch (libofa-0.9.3-ebuild.patch,369 bytes, patch)
2011-07-22 17:09 UTC, Sander Sweers
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sander Sweers 2011-07-22 14:59:51 UTC
protocol.cpp:16:24: fatal error: curl/types.h: No such file or directory
compilation terminated.
make[2]: *** [protocol.o] Error 1
make[2]: *** Waiting for unfinished jobs....
uselame.cpp: In function ‘AudioData* loadDataUsingLAME(char*)’:
uselame.cpp:24:18: warning: deprecated conversion from string constant to ‘char*’
uselame.cpp:55:19: warning: deprecated conversion from string constant to ‘char*’
uselame.cpp:56:18: warning: deprecated conversion from string constant to ‘char*’
make[2]: Leaving directory `/var/portmp/portage/media-libs/libofa-0.9.3/work/libofa-0.9.3/examples'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/portmp/portage/media-libs/libofa-0.9.3/work/libofa-0.9.3'
make: *** [all] Error 2


Reproducible: Always
Comment 1 Sander Sweers 2011-07-22 15:01:25 UTC
Created attachment 280623 [details, diff]
build log
Comment 2 Sander Sweers 2011-07-22 17:06:52 UTC
Created attachment 280635 [details, diff]
libofa-0.9.3-curl-7.21.7-fix.patch

Patch removing the now missing include curl/types.h.
Comment 3 Sander Sweers 2011-07-22 17:09:24 UTC
Created attachment 280641 [details, diff]
libofa-0.9.3-ebuild.patch

ebuild patch
Comment 4 Christoph Mende (RETIRED) gentoo-dev 2011-07-22 17:23:56 UTC
Thanks for the patch, added it