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

73Linux app build issue #16

Closed
N1JCM opened this issue Jan 9, 2023 · 6 comments
Closed

73Linux app build issue #16

N1JCM opened this issue Jan 9, 2023 · 6 comments
Labels
bug Something isn't working

Comments

@N1JCM
Copy link

N1JCM commented Jan 9, 2023

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
Copy link
Author

N1JCM commented Jan 11, 2023

Anybody paying attention?

@N1JCM
Copy link
Author

N1JCM commented Jan 25, 2023

Nope, nobody :-( too bad ).

@km4ack
Copy link
Owner

km4ack commented Jan 25, 2023

back soon. for now, see this post

@N1JCM
Copy link
Author

N1JCM commented Jan 25, 2023 via email

@hb9dum
Copy link

hb9dum commented May 6, 2023

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 km4ack added the bug Something isn't working label Jul 30, 2023
@km4ack
Copy link
Owner

km4ack commented Jul 30, 2023

Issue will be handled in #29

@km4ack km4ack closed this as completed Jul 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants