Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 219692 - [PATCH] net-irc/rhapsody-0.28b fails to compile on uclibc
Summary: [PATCH] net-irc/rhapsody-0.28b fails to compile on uclibc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Packages in net-irc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-29 08:25 UTC by Natanael Copa
Modified: 2008-06-07 09:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
rhapsody-0.28b-uclibc.patch (rhapsody-0.28b-uclibc.patch,382 bytes, patch)
2008-04-29 09:58 UTC, Natanael Copa
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Natanael Copa 2008-04-29 08:25:15 UTC
i386-gentoo-linux-uclibc-gcc -g -Wall -Wno-unused -march=i386 -Os -pipe -fomit-frame-pointer -I/usr/include -I/usr/include  -c -o ncolor.o ncolor.c
i386-gentoo-linux-uclibc-gcc -g -Wall -Wno-unused -march=i386 -Os -pipe -fomit-frame-pointer -I/usr/include -I/usr/include  -c -o main.o main.c
main.c: In function `main':
main.c:160: error: structure has no member named `domainname'
make[1]: *** [main.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src'
make: *** [src/rhapsody] Error 2
Comment 1 Natanael Copa 2008-04-29 09:58:17 UTC
Created attachment 151310 [details, diff]
rhapsody-0.28b-uclibc.patch

Need to define _GNU_SOURCE to get the domainname struct member.
Comment 2 Raúl Porcel (RETIRED) gentoo-dev 2008-06-07 09:40:41 UTC
In CVS, thanks for the patch :)