Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 259558 - x11-terms/xterm fails to build with uclibc 0.9.30
Summary: x11-terms/xterm fails to build with uclibc 0.9.30
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-19 05:30 UTC by Ryan Hope
Modified: 2009-02-19 17:20 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 Ryan Hope 2009-02-19 05:30:37 UTC
xterm failes to build against 0.9.30 because getpt is not defined

Reproducible: Always

Steps to Reproduce:
on a 2008 uclibc stage3, emerge xterm



Expected Results:  
for the compile to complete
Comment 1 Ryan Hope 2009-02-19 05:31:04 UTC
adding "set_opt UCLIBC_HAS_GETPT y" to the uclibc ebuild solves the problem
Comment 2 Wormo (RETIRED) gentoo-dev 2009-02-19 07:37:07 UTC
Thanks for the report, but I believe the needed functionality is already present in the existing uclibc ebuilds: you can fully customize uclibc configuration using the saveconfig useflag. The features controlled by individual useflags are only very common ones; since it is not practical to provide a useflag for every single uclibc option, things that are less common are intended to be handled by the saveconfig method which gives full control over the .config file.

http://article.gmane.org/gmane.linux.gentoo.devel/45586

Do you agree this covers your case, so it is ok to close this bug?
Comment 3 Ryan Hope 2009-02-19 15:27:01 UTC
I tried editing the savedconfig file and then enabling the savedconfig use flag before I edited the ebuild. Editing the savedconfig did not work. After I edited the config and remerged uclibc I looked in the new saved config and the option was commented out again and xterm failed to compile. Maybe I did something wrong and I am willing to test this out again.

(In reply to comment #2)
> Thanks for the report, but I believe the needed functionality is already
> present in the existing uclibc ebuilds: you can fully customize uclibc
> configuration using the saveconfig useflag. The features controlled by
> individual useflags are only very common ones; since it is not practical to
> provide a useflag for every single uclibc option, things that are less common
> are intended to be handled by the saveconfig method which gives full control
> over the .config file.
> 
> http://article.gmane.org/gmane.linux.gentoo.devel/45586
> 
> Do you agree this covers your case, so it is ok to close this bug?
>