Package: dh-autoreconf
Version: 1
Severity: normal

Binary package hint: dh-autoreconf

Happened in ubuntu with evolution package
(lp:~ubuntu-desktop/evolution/ubuntu).
- remove the 99_autoreconf.patch
- add autoreconf.mk rules + build-dep.

When building, we get an error on that part:
dh_autoreconf
md5sum: pop: No such file or directory
md5sum: pop: No such file or directory
md5sum: imap: No such file or directory
md5sum: imap: No such file or directory
md5sum: free: No such file or directory
md5sum: pop: No such file or directory
md5sum: ssl: No such file or directory
md5sum: pop: No such file or directory
md5sum: imap: No such file or directory
md5sum: ssl: No such file or directory
md5sum: imap: No such file or directory
dh_autoreconf: find ! -ipath "./debian/*" -a -type f | xargs md5sum >
debian/autoreconf.before returned exit code 123
make: *** [post-patches] Error 9

Indeed, md5sum, as it can't find one args, gives a 123 error code. And
some file
contains spaces.

find ! -path "./debian/*" -a -type f | xargs md5sum >
debian/autoreconf.before
md5sum: pop: No such file or directory
md5sum: pop: No such file or directory
md5sum: imap: No such file or directory
md5sum: imap: No such file or directory
md5sum: free: No such file or directory
md5sum: pop: No such file or directory
md5sum: ssl: No such file or directory
md5sum: pop: No such file or directory
md5sum: imap: No such file or directory
md5sum: ssl: No such file or directory
md5sum: imap: No such file or directory
$ echo $?
123

You should rather use:
find ! -path "./debian/*" -a -type f -exec md5sum {} \; >
debian/autoreconf.before

Fixed in ubuntu, forwarding the patch to debian in a minute.
-- System Information:
Debian Release: squeeze/sid
  APT prefers maverick-updates
  APT policy: (500, 'maverick-updates'), (500, 'maverick-security'),
(500, 'maverick')
Architecture: i386 (i686)

Kernel: Linux 2.6.35-4-generic (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dh-autoreconf depends on:
ii  autoconf               2.65-3ubuntu1     automatic configure script
builder
ii  automake [automaken]   1:1.11.1-1        A tool for generating GNU
Standard
ii  automake1.10 [automake 1:1.10.2-2ubuntu1 A tool for generating GNU
Standard
ii  debhelper              7.4.20ubuntu1     helper programs for
debian/rules
ii  libtool                2.2.6b-2ubuntu1   Generic library support
script
ii  perl                   5.10.1-12ubuntu1  Larry Wall's Practical
Extraction 

Versions of packages dh-autoreconf recommends:
ii  autopoint                 0.17-11ubuntu1 The autopoint program from
GNU get

dh-autoreconf suggests no packages.

-- no debconf information





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to