FTBFS on Feisty, "`build-aux/ylwrap' not found"

Bug #104359 reported by Micah Cowan
2
Affects Status Importance Assigned to Milestone
coreutils (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Binary package hint: coreutils

configure.ac: required file `build-aux/ylwrap' not found
configure.ac: `automake --add-missing' can install `ylwrap'
autoreconf: automake failed with exit status: 1
make: *** [configure-stamp] Error 1

The following patch allowed it to build for me:

--- debian/rules.orig 2007-04-07 21:13:56.000000000 -0700
+++ debian/rules 2007-04-07 23:36:08.000000000 -0700
@@ -53,7 +53,7 @@
 configure-stamp: $(patched)
        dh_testdir

- cd $(BUILD_TREE) && autoreconf
+ cd $(BUILD_TREE) && automake --add-missing && autoreconf

        cd $(BUILD_TREE) && CFLAGS=$(CFLAGS) \
                LDFLAGS=$(LDFLAGS) ./configure \

Tags: ftbfs
Revision history for this message
Micah Cowan (micahcowan) wrote :

Also, automake, autoconf and the like are not in build-essential; the autoreconf should very likely not be performed at all. If it /is/ necessary, these packages should be added to the build-deps.

Revision history for this message
Luca Falavigna (dktrkranz) wrote :

Builds fine in Gutsy and newer.

Changed in coreutils:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.