Source: cargo Version: 0.6.0-1 Severity: serious Justification: fails to build from source Tags: patch User: [email protected] Usertags: ftbfs X-Debbugs-Cc: [email protected]
Dear Maintainer,
cargo fails to build from source in unstable/amd64 if wget is installed due to
"wget | curl" build-depends. You just need to either change the B-D to specify
curl explicitly in addition to wget or alternatively just specify curl.
[..]
# Configure to build cargo using the just-built stage0
./configure \
--prefix=/usr \
--disable-debug \
--enable-optimize \
--local-rust-root=/usr \
--local-cargo=/home/lamby/temp/cdt.20151229035953.Z4kmdk8OPp/cargo-0.6.0/cargo-stage0
configure: looking for configure programs
configure: found cmp
configure: found mkdir
configure: found printf
configure: found cut
configure: found head
configure: found grep
configure: found xargs
configure: found cp
configure: found find
configure: found uname
configure: found date
configure: found tr
configure: found sed
configure: found cmake
configure: error: need curl
debian/rules:29: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 1
make[1]: Leaving directory
'/home/lamby/temp/cdt.20151229035953.Z4kmdk8OPp/cargo-0.6.0'
debian/rules:22: recipe for target 'build' failed
make: *** [build] Error 2
[..]
The full build log is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
cargo.0.6.0-1.unstable.amd64.log.txt.gz
Description: Binary data

