some info on analyzing pia to package
This commit is contained in:
34
gchannel/pia-teardown.txt
Normal file
34
gchannel/pia-teardown.txt
Normal file
@@ -0,0 +1,34 @@
|
||||
sh pia-linux-3.6.1-08339.run --noexec --nox11 --keep
|
||||
sh pia-linux-3.6.1-08339.run
|
||||
|
||||
Could not install dependencies. Please install these packages:
|
||||
- libxkbcommon-x11 (libxkbcommon-x11.so.0, libxkbcommon.so.0)
|
||||
- libnl-3-200
|
||||
- libnl-route-3-200, libnl-genl-3-200 (may be included in libnl-3-200)
|
||||
- libnsl (libnsl.so.1)
|
||||
- iptables
|
||||
|
||||
|
||||
sh install.sh --skip-service
|
||||
|
||||
|
||||
|
||||
|
||||
patch every instance of /bin/
|
||||
|
||||
|
||||
guix shell --emulate-fhs --container --network --preserve='^DISPLAY$' --preserve='^XAUTHORITY$' --expose=$XAUTHORITY \
|
||||
--preserve='^XDG_|^WAYLAND_DISPLAY$' --preserve='^DISPLAY$' --expose=/etc/machine-id \
|
||||
--preserve='^DBUS_' --expose=/var/run/dbus --expose=/dev/dri --expose=/sys/class/net \
|
||||
--share=/dev/snd/seq --share=/dev/shm --expose=/sys/class/input --expose=/sys/devices --expose=/sys/dev --expose=/sys/bus/pci \
|
||||
--expose=/sys/dev --expose=/sys/bus/pci --share=$HOME \
|
||||
--expose=/run/user/"$(id -u)"/pulse --preserve='XDG_RUNTIME_DIR' --share=$HOME/.config/pulse \
|
||||
gcc-toolchain gdk-pixbuf gtk+@2.24.33 glib strace libcap zlib cairo libsm \
|
||||
libx11 gtk pango iputils libxxf86vm libglvnd sdl2 libxinerama libxext libxrandr mesa libxcursor alsa-lib \
|
||||
pulseaudio openssl@1.1 coreutils sudo git traceroute nss-certs iproute2 gdb file patchelf wayland \
|
||||
gawk diffutils dbus-glib elfutils eudev pciutils libva llvm alsa-plugins:pulseaudio \
|
||||
-e '(list (@@ (gnu packages commencement) gcc) "lib")' -- sudo ./pia-daemon
|
||||
|
||||
|
||||
|
||||
Need to correct a file in /bin named qt.conf so it can find plugins and such
|
||||
Reference in New Issue
Block a user