Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52484 - [New version] libbt-1.02 available
Summary: [New version] libbt-1.02 available
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Jon Hood (RETIRED)
URL: http://sourceforge.net/projects/libbt
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-30 12:25 UTC by Alexandru Toma
Modified: 2004-07-15 01:21 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 Alexandru Toma 2004-05-30 12:25:44 UTC
Version 1.02 of net-libs/libbt is available

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jon Hood (RETIRED) gentoo-dev 2004-05-30 22:51:43 UTC
This version bump also seems to fail to compile with CFLAGS > -O0...as do quite a few others I've noticed... I really don't like adding packages without compile optimizations, sorry, but until this is fixed, I won't add it:

gcc -c -g -Wall -O3 -march=pentium4 -funroll-loops -pipe -I../include -I../inclu
makedepend: warning:  stream.c includes /usr/include/sys/types.h more than once!
Already have
        ../include/config.h
        /usr/include/errno.h
        /usr/include/string.h
        /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.3/include/stdarg.h
        /usr/include/sys/types.h
        /usr/include/sys/socket.h
        /usr/include/unistd.h
types.c: In function `btString_create_str':
types.c:66: error: `use_btcalloc_instead' undeclared (first use in this function
types.c:66: error: (Each undeclared identifier is reported only once
types.c:66: error: for each function it appears in.)
types.c:66: error: `use_btmalloc_instead' undeclared (first use in this function
make[1]: *** [types.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/libbt-1.02/work/libbt-1.02/src'
make: *** [compile] Error 2
make: *** Waiting for unfinished jobs....
makedepend: warning:  peer.c includes /usr/include/sys/types.h more than once!
Already have
        ../include/config.h
        /usr/include/sys/types.h
        /usr/include/netinet/in.h
        /usr/include/arpa/inet.h
        /usr/include/netdb.h
        /usr/include/sys/socket.h
        /usr/include/unistd.h
Comment 2 Jon Hood (RETIRED) gentoo-dev 2004-07-15 01:21:54 UTC
I don't like having bugs open too long, so I made a little patch that allows optimizations to be used. It's now in portage. Enjoy :).