Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 405003 - sci-astronomy/stellarium-0.11.1 fails to rebuild because of bad sed line in ebuild
Summary: sci-astronomy/stellarium-0.11.1 fails to rebuild because of bad sed line in e...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Mr. Bones. (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-20 10:44 UTC by Adrian Bassett
Modified: 2012-02-20 13:35 UTC (History)
1 user (show)

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 Adrian Bassett 2012-02-20 10:44:16 UTC
sci-astronomy/stellarium-0.11.1 fails to rebuild with following diagnoscic:

>>> Failed to emerge sci-astronomy/stellarium-0.11.1, Log file:
>>>  '/var/log/portage/sci-astronomy:stellarium-0.11.1:20120220-104027.log'
 * Package:    sci-astronomy/stellarium-0.11.1
 * Repository: gentoo
 * Maintainer: mr_bones_@gentoo.org sci-astronomy@gentoo.org
 * USE:        amd64 elibc_glibc kernel_linux multilib nls userland_GNU
 * FEATURES:   preserve-libs sandbox userpriv
sed: -e expression #2, char 31: expected \ after `a', `c' or `i'
 * ERROR: sci-astronomy/stellarium-0.11.1 failed (prepare phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  85:  Called src_prepare
 *   environment, line 2813:  Called die
 * The specific snippet of code:
 *       sed -e "/af ar az/d" -e "/GETTEXT_CREATE_TRANSLATIONS/a ${LINGUAS}" -i po/stellarium{,-skycultures}/CMakeLists.txt || die


Reproducible: Always
Comment 1 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2012-02-20 11:14:30 UTC
+  20 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> stellarium-0.11.1.ebuild:
+  Fix sed expression wrt bug 405003 by Adrian.Bassett@hotmail.co.uk

Sorry for that. I don't know why but previous expression worked without a flaw on my box. Maybe it's due to sed version.
Comment 2 Adrian Bassett 2012-02-20 13:35:51 UTC
(In reply to comment #1)
> +  20 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org>
> stellarium-0.11.1.ebuild:
> +  Fix sed expression wrt bug 405003 by Adrian.Bassett@hotmail.co.uk
> 
> Sorry for that. I don't know why but previous expression worked without a flaw
> on my box. Maybe it's due to sed version.

Installs OK now, thanks.