Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31484 - Ebuild for Dutch language with OpenOffice 1.1.0 is incorrect
Summary: Ebuild for Dutch language with OpenOffice 1.1.0 is incorrect
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Heinrich Wendel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-19 02:54 UTC by Gino Peeters
Modified: 2003-10-19 04:21 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 Gino Peeters 2003-10-19 02:54:27 UTC
When emerging OpenOffice 1.1.0-r1 for the Dutch language, it aborts right after
Installing OpenOffice.org into build root... because in   
 'cd ${S}/instsetoo/${SOLPATH}/${LANGNO}/normal' LANGNO points to the wrong
directory

This line in the ebuild 

                31 | DTCH ) LANGNO=03; LANGNAME=DTCH; LFULLNAME=Dutch

should be replaced by

               31 | DTCH ) LANGNO=31; LANGNAME=DTCH; LFULLNAME=Dutch

Reproducible: Didn't try
Steps to Reproduce:
1. LANGUAGE=31 emerge openoffice
Actual Results:  
Emerge aborts right after Installing OpenOffice.org into build root...

Expected Results:  
Emerge shouldn't abort
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2003-10-19 04:21:29 UTC
thx, fixed :)