Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 151220 - app-office/openoffice downloads unowinreg.dll even when unnessesary
Summary: app-office/openoffice downloads unowinreg.dll even when unnessesary
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Low trivial (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-13 12:50 UTC by Jon Severinsson
Modified: 2006-10-13 15:39 UTC (History)
0 users

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


Attachments
the proposed fix (openoffice-2.0.4-unowinreg.patch,1.66 KB, patch)
2006-10-13 12:52 UTC, Jon Severinsson
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Severinsson 2006-10-13 12:50:22 UTC
This is no big deal, but unowinreg.dll is actually only needed when USE contains both java and odk. However, as the ebuild passes --without-java and --disable-odk directly to openoffice.org ./configure, bypassing ooo-build ./configure, ooo-build will assume it is needed and fail without it. The attached patch will fix this by moving the swiches to ooo-build ./configure and put the download URL within "odk? ( java? ( ... ) )"
Comment 1 Jon Severinsson 2006-10-13 12:52:57 UTC
Created attachment 99586 [details, diff]
the proposed fix
Comment 2 Andreas Proschofsky (RETIRED) gentoo-dev 2006-10-13 15:39:32 UTC
Very good catch, commited this to cvs, thanks for reporting!