New features which should be implemented in Porteus; suggestions are welcome. All questions or problems with testing releases (alpha, beta, or rc) should go in their relevant thread here, rather than the Bug Reports section.
-
francois
- Contributor

- Posts: 6500
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Post#1
by francois » 26 May 2023, 21:05
Code: Select all
root@porteus:/home/guest# slapt-src -b zoom-linux
The following packages will be built:
zoom-linux
Do you want to continue? [y/N] y
Fetching README...Done
Fetching application-x-zoom.png...Done
Fetching doinst.sh...Done
Fetching slack-desc...Done
Fetching zoom-linux.SlackBuild...Done
Fetching zoom-linux.desktop...Done
Fetching zoom-linux.info...Done
Fetching zoom-linux.png...Done
Fetching zoom-linux.xml...Done
Fetching https://cdn.zoom.us/prod/5.14.7.2928/zoom_x86_64.pkg.tar.xz...Done
sh: line 1: fakeroot: command not found
fakeroot -- sh zoom-linux.SlackBuild Failed
root@porteus:/home/guest#
And about the same installing package fakeroot with gslapt:
Code: Select all
usr/share/mime/packages/
usr/share/mime/packages/zoom.xml
usr/share/pixmaps/
usr/share/pixmaps/Zoom.png
usr/share/pixmaps/application-x-zoom.png
.PKGINFO
.INSTALL
.MTREE
removed '.INSTALL'
removed '.MTREE'
removed '.PKGINFO'
chown: invalid group: ‘root:root’
fakeroot -- sh zoom-linux.SlackBuild Failed
root@porteus:/home/guest#
Any suggestion?
Prendre son temps, profiter de celui qui passe.
francois
-
beny
- Full of knowledge

- Posts: 2254
- Joined: 02 Jan 2011, 11:33
- Location: italy
Post#2
by beny » 26 May 2023, 21:15
hi francois you forget slapt-src -u
Code: Select all
slapt-src -u
Fetching slackbuild list from https://slackbuilds.org/slackbuilds/15.0/...Done
bash-5.2# slapt-src -b zoom-linux
The following packages will be built:
zoom-linux
Do you want to continue? [y/N] y
Fetching README...Done
Fetching application-x-zoom.png...Done
Fetching doinst.sh...Done
Fetching slack-desc...Done
Fetching zoom-linux.SlackBuild...Done
Fetching zoom-linux.desktop...Done
Fetching zoom-linux.info...Done
Fetching zoom-linux.png...Done
Fetching zoom-linux.xml...Done
Fetching https://cdn.zoom.us/prod/5.14.7.2928/zoom_x86_64.pkg.tar.xz...Done
opt/
opt/zoom/
opt/zoom/Beep-intercom.pcm
opt/zoom/Droplet.pcm
opt/zoom/Embedded.properties
opt/zoom/Qt/
opt/zoom/Qt/bin/
opt/zoom/Qt/bin/qt.conf
opt/zoom/Qt/lib/
opt/zoom/Qt/lib/libQt5Core.so.5
opt/zoom/Qt/lib/libQt5DBus.so.5
opt/zoom/Qt/lib/libQt5Gui.so.5
opt/zoom/Qt/lib/libQt5Network.so.5
opt/zoom/Qt/lib/libQt5OpenGL.so.5
opt/zoom/Qt/lib/libQt5Qml.so.5
opt/zoom/Qt/lib/libQt5QmlModels.so.5
opt/zoom/Qt/lib/libQt5QmlWorkerScript.so.5
opt/zoom/Qt/lib/libQt5Quick.so.5
opt/zoom/Qt/lib/libQt5QuickControls2.so.5
opt/zoom/Qt/lib/libQt5QuickShapes.so.5
opt/zoom/Qt/lib/libQt5QuickTemplates2.so.5
opt/zoom/Qt/lib/libQt5QuickWidgets.so.5
opt/zoom/Qt/lib/libQt5Svg.so.5
opt/zoom/Qt/lib/libQt5WaylandClient.so.5
opt/zoom/Qt/lib/libQt5Widgets.so.5
opt/zoom/Qt/lib/libQt5X11Extras.so.5
opt/zoom/Qt/lib/libQt5XcbQpa.so.5
opt/zoom/Qt/lib/libicudata.so.56
opt/zoom/Qt/lib/libicui18n.so.56
opt/zoom/Qt/lib/libicuuc.so.56
opt/zoom/Qt/plugins/
opt/zoom/Qt/plugins/audio/
opt/zoom/Qt/plugins/audio/libqtaudio_alsa.so
opt/zoom/Qt/plugins/audio/libqtmedia_pulse.so
opt/zoom/Qt/plugins/bearer/
opt/zoom/Qt/plugins/bearer/libqconnmanbearer.so
opt/zoom/Qt/plugins/bearer/libqgenericbearer.so
opt/zoom/Qt/plugins/bearer/libqnmbearer.so
opt/zoom/Qt/plugins/egldeviceintegrations/
etc etc etc
beny
-
francois
- Contributor

- Posts: 6500
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Post#3
by francois » 26 May 2023, 21:51
I get the same error. I wonder why?
Prendre son temps, profiter de celui qui passe.
francois
-
beny
- Full of knowledge

- Posts: 2254
- Joined: 02 Jan 2011, 11:33
- Location: italy
Post#4
by beny » 26 May 2023, 23:23
hi francois i think the config is the issue:https instead http with http do not work i think can you check...
# official source
SOURCE=
https://slackbuilds.org/slackbuilds/15.0/
BUILDDIR=/usr/src/slapt-src
PKGEXT=txz
beny
-
francois
- Contributor

- Posts: 6500
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Post#6
by francois » 27 May 2023, 01:35
Same problem. It seems to be a permission problem/
Code: Select all
...
usr/share/pixmaps/application-x-zoom.png
.PKGINFO
.INSTALL
.MTREE
removed '.INSTALL'
removed '.MTREE'
removed '.PKGINFO'
chown: invalid group: ‘root:root’
fakeroot -- sh zoom-linux.SlackBuild Failed
root@porteus:/home/guest#
Prendre son temps, profiter de celui qui passe.
francois