drowe67 / freedv-gui

GUI Application for FreeDV – open source digital voice for HF radio
https://freedv.org/
GNU Lesser General Public License v2.1
193 stars 49 forks source link

Other issue in building the last version #310

Closed UgoPoddine closed 1 year ago

UgoPoddine commented 1 year ago

Hello Mooner,

sorry about another bad news :-)) After having solved with your workaround on the RaspberryPI, I have tried to install as usual (with the build_linux.sh script) the new version on my other "real" PC (AMD64 with Debian 5.10.0-13-rt-amd64 #1 SMP PREEMPT_RT Debian 5.10.106-1 (2022-03-17) x86_64 GNU/Linux). The last version ran correctly. Unfortunately the new installation failed before starting compiling.

Can you help (with your magic workaround basket) ? thank-you as usual, 73

Ugo

/build_linux.sh

CMake Error at src/CMakeLists.txt:38 (set_source_files_properties): set_source_files_properties called with incorrect number of arguments.

CMake Error at src/CMakeLists.txt:38 (set_source_files_properties): set_source_files_properties called with incorrect number of arguments.

CMake Error at src/CMakeLists.txt:38 (set_source_files_properties): set_source_files_properties called with incorrect number of arguments.

CMake Error at src/CMakeLists.txt:38 (set_source_files_properties): set_source_files_properties called with incorrect number of arguments.

CMake Error at src/CMakeLists.txt:38 (set_source_files_properties): set_source_files_properties called with incorrect number of arguments.

CMake Error at src/CMakeLists.txt:38 (set_source_files_properties): set_source_files_properties called with incorrect number of arguments.

CMake Error at src/CMakeLists.txt:38 (set_source_files_properties): set_source_files_properties called with incorrect number of arguments.

CMake Error at src/CMakeLists.txt:38 (set_source_files_properties): set_source_files_properties called with incorrect number of arguments.

CMake Error at src/CMakeLists.txt:38 (set_source_files_properties): set_source_files_properties called with incorrect number of arguments.

CMake Error at src/CMakeLists.txt:38 (set_source_files_properties): set_source_files_properties called with incorrect number of arguments.

CMake Error at src/CMakeLists.txt:38 (set_source_files_properties): set_source_files_properties called with incorrect number of arguments.

CMake Error at src/CMakeLists.txt:38 (set_source_files_properties): set_source_files_properties called with incorrect number of arguments.

CMake Error at src/CMakeLists.txt:38 (set_source_files_properties): set_source_files_properties called with incorrect number of arguments.

CMake Error at src/CMakeLists.txt:38 (set_source_files_properties): set_source_files_properties called with incorrect number of arguments.

-- Compilation date = XX20221207XX -- Configuring incomplete, errors occurred! See also "/home/ugo/FreeDV/freedv-gui/LPCNet/build_linux/CMakeFiles/CMakeOutput.log".

tmiw commented 1 year ago

What CPU are you using, exactly? I'm not sure there are that many these days that don't at least support AVX.

Anyway, I'd try that same branch (ms-rpi-build for LPCNet) as with the previous issue as that will probably fix that particular error, or at least work around it anyway.

UgoPoddine commented 1 year ago

Hello Mooner,

it's not a baby, but neither a Commodore64

I will adopt the workaround, in the meantime. Thank-you as usual Ugo

Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 36 bits physical, 48 bits virtual CPU(s): 2 On-line CPU(s) list: 0,1 Thread(s) per core: 1 Core(s) per socket: 2 Socket(s): 1 NUMA node(s): 1 Vendor ID: GenuineIntel CPU family: 6 Model: 23 Model name: Celeron(R) Dual-Core CPU T3000 @ 1.80GHz Stepping: 10 CPU MHz: 1795.450 BogoMIPS: 3590.87 L1d cache: 64 KiB L1i cache: 64 KiB L2 cache: 1 MiB NUMA node0 CPU(s): 0,1 Vulnerability Itlb multihit: KVM: Mitigation: VMX unsupported Vulnerability L1tf: Mitigation; PTE Inversion Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no mic rocode; SMT disabled Vulnerability Meltdown: Mitigation; PTI Vulnerability Mmio stale data: Unknown: No mitigations Vulnerability Retbleed: Not affected Vulnerability Spec store bypass: Vulnerable Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization Vulnerability Spectre v2: Mitigation; Retpolines, STIBP disabled, RSB fil ling, PBRSB-eIBRS Not affected Vulnerability Srbds: Not affected Vulnerability Tsx async abort: Not affected Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtr r pge mca cmov pat pse36 clflush dts acpi mmx f xsr sse sse2 ht tm pbe syscall nx lm constant_t sc arch_perfmon pebs bts rep_good nopl cpuid ap erfmperf pni dtes64 monitor ds_cpl tm2 ssse3 cx 16 xtpr pdcm xsave lahf_lm pti dtherm

tmiw commented 1 year ago

How did this go? Still having issues compiling?

UgoPoddine commented 1 year ago

Hi Mooner,

I have compiled using the "rpi" workaround also on the amd64 pc, as you have proposed. I don't know if you are planning to do something more....

Thanks Ugo

Il giorno 16 dic 2022, 09:30, alle ore 09:30, Mooneer Salem @.***> ha scritto:

How did this go? Still having issues compiling?

-- Reply to this email directly or view it on GitHub: https://github.com/drowe67/freedv-gui/issues/310#issuecomment-1354383859 You are receiving this because you authored the thread.

Message ID: @.***>

tmiw commented 1 year ago

Nope, the fix for this particular issue is in master now so we're good.