Please reproduce your error on a second machine before posting, and check the error by running without saved changes or extra modules (See FAQ No. 13, "How to report a bug"). For unstable Porteus versions (alpha, beta, rc) please use the relevant thread in our "Development" section.
-
Ed_P
- Contributor
- Posts: 8572
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Post#16
by Ed_P » 14 Sep 2024, 07:00
Blaze the /opt/porteus-scripts/update-libreoffice script does indeed have the lines you posted, 64 - 75, but without the 05_devel module the error I got was:
Ed_P wrote: ↑14 Sep 2024, 00:07
/usr/local/bin/update-libreoffice-live: line 183: gcc: command not found
/usr/local/bin/update-libreoffice-live: line 184: gcc: command not found
No mention of libbfd.so being missing or 05_devel being needed.
My system.
Code: Select all
~# uname -a
Linux porteus.example.net 6.8.10-porteus #1 SMP PREEMPT_DYNAMIC Fri May 17 18:09:34 MSK 2024 x86_64 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz GenuineIntel GNU/Linux
~# cat /etc/porteus/*
001-core.xzm:20240511
002-xorg.xzm:20240511
002-xtra.xzm:20240511
003-cinnamon.xzm:20231229
initrd.xz:20230923
~# ls -l /mnt/live/memory/images
000-kernel.xzm : May 17 11:31
001-core.xzm : May 11 01:59
002-xorg.xzm : May 11 02:04
002-xtra.xzm : May 11 02:06
003-cinnamon.xzm : Dec 29 2023
07-printing-x86_64-2023-02-04.xzm : Feb 4 2023
Dell6.4.10-wifi.xzm : Aug 18 2023
Dellautonet.xzm : Aug 26 17:14
Dellsound.xzm : May 14 2022
brother-mfcj4335dwpdrv-3.5.0-1.i386.xzm : Jul 11 18:28
firefox-122.0-x86_64-en-US.xzm : Jan 27 2024
mychanges.xzm : Sep 9 01:12
wmctrl-1.07-x86_64-2salix15.0.xzm : Feb 6 2024
~# cat /proc/cmdline
quiet BOOT_IMAGE=(loop)/boot/syslinux/vmlinuz from=/ISOs/Porteus/Porteus-CINNAMON-v5.01-x86_64-240521.iso volume=33 reboot=cold extramod=/porteus5.0/Modules noload=kde;jinn;lxqt;xfce;lxde;mate;open;dat.xzm;menu2
ISO: /ISOs/Porteus/Porteus-CINNAMON-v5.01-x86_64-240521.iso
Added in 7 minutes 59 seconds:
BTW The getpkg binutils command's /tmp/getpkg/FILELIST.TXT file is impressive. I've never used getpkg before.
Added in 6 minutes 47 seconds:
rych wrote: ↑27 Apr 2023, 06:35
1.a) getpkg
getpkg is a porteus script (/usr/local/bin/getpkg) that fetches packages from the slackware repo
Ed_P
-
benjibasson
- Samurai
- Posts: 182
- Joined: 06 Mar 2019, 15:14
- Distribution: Arch linux
Post#17
by benjibasson » 15 Sep 2024, 18:56
What is gcc for?
Without 05-devel, I didn't care about gcc: command not found because libre office work
For language I believe update-libreoffice fr doesn't work because for version 7, it was set directly by default to frensh whereas for 24 version we have to set language because English is the default language.
benjibasson
-
i3slkiller
- Contributor
- Posts: 102
- Joined: 03 Feb 2020, 18:51
- Distribution: Porteus XFCE v5.0rc2 x86_64
- Location: Poland
Post#18
by i3slkiller » 15 Sep 2024, 19:01
update-libreoffice-live line 180
Code: Select all
# built two dummy/empty libraries (need for run LO Impress)
# for Porteus-current these steps are not needed
cd $(echo $LO | sed 's|soffice||')
gcc -shared -o libavahi-client.so.3 -x c - < /dev/null
gcc -shared -o libavahi-common.so.3 -x c - < /dev/null
i3slkiller