Summary: | Installation layout for dev-util/biew-6.1.0 needs cleanup | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Nico R. <n-roeser> |
Component: | [OLD] Development | Assignee: | Kevin McCarthy (RETIRED) <signals> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | signals |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Cleaned up EAPI=4 build
Misc fixes. Changes the test constructs in the configure script to working and portable ones. |
Description
Nico R.
2011-01-13 11:37:10 UTC
This package is unmaintained at the moment, we'll be happy to fix it for you if you submitted patches. Created attachment 261471 [details]
Cleaned up EAPI=4 build
Fixes man location problem and data location problem.
General Cleanup.
I was unable to duplicate the configure error with my locale set to de_DE.UTF-8, so please try the attached ebuild and comment on this bug if you are still seeing the issue. Thanks. Created attachment 261520 [details]
Misc fixes.
General cleanup:
Moved makefile edit to src_prepare()
Call die on external commands
Simplified SRC_URI
Call ./configure instead of econf
Remove eutils eclass
Syntax cleanup
Note: since this new ebuild puts the data files in the proper place, you will probably have to edit the paths in biew's setup dialog. Alternatively, you can just delete ~/.biewrc and let biew find its files on its own. dev-util/biew-6.1.0-r1 is now in portage. Created attachment 263675 [details, diff] Changes the test constructs in the configure script to working and portable ones. In reply to comment 3 by Kevin: > I was unable to duplicate the configure error with my locale set to > de_DE.UTF-8, so please try the attached ebuild and comment on this bug if you > are still seeing the issue. This seems to happen when debugging is enabled. This patch changes the problematic parts of the configure script. Upstream has completely revamped the configure script, so I have not sent this patch upstream. See bug 321963 comment 14 for a patch to the ebuild file adding this patch (and the one for that bug). Reopening this bug to allow tracking the status of the patch mentioned in comment 7. Thanks for the patches! I have committed them to portage. The current biew-6.1.0-r1 ebuild should have both of these patches applied. Please re-open this bug if you still have problems. |