-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rust does not build with rust #45317
Comments
Hi, could you show your |
@kennytm Where to find it ? cat path_to_that_file |
@tpgxyz |
@kennytm do you want me to do anything ? |
Nope for me. |
Just wanted to confirm this: can't build without All non-default options in config.toml are:
Relevant part of build log(?):
I maintain the openSUSE packaging of Rust - this is probably the first release that has ever given me trouble. |
Is there a chance you could try to reproduce with a more minimal approach? Something like checking out master, and then giving us a specific set of instructions that cause this failure? That would help to debug it on our side. Thanks! |
I can try when I get time - I'm still not entirely sure what's causing it
beyond the full_bootstrap parameter though. I can build the same release
fine with Rust from rustup, but not with the openSUSE builds I've done (in
both cases with full_bootstrap false).
…On 20/10/2017 1:58 PM, "Mark Simulacrum" ***@***.***> wrote:
Is there a chance you could try to reproduce with a more minimal approach?
Something like checking out master, and then giving us a specific set of
instructions that cause this failure? That would help to debug it on our
side. Thanks!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#45317 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB7Cfm8nqEcAdcxX408RrEW-xmfVaeTQks5st_BGgaJpZM4P6XDM>
.
|
I see this failure both with Debian QA and tests.reproducible-builds.org as well, for 1.21. However just last week the Debian buildds succeeded with the same version of the package, but with slightly older build-dependencies. I will try setting config.toml (abbreviated, and before m4 macro expansion):
The differences in installed-build-dependencies between the failure vs success was: --- build-ok.txt 2017-11-02 01:19:54.152117397 +0100
+++ build-fail.txt 2017-11-02 01:18:13.342764166 +0100
@@ -4,12 +4,12 @@
autotools-dev 20161112.1+nmu1
binfmt-support 2.1.8-1
bsdmainutils 9.0.14
-cargo 0.20.0-2
+cargo 0.22.0-1~exp1
cmake 3.9.3-1
cmake-data 3.9.3-1
-debhelper 10.10.4
+debhelper 10.10.5
dh-autoreconf 14
-dh-strip-nondeterminism 0.039-1
+dh-strip-nondeterminism 0.040-1
file 1:5.32-1
gdb 7.12-6+b1
gettext 0.19.8.1-4
@@ -33,17 +33,17 @@
liberror-perl 0.17025-1
libexpat1 2.2.3-1
libffi-dev 3.2.1-6
-libfile-stripnondeterminism-perl 0.039-1
+libfile-stripnondeterminism-perl 0.040-1
libgit2-26 0.26.0+dfsg.1-1.1
-libglib2.0-0 2.54.1-1
-libgssapi-krb5-2 1.15.2-1
+libglib2.0-0 2.54.2-1
+libgssapi-krb5-2 1.15.2-2
libhttp-parser2.1 2.1-2+b1
libicu57 57.1-8
libjsoncpp1 1.7.4-3
-libk5crypto3 1.15.2-1
+libk5crypto3 1.15.2-2
libkeyutils1 1.5.9-9.1
-libkrb5-3 1.15.2-1
-libkrb5support0 1.15.2-1
+libkrb5-3 1.15.2-2
+libkrb5support0 1.15.2-2
libldap-2.4-2 2.4.45+dfsg-1
libldap-common 2.4.45+dfsg-1
libllvm4.0 1:4.0.1-8
@@ -53,7 +53,7 @@
libmagic-mgc 1:5.32-1
libmpdec2 2.4.2-1
libncurses5 6.0+20170902-1
-libnghttp2-14 1.26.0-1
+libnghttp2-14 1.27.0-1
libpcre2-8-0 10.22-3
libpipeline1 1.4.2-1
libpopt0 1.16-10+b2
@@ -75,8 +75,8 @@
libssh2-1 1.8.0-1
libssl1.0.2 1.0.2l-2
libssl1.1 1.1.0f-5
-libstd-rust-1.20 1.20.0+dfsg1-3
-libstd-rust-dev 1.20.0+dfsg1-3
+libstd-rust-1.21 1.21.0+dfsg1-2
+libstd-rust-dev 1.21.0+dfsg1-2
libtimedate-perl 2.3000-2
libtinfo-dev 6.0+20170902-1
libtool 2.4.6-2
@@ -86,6 +86,7 @@
llvm-4.0-dev 1:4.0.1-8
llvm-4.0-runtime 1:4.0.1-8
llvm-4.0-tools 1:4.0.1-8
+lsb-base 9.20170808
m4 1.4.18-1
man-db 2.7.6.1-2
mime-support 3.60
@@ -96,5 +97,5 @@
python2.7-minimal 2.7.14-2
python-minimal 2.7.14-1
readline-common 7.0-3
-rustc 1.20.0+dfsg1-3
+rustc 1.21.0+dfsg1-2
zlib1g-dev 1:1.2.8.dfsg-5 |
|
Since this is quite an old issue and we've not seen anyone chiming in for a while, I'm going to close this issue -- but if this is still a problem we can definitely reopen. |
Hi,
i'm trying to build rust-1.21.0 without bootstrap mode, so rust should compile with rust-1.21.0
Unfortunately this does not work. Please help.
Full logs:
http://file-store.openmandriva.org/api/v1/file_stores/dfe43b7ab055ca3c597d750d6415287a24e9b554.log?show=true
The text was updated successfully, but these errors were encountered: