FTBFS in edgy [shadow]

Bug #66506 reported by Fabio Massimo Di Nitto
4
Affects Status Importance Assigned to Milestone
shadow (Ubuntu)
Fix Released
High
Martin Pitt

Bug Description

if test -e /usr/share/gnulib/config/config.rpath ; then \
  for i in ./config.rpath ; do \
   if ! test -e $i.cdbs-orig ; then \
    mv $i $i.cdbs-orig ; \
    cp --remove-destination /usr/share/gnulib/config/config.rpath $i ; \
   fi ; \
  done ; \
 fi
if [ -d ./m4 ]; then m4="-I m4"; fi; if [ -e ./aclocal.m4 ]; then cd . && aclocal-1.7 $m4; fi
aclocal: macro `AM_PROG_MKDIR_P' required but not defined
aclocal: macro `AM_PROG_MKDIR_P' required but not defined
make: *** [debian/stamp-autotools-files] Error 1

Fabio

Revision history for this message
Fabio Massimo Di Nitto (fabbione) wrote :

This looks like a fallout on autotool stuff.

It didn't fail in the first rebuild run a few days back and reproducible on x86 chroots too at the DC.

Fabio

Changed in shadow:
assignee: nobody → pitti
importance: Undecided → High
status: Unconfirmed → Confirmed
status: Confirmed → In Progress
Revision history for this message
Martin Pitt (pitti) wrote :

 shadow (1:4.0.16-2ubuntu3) edgy; urgency=low
 .
   * Fix FTBFS due to new gettext 0.15:
     - debian/rules: Use automake 1.9 instead of 1.7, 1.7 breaks with newer
       gettext.
     - Add debian/patches/593_po_mkinstalldirs: Hardcode the value of
       'mkinstalldirs' in po/Makefile.in.in instead of using @MKINSTALLDIRS@.
       The latter has been removed from gettext 0.15. This is a Gross Hack™,
       but has to do for Edgy.
     - Closes: LP#66506

Changed in shadow:
status: In Progress → Fix Released
Revision history for this message
Fabio Massimo Di Nitto (fabbione) wrote :

Martin, new shadow did FTBFS on all arches.

if [ -d ./m4 ]; then m4="-I m4"; fi; if [ -e ./aclocal.m4 ]; then cd . && aclocal-1.9 $m4; fi
/bin/sh: aclocal-1.9: command not found
make: *** [debian/stamp-autotools-files] Error 127

missing B-D?

Changed in shadow:
status: Fix Released → Confirmed
Revision history for this message
Martin Pitt (pitti) wrote :

 shadow (1:4.0.16-2ubuntu4) edgy; urgency=low
 .
   * debian/control: Fix automake dependency, too. *blush*

This time pbuilder tested, sorry!

Changed in shadow:
status: Confirmed → 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.