Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 82103

Summary: loudmouth-0.17.2-r1.ebuild still doesn't work for newer gnutls
Product: Gentoo Linux Reporter: Wojciech Milkowski <wmilkowski>
Component: [OLD] LibraryAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED DUPLICATE    
Severity: normal CC: dragonheart
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Wojciech Milkowski 2005-02-15 04:10:42 UTC
The path taht was added in -r1 revision is not enough. There should be considered two files: lm-utils.c and lm-ssl.c, and also deprecated sybmbols still remains in patched lm-ssl.c, according to this error:

if /bin/sh ../libtool --mode=compile --tag=CC i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN     -march=athlon-xp -O2 -fomit-frame-pointer -fweb -frename-registers -Wall -I/usr/include  -MT lm-proxy.lo -MD -MP -MF ".deps/lm-proxy.Tpo" -c -o lm-proxy.lo lm-proxy.c; \
then mv -f ".deps/lm-proxy.Tpo" ".deps/lm-proxy.Plo"; else rm -f ".deps/lm-proxy.Tpo"; exit 1; fi
lm-ssl.c: In function `ssl_verify_certificate':
lm-ssl.c:75: error: `GNUTLS_CERT_NOT_TRUSTED' undeclared (first use in this function)
lm-ssl.c:75: error: (Each undeclared identifier is reported only once
lm-ssl.c:75: error: for each function it appears in.)
lm-ssl.c:129: warning: implicit declaration of function `gnutls_x509_fingerprint'
make[2]: *** [lm-ssl.lo] Error 1
Comment 1 Wojciech Milkowski 2005-02-15 04:13:04 UTC
Sorry it is lm-proxy.c - I didn't notice.
Comment 2 Daniel Black (RETIRED) gentoo-dev 2005-02-15 05:22:15 UTC
when did you last emerge sync? This is a dup of bug 79309

lm-proxy.c is just showing because your using parallel compiling.

*** This bug has been marked as a duplicate of 79309 ***