unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* binutils depends on bash for powerpc
@ 2016-10-25  9:44 Carlos Sánchez de La Lama
  2016-10-25 13:01 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Carlos Sánchez de La Lama @ 2016-10-25  9:44 UTC (permalink / raw)
  To: guix-devel

Hi all,

I am still trying to bootstrap powerpc-linux-gnu. Already on the target
machine, my problem is binutils on powerpc-linux installs a shell script
(bin/embedspu). Currently, binutils does not depend on bash, but
binutils-final (the implicit binutils for gnu build system) has
bootstrap-coreutils as input. The result is an unallowed reference from
binutils to bootstrap-binaries, making the build fail.

I have solved it by adding static-bash-for-glibc as input for
binutils-final, but I was wondering whether it made sense to completely
change "bash" from bootstrap-bash to static-bash-for-glibc on %boot-inputs2 and
later, thus making easier to ensure dependencies on bootstrap-bash
are not carried on.

Thoughts?

BR

Carlos

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

* Re: binutils depends on bash for powerpc
  2016-10-25  9:44 binutils depends on bash for powerpc Carlos Sánchez de La Lama
@ 2016-10-25 13:01 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2016-10-25 13:01 UTC (permalink / raw)
  To: Carlos Sánchez de La Lama; +Cc: guix-devel

Hello!

csanchezdll@gmail.com (Carlos Sánchez de La Lama) skribis:

> I am still trying to bootstrap powerpc-linux-gnu. Already on the target
> machine, my problem is binutils on powerpc-linux installs a shell script
> (bin/embedspu). Currently, binutils does not depend on bash, but
> binutils-final (the implicit binutils for gnu build system) has
> bootstrap-coreutils as input. The result is an unallowed reference from
> binutils to bootstrap-binaries, making the build fail.

I’m guessing that ‘embedspu’ is for the Cell’s SPU, which is dead, so a
quick fix would be to remove this script in a post-install phase.

> I have solved it by adding static-bash-for-glibc as input for
> binutils-final, but I was wondering whether it made sense to completely
> change "bash" from bootstrap-bash to static-bash-for-glibc on %boot-inputs2 and
> later, thus making easier to ensure dependencies on bootstrap-bash
> are not carried on.

Yes it wouldn’t hurt to do that, so why not.

Thanks,
Ludo’.

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

end of thread, other threads:[~2016-10-25 13:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-25  9:44 binutils depends on bash for powerpc Carlos Sánchez de La Lama
2016-10-25 13:01 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).