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

Bug 132452

Summary: dev-util/wiggle misplaced files, XC failure and a couple of other little p things
Product: Gentoo Linux Reporter: James Rowe <jnrowe>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description James Rowe 2006-05-06 06:57:48 UTC
`p help' attempts to process the non-existent /usr/bin/p.help file, the
attached patch fixes that.  The wiggle-p_bad_help_ref.patch changes the
build to install p.help in /usr/share/wiggle, and fixes the reference in the
script.

  The wiggle-no_default_signoff.patch stop p from adding Neil Brown's
sign-off line to *every* patch it sees.  The patch just removes the chunk
that tests, and adds, the sign-off to the file.  Caveat:  The method used in
the patch depends on a GNU extension to sed, but GNU sed is required for all
Gentoo systems no?

  The wiggle-p_fix_head_tail.patch uses fixheadtails.eclass to change the
calls to head and tail in the p script.  I realise the current coreutils no
longer require the change, but I spotted it whilst poking around and I'm not
sure if it is coming back in a later release.

  The build doesn't respect a user's CC values, which makes cross
compilation fail.  The attached wiggle-use_user_cc.patch fixes this.

  Now that the build is using the correct compiler...

  The default make targets tries to run the test suite, which ends up being
run twice if FEATURES=maketest is set.  More importantly, to me at least,
builds without maketest set fail completely if wiggle has been cross
compiled.

  The attached patch(wiggle-dont_run_test_in_compile.patch) fixes this by
only calling make on the wiggle target.

Thanks


James
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-05-06 07:01:15 UTC

*** This bug has been marked as a duplicate of 132450 ***
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-05-06 07:02:05 UTC
.