Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gtkdialog install error: "binutils/bin/ld: /lib/x86_64-linux-gnu/libpthread.so.0: undefined reference to ..." #363

Open
pjotrek-b opened this issue Aug 30, 2023 · 3 comments

Comments

@pjotrek-b
Copy link

This error seems different than #355:

$ brew install gtkdialog throws the following error:

Last 15 lines from /home/arkthis/.cache/Homebrew/Logs/gtkdialog/02.make:
/home/linuxbrew/.linuxbrew/opt/binutils/bin/ld: /lib/x86_64-linux-gnu/libpthread.so.0: undefined reference to __libc_siglongjmp@GLIBC_PRIVATE' /home/linuxbrew/.linuxbrew/opt/binutils/bin/ld: /lib/x86_64-linux-gnu/libpthread.so.0: undefined reference to __libc_pthread_init@GLIBC_PRIVATE'
/home/linuxbrew/.linuxbrew/opt/binutils/bin/ld: /lib/x86_64-linux-gnu/libpthread.so.0: undefined reference to __libc_allocate_rtsig_private@GLIBC_PRIVATE' /home/linuxbrew/.linuxbrew/opt/binutils/bin/ld: /lib/x86_64-linux-gnu/libpthread.so.0: undefined reference to __libc_dlopen_mode@GLIBC_PRIVATE'
/home/linuxbrew/.linuxbrew/opt/binutils/bin/ld: /lib/x86_64-linux-gnu/libpthread.so.0: undefined reference to __libc_dlsym@GLIBC_PRIVATE' /home/linuxbrew/.linuxbrew/opt/binutils/bin/ld: /lib/x86_64-linux-gnu/libpthread.so.0: undefined reference to __libc_longjmp@GLIBC_PRIVATE'
/home/linuxbrew/.linuxbrew/opt/binutils/bin/ld: /lib/x86_64-linux-gnu/libpthread.so.0: undefined reference to `__libc_current_sigrtmin_private@GLIBC_PRIVATE'
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:483: gtkdialog] Error 1
make[3]: Leaving directory '/tmp/gtkdialog-20230830-161885-1p5yi0g/gtkdialog-0.8.4d/src'
make[2]: *** [Makefile:402: all] Error 2
make[2]: Leaving directory '/tmp/gtkdialog-20230830-161885-1p5yi0g/gtkdialog-0.8.4d/src'
make[1]: *** [Makefile:424: all-recursive] Error 1
make[1]: Leaving directory '/tmp/gtkdialog-20230830-161885-1p5yi0g/gtkdialog-0.8.4d'
make: *** [Makefile:363: all] Error 2

This is on Xubuntu 20.04.6.
btw: vrecord brew-installation has worked flawlessly on that OS/version in 2021-10.

@privatezero
Copy link
Member

I can't reproduce on my versions of Ubuntu - I wonder if something is going wonky with the autogen.sh step. If you run the install in interactive mode (brew install -i gtkdialog) and then run ./autogen.sh in the build directory, does it throw any errors?

@retokromer
Copy link
Member

@privatezero You were quicker. I can’t reproduce neither on Ubuntu 23.04, 22.04.3 LTS and 20.04.6 LTS.

@pjotrek-b
Copy link
Author

pjotrek-b commented Aug 30, 2023

Interesting that you can't reproduce it. Good! Yet odd for me 😉
I'll revert my VM and try again then.

Thanks for checking!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants