Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 376191 - raptor-2.0.3 failed to build with curl-7.21.7
Summary: raptor-2.0.3 failed to build with curl-7.21.7
Status: RESOLVED DUPLICATE of bug 376001
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: curl-7.21.7
  Show dependency tree
 
Reported: 2011-07-24 11:23 UTC by Sylvain Chevallier
Modified: 2011-07-24 12:11 UTC (History)
0 users

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


Attachments
fix the inclusion of a deprecated header (raptor-remove-curl-types.patch,289 bytes, patch)
2011-07-24 11:24 UTC, Sylvain Chevallier
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sylvain Chevallier 2011-07-24 11:23:18 UTC
Upstream includes a curl header which is deprecated, raising the following error during build:

raptor_internal.h:923:24: fatal error: curl/types.h: No such file or directory

The curl/types.h is deprecated (see http://sourceforge.net/tracker/?func=detail&aid=3357929&group_id=976&atid=100976). This header was blanked out 7 years ago. Raptor upstream is notified, see
http://bugs.librdf.org/mantis/view.php?id=457.

For those who do want to wait for upstream, I will add soon a patch and a new ebuild for raptor.

Reproducible: Always

Steps to Reproduce:
1. emerge raptor with curl enabled (curl-7.21.7)
2.
3.
Actual Results:  
raptor_internal.h:923:24: fatal error: curl/types.h: No such file or directory


Expected Results:  
correct installation
Comment 1 Sylvain Chevallier 2011-07-24 11:24:58 UTC
Created attachment 280817 [details, diff]
fix the inclusion of a deprecated header

Here the patch.
Comment 2 Christoph Mende (RETIRED) gentoo-dev 2011-07-24 12:11:51 UTC

*** This bug has been marked as a duplicate of bug 376001 ***