Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 200016 - =sys-devel/gcc-3.3.6-r1 uses obsolete is_uclibc
Summary: =sys-devel/gcc-3.3.6-r1 uses obsolete is_uclibc
Status: VERIFIED DUPLICATE of bug 183766
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-22 19:21 UTC by Carlo Marcelo Arenas Belon
Modified: 2007-11-22 19:28 UTC (History)
0 users

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


Attachments
patch to fix the logic in the ebuild to match current API (gcc-3.3.6-r1-uclibc.patch,476 bytes, patch)
2007-11-22 19:26 UTC, Carlo Marcelo Arenas Belon
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlo Marcelo Arenas Belon 2007-11-22 19:21:54 UTC
when emerging this ebuild the following message is printed :

/usr/portage/sys-devel/gcc/gcc-3.3.6-r1.ebuild: line 77: is_uclibc: command not found



Reproducible: Always

Steps to Reproduce:
1. emerge -Dv =sys-devel/gcc-3.3.6-r1
2.
3.

Actual Results:  
command not found error

Expected Results:  
no error

affects mainly uclibc users as it will incorrectly not apply the following code snippet (using the fixed version of it) :

if [[ -n ${UCLIBC_VER} ]] && [[ ${CTARGET} == *-uclibc* ]] ; then
  mv ${S}/gcc-3.3.2/libstdc++-v3/config/os/uclibc ${S}/libstdc++-v3/config/os/ || die
  mv ${S}/gcc-3.3.2/libstdc++-v3/config/locale/uclibc ${S}/libstdc++-v3/config/locale/ || die
fi
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-11-22 19:24:19 UTC
Completely unsupported, don't use. :)

*** This bug has been marked as a duplicate of bug 183766 ***
Comment 2 Carlo Marcelo Arenas Belon 2007-11-22 19:26:04 UTC
Created attachment 136702 [details, diff]
patch to fix the logic in the ebuild to match current API

similar path needs to be applied to :

  =sys-devel/gcc-3.3.6
  =sys-devel/gcc-3.3.5.20050130-r1