Util-Linux package development
 help / color / mirror / Atom feed
* Build failure for SPARC after commit 1db8bf937
@ 2018-11-21 18:01 Carlos Santos
  2018-11-22 10:06 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Carlos Santos @ 2018-11-21 18:01 UTC (permalink / raw)
  To: util-linux

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Build failure for SPARC after commit 1db8bf937
  2018-11-21 18:01 Build failure for SPARC after commit 1db8bf937 Carlos Santos
@ 2018-11-22 10:06 ` Karel Zak
  0 siblings, 0 replies; 2+ messages in thread
From: Karel Zak @ 2018-11-22 10:06 UTC (permalink / raw)
  To: Carlos Santos; +Cc: util-linux

On Wed, Nov 21, 2018 at 04:01:34PM -0200, Carlos Santos wrote:
> 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

Ah, should be fixed now. Thanks!

    Karel

-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-22 10:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-21 18:01 Build failure for SPARC after commit 1db8bf937 Carlos Santos
2018-11-22 10:06 ` Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox