unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Can't develop on foreign distro - core dump linking error
@ 2021-01-02 10:00 Hartmut Goebel
  2021-01-02 12:40 ` Pjotr Prins
  2021-01-11 17:41 ` zimoun
  0 siblings, 2 replies; 3+ messages in thread
From: Hartmut Goebel @ 2021-01-02 10:00 UTC (permalink / raw)
  To: Guix-devel

Hi,

after happily developing guix on a foreign distro for quite some years
(well, I had some issue now and then but was always able to recover),
I'm no longer able to do so:

- "make" fails when linking guix-daemon with "undefined reference to
`__twalk_r@GLIBC_PRIVATE'"

- ./pre-inst-env guix --help dumps core

Any ideas?

I tried

    make distclean ; bootstrap ; ./configure ; make

with no success.

Environment:

guix 50812aaeb6c8c736a73547b781b8e47b8b345ed1

guix package --manifest=$PWD/develop-profile.scm
--profile=$PWD/.develop-profile
active this profile
make distclean ; bootstrap ; ./configure ; make

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |



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

* Re: Can't develop on foreign distro - core dump linking error
  2021-01-02 10:00 Can't develop on foreign distro - core dump linking error Hartmut Goebel
@ 2021-01-02 12:40 ` Pjotr Prins
  2021-01-11 17:41 ` zimoun
  1 sibling, 0 replies; 3+ messages in thread
From: Pjotr Prins @ 2021-01-02 12:40 UTC (permalink / raw)
  To: Hartmut Goebel; +Cc: Guix-devel

Have you tried building in a Guix container? See 'bullet proof' in my
guix-notes.

On Sat, Jan 02, 2021 at 11:00:27AM +0100, Hartmut Goebel wrote:
> Hi,
> 
> after happily developing guix on a foreign distro for quite some years
> (well, I had some issue now and then but was always able to recover),
> I'm no longer able to do so:
> 
> - "make" fails when linking guix-daemon with "undefined reference to
> `__twalk_r@GLIBC_PRIVATE'"
> 
> - ./pre-inst-env guix --help dumps core
> 
> Any ideas?
> 
> I tried
> 
>     make distclean ; bootstrap ; ./configure ; make
> 
> with no success.
> 
> Environment:
> 
> guix 50812aaeb6c8c736a73547b781b8e47b8b345ed1
> 
> guix package --manifest=$PWD/develop-profile.scm
> --profile=$PWD/.develop-profile
> active this profile
> make distclean ; bootstrap ; ./configure ; make
> 
> -- 
> Regards
> Hartmut Goebel
> 
> | Hartmut Goebel          | h.goebel@crazy-compilers.com               |
> | www.crazy-compilers.com | compilers which you thought are impossible |
> 
> 


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

* Re: Can't develop on foreign distro - core dump linking error
  2021-01-02 10:00 Can't develop on foreign distro - core dump linking error Hartmut Goebel
  2021-01-02 12:40 ` Pjotr Prins
@ 2021-01-11 17:41 ` zimoun
  1 sibling, 0 replies; 3+ messages in thread
From: zimoun @ 2021-01-11 17:41 UTC (permalink / raw)
  To: Hartmut Goebel, Guix-devel

Hi Hartmut,

On Sat, 02 Jan 2021 at 11:00, Hartmut Goebel <h.goebel@crazy-compilers.com> wrote:

> guix package --manifest=$PWD/develop-profile.scm
> --profile=$PWD/.develop-profile
> active this profile
> make distclean ; bootstrap ; ./configure ; make

What does $PWD/develop-profile.scm contain?  Other said, does it work
when using the usual:

  guix environment guix
  ./bootstrap
  ./configure --localstatedir=/var/
  make

?

Hope that helps,
simon


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

end of thread, other threads:[~2021-01-11 17:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-02 10:00 Can't develop on foreign distro - core dump linking error Hartmut Goebel
2021-01-02 12:40 ` Pjotr Prins
2021-01-11 17:41 ` zimoun

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).