Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 198947 - Building sys-libs/slang broke on my system due to missing autoconf call
Summary: Building sys-libs/slang broke on my system due to missing autoconf call
Status: VERIFIED WORKSFORME
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: x86 OS X
: High normal (vote)
Assignee: Gentoo non-Linux Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-12 16:12 UTC by Dirk Tilger
Modified: 2007-11-13 09:25 UTC (History)
0 users

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


Attachments
Patch for the slang ebuild to made it work on my system (slang-1.4.9-r2.ebuild.patch,677 bytes, patch)
2007-11-12 19:30 UTC, Dirk Tilger
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Tilger 2007-11-12 16:12:52 UTC
Building slang broke on my system complaining about unknown symbols 'setfsuid' and 'setfsgid'. Looking at the ebuild I found to my surprise patches catering for that. However, autotools related files are patched, but autoreconf is not rerun afterwards.

The attached patch fixed the issue.
Comment 1 Elias Pipping (RETIRED) gentoo-dev 2007-11-12 17:39:43 UTC
what attached patch?
Comment 2 Dirk Tilger 2007-11-12 19:30:05 UTC
Created attachment 135840 [details, diff]
Patch for the slang ebuild to made it work on my system
Comment 3 Fabian Groffen gentoo-dev 2007-11-12 20:00:59 UTC
Without applying any patch, it compiled fine on my 10.4/PPC machine...

Pipping can you try on x86-macos?
Comment 4 Elias Pipping (RETIRED) gentoo-dev 2007-11-12 21:44:59 UTC
compiles for me, with all possible combinations of the USE flags cjk and unicode.
Comment 5 Fabian Groffen gentoo-dev 2007-11-12 21:52:27 UTC
please give some more detailed info about your system (emerge --info?) and the logs of what happens when you emerge slang.
Comment 6 Dirk Tilger 2007-11-13 09:25:59 UTC
Weird. Now it works for me as well. I can't reproduce the issue. 
I may have been running this emerge in a messed up shell environment.
Sorry for consuming your time then.