Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 32492

Summary: openoffice-bin-1.1.0 ebuild broken
Product: Gentoo Linux Reporter: Alessandro Pisani <alessandro.pisani>
Component: Current packagesAssignee: Gentoo Office Team <office>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.4   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Alessandro Pisani 2003-11-01 13:52:33 UTC
openoffice-1.1.0 ebuild still contains some _rc4 text substitutions in sed which causes the build process to fail to install the largest part of the needed files.
removing _rc4 from the sed strings fixes the bug.
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2003-11-02 03:55:49 UTC
I cannot find the substitutions you mean. Could you point them out, or post
a diff file?
Comment 2 Alessandro Pisani 2003-11-06 08:26:28 UTC
here it is:
openoffice-bin-1.1.0.ebuild:

line 116:     sed -e "s|<pv>|${PV//_rc4}|g" ${T}/rsfile-local > ${T}/autoresponse-${PV}.conf

should be instead:     sed -e "s|<pv>|${PV}|g" ${T}/rsfile-local > ${T}/autoresponse-${PV}.conf
Comment 3 Paul de Vrieze (RETIRED) gentoo-dev 2003-11-07 01:39:15 UTC
I don't think that the substitution should be the cause as there should be
no _rc4 in the PV variable. However I removed it from the ebuild as it serves
no further purpose.