Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 12975] New: git fails in install without curl

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 12975] New: git fails in install without curl
  • Date: 11 Aug 2006 16:11:05 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=12975

Summary: git fails in install without curl
Product: Codex
Version: test grimoire
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: devel
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: dkowis AT shlrm.org


I told it no to using curl. And there's no curl installed :)

<compile log>
Preparing to install git
Compile log for git 1.4.1.1 Completed Build on Fri Aug 11 15:18:00 UTC 2006
/bin/sh: curl-config: command not found
gcc -o http.o -c -g -O2 -Wall -DSHA1_HEADER='<openssl/sha.h>' -DNO_STRLCPY
-DGIT_USER_AGENT='"git/1.4.1.1"' http.c
In file included from http.c:1:
http.h:6:23: curl/curl.h: No such file or directory
http.h:7:23: curl/easy.h: No such file or directory
In file included from http.c:1:
http.h:27: error: parse error before "CURLcode"
http.h:27: warning: no semicolon at end of struct or union
http.h:29: error: parse error before '}' token
http.h:33: error: parse error before "CURL"
http.h:33: warning: no semicolon at end of struct or union
http.h:36: error: parse error before "curl_result"
http.h:36: warning: type defaults to `int' in declaration of `curl_result'
http.h:36: warning: data definition has no type or storage class
http.h:43: error: parse error before '}' token
http.h:85: error: `CURL_ERROR_SIZE' undeclared here (not in a function)
http.c:162: error: parse error before '*' token
http.c:163: warning: return type defaults to `int'
http.c: In function `get_curl_handle':
http.c:164: error: `CURL' undeclared (first use in this function)
http.c:164: error: (Each undeclared identifier is reported only once
http.c:164: error: for each function it appears in.)
http.c:164: error: `result' undeclared (first use in this function)
http.c:164: warning: implicit declaration of function `curl_easy_init'
http.c:166: warning: implicit declaration of function `curl_easy_setopt'
http.c:166: error: `CURLOPT_SSL_VERIFYPEER' undeclared (first use in this
function)
http.c:172: error: `CURLOPT_SSLCERT' undeclared (first use in this function)
http.c:182: error: `CURLOPT_CAINFO' undeclared (first use in this function)
http.c:183: error: `CURLOPT_FAILONERROR' undeclared (first use in this
function)
http.c:186: error: `CURLOPT_LOW_SPEED_LIMIT' undeclared (first use in this
function)
http.c:188: error: `CURLOPT_LOW_SPEED_TIME' undeclared (first use in this
function)
http.c:192: error: `CURLOPT_FOLLOWLOCATION' undeclared (first use in this
function)
http.c:195: error: `CURLOPT_VERBOSE' undeclared (first use in this function)
http.c:197: error: `CURLOPT_USERAGENT' undeclared (first use in this function)
http.c: In function `http_init':
http.c:209: warning: implicit declaration of function `curl_slist_append'
http.c:209: warning: assignment makes pointer from integer without a cast
http.c: In function `http_cleanup':
http.c:276: error: dereferencing pointer to incomplete type
http.c:277: warning: implicit declaration of function `curl_easy_cleanup'
http.c:277: error: dereferencing pointer to incomplete type
http.c:278: error: dereferencing pointer to incomplete type
http.c:290: warning: implicit declaration of function `curl_slist_free_all'
http.c: In function `get_active_slot':
http.c:310: error: dereferencing pointer to incomplete type
http.c:311: error: dereferencing pointer to incomplete type
http.c:314: error: dereferencing pointer to incomplete type
http.c:315: error: dereferencing pointer to incomplete type
http.c:316: error: dereferencing pointer to incomplete type
http.c:317: error: dereferencing pointer to incomplete type
http.c:323: error: dereferencing pointer to incomplete type
http.c:324: error: dereferencing pointer to incomplete type
http.c:326: error: dereferencing pointer to incomplete type
http.c:331: error: dereferencing pointer to incomplete type
http.c:333: error: dereferencing pointer to incomplete type
http.c:340: error: dereferencing pointer to incomplete type
http.c:341: error: dereferencing pointer to incomplete type
http.c:342: error: dereferencing pointer to incomplete type
http.c:343: error: dereferencing pointer to incomplete type
http.c:344: error: dereferencing pointer to incomplete type
http.c:345: error: dereferencing pointer to incomplete type
http.c:346: error: dereferencing pointer to incomplete type
http.c:346: error: `CURLOPT_HTTPHEADER' undeclared (first use in this
function)
http.c:347: error: dereferencing pointer to incomplete type
http.c:348: error: dereferencing pointer to incomplete type
http.c:348: error: `CURLOPT_ERRORBUFFER' undeclared (first use in this
function)
http.c:349: error: dereferencing pointer to incomplete type
http.c:349: error: `CURLOPT_CUSTOMREQUEST' undeclared (first use in this
function)
http.c:350: error: dereferencing pointer to incomplete type
http.c:350: error: `CURLOPT_READFUNCTION' undeclared (first use in this
function)
http.c:351: error: dereferencing pointer to incomplete type
http.c:351: error: `CURLOPT_WRITEFUNCTION' undeclared (first use in this
function)
http.c:352: error: dereferencing pointer to incomplete type
http.c:352: error: `CURLOPT_UPLOAD' undeclared (first use in this function)
http.c:353: error: dereferencing pointer to incomplete type
http.c:353: error: `CURLOPT_HTTPGET' undeclared (first use in this function)
http.c: In function `run_active_slot':
http.c:425: error: dereferencing pointer to incomplete type
http.c:426: error: dereferencing pointer to incomplete type
http.c:426: warning: implicit declaration of function `curl_easy_perform'
http.c:426: error: dereferencing pointer to incomplete type
http.c: In function `closedown_active_slot':
http.c:435: error: dereferencing pointer to incomplete type
http.c: In function `release_active_slot':
http.c:441: error: dereferencing pointer to incomplete type
http.c:445: error: dereferencing pointer to incomplete type
http.c:446: error: dereferencing pointer to incomplete type
http.c: In function `finish_active_slot':
http.c:456: warning: implicit declaration of function `curl_easy_getinfo'
http.c:456: error: dereferencing pointer to incomplete type
http.c:456: error: `CURLINFO_HTTP_CODE' undeclared (first use in this
function)
http.c:456: error: dereferencing pointer to incomplete type
http.c:458: error: dereferencing pointer to incomplete type
http.c:459: error: dereferencing pointer to incomplete type
http.c:462: error: dereferencing pointer to incomplete type
http.c:463: error: dereferencing pointer to incomplete type
http.c:463: error: dereferencing pointer to incomplete type
http.c:464: error: dereferencing pointer to incomplete type
http.c:464: error: dereferencing pointer to incomplete type
http.c:468: error: dereferencing pointer to incomplete type
http.c:469: error: dereferencing pointer to incomplete type
http.c:469: error: dereferencing pointer to incomplete type
http.c: In function `finish_all_active_slots':
http.c:478: error: dereferencing pointer to incomplete type
http.c:482: error: dereferencing pointer to incomplete type
http.c: At top level:
http.c:13: error: storage size of `curl_errorstr' isn't known
make: *** [http.o] Error 1
</compile log>

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 12975] New: git fails in install without curl, bugzilla-daemon, 08/11/2006

Archive powered by MHonArc 2.6.24.

Top of Page