I recommend adding sid to source & update, I found it very beneficial with wsjtx on Debian 10 here.

# deb cdrom:[Debian GNU/Linux 10.6.0 _Buster_ - Official amd64 xfce-CD Binary-1 20200926-10:17]/ buster main

# deb cdrom:[Debian GNU/Linux 10.6.0 _Buster_ - Official amd64 xfce-CD Binary-1 20200926-10:17]/ buster main
deb http://ftp.de.debian.org/debian buster main non-free
deb-src http://ftp.de.debian.org/debian buster main non-free
deb http://ftp.de.debian.org/debian sid main
deb http://deb.debian.org/debian/ buster main contrib non-free
deb-src http://deb.debian.org/debian/ buster main contrib non-free
# deb http://apt.allstarlink.org/repos/asl_builds buster main

deb http://security.debian.org/debian-security buster/updates main
deb-src http://security.debian.org/debian-security buster/updates main
deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian buster contrib
# buster-updates, previously known as 'volatile'
deb http://deb.debian.org/debian/ buster-updates main contrib non-free
deb-src http://deb.debian.org/debian/ buster-updates main contrib non-free

# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.


vk4tux

On 18/7/21 12:49 am, Claude Frantz via wsjt-devel wrote:
On 7/16/21 6:38 PM, Bill Somerville via wsjt-devel wrote:

Hi Bill and all,

I'm not sure why you are getting that error. The libthread_db library is used by debuggers to access thread information so I am surprised it is being referenced. Is this a debug configuration build?

I don't have set explicitly any debug request.

I confess that I'm now running 64 bit Debian Buster stable, instead of the previously 32 bit Fedora 30. Perhaps there are some missing configs.

I have rerun cmake, then make clean and make. The result is only a little bit different:

[ 13%] Building CXX object CMakeFiles/message_aggregator.dir/qrc_message_aggregator.cpp.o [ 13%] Building CXX object CMakeFiles/message_aggregator.dir/qrc_style.cpp.o [ 13%] Building CXX object CMakeFiles/message_aggregator.dir/message_aggregator_autogen/mocs_compilation.cpp.o
[ 13%] Linking CXX executable message_aggregator
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libthread_db.so: undefined reference to `ps_lsetregs' /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libthread_db.so: undefined reference to `ps_pdread' /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libthread_db.so: undefined reference to `ps_lsetfpregs' /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libthread_db.so: undefined reference to `ps_getpid' /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libthread_db.so: undefined reference to `ps_pdwrite' /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libthread_db.so: undefined reference to `ps_lgetregs' /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libthread_db.so: undefined reference to `ps_lgetfpregs' /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libthread_db.so: undefined reference to `ps_pglobal_lookup'
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/message_aggregator.dir/build.make:273: message_aggregator] Error 1 make[1]: *** [CMakeFiles/Makefile2:140: CMakeFiles/message_aggregator.dir/all] Error 2
make: *** [Makefile:152: all] Error 2

###

Best wishes,
Claude (DJ0OT)


_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to