Your message dated Fri, 02 Nov 2018 17:49:18 +0000
with message-id <e1gidzo-0005ia...@fasolo.debian.org>
and subject line Bug#910128: fixed in bash-completion 1:2.8-1.1
has caused the Debian Bug report #910128,
regarding bash-completion parallel FTBFS
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 ow...@bugs.debian.org
immediately.)


-- 
910128: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=910128
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: bash-completion
Version: 1:2.8-1
Severity: serious
Tags: ftbfs

bash-completion randomly fails to build from source in a parallel
setting. The following log exhibits the failure:

| make[3]: Entering directory '/<<PKGBUILDDIR>>/completions'
| make[3]: Nothing to be done for 'install-exec-am'.
| for file in 7za ; do \
|         rm -f 
/<<PKGBUILDDIR>>/debian/bash-completion/usr/share/bash-completion/completions/$file
 && \
|                 ln -s 7z 
/<<PKGBUILDDIR>>/debian/bash-completion/usr/share/bash-completion/completions/$file
 ; \
| done
|  /bin/mkdir -p 
'/<<PKGBUILDDIR>>/debian/bash-completion/usr/share/bash-completion/completions'
| ln: failed to create symbolic link 
'/<<PKGBUILDDIR>>/debian/bash-completion/usr/share/bash-completion/completions/7za':
 No such file or directory
| make[3]: *** [Makefile:1103: symlinks] Error 1
| make[3]: *** Waiting for unfinished jobs....
|  /usr/bin/install -c -m 644 2to3 7z a2x abook aclocal acpi adb add_members 
alias ant apache2ctl appdata-validate apt-build apt-cache apt-get aptitude arch 
arping arpspoof asciidoc aspe
|  /usr/bin/install -c -m 644 cfrun chage change_pw check_db check_perms 
checksec _chfn chgrp chkconfig chown chpasswd chronyc chrpath _chsh cksfv 
cleanarch clisp clone_member complete c
|  /usr/bin/install -c -m 644 dpkg-source dselect dsniff dumpdb dumpe2fs 
e2freefrag e2label ebtables _eject eog ether-wake evince explodepkg export 
faillog fbgs fbi feh file file-roller 
|  /usr/bin/install -c -m 644 gm gnatmake gnokii gnome-mplayer gpasswd gpg gpg2 
gphoto2 gprof groupadd groupdel groupmems groupmod growisofs grpck gzip hcitool 
hddtemp _hexdump hid2hci h
|  /usr/bin/install -c -m 644 ipsec iptables ipv6calc iscsiadm isql iwconfig 
iwlist iwpriv iwspy jar jarsigner java javaws jpegoptim jps jshint k3b kcov 
kill killall kldload kldunload ko
|  /usr/bin/install -c -m 644 lpr lrzip lsof lsscsi lsusb lua luac luseradd 
luserdel lvm lz4 lzip lzma lzop macof mailmanctl make makepkg man mc mcrypt 
mdadm mdtool medusa mii-diag mii-t
|  /usr/bin/install -c -m 644 mtx munindoc munin-node-configure munin-run 
munin-update mussh mutt mysql mysqladmin nc ncftp nethogs _newgrp newlist 
newusers ngrep nmap _nmcli nproc nsloo
|  /usr/bin/install -c -m 644 pkgrm pkgtool pkgutil plague-client pm-hibernate 
pm-is-supported pm-powersave pngfix portinstall portsnap portupgrade postcat 
postconf postfix postmap posts
|  /usr/bin/install -c -m 644 rdesktop remove_members removepkg _renice 
_repomanage reportbug _reptyr resolvconf _rfkill ri rmlist rmmod route rpcdebug 
rpm rpm2tgz rpmcheck rrdtool rsync
|  /usr/bin/install -c -m 644 sshow strace strings _su sudo svcadm svk _svn 
_svnadmin _svnlook sync_members synclient sysbench sysctl tar tcpdump tcpkill 
tcpnice timeout tipc tox tracepa
|  /usr/bin/install -c -m 644 vmstat vncviewer vpnc watch webmitm wget wine 
withlist wodim wol _write wsimport wtf wvdial xdg-mime xdg-settings xfreerdp 
xgamma xhost xm xmllint xmlwf xmm
| make[3]: Leaving directory '/<<PKGBUILDDIR>>/completions'
| make[2]: *** [Makefile:993: install-am] Error 2
| make[2]: Leaving directory '/<<PKGBUILDDIR>>/completions'
| make[1]: *** [Makefile:485: install-recursive] Error 1
| make[1]: Leaving directory '/<<PKGBUILDDIR>>'
| dh_auto_install: make -j12 install 
DESTDIR=/<<PKGBUILDDIR>>/debian/bash-completion AM_UPDATE_INFO_DIR=no returned 
exit code 2
| make: *** [debian/rules:40: binary] Error 2
| dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned 
exit status 2

Notably, the completion directory is created after adding symlinks into
it. Looking at the generated completions/Makefile, one can see the
cause: The symlinks target creates the symlinks and depends on
$(targetdir), but there is no target for $(targetdir). Instead, the
completion directory is created by install-bashcompDATA and these
targets are fully independent. install-data-am depends on
install-bashcompDATA and install-data-local. The latter depends on
symlinks. We'd need a dependency from symlinks on install-bashcompDATA,
but I have no clue how to add that in completions/Makefile.am.

Hope this helps anyway

Helmut

--- End Message ---
--- Begin Message ---
Source: bash-completion
Source-Version: 1:2.8-1.1

We believe that the bug you reported is fixed in the latest version of
bash-completion, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 910...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emmanouil Kampitakis <info+deb...@kampitakis.de> (supplier of updated 
bash-completion package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 27 Oct 2018 21:53:12 +0000
Source: bash-completion
Binary: bash-completion
Architecture: source
Version: 1:2.8-1.1
Distribution: unstable
Urgency: medium
Maintainer: Gabriel F. T. Gomes <gabr...@inconstante.eti.br>
Changed-By: Emmanouil Kampitakis <info+deb...@kampitakis.de>
Description:
 bash-completion - programmable completion for the bash shell
Closes: 910128
Changes:
 bash-completion (1:2.8-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Use install-data-hook, not install-data-local (Closes: #910128)
Checksums-Sha1:
 624031b2e362a7caad6143f71fff877bf7e955ea 1940 bash-completion_2.8-1.1.dsc
 f0cfabb1e10e8a9c4aa45d62b62c2743dbf8be4d 17760 
bash-completion_2.8-1.1.debian.tar.xz
 0d34e71ceddc6f0336617262577ac2bde1d4326a 5284 
bash-completion_2.8-1.1_powerpc.buildinfo
Checksums-Sha256:
 35e1c4bda6597d2931917acab21954aef2bfe8aa071d5ee9f1a6b55096ef63dc 1940 
bash-completion_2.8-1.1.dsc
 36c37d5a01d5fa628afdad1a6131b1f889cb078ba0f277ecda5f129c8fd91e12 17760 
bash-completion_2.8-1.1.debian.tar.xz
 4ea41fefb9781d79ffff48a760c30ab09050a40606652fc9c7d6f9f82bb765d2 5284 
bash-completion_2.8-1.1_powerpc.buildinfo
Files:
 8aeb009b82d431b6c01b2c7f6eacef72 1940 shells standard 
bash-completion_2.8-1.1.dsc
 78955d605f572802a3acebdd616d9e76 17760 shells standard 
bash-completion_2.8-1.1.debian.tar.xz
 38a6d5ceb7ff594f9ffba8048a75a675 5284 shells standard 
bash-completion_2.8-1.1_powerpc.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEWXMI+726A12MfJXdxCxY61kUkv0FAlvV1GoACgkQxCxY61kU
kv2Qog/9F8SVyL/0sICCfEnAtxsyVC6c6giVvmeOSdPypcud1Ji9fDicEKgSk4/m
qnBDIIGYVtpom/KYSZ9/0yt3aOBFq9EjYvKz23KaOpdLG4W979YDv82qc7PcosMe
nKE6FDQ/R+IDgbkPIQYzO9hD9M6GpxeEBnZBlNsKD05X9JV+A8jsJqT3fQYUr7mW
cn9I0Cus9RGSAnXsx2EK9VGSDmkxnZp/umOnUOULlenl4aapHhy57P3XxeuVD+R2
zdD33Anmg3qlXoid0UJVCqc+Ief63ld0L4ccjX7VVSza0j6BzpveqHWv5qWyycKi
WXtZkCcNSDTG5kTEs3NZ3fPHTAaDZA/LcsABR25g2j6QF+2GCDbmSI+cqouAyXvQ
mNdvPGcq4WDjrl4PRF8xPIhzwGJ/k7dWmW9lA6gH66/bzC9C+3NLCSOdDePOZKEy
rBY6wNuZ7oDBjHpa4+TUjTXT6qjdblbaKBdckKidJrCYgTLbxK7irFVIGVff1+o9
vWKHpdm4oL2wLrjOtTs2yOChk8ybzZ0CMSeT+w8B/m9mmA4ncXmsDHRxINjKqNBj
YA4lcGkNz9oQ66TICmEBEfSX3zyJBFWsFc4Emf+9Iv6ZNUooq4RG3h6caouTmz/t
BPKsupN8wprD7ImV7YIsBHy4AHJoszSuLFvDPAwvc6tm5kbgn0o=
=D4H+
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to