Your message dated Tue, 25 Jul 2017 21:53:21 +0000
with message-id <e1da7lz-000gij...@fasolo.debian.org>
and subject line Bug#869610: fixed in rustc 1.18.0+dfsg1-4
has caused the Debian Bug report #869610,
regarding rustc FTBFS: error: unknown type name 'size_t'
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.)


-- 
869610: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=869610
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rustc
Version: 1.18.0+dfsg1-3
Severity: serious
User: helm...@debian.org
Usertags: rebootstrap

rustc fails to build from source in unstable amd64 (presumably due to
the gperf 3.1 upload):

| CFLAGS_x86_64-unknown-linux-gnu = Some("-ffunction-sections -fdata-sections 
-fPIC -g -fdebug-prefix-map=/<<BUILDDIR>>/rustc-1.18.0+dfsg1=. 
-fstack-protector-strong -Wformat -Werror=format-security 
-Wno-misleading-indentation -m64")
| PROFILE = Some("release")
| running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" 
"-ffunction-sections" "-fdata-sections" "-fPIC" "-g" 
"-fdebug-prefix-map=/<<BUILDDIR>>/rustc-1.18.0+dfsg1=." 
"-fstack-protector-strong" "-Wformat" "-Werror=format-security" 
"-Wno-misleading-indentation" "-m64" "-m64" "-I" "../rt/hoedown/src" "-o" 
"/<<BUILDDIR>>/rustc-1.18.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/build/rustdoc-39b44c74f2903706/out/../rt/hoedown/src/html.o"
 "-c" "../rt/hoedown/src/html.c"
| ExitStatus(ExitStatus(0))
| TARGET = Some("x86_64-unknown-linux-gnu")
| OPT_LEVEL = Some("2")
| TARGET = Some("x86_64-unknown-linux-gnu")
| HOST = Some("x86_64-unknown-linux-gnu")
| TARGET = Some("x86_64-unknown-linux-gnu")
| TARGET = Some("x86_64-unknown-linux-gnu")
| HOST = Some("x86_64-unknown-linux-gnu")
| CC_x86_64-unknown-linux-gnu = Some("cc")
| TARGET = Some("x86_64-unknown-linux-gnu")
| HOST = Some("x86_64-unknown-linux-gnu")
| CFLAGS_x86_64-unknown-linux-gnu = Some("-ffunction-sections -fdata-sections 
-fPIC -g -fdebug-prefix-map=/<<BUILDDIR>>/rustc-1.18.0+dfsg1=. 
-fstack-protector-strong -Wformat -Werror=format-security 
-Wno-misleading-indentation -m64")
| PROFILE = Some("release")
| running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" 
"-ffunction-sections" "-fdata-sections" "-fPIC" "-g" 
"-fdebug-prefix-map=/<<BUILDDIR>>/rustc-1.18.0+dfsg1=." 
"-fstack-protector-strong" "-Wformat" "-Werror=format-security" 
"-Wno-misleading-indentation" "-m64" "-m64" "-I" "../rt/hoedown/src" "-o" 
"/<<BUILDDIR>>/rustc-1.18.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/build/rustdoc-39b44c74f2903706/out/../rt/hoedown/src/html_blocks.o"
 "-c" "../rt/hoedown/src/html_blocks.c"
| cargo:warning=../rt/hoedown/src/html_blocks.c:62:80: error: unknown type name 
'size_t'
| cargo:warning= gperf_case_strncmp (register const char *s1, register const 
char *s2, register size_t n)
| cargo:warning=                                                                
                ^~~~~~
| cargo:warning=../rt/hoedown/src/html_blocks.c:87:42: error: unknown type name 
'size_t'
| cargo:warning= hash (register const char *str, register size_t len)
| cargo:warning=                                          ^~~~~~
| cargo:warning=../rt/hoedown/src/html_blocks.c:133:60: error: unknown type 
name 'size_t'
| cargo:warning= hoedown_find_block_tag (register const char *str, register 
size_t len)
| cargo:warning=                                                            
^~~~~~
| ExitStatus(ExitStatus(256))
| 
| 
| command did not execute successfully, got: exit code: 1
| 
| 
| 
| --- stderr
| thread 'main' panicked at 'explicit panic', src/vendor/gcc/src/lib.rs:1152
| note: Run with `RUST_BACKTRACE=1` for a backtrace.
| 
| Build failed, waiting for other jobs to finish...
| error: build failed
| 
| 
| command did not execute successfully: "/usr/bin/cargo" "build" "-j" "8" 
"--target" "x86_64-unknown-linux-gnu" "-v" "--release" "--frozen" "--features" 
" jemalloc" "--manifest-path" 
"/<<BUILDDIR>>/rustc-1.18.0+dfsg1/src/rustc/Cargo.toml"
| expected success, got: exit code: 101
| 
| 
| Traceback (most recent call last):
|   File "/<<BUILDDIR>>/rustc-1.18.0+dfsg1/src/bootstrap/bootstrap.py", line 
595, in main
|     bootstrap()
|   File "/<<BUILDDIR>>/rustc-1.18.0+dfsg1/src/bootstrap/bootstrap.py", line 
589, in bootstrap
|     rb.run(args, env)
|   File "/<<BUILDDIR>>/rustc-1.18.0+dfsg1/src/bootstrap/bootstrap.py", line 
384, in run
|     sys.exit(ret)
| SystemExit: 1
| Build completed unsuccessfully in 0:04:26
| debian/rules:155: recipe for target 'override_dh_auto_build-arch' failed
| make[1]: *** [override_dh_auto_build-arch] Error 1
| make[1]: Leaving directory '/<<BUILDDIR>>/rustc-1.18.0+dfsg1'
| debian/rules:122: recipe for target 'build-arch' failed
| make: *** [build-arch] Error 2
| dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

Helmut

--- End Message ---
--- Begin Message ---
Source: rustc
Source-Version: 1.18.0+dfsg1-4

We believe that the bug you reported is fixed in the latest version of
rustc, 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 869...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ximin Luo <infini...@debian.org> (supplier of updated rustc 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: Tue, 25 Jul 2017 23:19:47 +0200
Source: rustc
Binary: rustc libstd-rust-1.18 libstd-rust-dev rust-gdb rust-lldb rust-doc 
rust-src
Architecture: source
Version: 1.18.0+dfsg1-4
Distribution: unstable
Urgency: medium
Maintainer: Rust Maintainers <pkg-rust-maintain...@lists.alioth.debian.org>
Changed-By: Ximin Luo <infini...@debian.org>
Description:
 libstd-rust-1.18 - Rust standard libraries
 libstd-rust-dev - Rust standard libraries - development files
 rust-doc   - Rust systems programming language - Documentation
 rust-gdb   - Rust debugger (gdb)
 rust-lldb  - Rust debugger (lldb)
 rust-src   - Rust systems programming language - source code
 rustc      - Rust systems programming language
Closes: 869610
Changes:
 rustc (1.18.0+dfsg1-4) unstable; urgency=medium
 .
   * Support gperf 3.1. (Closes: #869610)
Checksums-Sha1:
 2445ad9eb9f2d63837fabfb159de633afa3196f0 3288 rustc_1.18.0+dfsg1-4.dsc
 46a25291437001d68f44b4fcc6d0a0f2cedbb1d8 54808 
rustc_1.18.0+dfsg1-4.debian.tar.xz
 83e02ce65c2a21861bb5ad5bc58c2a280707b5b1 11390 
rustc_1.18.0+dfsg1-4_source.buildinfo
Checksums-Sha256:
 a7ce46f673a190221d72e4a647fbb68a8c841cdca28b0028bdfd7dab04ac3c0f 3288 
rustc_1.18.0+dfsg1-4.dsc
 de0b6cb451d699f09318c96708bbcd55de8d63269f3eb944082a44820da31757 54808 
rustc_1.18.0+dfsg1-4.debian.tar.xz
 9f1a4cd80013e067c87227612efb08a3c0f36559c4b52a6601c55b311a8927b4 11390 
rustc_1.18.0+dfsg1-4_source.buildinfo
Files:
 d75db0319c54b35defb84d7c0b30b20c 3288 devel extra rustc_1.18.0+dfsg1-4.dsc
 68680871e96d4ea643bc5b64c79c9ff7 54808 devel extra 
rustc_1.18.0+dfsg1-4.debian.tar.xz
 9a7cf663ec36901f6b3a186d12c1b88a 11390 devel extra 
rustc_1.18.0+dfsg1-4_source.buildinfo

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

iQJJBAEBCgAzFiEENmdIajJtsnZtJVVGhg3vO49lC3kFAll3tiQVHGluZmluaXR5
MEBkZWJpYW4ub3JnAAoJEIYN7zuPZQt5WhAP/2q+xUdND3b5gPYIbB7i9bYBgaw6
6weKUsN2Wk5DMCSnEs/zp7M8+WSD676deD/K273mnXfLA8H1kzrBubAotGvyD7YB
R0NHbqdQyw5v2BfJedr4vSByf1dOONrs5sLwPNgMNlcLtOH4IIfJ/LnYKb9pvjTP
ZA0RcRX8dIjVph8u5R/BG0LVlbzHxVXOGZl8Hwoq7yrtNEcRr/jceWo2tIpp5CyS
mHNsj22di3Exsn4q+mOyJGZImI4yZIW5hqPz/ZMbbI3twS6JepNtk84aobWq4C4Q
4VtZgtcMUA5CrNzYyJb/TSGsQCIOoicE52DEvD+7W8jifgRdtK0+BDbs9ByTGtJb
a8G3bE/+MH3iezSefnCCDe0j0o9dhjnz91gRRbrHVd1qMwbcT3TAkiRxgI02PUKp
xm5E0xgLgY8qjmiL0ffXbyA3YUVhz7HhOel+RGAB5g1FvJG+nNohS2CYPI+fcfwR
x22p2tEKqeiL0m023rmSIQudB8VLWmsTyZqTqS2NxcVTnj8BPn6caJW0WE6SczHL
/eQqAN3IjEKgi+wrMt+1mJiVNVPQ4ENGarkWp6nh4uVfNccNBuHZ9AmPoLiqSAk6
IgThBT1G1W1FrUZyw3ixwWXfc7cXGHSGV2QDm8N/58S6a+mUAyoDEB2LNb2QXlEw
Yy6CJdK2sZVYrF/Q
=USoK
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to