Bug#636367: libcurl4-gnutls-dev does not provide /usr/include/curl/types.h on kFreeBSD

2011-08-04 Thread Vincent Cheng
On Tue, Aug 2, 2011 at 10:38 PM, Christoph Egger
christ...@christoph-egger.org wrote:
 I *guess* you just need to add a -lbsd to the final linker line but not
 sure there. Will try to work on it if I find some time (was actually
 trying to work on that when I noticed the other problem).

That'd be great, thanks. I intend to set up kfreebsd in a VM once I
have a bit of spare time and look into this myself (and to fix FTBFS
issues in some of my other packages as well), but I wouldn't mind at
all if you beat me to it. :)

Regards,
- Vincent



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



Bug#636367: libcurl4-gnutls-dev does not provide /usr/include/curl/types.h on kFreeBSD

2011-08-02 Thread Christoph Egger
Package: libcurl4-gnutls-dev
Version: 7.21.7-1
Severity: normal

conky currently fails to build from source on kfreebsd because
/usr/include/curl/types.h is not included in the kfreebsd
libcurl4-gnutls-dev package.

../../src/eve.c:40:24: fatal error: curl/types.h: No such file or directory
compilation terminated.
make[3]: *** [conky-eve.o] Error 1

Regards

Christoph

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

Kernel: kFreeBSD 8.2-1-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libcurl4-gnutls-dev depends on:
ii  libc0.1-dev [libc6-dev] 2.13-13  Embedded GNU C Library: Developmen
ii  libcurl3-gnutls 7.21.7-1 Multi-protocol file transfer libra
ii  libgnutls-dev   2.10.5-3 the GNU TLS library - development 
ii  libidn11-dev1.22-2   Development files for GNU Libidn, 
ii  libkrb5-dev 1.9.1+dfsg-1 Headers and development libraries 
ii  libldap2-dev2.4.25-1.1   OpenLDAP development libraries
ii  zlib1g-dev  1:1.2.3.4.dfsg-3 compression library - development

libcurl4-gnutls-dev recommends no packages.

Versions of packages libcurl4-gnutls-dev suggests:
pn  libcurl3-dbg  none (no description available)

-- no debconf information



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



Bug#636367: libcurl4-gnutls-dev does not provide /usr/include/curl/types.h on kFreeBSD

2011-08-02 Thread Christoph Egger
Hi all again!

Christoph Egger christ...@debian.org writes:
 Package: libcurl4-gnutls-dev
 Version: 7.21.7-1
 Severity: normal

 conky currently fails to build from source on kfreebsd because
 /usr/include/curl/types.h is not included in the kfreebsd
 libcurl4-gnutls-dev package.

 ../../src/eve.c:40:24: fatal error: curl/types.h: No such file or directory
 compilation terminated.
 make[3]: *** [conky-eve.o] Error 1

As this seems to be a old, unused private header and seems to be gone
everywhere since a day or so maybe this is not a curl problem but one in
conky?

Feel free to reassign if appropriate, not doing so myself right now as
I'm not sure about it.

Regards

Christoph

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer

A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?



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



Bug#636367: libcurl4-gnutls-dev does not provide /usr/include/curl/types.h on kFreeBSD

2011-08-02 Thread Vincent Cheng
reassign 636367 conky
retitle 636367 conky FTBFS with curl-7.21.7
severity 636367 serious
tags 636367 confirmed fixed-upstream
thanks

On Tue, Aug 2, 2011 at 2:26 PM, Christoph Egger christ...@debian.org wrote:
 As this seems to be a old, unused private header and seems to be gone
 everywhere since a day or so maybe this is not a curl problem but one in
 conky?

Yes, this is a bug in conky that has been reported [1] and fixed [2]
in upstream git (which I believe affects all archs, not just
kfreebsd). Christoph, can you confirm that the upstream patch fixes
the FTBFS?

Also, if you do manage to build conky successfully with kfreebsd,
please let me know how you did it. At the moment, conky seems to FTBFS
due to an unrelated issue (see the build log at [3]), which I'm not
sure how to fix.

Kind regards,
- Vincent Cheng

[1] 
http://sourceforge.net/tracker/?func=detailaid=3383906group_id=143975atid=757308
[2] 
http://git.omp.am/?p=conky.git;a=commit;h=1321a41015695a75c1a73476d43c882dc270df64
[3] 
https://buildd.debian.org/status/fetch.php?pkg=conkyarch=kfreebsd-amd64ver=1.8.1-1stamp=1311676483



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



Bug#636367: libcurl4-gnutls-dev does not provide /usr/include/curl/types.h on kFreeBSD

2011-08-02 Thread Christoph Egger
Hi!

 Also, if you do manage to build conky successfully with kfreebsd,
 please let me know how you did it. At the moment, conky seems to FTBFS
 due to an unrelated issue (see the build log at [3]), which I'm not
 sure how to fix.

I *guess* you just need to add a -lbsd to the final linker line but not
sure there. Will try to work on it if I find some time (was actually
trying to work on that when I noticed the other problem).

Regards

Christoph

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer

A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?



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