symlinks cc -> gcc, lex -> flex etcetc

  • Done
  • quality assurance status badge
Details
2 participants
  • Danny Milosavljevic
  • Ludovic Courtès
Owner
unassigned
Submitted by
Danny Milosavljevic
Severity
normal
D
D
Danny Milosavljevic wrote on 7 Aug 2015 23:52
(address . bug-guix@gnu.org)
20150807235225.3f642392@scratchpost.org
Hello,

I tried to build coreboot earlier and by default it seems to use "cc"
in some places (for example util/cbfstool) and thus fails if one
doesn't manually select an explicit compiler via a make (or environment)
variable.

Guix doesn't have "cc" (it does have "gcc"). It would be convenient if
the former were available as a link.

With kind regards,
Danny
L
L
Ludovic Courtès wrote on 18 Aug 2015 21:19
(name . Danny Milosavljevic)(address . dannym@scratchpost.org)(address . 21214@debbugs.gnu.org)
87egj0ieuo.fsf@gnu.org
Danny Milosavljevic <dannym@scratchpost.org> skribis:

Toggle quote (3 lines)
> Guix doesn't have "cc" (it does have "gcc"). It would be convenient if
> the former were available as a link.

So far we’ve resisted that, in part because that’s a choice for upstream
to make, not us (there have been several discussions on that topic, such

In practice most software build systems will look for both ‘cc’ and
‘gcc’. For those who don’t, it’s usually easy to specify an alternate
compiler name, for instance via ‘make’ flags (there are several examples
of that in the packages.)

If that’s fine with you, I’ll close this bug.

Thanks,
Ludo’.
D
D
Danny Milosavljevic wrote on 19 Aug 2015 15:29
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 21214@debbugs.gnu.org)
20150819152954.32452f9f@dayas
Hello,

On Tue, 18 Aug 2015 21:19:43 +0200
ludo@gnu.org (Ludovic Courtès) wrote:

Toggle quote (6 lines)
> Danny Milosavljevic <dannym@scratchpost.org> skribis:
> In practice most software build systems will look for both ‘cc’ and
> ‘gcc’. For those who don’t, it’s usually easy to specify an alternate
> compiler name, for instance via ‘make’ flags (there are several
> examples of that in the packages.)

Yes it is.

I'm just slowly documenting all the problems I encountered while
trying GuixSD on a X200.

This was one of the first: I checked out
cbfstool from coreboot in order to swap Fn and Ctrl and tried to make
it, but it didn't find "cc" and then got stuck in an endless loop
(which is a problem in coreboot, also reported there as

Toggle quote (2 lines)
> If that’s fine with you, I’ll close this bug.

That's okay. If it already was discussed that's fine.

With kind regards,
Danny
L
L
Ludovic Courtès wrote on 19 Aug 2015 21:13
(name . Danny Milosavljevic)(address . dannym@scratchpost.org)(address . 21214-done@debbugs.gnu.org)
87bne39jn9.fsf@gnu.org
Danny Milosavljevic <dannym@scratchpost.org> skribis:

Toggle quote (3 lines)
> I'm just slowly documenting all the problems I encountered while
> trying GuixSD on a X200.

Nice. Don’t hesitate to leave a note when you’re done; it may be useful
for bug-fixing and/or troubleshooting for people trying the same thing.

Toggle quote (6 lines)
> This was one of the first: I checked out
> cbfstool from coreboot in order to swap Fn and Ctrl and tried to make
> it, but it didn't find "cc" and then got stuck in an endless loop
> (which is a problem in coreboot, also reported there as
> http://comments.gmane.org/gmane.linux.bios/81588 ).

I see.

Toggle quote (2 lines)
> That's okay. If it already was discussed that's fine.

OK, thanks!

Ludo’.
Closed
?