From: Carlos Santos <casantos@datacom.com.br>
To: util-linux <util-linux@vger.kernel.org>
Subject: Build failure for SPARC after commit 1db8bf937
Date: Wed, 21 Nov 2018 16:01:34 -0200 (BRST) [thread overview]
Message-ID: <228628908.3067721.1542823294457.JavaMail.zimbra@datacom.com.br> (raw)
There is still a call to the now-defunct set_arch function in
sys-utils/setarch.c:
313 #if defined(__sparc64__) || defined(__sparc__)
314 if (strcmp(arch, "sparc32bash") == 0) {
315 if (set_arch(arch, 0L, 0))
316 err(EXIT_FAILURE, _("Failed to set personality to %s"), arch);
317 execl("/bin/bash", "", NULL);
318 errexec("/bin/bash");
319 }
320 #endif
The full build log is available at
http://autobuild.buildroot.net/results/44d0538332499cea691a381048562a09cda23624/build-end.log
--
Carlos Santos (Casantos) - DATACOM, P&D
Rua América, 1000 - Eldorado do Sul, RS, Brasil - 92990-000
casantos@datacom.com.br +55 51 3933.3000 ext. 3627
http://www.datacom.com.br
next reply other threads:[~2018-11-21 18:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-21 18:01 Carlos Santos [this message]
2018-11-22 10:06 ` Build failure for SPARC after commit 1db8bf937 Karel Zak
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=228628908.3067721.1542823294457.JavaMail.zimbra@datacom.com.br \
--to=casantos@datacom.com.br \
--cc=util-linux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.