Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119133 - grass package (configure) error
Summary: grass package (configure) error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Steve Arnold
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-15 15:12 UTC by Tomasz Fortuna
Modified: 2006-03-18 14:29 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 Tomasz Fortuna 2006-01-15 15:12:43 UTC
There's an error in package grass-6.0.1.tar.gz in configure script
on line 1344:
system=MP-RAS-`awk '{print }' /etc/.relid'`
should look like this:
system=MP-RAS-`awk '{print }' /etc/.relid`

However as configure is generated by autotools this problem is rather strange to explain for me.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-01-16 00:52:36 UTC
Sigh... You are using bash-3.1, right?

sed -i -e "s/relid'/relid/" "${S}"/configure

in src_unpack() should fix it.
Comment 2 Tomasz Fortuna 2006-01-16 06:37:35 UTC
I've managed to compile it for myself. I'm thinking about the others. ;)
I use: GNU bash, version 3.1.5(1)-release (x86_64-pc-linux-gnu)
It's latest bash for ~amd64 systems.
Comment 3 MZM 2006-03-16 02:48:47 UTC
This bug is fixed in Grass-6.0.2

More details: http://www.intevation.de/rt/webrt?serial_num=3918&display=History
Comment 4 Steve Arnold archtester gentoo-dev 2006-03-18 14:29:30 UTC
Fixed in 6.0.1