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

Bug 89254

Summary: x11-terms/mrxvt calls bootstrap.sh when it is unneeded
Product: Gentoo Linux Reporter: James Rowe <jnrowe>
Component: Current packagesAssignee: Mamoru KOMACHI (RETIRED) <usata>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: mrxvt-no_strap.patch

Description James Rowe 2005-04-15 21:29:40 UTC
Every autotools generated file in the distributed package is up to date, and
no patches are applied to autotools source files to require a rebuild.  On my
box this is adding 60% to the build time, and I can only imagine it would be
much worse on >2-way boxes.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 James Rowe 2005-04-15 21:30:23 UTC
Created attachment 56409 [details, diff]
mrxvt-no_strap.patch
Comment 2 Mamoru KOMACHI (RETIRED) gentoo-dev 2005-04-23 00:38:26 UTC
Thx. Fixed in CVS. That was necessary in early versions
of mrxvt (because it didn't include configure script), 
and I forgot to remove ./bootstrap.sh line.