Public bug reported:

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 \

** Affects: coreutils (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
FTBFS on Feisty, "`build-aux/ylwrap' not found"
https://bugs.launchpad.net/bugs/104359
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to