Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14446] New: gnupg fails to build with curl-7.18.1 and gcc-4.3.0

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 14446] New: gnupg fails to build with curl-7.18.1 and gcc-4.3.0
  • Date: 11 Apr 2008 21:35:08 -0000

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

Summary: gnupg fails to build with curl-7.18.1 and gcc-4.3.0
Product: Codex
Version: test grimoire
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: crypto
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: ryuji AT sourcemage.org


The error appears to be the result of this change from the curl release
announcement:

- added type checking macros for curl_easy_setopt() and curl_easy_getinfo(),
watch out for new warnings in code using libcurl (needs gcc-4.3 and currently
only works in C mode)

http://curl.haxx.se/mail/lib-2008-02/0267.html
http://curl.haxx.se/mail/lib-2008-02/0292.html

gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -march=pentium3 -pipe
-DPIC -fPIC -Os -Wall -Wno-pointer-sign -MT gpgkeys_curl-gpgkeys_curl.o -MD
-MP
-MF .deps/gpgkeys_curl-gpgkeys_curl.Tpo -c -o gpgkeys_curl-gpgkeys_curl.o
`test
-f 'gpgkeys_curl.c' || echo './'`gpgkeys_curl.c
gpgkeys_curl.c: In function 'main':
gpgkeys_curl.c:304: error: 'typeof' applied to a bit-field
gpgkeys_curl.c:304: error: 'typeof' applied to a bit-field
[repeat output]
make[2]: *** [gpgkeys_curl-gpgkeys_curl.o] Error 1
make[2]: Leaving directory `/usr/src/gnupg-1.4.9/keyserver'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/gnupg-1.4.9'
make: *** [all] Error 2

--
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 14446] New: gnupg fails to build with curl-7.18.1 and gcc-4.3.0, bugzilla-daemon, 04/11/2008

Archive powered by MHonArc 2.6.24.

Top of Page