Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 157715 - net-analyzer/authforce-0.9.6 failes to compile against curl-7.16.0 (masked)
Summary: net-analyzer/authforce-0.9.6 failes to compile against curl-7.16.0 (masked)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL: http://divineinvasion.net/authforce/
Whiteboard:
Keywords:
Depends on:
Blocks: 157718
  Show dependency tree
 
Reported: 2006-12-10 04:09 UTC by Daniel Black (RETIRED)
Modified: 2007-04-17 11:18 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 Daniel Black (RETIRED) gentoo-dev 2006-12-10 04:09:40 UTC
As per http://curl.haxx.se/mail/lib-2001-05/0067.html the `CURLOPT_MUTE' option is depreciated. As per bug 157563 the line containing it can probably be safely removed especially as CURLOPT_ERRORBUFFER is being used.


gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\"    -march=athlon-xp -O2 -pipe -c files.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\"    -march=athlon-xp -O2 -pipe -c http.c
In file included from files.c:13:
extern.h:34: warning: built-in function 'log' declared as non-function
In file included from http.c:16:
extern.h:34: warning: built-in function 'log' declared as non-function
http.c: In function `submit':
http.c:71: error: `CURLOPT_MUTE' undeclared (first use in this function)
http.c:71: error: (Each undeclared identifier is reported only once
http.c:71: error: for each function it appears in.)
make[2]: *** [http.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/net-analyzer/authforce-0.9.6/work/authforce-0.9.6/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/net-analyzer/authforce-0.9.6/work/authforce-0.9.6'
make: *** [all-recursive-am] Error 2

!!! ERROR: net-analyzer/authforce-0.9.6 failed.


Note upstream author as been referred to this bug report.
Comment 1 Daniel Black (RETIRED) gentoo-dev 2006-12-20 16:26:37 UTC
upstream author advises he will do a release soon. (as per private email)
Comment 2 Renat Lumpau (RETIRED) gentoo-dev 2007-01-02 17:04:08 UTC
Could you provide a patch for the ebuild?
Comment 3 Daniel Black (RETIRED) gentoo-dev 2007-02-13 07:17:11 UTC
New upstream release available. I'll look at a patch sometime soon.
Comment 4 Daniel Black (RETIRED) gentoo-dev 2007-04-17 11:18:40 UTC
(In reply to comment #3)
> New upstream release available. I'll look at a patch sometime soon.
> 
Hope its still soon.
Added to portage. Hope you don't mind.