* Possible error on glibc package specification
@ 2020-12-11 9:34 Anonymous_
2020-12-11 12:50 ` Tobias Geerinckx-Rice
0 siblings, 1 reply; 2+ messages in thread
From: Anonymous_ @ 2020-12-11 9:34 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1.1.1: Type: text/plain, Size: 1065 bytes --]
I that even after installing glibc-2.31 gcc still cant build static
binaries, I just used -static flag, which shows that libc.a is not
present, Im just new in Guix then I do not know how to create packages
or patches, but I believe the problem is around this part of package
spec
https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/base.scm#n851
I dont know Scheme at all, but those line around line 851 seems to be
moving or not moving the statically linked correct, will probably can
help when I learn how to debug package specifications, but Im sending
this email because I think its worth to someone take a look. Since some
applications relies on gcc being able to produce static binaries,
another improvement can be to allow gcc produce static-pie by default..
Let me know what you all think.
I will probably get on IRC in a few days, I just dont get online because
I had not time to configure Tor SASL authentication on freenode... For
now i just I want to say that im enjoyng to use Guix :)
Regards, Anonymous_
[-- Attachment #1.1.2: OpenPGP_0x8E28A44555230AEC.asc --]
[-- Type: application/pgp-keys, Size: 3191 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Possible error on glibc package specification
2020-12-11 9:34 Possible error on glibc package specification Anonymous_
@ 2020-12-11 12:50 ` Tobias Geerinckx-Rice
0 siblings, 0 replies; 2+ messages in thread
From: Tobias Geerinckx-Rice @ 2020-12-11 12:50 UTC (permalink / raw)
To: Anonymous_; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 492 bytes --]
Hi anon,
Anonymous_ 写道:
> I that even after installing glibc-2.31 gcc still cant build
> static
> binaries, I just used -static flag, which shows that libc.a is
> not
> present,
On Guix, libc.a is provided by the glibc:static package output,
which is what
> https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/base.scm#n851
produces.
After installing it ‘gcc -static’ works fine. I don't think
there's an error there.
Kind regards,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-12-11 12:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-11 9:34 Possible error on glibc package specification Anonymous_
2020-12-11 12:50 ` Tobias Geerinckx-Rice
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
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.