Bug#502558: FTBFS: fails to build when either libcurl4-*-dev is installed

2009-04-29 Thread Michael Bienia
On 2008-10-17 16:08:15 -0400, Stephen Depooter wrote:
 [snip]
 gcc  -g -O2 -Wall -Wno-pointer-sign   -o gpgkeys_finger 
 gpgkeys_finger-gpgkeys_finger.o gpgkeys_finger-ksutil.o ../util/libutil.a
 gcc -DHAVE_CONFIG_H -I. -I.. -I../../keyserver -I../../include -I../../intl   
  -g -O2 -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 '../../keyserver/'`gpgkeys_curl.c
 ../../keyserver/gpgkeys_curl.c: In function 'main':
 ../../keyserver/gpgkeys_curl.c:304: error: 'typeof' applied to a bit-field
 ../../keyserver/gpgkeys_curl.c:304: error: 'typeof' applied to a bit-field

http://lists.gnupg.org/pipermail/gnupg-devel/2008-April/024344.html
contains a patch to fix this.

Michael



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#502558: FTBFS: fails to build when either libcurl4-*-dev is installed

2008-10-17 Thread Stephen Depooter
Package: gnupg
Version: 1.4.9-3
Severity: serious
Justification: no longer builds from source

When either libcurl4-gnutls-dev or libcurl4-openssl-dev is installed, the gnupg 
package detects a system libcurl and uses it instead of the included curl-shim. 
 This causes a build failure with the following error excerpt.

[snip]
gcc  -g -O2 -Wall -Wno-pointer-sign   -o gpgkeys_finger 
gpgkeys_finger-gpgkeys_finger.o gpgkeys_finger-ksutil.o ../util/libutil.a
gcc -DHAVE_CONFIG_H -I. -I.. -I../../keyserver -I../../include -I../../intl
-g -O2 -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 '../../keyserver/'`gpgkeys_curl.c
../../keyserver/gpgkeys_curl.c: In function 'main':
../../keyserver/gpgkeys_curl.c:304: error: 'typeof' applied to a bit-field
../../keyserver/gpgkeys_curl.c:304: error: 'typeof' applied to a bit-field

[snip]

