Your message dated Sun, 15 Sep 2013 03:01:20 +0000
with message-id <e1vl2ao-00027y...@franck.debian.org>
and subject line Bug#707419: fixed in libproxy 0.4.11-1
has caused the Debian Bug report #707419,
regarding libproxy: FTBFS: pacrunner_mozjs.c:56:56: error: unknown type name
'uintN'
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.)
--
707419: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707419
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libproxy
Version: 0.3.1-6
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130509 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> /bin/bash ../../libtool --tag=CC --mode=compile gcc
> -DPACKAGE_NAME=\"libproxy\" -DPACKAGE_TARNAME=\"libproxy\"
> -DPACKAGE_VERSION=\"0.3.1\" -DPACKAGE_STRING=\"libproxy\ 0.3.1\"
> -DPACKAGE_BUGREPORT=\"nathan...@natemccallum.com\" -DPACKAGE=\"libproxy\"
> -DVERSION=\"0.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
> -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_H=1 -DHAVE_PTHREAD_MUTEX_INIT=1
> -DSTDC_HEADERS=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I../../src/lib
> -DXP_UNIX -DJS_THREADSAFE -I/usr/include/nspr -I/usr/include/mozjs
> -D_POSIX_C_SOURCE=200112L -D_FORTIFY_SOURCE=2 -std=c99 -g -Wall -pedantic -g
> -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat
> -Werror=format-security -Wall -c -o pacrunner_mozjs_la-pacrunner_mozjs.lo
> `test -f 'pacrunner_mozjs.c' || echo './'`pacrunner_mozjs.c
> libtool: compile: gcc -DPACKAGE_NAME=\"libproxy\"
> -DPACKAGE_TARNAME=\"libproxy\" -DPACKAGE_VERSION=\"0.3.1\"
> "-DPACKAGE_STRING=\"libproxy 0.3.1\""
> -DPACKAGE_BUGREPORT=\"nathan...@natemccallum.com\" -DPACKAGE=\"libproxy\"
> -DVERSION=\"0.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
> -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_H=1 -DHAVE_PTHREAD_MUTEX_INIT=1
> -DSTDC_HEADERS=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I../../src/lib
> -DXP_UNIX -DJS_THREADSAFE -I/usr/include/nspr -I/usr/include/mozjs
> -D_POSIX_C_SOURCE=200112L -D_FORTIFY_SOURCE=2 -std=c99 -g -Wall -pedantic -g
> -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat
> -Werror=format-security -Wall -c pacrunner_mozjs.c -fPIC -DPIC -o
> .libs/pacrunner_mozjs_la-pacrunner_mozjs.o
> pacrunner_mozjs.c:56:56: error: unknown type name 'uintN'
> pacrunner_mozjs.c:91:57: error: unknown type name 'uintN'
> pacrunner_mozjs.c: In function 'ctxs_new':
> pacrunner_mozjs.c:128:25: warning: assignment from incompatible pointer type
> [enabled by default]
> pacrunner_mozjs.c:132:27: error: 'JS_FinalizeStub' undeclared (first use in
> this function)
> pacrunner_mozjs.c:132:27: note: each undeclared identifier is reported only
> once for each function it appears in
> pacrunner_mozjs.c:141:53: error: 'dnsResolve' undeclared (first use in this
> function)
> pacrunner_mozjs.c:142:54: error: 'myIpAddress' undeclared (first use in this
> function)
> pacrunner_mozjs.c:143:2: warning: string length '6002' is greater than the
> length '4095' ISO C99 compilers are required to support [-Woverlength-strings]
> pacrunner_mozjs.c:144:12: warning: string length '6002' is greater than the
> length '4095' ISO C99 compilers are required to support [-Woverlength-strings]
> pacrunner_mozjs.c: In function '_run':
> pacrunner_mozjs.c:202:3: warning: implicit declaration of function
> 'JS_NewString' [-Wimplicit-function-declaration]
> pacrunner_mozjs.c:202:3: warning: passing argument 1 of 'STRING_TO_JSVAL'
> makes pointer from integer without a cast [enabled by default]
> In file included from pacrunner_mozjs.c:33:0:
> /usr/include/mozjs/jsapi.h:2198:1: note: expected 'struct JSString *' but
> argument is of type 'int'
> pacrunner_mozjs.c:203:3: warning: passing argument 1 of 'STRING_TO_JSVAL'
> makes pointer from integer without a cast [enabled by default]
> In file included from pacrunner_mozjs.c:33:0:
> /usr/include/mozjs/jsapi.h:2198:1: note: expected 'struct JSString *' but
> argument is of type 'int'
> pacrunner_mozjs.c:210:2: warning: implicit declaration of function
> 'JS_GetStringBytes' [-Wimplicit-function-declaration]
> pacrunner_mozjs.c:210:2: warning: passing argument 1 of 'px_strdup' makes
> pointer from integer without a cast [enabled by default]
> In file included from pacrunner_mozjs.c:30:0:
> ../../src/lib/misc.h:56:7: note: expected 'const char *' but argument is of
> type 'int'
> make[4]: *** [pacrunner_mozjs_la-pacrunner_mozjs.lo] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2013/05/09/libproxy_0.3.1-6_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: libproxy
Source-Version: 0.4.11-1
We believe that the bug you reported is fixed in the latest version of
libproxy, 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 707...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Laurent Bigonville <bi...@debian.org> (supplier of updated libproxy 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: Sat, 14 Sep 2013 15:35:03 +0200
Source: libproxy
Binary: libproxy1 libproxy1-plugin-gsettings libproxy1-plugin-kconfig
libproxy1-plugin-networkmanager libproxy1-plugin-mozjs libproxy1-plugin-webkit
libproxy-dev libproxy-tools python-libproxy libproxy0.4-cil libproxy-cil-dev
Architecture: source amd64 all
Version: 0.4.11-1
Distribution: experimental
Urgency: low
Maintainer: Emilio Pozuelo Monfort <po...@debian.org>
Changed-By: Laurent Bigonville <bi...@debian.org>
Description:
libproxy-cil-dev - automatic proxy configuration management library (CLI devel)
libproxy-dev - automatic proxy configuration management library (devel)
libproxy-tools - automatic proxy configuration management library (tools)
libproxy0.4-cil - automatic proxy configuration management library (CLI)
libproxy1 - automatic proxy configuration management library (shared)
libproxy1-plugin-gsettings - automatic proxy configuration management library
(GSettings plugi
libproxy1-plugin-kconfig - automatic proxy configuration management library
(KConfig plugin)
libproxy1-plugin-mozjs - automatic proxy configuration management library
(mozjs plugin)
libproxy1-plugin-networkmanager - automatic proxy configuration management
library (Network Manager
libproxy1-plugin-webkit - automatic proxy configuration management library
(Webkit plugin)
python-libproxy - automatic proxy configuration management library (python)
Closes: 604934 660327 707419 722685
Changes:
libproxy (0.4.11-1) experimental; urgency=low
.
* Upload new upstream release to debian, thanks to the Ubuntu guys for the
changes (Closes: #604934)
* Re-enable mozjs plugin, this new version is built against mozjs185, this
fix the current FTBFS and the stability of the ABI/API we build against
(Closes: #707419, #722685)
* debian/rules:
- Re-add uploaders.mk magic
- Bump SHLIBVER to 0.4.11
- Make the build fails if symbols are missing the .symbols file
* debian/patches/fix-mozjs-detection.patch: Properly detect mozjs, patch
from upstream VCS.
* debian/libproxy1.symbols: Add symbols file
* debian/watch: Update to work with Google Code website, again.
* debian/proxy.1, debian/libproxy-tools.manpages: Install a manpage for the
proxy command (Closes: #660327)
.
libproxy (0.4.11-0ubuntu2) saucy; urgency=low
.
* debian/patches/dont_segfault_on_exit.patch:
- drop buggy unref calls to fix a segfault (lp: #1182043)
.
libproxy (0.4.11-0ubuntu1) raring; urgency=low
.
* New upstream release
- Build fixes with cmake 2.8.10+
- Quick release without built binaries / files
+ Remove these from debian/clean
* debian/watch: Update to work with current Google Code website (once more
with feeling)
.
libproxy (0.4.10-0ubuntu1) raring; urgency=low
.
* New upstream release 0.4.10 (LP: #1078915). Selected fixes since 0.4.7:
- Fix infinite loop uppon network errors
- Only support standalone mozjs185 as mozilla js engine. xulrunner being
part of the now lightning fast moving firefox is impossible to be tracked
as a dependency and it is not supported by Mozilla to be used in this
scenario.
- Support building with javascritpcoregtk 1.5 (got split out of webkitgtk).
* debian/watch: Update to work with Google code again .
* Remove all patches - all applied upstream.
* Clean accidently shipped built binaries to ensure we ship those built from
this source.
* debian/patches/disable-pac-test.patch: Steal patch from Gentoo to disable
the get-pac-test which hangs when run from the build.
* Bump Standards-Version to 3.9.4, no changes required.
* Add basic compile/link/run autopkgtest - thanks to Rafal Cieślak (LP:
#1079102)
.
libproxy (0.4.7-0ubuntu6) quantal; urgency=low
.
* debian/patches/CVE-2012-4504.patch: Cherry-pick upstream r853 to fix
buffer overflow when downloading large PAC files.
.
libproxy (0.4.7-0ubuntu5) quantal; urgency=low
.
* debian/patches/libproxy-gcc-4.7.diff: Cherry-pick patch from upstream svn
r833 to fix FTBFS with GCC-4.7 due to missing includes.
.
libproxy (0.4.7-0ubuntu4) precise; urgency=low
.
* Re-enable webkit pacrunner and build it into its own module package
(adding a patch to the upstream build system required to achieve this).
(LP: #934088)
* Build with webkit3.
.
libproxy (0.4.7-0ubuntu3) precise; urgency=low
.
* Drop libwebkitgtk-dev build dependency. We just got rid of the old
webkit-gtk2 stack, we don't want to pull that back in. We already had to
disable the webkit plugin as this needs mozjs. (LP: #933913)
.
libproxy (0.4.7-0ubuntu2) precise; urgency=low
.
* debian/control: Drop mozjs build dependency and mozjs/webkit plugin
packages, mozjs is in universe (and supposed to stay there).
* debian/rules: Disable WITH_MOZJS.
.
libproxy (0.4.7-0ubuntu1) precise; urgency=low
.
[ Iain Lane ]
* New upstream release.
* Convert to dh7.
* SONAME bump, rename packages accordingly
* Remove obsolete patches
* Add CLI/Vala bindings.
* Also install vala bindings (in -dev package)
* Update Standards-Version to 3.9.2
* Split modules into individual packages
* Link with --as-needed to avoid unnecessary deps
* Update copyright
* Make library multiarch compatible
.
[ Ken VanDine ]
* Build against libmozjs185.
Checksums-Sha1:
51026dbe784ac721b649e33ca4167f5481a18b82 2628 libproxy_0.4.11-1.dsc
c037969434095bc65d29437e11a7c9e0293a5149 93757 libproxy_0.4.11.orig.tar.gz
8533db0792800f94eb511e739daecfd6ce3fad03 12880 libproxy_0.4.11-1.debian.tar.gz
211b6ca0541a41d2f126017e874fd68f9a8c4697 54568 libproxy1_0.4.11-1_amd64.deb
19d1a937560498f6464b363aec52686fb50c9182 26874
libproxy1-plugin-gsettings_0.4.11-1_amd64.deb
daa2ec7d26d949bfc5f64ac7798f25a0ec631eff 17456
libproxy1-plugin-kconfig_0.4.11-1_amd64.deb
cddcf71f1bb9f3bdb4112f42c28693eaa3b86247 12418
libproxy1-plugin-networkmanager_0.4.11-1_amd64.deb
1b148c25b9506ca805de0b82ac92035c41a39cda 15762
libproxy1-plugin-mozjs_0.4.11-1_amd64.deb
fba2d74fab63eb8899b304a91034317bc8bf2a05 16000
libproxy1-plugin-webkit_0.4.11-1_amd64.deb
3ee40c9551c34ddafed51c048ac7f2d7f32f0648 11244 libproxy-dev_0.4.11-1_amd64.deb
5ac68df5307ad1c3ab947595300fde8223d1a7d7 12192
libproxy-tools_0.4.11-1_amd64.deb
d08f4721165a3999a54f50cec8e4f70697984c5d 11236 python-libproxy_0.4.11-1_all.deb
c068be1eb1b67aa0bf4514a6cbcbd53b9090376e 11562 libproxy0.4-cil_0.4.11-1_all.deb
31406d5741cff0bcf45deba5cef3244a3cf83c61 9414 libproxy-cil-dev_0.4.11-1_all.deb
Checksums-Sha256:
4efd89ca28889c6ec137afecb0909943b06b2f30f6f3dc3efddb623167ac9b86 2628
libproxy_0.4.11-1.dsc
dc3f33de54163718f82b3e7c496a7de97f8862578414b8ecaad3cbfe4821864b 93757
libproxy_0.4.11.orig.tar.gz
061d445acfc2ae15c789d27695d69e1af35426d1189297f014d68b56be4a53e1 12880
libproxy_0.4.11-1.debian.tar.gz
41699260d946c9527e1c54c9a422d7a7fa288e18b91cba0e7c63d7f966421a49 54568
libproxy1_0.4.11-1_amd64.deb
9433357d3e2867645eb33615e26460b734df1554ae1998fa27ce86cffaa17a8d 26874
libproxy1-plugin-gsettings_0.4.11-1_amd64.deb
22ec6db96d704b830248402ee1b5f287cce5cf5f968e2097ef1db875a6219bff 17456
libproxy1-plugin-kconfig_0.4.11-1_amd64.deb
5dd673135db3cebee064d438be116c0075c49a72e5edc605ff67c5859370a2b8 12418
libproxy1-plugin-networkmanager_0.4.11-1_amd64.deb
8cd47e642b879257fa089c67d451180c552a3766c1896c7cba490fcefd8fcade 15762
libproxy1-plugin-mozjs_0.4.11-1_amd64.deb
06d43152322a0c211617243dd00eede37e8c3c94d6eb9fa53c9eede52f9f5f7e 16000
libproxy1-plugin-webkit_0.4.11-1_amd64.deb
3c2eed758ee14110e55bbc3d0448320ba83c4fe18107faf479cb3804c8146616 11244
libproxy-dev_0.4.11-1_amd64.deb
b6abd70dd15affade3f37008114a70bead3bffb1b7fe482484da75c665fb73d0 12192
libproxy-tools_0.4.11-1_amd64.deb
0423dc75c8b2be803a9eaf12c8e6171cb711418b847a314b4cd804d12d42c9db 11236
python-libproxy_0.4.11-1_all.deb
08e61dd21b2fded29fffc05b811b82e6b52a4a614b113e911679d4f8dab74a9b 11562
libproxy0.4-cil_0.4.11-1_all.deb
02616d16f617ed7f88f4cc9941867069d962352ac991efe812c2fba78b1470bb 9414
libproxy-cil-dev_0.4.11-1_all.deb
Files:
5c7f416056634f89cc301403305b1c8b 2628 libs optional libproxy_0.4.11-1.dsc
3cd1ae2a4abecf44b3f24d6639d2cd84 93757 libs optional
libproxy_0.4.11.orig.tar.gz
d69dab9e597ce8096bbf90921a714173 12880 libs optional
libproxy_0.4.11-1.debian.tar.gz
91ae2918fe823961791f3fcbd4ba8e4a 54568 libs optional
libproxy1_0.4.11-1_amd64.deb
18dec34e3f93e7177d9ad91e5923b552 26874 libs optional
libproxy1-plugin-gsettings_0.4.11-1_amd64.deb
2b5266027b37e21c3a1de66926701dd3 17456 libs optional
libproxy1-plugin-kconfig_0.4.11-1_amd64.deb
ea28ad46ed78d286113adab0539c66e0 12418 libs optional
libproxy1-plugin-networkmanager_0.4.11-1_amd64.deb
152f13126518d9f6c1904be7c25eb6b5 15762 libs optional
libproxy1-plugin-mozjs_0.4.11-1_amd64.deb
a4053e8f25bdb24075c275cf88449e77 16000 libs optional
libproxy1-plugin-webkit_0.4.11-1_amd64.deb
c213a2bc00d9b4704e75b379c97483a6 11244 libdevel optional
libproxy-dev_0.4.11-1_amd64.deb
ac75f1d1fdd9d24ad2a5a3ffeb0763d6 12192 utils optional
libproxy-tools_0.4.11-1_amd64.deb
c000670b2bb54eca976a139a9a8e59f8 11236 python optional
python-libproxy_0.4.11-1_all.deb
5db1a30ccc221509d624e4c5400f31c8 11562 cli-mono optional
libproxy0.4-cil_0.4.11-1_all.deb
635a15a36ce6f0b5f9ed918bacc72f7b 9414 cli-mono optional
libproxy-cil-dev_0.4.11-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
iQEcBAEBCAAGBQJSNOXDAAoJEB/FiR66sEPV40kH/0hDDszm+PI3D37AO9YPJTQw
yPWd2KWxMuv3d9i15up5XDT4BrSydN3MACgwB/zo0wCnBYd8Xw2No+naraLvmhCK
V9grZYTvkcEu9PNBRSLhGV7zsPEDRweeCVqnnw7Mgb5W8nLq+kjMl1h1lxd6z/s/
cC0szndviIruqC5eT1UyPGtqQx5NPYSfqnpKoWXtVEjRF1lVzRkzItXes9oFGD8+
h8UPg81U3FgkyUkh5/ygt7vaA0BiMq8DyPvCkbXRtuCyd+mbQ9rRr3uUVIy6njff
lOG4f+ejZEUWOC4GOr8DBtFk0FENpAMO0hlXMnvRvlB8nFezkuwbfALRQ0aJ/B4=
=lfBl
-----END PGP SIGNATURE-----
--- End Message ---