It has to be. Void names packages differently some times compared to debian/ubuntu, so it's probably part of another package or just named different. Try icu, icu-libs, icu-devel or all 3 of them.
All istalled, no effect, same errorIt has to be. Void names packages differently some times compared to debian/ubuntu, so it's probably part of another package or just named different. Try icu, icu-libs, icu-devel or all 3 of them.
I don't remember well enough if in ppc64 was necessary (and if this syntax it's correct for the 64 variant), but did you link the library as instructed below?Next error
View attachment 1860612
sudo ln -s /usr/lib/libffi.so.7 /usr/lib/libffi.so.6
Code:sudo xbps-install -S rsync gtk+-devel python-devel autoconf213 yasm gcc glibc-devel ccache autoconf automake clang clang-analyzer clang-tools-extra libgcc-devel make zip libconfig++-devel bzip2 perl tar xz fakeroot gnupg dpkg-devel binutils-devel doxygen librpm-devel libatomic-devel GConf-devel libvpx-devel alsa-lib-devel libXt-devel python-dbus-devel wget cairo-devel cairomm-devel python-cairo-devel python3-cairo-devel libvpx5-devel libvpx-tools libpulseaudio pulseaudio-devel
The bright side of all of this experimenting it's the InterWeb it's now working, I suspect that might be some dependency that I installed to compile all of this (I will test it thoroughly when I have more time available in the next weeks) but I still wanna to be able to have this more documented for "the future generations" when someone has the will/needs to experiment/learn to do it.
No effectsudo ln -s /usr/lib/libffi.so.7 /usr/lib/libffi.so.6
No effect (can not install libvpx5-devel, because there is a newer version installed)sudo xbps-install -S rsync gtk+-devel python-devel autoconf213 yasm gcc glibc-devel ccache autoconf automake clang clang-analyzer clang-tools-extra libgcc-devel make zip libconfig++-devel bzip2 perl tar xz fakeroot gnupg dpkg-devel binutils-devel doxygen librpm-devel libatomic-devel GConf-devel libvpx-devel alsa-lib-devel libXt-devel python-dbus-devel wget cairo-devel cairomm-devel python-cairo-devel python3-cairo-devel libvpx5-devel libvpx-tools libpulseaudio pulseaudio-devel
I recommend using gtk-straw-viewer if you want to watch youtube videos. (xbps-install gtk-straw-viewer)
Also, to make github work again you'll need to install this extension: https://github.com/JustOff/github-wc-polyfill/releases
negativ^^I think the command to start it is strawviewer-gtk. Been months since i've booted that machine.
negativ^^
pipe-viewer-gtk
maybe? (has apparently replaced straw-viewer)straw-viewer-gtk
pipe-viewer-gtk is working, command is:pipe-viewer-gtk
maybe? (has apparently replaced straw-viewer)
straw-viewer-gtk
gtk-pipe-viewer
Good afternoon, I am from Colombia and I am very interested in giving life to ppc in my case I have the ibook g4 which I use with Lubuntu remix 12.04 but I could not find a solution regarding the packages, I would like to install void but I don't know how I must do since I am not very expert with this. Beforehand thank you very much
I tested the GTK+ Pipe Viewer for YouTube on Void today. It works well and it is a good alternative way to watch YouTube videos.
Screenshot of YouTube in action with ViewTube in Interweb and with the GTK+ Pipe Viewer on Void PPC:
View attachment 1862927
When openning the settings for time and date i get an error and the control panel is not useable. Anyone who can help with this?
View attachment 1865394
View attachment 1865397
sudo xbps-install -S ntp
sudo ln -s /etc/sv/ntpd /var/service
sudo sv status ntpd
vi /etc/sv/ntpd/run
#!/bin/sh
# exec isc-ntpd -g -u ntpd:ntpd -n >/dev/null 2>&1
exec ntpdate pool.ntp.org
Thanks , I made one little change because otherwise ntpdate kept spewing output to STDOUT in my cli.Hi All,
NTP works with Void PPC on my AmigaOnes.
Install the package NTP:
Code:sudo xbps-install -S ntp
Enable the service:
Code:sudo ln -s /etc/sv/ntpd /var/service
Reboot and check if the NTP service works:
Code:sudo sv status ntpd
Output: run: ntpd: (pid 2296) 493497782s
You can use the default run script. I modified it.
Code:vi /etc/sv/ntpd/run
Code:#!/bin/sh # exec isc-ntpd -g -u ntpd:ntpd -n >/dev/null 2>&1 exec ntpdate pool.ntp.org
Cheers,
Christian
#!/bin/sh
# exec isc-ntpd -g -u ntpd:ntpd -n >/dev/null 2>&1
exec ntpdate pool.ntp.org >/dev/null 2>&1
Do it step by step, no effect on the control panel, same error.Hi All,
NTP works with Void PPC on my AmigaOnes.
Install the package NTP:
Code:sudo xbps-install -S ntp
Enable the service:
Code:sudo ln -s /etc/sv/ntpd /var/service
Reboot and check if the NTP service works:
Code:sudo sv status ntpd
Output: run: ntpd: (pid 2296) 493497782s
You can use the default run script. I modified it.
Code:vi /etc/sv/ntpd/run
Code:#!/bin/sh # exec isc-ntpd -g -u ntpd:ntpd -n >/dev/null 2>&1 exec ntpdate pool.ntp.org
Cheers,
Christian
Yours is a different issue I think, I'm not running Dbus , nor Gnome or any other tradionel DE.Do it step by step, no effect on the control panel, same error.