The package should either build conflict woth both libcurl versions, or be 
specifically configured in debian rules to use the internal curl shim.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=locale: Cannot set 
LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
ANSI_X3.4-1968) (ignored: LC_ALL set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnupg depends on:
ii  gpgv   1.4.9-3   GNU privacy guard - signature veri
ii  libbz2-1.0 1.0.5-1   high-quality block-sorting file co
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libreadline5   5.2-3 GNU readline and history libraries
ii  libusb-0.1-4   2:0.1.12-13   userspace USB programming library
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages gnupg recommends:
ii  libldap-2.4-2 2.4.11-1   OpenLDAP libraries

Versions of packages gnupg suggests:
pn  gnupg-doc   none   (no description available)
ii  imagemagick 7:6.3.7.9.dfsg1-2+b2 image manipulation programs
pn  libpcsclite1none   (no description available)

-- debconf information:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = en_US.UTF-8,
LANG = en_CA.UTF-8
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#502558: FTBFS: fails to build when either libcurl4-*-dev is installed

2008-10-17 Thread David Shaw
On Fri, Oct 17, 2008 at 04:08:15PM -0400, Stephen Depooter wrote:
 Package: gnupg
 Version: 1.4.9-3
 Severity: serious
 Justification: no longer builds from source
 
 When either libcurl4-gnutls-dev or libcurl4-openssl-dev is installed, the 
 gnupg package detects a system libcurl and uses it instead of the included 
 curl-shim.  This causes a build failure with the following error excerpt.
 
 [snip]
 gcc  -g -O2 -Wall -Wno-pointer-sign   -o gpgkeys_finger 
 gpgkeys_finger-gpgkeys_finger.o gpgkeys_finger-ksutil.o ../util/libutil.a
 gcc -DHAVE_CONFIG_H -I. -I.. -I../../keyserver -I../../include -I../../intl   
  -g -O2 -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 '../../keyserver/'`gpgkeys_curl.c
 ../../keyserver/gpgkeys_curl.c: In function 'main':
 ../../keyserver/gpgkeys_curl.c:304: error: 'typeof' applied to a bit-field
 ../../keyserver/gpgkeys_curl.c:304: error: 'typeof' applied to a bit-field

This is a known bug, and has been fixed for the upcoming 1.4.10
release.

David



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#502558: [Pkg-gnupg-maint] Bug#502558: FTBFS: fails to build when either libcurl4-*-dev is installed

2008-10-17 Thread Sune Vuorela
severity 502558 important
thanks

On Friday 17 October 2008 22:08:15 Stephen Depooter wrote:
 Package: gnupg
 Version: 1.4.9-3
 Severity: serious
 Justification: no longer builds from source

 When either libcurl4-gnutls-dev or libcurl4-openssl-dev is installed, the
 gnupg package detects a system libcurl and uses it instead of the included
 curl-shim.  This causes a build failure with the following error excerpt.

Hi!

Missing bulid conflicts is not serious.

But we will look into it.

/Sune

 [snip]
 gcc  -g -O2 -Wall -Wno-pointer-sign   -o gpgkeys_finger
 gpgkeys_finger-gpgkeys_finger.o gpgkeys_finger-ksutil.o ../util/libutil.a
 gcc -DHAVE_CONFIG_H -I. -I.. -I../../keyserver -I../../include -I../../intl
-g -O2 -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 '../../keyserver/'`gpgkeys_curl.c
 ../../keyserver/gpgkeys_curl.c: In function 'main':
 ../../keyserver/gpgkeys_curl.c:304: error: 'typeof' applied to a bit-field
 ../../keyserver/gpgkeys_curl.c:304: error: 'typeof' applied to a bit-field

 [snip]

 The package should either build conflict woth both libcurl versions, or be
 specifically configured in debian rules to use the internal curl shim.


 -- System Information:
 Debian Release: lenny/sid
   APT prefers unstable
   APT policy: (500, 'unstable')
 Architecture: amd64 (x86_64)

 Kernel: Linux 2.6.26-1-amd64 (SMP w/4 CPU cores)
 Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=locale: Cannot set
 LC_CTYPE to default locale: No such file or directory locale: Cannot set
 LC_MESSAGES to default locale: No such file or directory locale: Cannot set
 LC_ALL to default locale: No such file or directory ANSI_X3.4-1968)
 (ignored: LC_ALL set to en_US.UTF-8)
 Shell: /bin/sh linked to /bin/bash

 Versions of packages gnupg depends on:
 ii  gpgv   1.4.9-3   GNU privacy guard - signature
 veri ii  libbz2-1.0 1.0.5-1   high-quality
 block-sorting file co ii  libc6  2.7-13GNU C
 Library: Shared libraries ii  libreadline5   5.2-3 GNU
 readline and history libraries ii  libusb-0.1-4   2:0.1.12-13  
 userspace USB programming library ii  zlib1g
 1:1.2.3.3.dfsg-12 compression library - runtime

 Versions of packages gnupg recommends:
 ii  libldap-2.4-2 2.4.11-1   OpenLDAP libraries

 Versions of packages gnupg suggests:
 pn  gnupg-doc   none   (no description available)
 ii  imagemagick 7:6.3.7.9.dfsg1-2+b2 image manipulation programs
 pn  libpcsclite1none   (no description available)

 -- debconf information:
 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:
   LANGUAGE = (unset),
   LC_ALL = en_US.UTF-8,
   LANG = en_CA.UTF-8
 are supported and installed on your system.
 perl: warning: Falling back to the standard locale (C).
 locale: Cannot set LC_CTYPE to default locale: No such file or directory
 locale: Cannot set LC_MESSAGES to default locale: No such file or directory
 locale: Cannot set LC_ALL to default locale: No such file or directory



 ___
 Pkg-gnupg-maint mailing list
 [EMAIL PROTECTED]
 http://lists.alioth.debian.org/mailman/listinfo/pkg-gnupg-maint

-- 
I'm not able to boot from the graphic ISA directory from MacOS 4.5, how does 
it work?

From the options inside Flash you should install the processor.



signature.asc
Description: This is a digitally signed message part.