That means your cpu is too old to run them. Sometimes the package requires a higher processor, sometimes it's just a flag adjustment when compiling.
I think is a bit old, definitely. I wonder if rebuilding from scratch may be a solution.
Hi t18
... I get some "trap invalid opcode" errors ...
That's like saying:
Some warning light lit on my dashboard. Why doesn't my car work?
The purpose of an error message is to help pinpoint the source of
the error. By generalizing instead of reporting the exact error
message you defeat its purpose.
"invalid opcode" means your CPU encountered an instruction it
does not support. The rest of the error message includes where
the instruction originated from. It could be from vlc or one of its
dependencies. It's probably from qt-5, but without the complete
message we can't be sure.
You can try capturing the complete message into a file like this:
vlc > vlc.txt 2>&1
Then copy the file to another machine so you can copy/paste
the contents to your next post.
Also, be aware your machine might not have the horsepower or
enough RAM to run some of those programs.
You can also try running the ncurses or command line versions
of vlc:
nvlc
or
cvlc
The "2>&1" command only gives "Illegal option".
The dmesg output is below:
traps: cmus[3149] trap invalid opcode ip:806cae7 sp:bf91d110 error:0 in cmus[8052000+23000]
traps: gimp[7793] trap invalid opcode ip:b75c43fd sp:bfbb5f50 error:0 in libbabl-0.1.so.0.181.1[b75b1000+21000]
ACPI Warning: SystemIO range 0x0000000000002180-0x0000000000002188 conflicts with OpRegion 0x0000000000002186-0x0000000000002186 (\SM06) (20230628/utaddress-204)
ACPI Warning: SystemIO range 0x0000000000002180-0x0000000000002188 conflicts with OpRegion 0x0000000000002185-0x0000000000002185 (\SM05) (20230628/utaddress-204)
ACPI Warning: SystemIO range 0x0000000000002180-0x0000000000002188 conflicts with OpRegion 0x0000000000002184-0x0000000000002184 (\SM04) (20230628/utaddress-204)
ACPI Warning: SystemIO range 0x0000000000002180-0x0000000000002188 conflicts with OpRegion 0x0000000000002183-0x0000000000002183 (\SM03) (20230628/utaddress-204)
ACPI Warning: SystemIO range 0x0000000000002180-0x0000000000002188 conflicts with OpRegion 0x0000000000002182-0x0000000000002182 (\SM02) (20230628/utaddress-204)
ACPI Warning: SystemIO range 0x0000000000002180-0x0000000000002188 conflicts with OpRegion 0x0000000000002180-0x0000000000002180 (\SM00) (20230628/utaddress-204)
ACPI: OSL: Resource conflict; ACPI support missing from driver?
traps: vlc-cache-gen[10625] trap invalid opcode ip:b2fbcdc3 sp:bf9ff900 error:0 in libQt5Core.so.5.15.10[b2f87000+1d2000]