Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25770 - ambiguous redirect in ebuild.sh when emerging dev-db/mysql++-1.7.9-r1
Summary: ambiguous redirect in ebuild.sh when emerging dev-db/mysql++-1.7.9-r1
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-02 12:19 UTC by Thomas Matthijs (RETIRED)
Modified: 2011-10-30 22:21 UTC (History)
0 users

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


Attachments
mysql++.patch (mysql++.patch,346 bytes, patch)
2003-08-02 15:36 UTC, Ian Leitch (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Matthijs (RETIRED) gentoo-dev 2003-08-02 12:19:53 UTC
# emerge mysql++ 
Calculating dependencies ...done!
>>> emerge (1 of 3) dev-db/mysql++-1.7.9-r1 to /
>>> md5 src_uri ;-) mysql++-1.7.9.tar.gz
>>> md5 src_uri ;-) mysql++-gcc-3.0.patch.gz
>>> md5 src_uri ;-) mysql++-gcc-3.2.patch.gz
>>> Unpacking source...
>>> Unpacking mysql++-1.7.9.tar.gz mysql++-gcc-3.0.patch.gz
mysql++-gcc-3.2.patch.gz to /var/tmp/portage/mysql++-1.7.9-r1/work
/usr/sbin/ebuild.sh: line 289: ${x%.*}: ambiguous redirect


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Portage 2.0.48-r5 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.20-gentoo-r5 i686 AMD Athlon(TM) XP 2000+
ACCEPT_KEYWORDS="x86"
FEATURES="sandbox buildpkg ccache distcc fixpackages"
Comment 1 Ian Leitch (RETIRED) gentoo-dev 2003-08-02 15:36:22 UTC
Created attachment 15396 [details, diff]
mysql++.patch

Very, very easy fix.
Comment 2 Ian Leitch (RETIRED) gentoo-dev 2003-08-02 16:46:45 UTC
ebuild.sh doesn't like the "" around ${X} values in the unpack function. 
Comment 3 Brian Jackson (RETIRED) gentoo-dev 2003-08-02 21:28:32 UTC
fixed by robbat2 earlier today