km4ack / 73Linux

90 stars 19 forks source link

73Linux app build issue #16

Closed N1JCM closed 11 months ago

N1JCM commented 1 year ago

Hello - Using Raspian for x86, tried to run 73 Linux and build FLRIG. Log showed the following errors. Any help? Thx - Jeff/N1JCM.

checking for fltk-config... no configure: error: The fltk-config script could not be found. Please install the development headers and libraries for FLTK 1.1.x, or set PATH to the directory that *** contains fltk-config.

make: No targets specified and no makefile found. Stop. make: No rule to make target 'install'. Stop. make: *** No rule to make target 'clean'. Stop. E: Unable to locate package libjpeg9 E: No packages found ############################## Resetting swap size to default ############################## Restarting dphys-swapfile (via systemctl): dphys-swapfile.service. Reading package lists... Done Building dependency tree... Done Reading state information... Done extra-xdg-menus is already the newest version (1.0-5). You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: js8call:amd64 : Depends: libqt5multimedia5-plugins:amd64 (>= 5.2) but it is not going to be installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

N1JCM commented 1 year ago

Anybody paying attention?

N1JCM commented 1 year ago

Nope, nobody :-( too bad ).

km4ack commented 1 year ago

back soon. for now, see this post

N1JCM commented 1 year ago

Understood - best wishes for recovery/return!

On Wednesday, January 25, 2023 at 08:10:59 AM EST, KM4ACK ***@***.***> wrote:  

back soon. for now, see this post

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

hb9dum commented 1 year ago

Hi, had the same issue on Rasbian Bullseye 64 bit running on a librelec board. It seems that for some reason the following line is not executed sudo apt-get install -y libfltk1.3-dev $LIBJPG libxft-dev libxinerama-dev libxcursor-dev libsndfile1-dev libsamplerate0-dev portaudio19-dev libpulse-dev libusb-1.0-0-dev texinfo libudev-dev hence, libftlk is not installed hence the script fails. I ran the steps in the FLRIG.bapp file manually, and flrig installed w/o issues

Further investigation showed that APPSFILES=/home/jurgen/73Linux/app/stable/x86_64/.bapp That can't be right because it should be APPSFILES=/home/jurgen/73Linux/app/stable/pi/.bapp The reason for this are tests for the architecture that use "grep arm". However, the architecture (in my case) is "aarch64". Hence, that test always fails and 73 linux gets routed to the x86_64 branch.

km4ack commented 11 months ago

Issue will be handled in #29