Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93247 - dev-util/git missing curl dependancy.
Summary: dev-util/git missing curl dependancy.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Carlos Silva (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-19 13:39 UTC by Priit Laes (IRC: plaes)
Modified: 2005-05-19 15:29 UTC (History)
0 users

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 Priit Laes (IRC: plaes) 2005-05-19 13:39:51 UTC
dev-util/git fails to build...

http-pull.c:10:23: error: curl/curl.h: No such file or directory
http-pull.c:11:23: error: curl/easy.h: No such file or directory
http-pull.c:13: error: syntax error before '*' token
http-pull.c:13: warning: type defaults to 'int' in declaration of 'curl'
http-pull.c:13: warning: data definition has no type or storage class
http-pull.c: In function 'fwrite_sha1_file':
http-pull.c:42: warning: pointer targets in assignment differ in signedness
http-pull.c: In function 'fetch':
http-pull.c:73: warning: implicit declaration of function 'curl_easy_setopt'
http-pull.c:73: error: 'CURLOPT_FILE' undeclared (first use in this function)
http-pull.c:73: error: (Each undeclared identifier is reported only once
http-pull.c:73: error: for each function it appears in.)
http-pull.c:74: error: 'CURLOPT_WRITEFUNCTION' undeclared (first use in this
function)
http-pull.c:86: error: 'CURLOPT_URL' undeclared (first use in this function)
http-pull.c:90: warning: implicit declaration of function 'curl_easy_perform'
http-pull.c:95: warning: pointer targets in passing argument 1 of 'SHA1_Final'
differ in signedness
http-pull.c: In function 'main':
http-pull.c:191: warning: implicit declaration of function 'curl_global_init'
http-pull.c:191: error: 'CURL_GLOBAL_ALL' undeclared (first use in this function)
http-pull.c:193: warning: implicit declaration of function 'curl_easy_init'
http-pull.c:193: warning: assignment makes pointer from integer without a cast
http-pull.c:202: warning: implicit declaration of function
'curl_global_cleanup'make: *** [git-http-pull] Error 1
make: *** Waiting for unfinished jobs....

!!! ERROR: dev-util/git-0.7 failed.
!!! Function src_compile, Line 33, Exitcode 2
!!! make failed
!!! If you need support, post the topmost build error

Reproducible: Always
Steps to Reproduce:
Comment 1 Carlos Silva (RETIRED) gentoo-dev 2005-05-19 15:29:31 UTC
Thanks for reporting. In cvs now.