Your message dated Mon, 30 Sep 2013 04:00:06 +0000
with message-id <e1vqueu-0006jg...@franck.debian.org>
and subject line Bug#724204: fixed in http-parser 2.1-2
has caused the Debian Bug report #724204,
regarding wrong installation path
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.)
--
724204: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724204
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-http-parser.rb
Version: 0.6.0~beta.2-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130922 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part (hopefully):
> Entering dh_ruby --install
> install -d /«PKGBUILDDIR»/debian/ruby-http-parser.rb/usr/lib/ruby/vendor_ruby
> install -D -m644 /«PKGBUILDDIR»/lib/http_parser.rb
> /«PKGBUILDDIR»/debian/ruby-http-parser.rb/usr/lib/ruby/vendor_ruby/http_parser.rb
> install -D -m644 /«PKGBUILDDIR»/lib/http/parser.rb
> /«PKGBUILDDIR»/debian/ruby-http-parser.rb/usr/lib/ruby/vendor_ruby/http/parser.rb
> Building extension for ruby1.9.1 ...
> /usr/bin/ruby1.9.1 -I/usr/lib/ruby/vendor_ruby
> /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb /«PKGBUILDDIR»
> debian/ruby-http-parser.rb
> /usr/lib/ruby/1.9.1/rubygems/ext/builder.rb:37:in `block in make': make
> failed: (Gem::InstallError)
>
> ["/usr/bin/ruby1.9.1 extconf.rb", "creating Makefile\n", "make", "make[2]:
> Entering directory `/«PKGBUILDDIR»/ext/ruby_http_parser'\ncompiling
> ruby_http_parser.c\nlinking shared-object ruby_http_parser.so\n/usr/bin/ld:
> cannot find -lhttp_parser\ncollect2: error: ld returned 1 exit
> status\nmake[2]: *** [ruby_http_parser.so] Error 1\nmake[2]: Leaving
> directory `/«PKGBUILDDIR»/ext/ruby_http_parser'\n"]
> from /usr/lib/ruby/1.9.1/rubygems/ext/builder.rb:32:in `each'
> from /usr/lib/ruby/1.9.1/rubygems/ext/builder.rb:32:in `make'
> from /usr/lib/ruby/1.9.1/rubygems/ext/ext_conf_builder.rb:18:in `build'
> from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:62:in
> `block in build_and_install'
> from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:61:in
> `chdir'
> from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:61:in
> `build_and_install'
> from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:75:in
> `block in build_all_extensions'
> from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:72:in `each'
> from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:72:in
> `build_all_extensions'
> from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:88:in
> `<main>'
> /usr/bin/ruby1.9.1 extconf.rb
> creating Makefile
> make
> make[2]: Entering directory `/«PKGBUILDDIR»/ext/ruby_http_parser'
> compiling ruby_http_parser.c
> linking shared-object ruby_http_parser.so
> /usr/bin/ld: cannot find -lhttp_parser
> collect2: error: ld returned 1 exit status
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2013/09/22/ruby-http-parser.rb_0.6.0~beta.2-1_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: http-parser
Source-Version: 2.1-2
We believe that the bug you reported is fixed in the latest version of
http-parser, 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 724...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Cédric Boutillier <bou...@debian.org> (supplier of updated http-parser 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: SHA256
Format: 1.8
Date: Tue, 24 Sep 2013 00:29:11 +0200
Source: http-parser
Binary: libhttp-parser-dev libhttp-parser2.1 libhttp-parser2.1-dbg
Architecture: source amd64
Version: 2.1-2
Distribution: unstable
Urgency: low
Maintainer: Praveen Arimbrathodiyil <prav...@debian.org>
Changed-By: Cédric Boutillier <bou...@debian.org>
Description:
libhttp-parser-dev - parser for HTTP messages: development libraries and
header files
libhttp-parser2.1 - parser for HTTP messages written in C
libhttp-parser2.1-dbg - debugging symbols for libhttp-parser2.1
Closes: 719036 719780 724204
Changes:
http-parser (2.1-2) unstable; urgency=low
.
* Team upload.
.
[ Per Andersson ]
* Update copyright with years
* Fix Vcs-* URLs
.
[ Cédric Boutillier ]
* debian/rules:
- export build flags
- override dh_auto_install instead of defining build: target
(Closes: #719036)
* debian/patches:
- add fix-soname.patch from upstream to define a proper SONAME
- update use-ldflags.patch to add LDFLAGS to LDFLAGS_LIB
* Fix multiarch installation path (Closes: #719780)
- ld can now find it with -lhttp_parser (Closes: #724204)
* Install symlinks for the -dev package
.
[ Praveen Arimbrathodiyil ]
* add symbols file
* unapply patches after build
* override dh_makeshlibs
* add a -dbg package
* add dpkg-dev (>= 1.16.1~) to build deps
Checksums-Sha1:
3aebca7ae363a8dd298c05e67b53a5678e23d7f2 2049 http-parser_2.1-2.dsc
aa40c02dea3371b47451b415ba6b2f486a967a90 4364 http-parser_2.1-2.debian.tar.gz
3698ddb4855bd8ede5093a4a84f2aa4b4541746d 13904
libhttp-parser-dev_2.1-2_amd64.deb
4135cfd640a0887d2577954c69c159ec975d1547 15952
libhttp-parser2.1_2.1-2_amd64.deb
ad6315e64dccb2686084e6c6d3db052d5dae12bc 13730
libhttp-parser2.1-dbg_2.1-2_amd64.deb
Checksums-Sha256:
14935c8b704de1078106a491c4a795fc58b50acbd18dddb55b09e658e4cbd611 2049
http-parser_2.1-2.dsc
90e848d4927e1c96e89997dfdf9d90ef7cc7a957a280bc24566a5cfe00b86f16 4364
http-parser_2.1-2.debian.tar.gz
8953e0f7f1ce80817db040ec174844bc23b613ffc221fdb8d37c6529333e85da 13904
libhttp-parser-dev_2.1-2_amd64.deb
5ac033eeb05ecba13d1b0ce6098ae4026cb43a4f62343856080f409a46fb9355 15952
libhttp-parser2.1_2.1-2_amd64.deb
5e51c6af16616e425761f16da31d31d477e6ce34212f833200489f05b52fcd6d 13730
libhttp-parser2.1-dbg_2.1-2_amd64.deb
Files:
d257cc0c00950e5fe72973ceacaf18b1 2049 libs extra http-parser_2.1-2.dsc
73ebfcdeba75f96a27496a5d553be188 4364 libs extra
http-parser_2.1-2.debian.tar.gz
6de4a7e6beff397bf49cd13f796a66c1 13904 libdevel extra
libhttp-parser-dev_2.1-2_amd64.deb
7a95b3d80955cea5d4590a116dbe33ff 15952 libs extra
libhttp-parser2.1_2.1-2_amd64.deb
0e4db07d909e4c0e2576aa5e06691aa6 13730 debug extra
libhttp-parser2.1-dbg_2.1-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
iQIcBAEBCAAGBQJSQMdyAAoJEKkHZFuPn48JXOgP/2L6dv829AYWAAUH1e+5/dPS
4kp4F99UROrcSjDObOcRDWYl8/bdRh0iujHpYqfXneUPisG7PLTX3+f5rqbW8YNc
wT2/E1HbahDXkvfCCdE7YQAglMNfIrJXDhPEiyWySGG0e80RlvhfTEVm+R9JIsp8
6HLensCzrvyYtm2eVN/5ApTdUTeEB71ZB0J+Eedzglvcwh9vbMoDbUooLOKtocVu
Zr1BfCK5o6KYLSZvDPr3gWioPtGDSMSaDZtS7tkTrnyJOhtzUxcX6Wk41AuWFW7p
yZxwDCgGi+rqLd18p9P0S3PSDv0l9CltkE46aIoAehOnUABMZhb0/DoPqYqBZxWL
kUWb+4XjPV2x6soFqykDh7dVsJGqO6Ybw++dO90PcSmRVwkPNpzwESNXxemh05pB
t1hwWjLxg79JYqE1Zcs1++jmU6X/i0RtSK+c3vEuDwMqR1+LtE8RWfj4wsWmTTyt
Ra7AeXrY/S0ZyXZ82iOtH4rrLbEelriDS8UPZ6OBIkJWhtS5SBZ7jfJtK8EDOwyo
wn4WnWAC2fPE/Vkn7IVBJ5PQwKzxRbuBruD4956j1Q0bo5qhUwObE0dIqHd+BlD/
vvAkDQpwh2MJlGy0E+PgcylCYGkNbUG1KKSAQidZnVbnhETr5YpC+Ru/GS2NvFZh
3FuCzOD2hlwGPivazVnR
=ROtC
-----END PGP SIGNATURE-----
--- End Message ---