[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#744674: marked as done (unac: run dh-autoreconf to update config.{sub,guess} and {libtool,aclocal}.m4)



Your message dated Mon, 12 Jun 2017 23:05:10 +0300
with message-id <20170612200509.b4jpacqqrkbymnon@localhost>
and subject line Closing obsolete autotools/autoreconf requests
has caused the Debian Bug report #744674,
regarding unac: run dh-autoreconf to update config.{sub,guess} and {libtool,aclocal}.m4
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
744674: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744674
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:unac
Version: 1.8.0-6
User: debian-devel@lists.debian.org
Usertags: autoreconf

The package fails to build on ppc64el (powerpc64le-linux-gnu), because
the config.{guess,sub} files are out of date, and are not updated during
the build.  If possible, please do not update these files directly,
but build-depend on autotools-dev instead, and use the tools provided
by autotools-dev to update these files.

  - For dh, call dh --with autoreconf.

  - For cdbs based build systems, include
    /usr/share/cdbs/1/rules/autoreconf.mk

  - For other rules files, call dh_autoreconf before calling
    configure (in the build or configure target), and call
    dh_autoreconf_clean before dh_clean in the clean target.

For combining autoreconf and autotools_dev, see bug #698765.

After the build on any architecture, and before a clean, a grep for
powerpc64le in the configure, aclocal.m4 and/or libtool.m4 file(s)
should print some lines. It is not enough to just update the
config.guess and config.sub files.

The full build log can be found at:
http://people.debian.org/~doko/logs/ppc64el-20140414/buildlog_ubuntu-trusty-ppc64el.unac_1.8.0-6_FAILEDTOBUILD.txt
The last lines of the build log are at the end of this report.

Please note that these builds were done in an Ubuntu development,
environment there may be a few false positives in these bug reports.

See https://wiki.debian.org/qa.debian.org/FTBFS for a guide how to
address these.

[...]
/usr/bin/install -c .libs/libunac.a /build/buildd/unac-1.8.0/debian/tmp//usr/lib/libunac.a
ranlib /build/buildd/unac-1.8.0/debian/tmp//usr/lib/libunac.a
chmod 644 /build/buildd/unac-1.8.0/debian/tmp//usr/lib/libunac.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
/bin/bash ./mkinstalldirs /build/buildd/unac-1.8.0/debian/tmp//usr/bin
mkdir -p -- /build/buildd/unac-1.8.0/debian/tmp//usr/bin
  /bin/bash ./libtool --mode=install /usr/bin/install -c unaccent /build/buildd/unac-1.8.0/debian/tmp//usr/bin/unaccent
/usr/bin/install -c unaccent /build/buildd/unac-1.8.0/debian/tmp//usr/bin/unaccent
/bin/bash ./mkinstalldirs /build/buildd/unac-1.8.0/debian/tmp//usr/include
mkdir -p -- /build/buildd/unac-1.8.0/debian/tmp//usr/include
 /usr/bin/install -c -m 644 unac.h /build/buildd/unac-1.8.0/debian/tmp//usr/include/unac.h
/bin/bash ./mkinstalldirs /build/buildd/unac-1.8.0/debian/tmp//usr/share/man/man1
mkdir -p -- /build/buildd/unac-1.8.0/debian/tmp//usr/share/man/man1
 /usr/bin/install -c -m 644 ./unaccent.1 /build/buildd/unac-1.8.0/debian/tmp//usr/share/man/man1/unaccent.1
/bin/bash ./mkinstalldirs /build/buildd/unac-1.8.0/debian/tmp//usr/share/man/man3
mkdir -p -- /build/buildd/unac-1.8.0/debian/tmp//usr/share/man/man3
 /usr/bin/install -c -m 644 ./unac.3 /build/buildd/unac-1.8.0/debian/tmp//usr/share/man/man3/unac.3
/bin/bash ./mkinstalldirs /build/buildd/unac-1.8.0/debian/tmp//usr/lib/pkgconfig
mkdir -p -- /build/buildd/unac-1.8.0/debian/tmp//usr/lib/pkgconfig
 /usr/bin/install -c -m 644 unac.pc /build/buildd/unac-1.8.0/debian/tmp//usr/lib/pkgconfig/unac.pc
make[2]: Leaving directory `/build/buildd/unac-1.8.0'
make[1]: Leaving directory `/build/buildd/unac-1.8.0'
touch debian/stamp-makefile-install
Adding cdbs dependencies to debian/libunac1.substvars
dh_installdirs -plibunac1 
Adding cdbs dependencies to debian/libunac1-dev.substvars
dh_installdirs -plibunac1-dev 
Adding cdbs dependencies to debian/unaccent.substvars
dh_installdirs -punaccent 
dh_installdocs -plibunac1 ./README ./NEWS ./AUTHORS ./THANKS 
dh_installexamples -plibunac1 
dh_installman -plibunac1  
dh_installinfo -plibunac1  
dh_installmenu -plibunac1 
dh_installcron -plibunac1 
dh_installinit -plibunac1  
dh_installdebconf -plibunac1 
dh_installemacsen -plibunac1   
dh_installcatalogs -plibunac1 
dh_installpam -plibunac1 
dh_installlogrotate -plibunac1 
dh_installlogcheck -plibunac1 
dh_installchangelogs -plibunac1  ./ChangeLog 
dh_installudev -plibunac1 
dh_lintian -plibunac1 
dh_bugfiles -plibunac1 
dh_install -plibunac1  
dh_install: libunac1 missing files (debian/tmp/usr/lib/lib*.so.*), aborting
make: *** [binary-install/libunac1] Error 255
dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
This email closes autotools/autoreconf in packages that have 
successfully been built on all current release architectures.

debhelper defaults to updating autotools files since January 2016,
which automatically fixed many of these bugs and makes explicit
updating for these packages obsolete.

debhelper compat 10 defaults to running autoreconf,
making manual adding of dh-autoreconf mostly obsolete.
Updating to compat 10 is a better solution than adding dh-autoreconf, 
and compat < 10 is expected to become a lintian warning before buster.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

--- End Message ---

Reply to: