Your message dated Mon, 22 Aug 2016 20:51:06 +0200
with message-id <[email protected]>
and subject line Re: Bug#834464: youtube-dl: aptitude build-dep not complete
has caused the Debian Bug report #834464,
regarding youtube-dl: aptitude build-dep not complete
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 [email protected]
immediately.)
--
834464: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834464
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: youtube-dl
Version: 2016.06.25-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)
Dear Maintainer,
i noticed this while trying to backport youtube-dl on jessie and reproduced it
on sid.
when trying to build from source using
aptitude build-dep youtube-dl; apt-get -b source youtube-dl
i get the following error:
------
pandoc -f markdown -t plain README.md -o README.txt
make[2]: pandoc: Command not found
Makefile:69: recipe for target 'README.txt' failed
make[2]: *** [README.txt] Error 127
make[2]: Leaving directory '/home/henryk/youtube-dl-2016.06.25'
debian/rules:6: recipe for target 'override_dh_auto_configure' failed
make[1]: *** [override_dh_auto_configure] Error 2
make[1]: Leaving directory '/home/henryk/youtube-dl-2016.06.25'
debian/rules:3: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
Build command 'cd youtube-dl-2016.06.25 && dpkg-buildpackage -b -uc' failed.
W: Can't drop privileges for downloading as file 'youtube-dl_2016.06.25-1.dsc'
couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
E: Sub-process dpkg-source returned an error code (1)
-------
so aptitude build-dep youtube-dl did not install pandoc.
the build was successful with pandoc installed manually.
pandoc should be added to the build-deps methinks.
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 4.6.0-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--- End Message ---
--- Begin Message ---
Version: 2016.06.25-2
From the changelog:
* debian/control:
+ Add B-D on pandoc and zip. (Closes: #828905)
--
Jakub Wilk
--- End Message ---