Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 386889 - [gnome-overlay] gmyth-0.7.1 missing curl/types.h with net-misc/curl-7.22.0
Summary: [gnome-overlay] gmyth-0.7.1 missing curl/types.h with net-misc/curl-7.22.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: curl-7.21.7
  Show dependency tree
 
Reported: 2011-10-12 12:01 UTC by alvinwu
Modified: 2011-12-02 23:47 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description alvinwu 2011-10-12 12:01:27 UTC
gmyth-0.7.1 compile error:

gmyth_http.h:45:24: fatal error: curl/types.h: No such file or directory

Reproducible: Always

Steps to Reproduce:
1. emerge gmyth
2.
3.



current running : net-misc/curl-7.22.0:0
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2011-12-02 23:47:00 UTC
>commit c819a214c2fe88e90acb63d87c065a8ed21514ca
>Author: Alexandre Rostovtsev <tetromino@gentoo.org>
>Date:   Fri Dec 2 18:42:07 2011 -0500
> 
>    media-libs/gmyth: fix building with modern curl (bug #386889)
>    
>    Add a patch to not use obsolete curl/types.h (bug #386889, thanks to
>    alvinwu <wualvin@eternalit.com> for reporting).
>    Add a patch to fix building with --as-needed.
>    Port to EAPI4.
>    Add static-libs USE flag, and drop .la files when building non-static.