From nobody at parabola.nu Wed Oct 3 07:55:57 2018 From: nobody at parabola.nu (Parabola Website Notification) Date: Wed, 03 Oct 2018 07:55:57 -0000 Subject: [Dev] Orphan Pcr package [rstudio-desktop] marked out-of-date Message-ID: <20181003075557.1112.30773@winston.parabola.nu> dbpalma9 at gmail.com wants to notify you that the following packages may be out-of-date: * rstudio-desktop 1.1.419-1 [pcr] (armv7h): https://parabolagnulinux.org/packages/pcr/armv7h/rstudio-desktop/ * rstudio-desktop 1.1.419-1 [pcr] (i686): https://parabolagnulinux.org/packages/pcr/i686/rstudio-desktop/ * rstudio-desktop 1.1.419-1 [pcr] (x86_64): https://parabolagnulinux.org/packages/pcr/x86_64/rstudio-desktop/ The user provided the following additional text: The latest version is 1.1.456. It doesn't start as rstudio asks for libboost 1.66.0 shared objects. From lukeshu at lukeshu.com Thu Oct 4 00:54:15 2018 From: lukeshu at lukeshu.com (Luke Shumaker) Date: Wed, 03 Oct 2018 20:54:15 -0400 Subject: [Dev] dbscripts 20181003.1 release announcement Message-ID: <8736tmsf9k.wl-lukeshu@lukeshu.com> I've rolled out version 20181003.1 (there was no 20181003, don't ask) of Parabola dbscripts. All told, this is a very small release. It's mostly changes to the default configuration, not changes to the actual software. This should do a better job of getting us started with official ppc64le support. Changes from 20180925.2 to 20181003.1: - db-init: * Create tags that are configured but don't exist. This behavior used to exist, but was removed in 20160708. It's back now, to ease in creating repos for ppc64le and risc-v. * Don't create the config:STAGING directory, require that the caller of db-update do that. - db-cleanup: Ignore config:PKGREPOS and config:ARCHES, scan all .db files found under config:FTP_BASE. - default config: * config.local.parabola: - Don't allow Parabola packagers to publish to [core], [extra], [community], or any of the other imported repos. Only allow db-import-* programs to publish to those. A future release will add a mechanism to allow for publishing to those for architectures that don't have an Arch upstream (ppc64le, risc-v). - Don't allow packagers to publish to [~user] repos other than their own. - Allow publishing arch=(ppc64le) packages. * global: No longer require that "config.local.*" files be symlinked in to /opt/dbscripts/. You can now just plop them in /etc/dbscripts/. * db-import-pkg: Import more repos: staging-x86_64, gnome-unstable-x86_64, kde-unstable-x86_64, community-staging-x86_64, community-testing-x86_64, multilib-staging-x86_64, community-staging-i686, community-testing-i686, staging-i686, gnome-unstable-i686, kde-unstable-i686, alarm-armv7h, and aur-armv7h. See On winston.parabola.nu, I've - run: sudo pacman -Syu --ignore=linux-libre-lts -- Happy hacking, ~ Luke Shumaker From lukeshu at lukeshu.com Thu Oct 4 19:47:39 2018 From: lukeshu at lukeshu.com (Luke Shumaker) Date: Thu, 04 Oct 2018 15:47:39 -0400 Subject: [Dev] libretools 20181004 release announcement Message-ID: <87lg7dtrxg.wl-lukeshu@lukeshu.com> I just released libretools 20181004 to [libre] and pushed the source tarball to . TL;DR: Don't forget to merge /etc/libretools.conf.pacnew This is a pretty boring release for users (though overhauling the test suite was a lot of work for me!). The "big" change is that librerelease now allows you to adjust DBSCRIPTS_CONFIG, which is something that those working on ppc64le will want to do. Changes from 20180920 to 20181004: - librerelease: * Sets DBSCRIPTS_CONFIG for db-update. The value that it is set to is configured in libretools.conf * The display of what hook command is running should now be more informative. - libremakepkg: distcc integration should be fixed. It's apparently been broken for over a year. DISTCC_HOSTS='+zeroconf' is still unsupported, though. - The test suite was converted from Roundup to BATS. -- Happy hacking, ~ Luke Shumaker From lukeshu at lukeshu.com Fri Oct 5 18:06:07 2018 From: lukeshu at lukeshu.com (Luke Shumaker) Date: Fri, 05 Oct 2018 14:06:07 -0400 Subject: [Dev] dbscripts 20181005 release announcement Message-ID: <87h8i0tgj4.wl-lukeshu@lukeshu.com> I've rolled out version 20181005 of Parabola dbscripts. This introduces db-import-any, but is otherwise a bugfix/housekeeping release. Changes from 20181003.1 to 20181005: - db-import-any: This is a revival of the old `any-to-ours` program. It releases arch=(any) packages from one architecture to others. It will be used to release arch=(any) packages imported from Arch Linux to our ppc64le repositories; as the associated db-import-pkg run only releases to the x86_64 repositories. It can also be used to spread the arch=(any) packages around when adding a new architecture. Adding ppc64le to ARCHES=() won't copy existing arch=(any) packages to those repos, so it is nescessary to run db-import-any to copy them over. - db-update: * Clean up empty directories in $STAGING * Correctly clean up the symlink in $STAGING when re-releasing a package that's already in the pool. - db-init: Set umask appropriately - default configuration: * config.local.parabola: Add nonsystemd-multilib to PKGREPOS. It's been in the server's config file since 2018-05-10. On winston.parabola.nu, I have - run: sudo rm -- /opt/dbscripts/cron-jobs/make_repo_torrents~ sudo rm -- /opt/dbscripts/db-import-any sudo rm -- /opt/dbscripts/db-import-any.conf sudo rm -- /etc/dbscripts/db-import-any.conf sudo pacman -Syu --ignore=linux-libre-lts which updated the following:` Package (4) Old Version New Version libre/dbscripts 20181003.1-1 20181005-1 libre/gitget 20180920-1 20181004-1 libre/librelib 20180920-1 20181004-1 libre/libretools 20180920-1 20181004-1 - run: db-import-any This used config.local.parabola; so it spread arch=(any) packages around on Parabola repos. Not only did this add arch=(any) packages to ppc64le, but it also added some older packages to armv7h! - run: sudo systemctl enable --now db-import-any.timer db-import-any.service uses config.local.import-ourarches, and will spread arch=(any) packages around on repos imported from Arch. It is scheduled to run at 2018-10-06 00:00:00 GMT, in about 6 hours. -- Happy hacking, ~ Luke Shumaker From mail at jens-hausdorf.de Sat Oct 6 08:00:22 2018 From: mail at jens-hausdorf.de (Jens Hausdorf) Date: Sat, 6 Oct 2018 10:00:22 +0200 Subject: [Dev] The wiki runs an outdated MediaWiki software Message-ID: <426234bd-9946-b84a-6fad-e0770d2bf383@jens-hausdorf.de> Hey there, after a question on IRC of myself, I was forwarded to this list, so here we go: - Why is the wiki still on such an old MediaWiki version? - Are there any plans to upgrade it in the future to use a version which is not EOL (and perhaps make the UI a little bit fancier)? -- Regards Jens From megver83 at hyperbola.info Sat Oct 6 16:32:00 2018 From: megver83 at hyperbola.info (Megver83) Date: Sat, 6 Oct 2018 13:32:00 -0300 Subject: [Dev] The wiki runs an outdated MediaWiki software In-Reply-To: <426234bd-9946-b84a-6fad-e0770d2bf383@jens-hausdorf.de> References: <426234bd-9946-b84a-6fad-e0770d2bf383@jens-hausdorf.de> Message-ID: <0f64b206-9423-d85c-9a07-62f68928567b@hyperbola.info> El 06/10/18 a las 05:00, Jens Hausdorf escribi?: > Hey there, > > after a question on IRC of myself, I was forwarded to this list, so here > we go: > > - Why is the wiki still on such an old MediaWiki version? > - Are there any plans to upgrade it in the future to use a version which > is not EOL (and perhaps make the UI a little bit fancier)? > > > -- > > Regards > > Jens > _______________________________________________ > Dev mailing list > Dev at lists.parabola.nu > https://lists.parabola.nu/mailman/listinfo/dev I also had the same doubt, but didn't take the time to discuss it. ArchWiki is updated, plus it has a mobile version (but ParabolaWiki doesn't) -- ~Megver83 SIP: megver83 at sip.linphone.org XMPP: megver83 at jabjab.de Tox: megver83 at toxme.io GPG: 0x227CA7C556B2BA78 GNUSocial: @megver82 at quitter.cl Diaspora*: megver83 at diasp.org Matrix: @Megver83:matrix.org PixelFed: pixelfed.social/Megver83 PeerTube: peertube.xtenz.xyz/accounts/megver83 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 520 bytes Desc: OpenPGP digital signature URL: From lukeshu at lukeshu.com Tue Oct 9 02:26:00 2018 From: lukeshu at lukeshu.com (Luke Shumaker) Date: Mon, 08 Oct 2018 22:26:00 -0400 Subject: [Dev] dbscripts 20181008 release announcement Message-ID: <87in2betzb.wl-lukeshu@lukeshu.com> I've rolled out version 20181008 of Parabola dbscripts. This is a bugfix release. Changes from 20181005 to 20181008: - db-update: * Fix (harmless) warnings from bsdtar because it recieved SIGPIPE. (from Arch) * Allow packages from ALARM that don't have `.BUILDINFO`. Usually this is an error that aborts; when importing from Arch linux ARM, demote it to a warning. Some older packages from ALARM don't have it. - db-import-keyring: Don't report an error if there's nothing to do. On winston.parabola.nu, I have - run: sudo pacman -Syu --ignore=linux-libre-lts which updated the following: Package (25) Old Version New Version extra/apr 1.6.3-1 1.6.5-1 core/archlinux-keyring 20180808-1 20181003-1 community/collectd 5.8.0-9 5.8.0-10 libre/dbscripts 20181005-1 20181008-1 community/diffoscope 102-1 103-1 core/dnssec-anchors 20170711-1 20181003-1 extra/fontconfig 2:2.13.0+15+gc60ed9e-1 2:2.13.1+12+g5f5ec56-1 extra/fuse-common 3.2.5-1 3.2.6-1 extra/git 2.19.0-1 2.19.1-1 core/glib2 2.58.0+31+g2a7d4d2dc-1 2.58.1-1 extra/gtk-update-icon-cache 3.24.1+2+ged57e564a9-1 3.24.1+8+g220f77d8c1-1 core/iana-etc 20180221-1 20180913-1 extra/libx11 1.6.6-1 1.6.6-2 extra/libxcb 1.13-1 1.13.1-1 extra/lua51 5.1.5-6 5.1.5-7 core/patch 2.7.6-1 2.7.6-3 core/psmisc 23.1-1 23.2-1 community/python-distlib 0.2.7-2 0.2.8-1 community/python-magic 5.30-2 5.34-1 extra/python-packaging 17.1-2 18.0-1 community/python-pbr 4.2.0-1 4.3.0-1 community/python-zope-event 4.3.0-2 4.4-1 community/python2-distlib 0.2.7-2 0.2.8-1 extra/python2-packaging 17.1-2 18.0-1 community/ruby-bundler 1.16.5-1 1.16.6-1 -- Happy hacking, ~ Luke Shumaker From nobody at parabola.nu Thu Oct 18 12:14:14 2018 From: nobody at parabola.nu (Parabola Website Notification) Date: Thu, 18 Oct 2018 12:14:14 -0000 Subject: [Dev] Orphan Libre package [jdk8-openjdk] marked out-of-date Message-ID: <20181018121414.1417.16846@winston.parabola.nu> nroof at protonmail.com wants to notify you that the following packages may be out-of-date: * java8-openjdk-debug 8.u181-1.parabola1 [libre] (i686): https://parabolagnulinux.org/packages/libre/i686/java8-openjdk-debug/ * java8-openjdk-debug 8.u181-1.parabola1 [libre] (x86_64): https://parabolagnulinux.org/packages/libre/x86_64/java8-openjdk-debug/ * jdk8-openjdk 8.u181-1.parabola1 [libre] (i686): https://parabolagnulinux.org/packages/libre/i686/jdk8-openjdk/ * jdk8-openjdk 8.u181-1.parabola1 [libre] (x86_64): https://parabolagnulinux.org/packages/libre/x86_64/jdk8-openjdk/ * jre8-openjdk 8.u181-1.parabola1 [libre] (i686): https://parabolagnulinux.org/packages/libre/i686/jre8-openjdk/ * jre8-openjdk 8.u181-1.parabola1 [libre] (x86_64): https://parabolagnulinux.org/packages/libre/x86_64/jre8-openjdk/ * jre8-openjdk-headless 8.u181-1.parabola1 [libre] (i686): https://parabolagnulinux.org/packages/libre/i686/jre8-openjdk-headless/ * jre8-openjdk-headless 8.u181-1.parabola1 [libre] (x86_64): https://parabolagnulinux.org/packages/libre/x86_64/jre8-openjdk-headless/ The user provided the following additional text: Thank you for maintaining this package! A new version 8.u192 is available, and Arch already has packaged it. Also, please see the resolution of https://labs.parabola.nu/issues/1653, so it probably makes sense to just drop openjdk packages from libre and unblacklist the ones from Arch. From nobody at parabola.nu Fri Oct 19 09:22:48 2018 From: nobody at parabola.nu (Parabola Website Notification) Date: Fri, 19 Oct 2018 09:22:48 -0000 Subject: [Dev] Orphan Libre package [virt-install] marked out-of-date Message-ID: <20181019092248.1419.44983@winston.parabola.nu> nroof at protonmail.com wants to notify you that the following packages may be out-of-date: * virt-install 1.5.1-1.parabola1 [libre] (armv7h): https://parabolagnulinux.org/packages/libre/armv7h/virt-install/ * virt-install 1.5.1-1.parabola1 [libre] (i686): https://parabolagnulinux.org/packages/libre/i686/virt-install/ * virt-install 1.5.1-1.parabola1 [libre] (x86_64): https://parabolagnulinux.org/packages/libre/x86_64/virt-install/ The user provided the following additional text: Thank you for maintaining this package! Version 2.0.0 is available in Arch, and virt-manager (which ships from Arch) depends on it. So the following warning appears when doing pacman -Syu : warning: cannot resolve "virt-install=2.0.0", a dependency of "virt-manager" :: The following package cannot be upgraded due to unresolvable dependencies: virt-manager :: Do you want to skip the above package for this upgrade? [y/N] From nobody at parabola.nu Fri Oct 19 18:27:39 2018 From: nobody at parabola.nu (Parabola Website Notification) Date: Fri, 19 Oct 2018 18:27:39 -0000 Subject: [Dev] Orphan Libre package [calibre] marked out-of-date Message-ID: <20181019182739.1419.19208@winston.parabola.nu> irene at cock.li wants to notify you that the following packages may be out-of-date: * calibre 3.28.0-2.parabola1 [libre] (i686): https://parabolagnulinux.org/packages/libre/i686/calibre/ * calibre 3.28.0-2.parabola2 [libre] (x86_64): https://parabolagnulinux.org/packages/libre/x86_64/calibre/ The user provided the following additional text: It's not the latest version of calibre. The new version is 3.33.1 :: https://github.com/kovidgoyal/calibre/releases/tag/v3.33.1 The new Patch is 3.33.1 :: https://gitlab.com/heckyel-ng/calibre/tags/v3.33.1 https://gitlab.com/heckyel-ng/calibre/uploads/586ddd8a20be47dd97ac2ce4908c3ad1/libre.patch thank's From root at cyberbits.eu Sun Oct 21 04:12:08 2018 From: root at cyberbits.eu (root at cyberbits.eu) Date: Sun, 21 Oct 2018 04:12:08 +0000 Subject: [Dev] New mirror: mirror.cyberbits.eu Message-ID: Hi, I've set up a new machine to mirror the projects I love and Parabola is one of them. I'd love to be listed as a public mirror. I'm using the script from https://wiki.parabola.nu/Creating_a_mirror and sync hourly from rsync://repo.parabola.nu:875/repos/ on a random minute. https://mirror.cyberbits.eu/parabola/ http://mirror.cyberbits.eu/parabola/ (no rsync for now) Please let me know if you need more information. You can find more details at https://cyberbits.eu/ The machine is located in Roubaix, France. Thank you for maintaining such a great distro :) From freemor at freemor.ca Mon Oct 22 01:34:49 2018 From: freemor at freemor.ca (Freemor) Date: Sun, 21 Oct 2018 22:34:49 -0300 Subject: [Dev] Ooops Message-ID: <20181022013449.GD12567@freemor.ca> I accidentally deleted issue #1967 while working on closing it. I meant to click on the trash icon to delete a comment I had made but clicked "delete" instead. Not a huge issue. As it is well fixed at this point. But if it is possible someone with admin privs on Labs might want to undelete it if possible. Sorry about that I'll be sure to double check which I'm clicking on in the future. Regards, Freemor -- Want to send me an encrypted reply? Click here: https://hawkpost.co/box/e414d311-bd6a-4429-8e9e-6a690d5ad034 The rest of my contact details are at: http://freemor.ca/contact -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: From nobody at parabola.nu Tue Oct 23 10:10:27 2018 From: nobody at parabola.nu (Parabola Website Notification) Date: Tue, 23 Oct 2018 10:10:27 -0000 Subject: [Dev] Orphan Libre package [linux-libre] marked out-of-date Message-ID: <20181023101027.1417.58657@winston.parabola.nu> waelkarram at gmail.com wants to notify you that the following packages may be out-of-date: * linux-libre 4.18.11_gnu-1 [libre] (armv7h): https://parabolagnulinux.org/packages/libre/armv7h/linux-libre/ * linux-libre 4.18.11_gnu-1 [libre] (i686): https://parabolagnulinux.org/packages/libre/i686/linux-libre/ * linux-libre 4.18.11_gnu-1 [libre] (x86_64): https://parabolagnulinux.org/packages/libre/x86_64/linux-libre/ * linux-libre-docs 4.18.11_gnu-1 [libre] (armv7h): https://parabolagnulinux.org/packages/libre/armv7h/linux-libre-docs/ * linux-libre-docs 4.18.11_gnu-1 [libre] (i686): https://parabolagnulinux.org/packages/libre/i686/linux-libre-docs/ * linux-libre-docs 4.18.11_gnu-1 [libre] (x86_64): https://parabolagnulinux.org/packages/libre/x86_64/linux-libre-docs/ * linux-libre-headers 4.18.11_gnu-1 [libre] (armv7h): https://parabolagnulinux.org/packages/libre/armv7h/linux-libre-headers/ * linux-libre-headers 4.18.11_gnu-1 [libre] (i686): https://parabolagnulinux.org/packages/libre/i686/linux-libre-headers/ * linux-libre-headers 4.18.11_gnu-1 [libre] (x86_64): https://parabolagnulinux.org/packages/libre/x86_64/linux-libre-headers/ The user provided the following additional text: Linux-Libre 4.19 is already out, please consider upgrading (should fix the clock issue on older systems). https://www.fsfla.org/pipermail/linux-libre/2018-October/003326.html From megver83 at hyperbola.info Tue Oct 23 18:04:11 2018 From: megver83 at hyperbola.info (Megver83) Date: Tue, 23 Oct 2018 15:04:11 -0300 Subject: [Dev] Orphan Libre package [linux-libre] marked out-of-date In-Reply-To: <20181023101027.1417.58657@winston.parabola.nu> References: <20181023101027.1417.58657@winston.parabola.nu> Message-ID: El 23/10/18 a las 07:10, Parabola Website Notification escribi?: > waelkarram at gmail.com wants to notify you that the following packages may be out-of-date: > > > * linux-libre 4.18.11_gnu-1 [libre] (armv7h): https://parabolagnulinux.org/packages/libre/armv7h/linux-libre/ > * linux-libre 4.18.11_gnu-1 [libre] (i686): https://parabolagnulinux.org/packages/libre/i686/linux-libre/ > * linux-libre 4.18.11_gnu-1 [libre] (x86_64): https://parabolagnulinux.org/packages/libre/x86_64/linux-libre/ > * linux-libre-docs 4.18.11_gnu-1 [libre] (armv7h): https://parabolagnulinux.org/packages/libre/armv7h/linux-libre-docs/ > * linux-libre-docs 4.18.11_gnu-1 [libre] (i686): https://parabolagnulinux.org/packages/libre/i686/linux-libre-docs/ > * linux-libre-docs 4.18.11_gnu-1 [libre] (x86_64): https://parabolagnulinux.org/packages/libre/x86_64/linux-libre-docs/ > * linux-libre-headers 4.18.11_gnu-1 [libre] (armv7h): https://parabolagnulinux.org/packages/libre/armv7h/linux-libre-headers/ > * linux-libre-headers 4.18.11_gnu-1 [libre] (i686): https://parabolagnulinux.org/packages/libre/i686/linux-libre-headers/ > * linux-libre-headers 4.18.11_gnu-1 [libre] (x86_64): https://parabolagnulinux.org/packages/libre/x86_64/linux-libre-headers/ > > > The user provided the following additional text: > > Linux-Libre 4.19 is already out, please consider upgrading (should fix the clock issue on older systems). > https://www.fsfla.org/pipermail/linux-libre/2018-October/003326.html The clocksource issue was fixed with 4.18.9. I'll update the kernels in November since I don't have time right now, sorry. > > _______________________________________________ > Dev mailing list > Dev at lists.parabola.nu > https://lists.parabola.nu/mailman/listinfo/dev > -- ~Megver83 SIP: megver83 at sip.linphone.org XMPP: megver83 at jabjab.de Tox: megver83 at toxme.io GPG: 0x227CA7C556B2BA78 GNUSocial: @megver82 at quitter.cl Diaspora*: megver83 at diasp.org Matrix: @Megver83:matrix.org PixelFed: pixelfed.social/Megver83 PeerTube: peertube.xtenz.xyz/accounts/megver83 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 520 bytes Desc: OpenPGP digital signature URL: From nobody at parabola.nu Tue Oct 23 21:18:36 2018 From: nobody at parabola.nu (Parabola Website Notification) Date: Tue, 23 Oct 2018 21:18:36 -0000 Subject: [Dev] Orphan Libre package [qutebrowser] marked out-of-date Message-ID: <20181023211836.1419.86286@winston.parabola.nu> daniel at danieljon.es wants to notify you that the following packages may be out-of-date: * qutebrowser 1.4.1-2.parabola2 [libre] (armv7h): https://parabolagnulinux.org/packages/libre/armv7h/qutebrowser/ * qutebrowser 1.4.1-2.parabola2 [libre] (i686): https://parabolagnulinux.org/packages/libre/i686/qutebrowser/ * qutebrowser 1.4.1-2.parabola2 [libre] (x86_64): https://parabolagnulinux.org/packages/libre/x86_64/qutebrowser/ The user provided the following additional text: qutebrowser is currently on 1.4.1-2, 1.5.1 is available. From GNUtoo at cyberdimension.org Tue Oct 23 23:28:01 2018 From: GNUtoo at cyberdimension.org (Denis 'GNUtoo' Carikli) Date: Wed, 24 Oct 2018 01:28:01 +0200 Subject: [Dev] debootstrap patches Message-ID: <20181023232803.25365-1-GNUtoo@cyberdimension.org> Hi, Here are two small debootstrap patches. They have been tested with Trisquel 8 debootstrap on i686 with: # mkdir -p trisquel8/ && debootstrap flidas trisquel8 http://archive.trisquel.info/trisquel [...] # ls trisquel8/ bin boot dev etc home lib media mnt opt proc root run sbin srv sys tmp usr var Denis From GNUtoo at cyberdimension.org Tue Oct 23 23:28:03 2018 From: GNUtoo at cyberdimension.org (Denis 'GNUtoo' Carikli) Date: Wed, 24 Oct 2018 01:28:03 +0200 Subject: [Dev] [PATCH 2/2] debootstrap: manual: don't use an unsuported Trisquel version In-Reply-To: <20181023232803.25365-1-GNUtoo@cyberdimension.org> References: <20181023232803.25365-1-GNUtoo@cyberdimension.org> Message-ID: <20181023232803.25365-3-GNUtoo@cyberdimension.org> Signed-off-by: Denis 'GNUtoo' Carikli --- libre/debootstrap/PKGBUILD | 4 ++-- libre/debootstrap/debootstrap.8 | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/libre/debootstrap/PKGBUILD b/libre/debootstrap/PKGBUILD index 0978d999c..91dfe9496 100644 --- a/libre/debootstrap/PKGBUILD +++ b/libre/debootstrap/PKGBUILD @@ -5,7 +5,7 @@ pkgname=debootstrap pkgver=1.0.93 -pkgrel=3.parabola1 +pkgrel=4.parabola1 arch=(any) pkgdesc="Bootstrap a basic gNewSense and Trisquel system, without Debian support" @@ -25,7 +25,7 @@ source=("git+https://anonscm.debian.org/git/d-i/debootstrap.git#tag=$pkgver" trisquel) sha512sums=('SKIP' '824109b2ea138d0dd1a31039a165cb4079da856cb11c664fc5a7f49a42de08ff56a620887d3c0914b69140849799f4473b1f27a05cd14cd60ef2a41627f8d5e1' - '39795caf3a0fd8bc874d00937580184904cac10c8cdf17b14cc0b5bca9b4732ecedb7161c2fb76f004d270a91396a2e74fa405c96167ab6c5a36553d1da715f0' + '0b3507756b8f29d19146df3201143ccbd71cfd1f7ef865d184079180612b90c046cabab59fe42d246bfe476ae8fd5c43e81ee2fc3ee06bbc1fc3e75d9f1382ca' '968ef005bf1f399b3400080b2ba65f1b32c067c49faadc1caa7ee524a85980f0a6625c7b06838e01bbd8b99a496492da77a38f0e17f0a81fc029ee611fe639b6' 'b192dcbd0d85923ddd97d1094bbcf36edb36a095bfe06e0971707651524f6712c7ab21f733ba6f24e5cbc2e977aec7c52645e41b78d04e45fca65971f89a47a7') diff --git a/libre/debootstrap/debootstrap.8 b/libre/debootstrap/debootstrap.8 index f44366474..240528a54 100644 --- a/libre/debootstrap/debootstrap.8 +++ b/libre/debootstrap/debootstrap.8 @@ -27,7 +27,7 @@ can be an http:// or https:// URL, a file:/// URL, or an ssh:/// URL. The .I SUITE may be a release code name (eg, gnewsense, trisquel) -or a symbolic name (eg, parkes, toutatis, belenos) +or a symbolic name (eg, parkes, flidas, belenos) .PP Notice that file:/ URLs are translated to file:/// (correct scheme as described in RFC1738 for local filenames), and file:// will \fBnot\fR work. @@ -162,11 +162,11 @@ To setup a \fIparkes\fR system: .PP debootstrap parkes ./parkes-chroot file:///LOCAL_MIRROR/gnewsense .PP -To setup a \fItoutatis\fR system: +To setup a \fIflidas\fR system: .PP - debootstrap toutatis ./toutatis-chroot http://archive.trisquel.info/trisquel + debootstrap flidas ./flidas-chroot http://archive.trisquel.info/trisquel .PP - debootstrap toutatis ./toutatis-chroot file:///LOCAL_MIRROR/trisquel + debootstrap flidas ./flidas-chroot file:///LOCAL_MIRROR/trisquel .PP Full process to create a complete gNewSense installation of \fIparkes\fR in a chroot: @@ -180,17 +180,17 @@ in a chroot: main # cp /etc/hosts parkes-root/etc/hosts main # chroot parkes-root /bin/bash .PP -Full process to create a complete Trisquel installation of \fItoutatis\fR +Full process to create a complete Trisquel installation of \fIflidas\fR in a chroot: .PP - main # debootstrap toutatis toutatis-root http://archive.trisquel.info/trisquel + main # debootstrap flidas flidas-root http://archive.trisquel.info/trisquel [ ... watch it download the whole system ] - main # echo "proc toutatis-root/proc proc defaults 0 0" >> /etc/fstab - main # mount proc toutatis-root/proc -t proc - main # echo "sysfs toutatis-root/sys sysfs defaults 0 0" >> /etc/fstab - main # mount sysfs toutatis-root/sys -t sysfs - main # cp /etc/hosts toutatis-root/etc/hosts - main # chroot toutatis-root /bin/bash + main # echo "proc flidas-root/proc proc defaults 0 0" >> /etc/fstab + main # mount proc flidas-root/proc -t proc + main # echo "sysfs flidas-root/sys sysfs defaults 0 0" >> /etc/fstab + main # mount sysfs flidas-root/sys -t sysfs + main # cp /etc/hosts flidas-root/etc/hosts + main # chroot flidas-root /bin/bash .SH AUTHOR .B debootstrap was written by Anthony Towns . -- 2.19.0 From GNUtoo at cyberdimension.org Tue Oct 23 23:28:02 2018 From: GNUtoo at cyberdimension.org (Denis 'GNUtoo' Carikli) Date: Wed, 24 Oct 2018 01:28:02 +0200 Subject: [Dev] [PATCH 1/2] debootstrap: add symlink for Trisquel 8 In-Reply-To: <20181023232803.25365-1-GNUtoo@cyberdimension.org> References: <20181023232803.25365-1-GNUtoo@cyberdimension.org> Message-ID: <20181023232803.25365-2-GNUtoo@cyberdimension.org> Signed-off-by: Denis 'GNUtoo' Carikli --- libre/debootstrap/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libre/debootstrap/PKGBUILD b/libre/debootstrap/PKGBUILD index 0add59119..0978d999c 100644 --- a/libre/debootstrap/PKGBUILD +++ b/libre/debootstrap/PKGBUILD @@ -5,7 +5,7 @@ pkgname=debootstrap pkgver=1.0.93 -pkgrel=2.parabola1 +pkgrel=3.parabola1 arch=(any) pkgdesc="Bootstrap a basic gNewSense and Trisquel system, without Debian support" @@ -68,6 +68,7 @@ prepare() { ln -s trisquel brigantia ln -s trisquel dagda ln -s trisquel dwyn + ln -s trisquel flidas ln -s trisquel robur ln -s trisquel slaine ln -s trisquel taranis -- 2.19.0 From lukeshu at lukeshu.com Wed Oct 24 01:07:45 2018 From: lukeshu at lukeshu.com (Luke Shumaker) Date: Tue, 23 Oct 2018 21:07:45 -0400 Subject: [Dev] [FYI] Rewriting iceweasel.git history Message-ID: <87zhv46tjy.wl-lukeshu@lukeshu.com> Hello all, The patchset & files to turn Mozilla Firefox in to Parabola Iceweasel has at different times been developed at and at I don't like having these two separate histories. So, I've grafted the histories together, using the attached script to use `git replace` to stitch them together, then fast-export/fast-import to rewrite the commits using those replacements. Something like: git init iceweasel-old cd iceweasel-old git remote add iceweasel https://git.parabola.nu/packages/iceweasel.git git remote add iceweasel-branding https://git.parabola.nu/packages/iceweasel-branding.git git fetch --all /path/to/iceweasel-graft.sh git checkout -b master iceweasel-branding/master git fast-export $(git for-each-ref --format="%(refname)" refs/heads refs/tags) > ../iceweasel.fi git init ../iceweasel-new cd ../iceweasel-new git fast-import < ../iceweasel.fi now contains the new spliced-together history, and the untouched separate histories have been moved to and . So, if a `git pull` says something looks fishy about iceweasel.git, that's what it is. -- Happy hacking, ~ Luke Shumaker -------------- next part -------------- A non-text attachment was scrubbed... Name: iceweasel-graft.sh Type: application/octet-stream Size: 2047 bytes Desc: not available URL: From freemor at freemor.ca Wed Oct 24 01:27:31 2018 From: freemor at freemor.ca (Freemor) Date: Tue, 23 Oct 2018 22:27:31 -0300 Subject: [Dev] [FYI] Rewriting iceweasel.git history In-Reply-To: <87zhv46tjy.wl-lukeshu@lukeshu.com> References: <87zhv46tjy.wl-lukeshu@lukeshu.com> Message-ID: <20181024012731.GD20161@freemor.ca> Makes sense, nice work. -- Want to send me an encrypted reply? Click here: https://hawkpost.co/box/e414d311-bd6a-4429-8e9e-6a690d5ad034 The rest of my contact details are at: http://freemor.ca/contact -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: From bill-auger at peers.community Wed Oct 24 06:26:38 2018 From: bill-auger at peers.community (bill-auger) Date: Wed, 24 Oct 2018 02:26:38 -0400 Subject: [Dev] [FYI] Rewriting iceweasel.git history In-Reply-To: <20181024012731.GD20161@freemor.ca> References: <87zhv46tjy.wl-lukeshu@lukeshu.com> <20181024012731.GD20161@freemor.ca> Message-ID: <20181024022638.238d2109@debian> sounds like something i would do - hooray for rebasing there is also the 'obsolete' category for repos those could go in - i mention that because i would rather see all of the personal namespaced repos go away, or at least not to be visible in the public cgit site and as well the personal repos on the package search site moving one of the iceweasel repos under the 'emulatorman' category and the other under 'oaken-source' is not really capturing or presenting any important information other than the person who has the most commits in that repo - information that is visible in the logs the cgit front page is very messy now - some repos are at the top-level and others are categorized and many duplicates - probably all of the user namespaced repos could be collapsed into a single 'development' category or hidden entirely - thats primarily what they are really - un-finshed and un-used - thats not to say all the repos could not remain publicly accessible but just to clean up the cruft from the front page somehow From GNUtoo at cyberdimension.org Wed Oct 24 14:34:06 2018 From: GNUtoo at cyberdimension.org (Denis 'GNUtoo' Carikli) Date: Wed, 24 Oct 2018 16:34:06 +0200 Subject: [Dev] [PATCH] debootstrap: bump version to 1.0.107 Message-ID: <20181024143406.20485-1-GNUtoo@cyberdimension.org> The 1.0.108 and 1.0.109 versions both results in a non-working rootfs: # debootstrap flidas rootfs/ http://archive.trisquel.info/trisquel [...] # ls rootfs/ debootstrap var whereas with the 1.0.107 version we have: # ls rootfs/ bin boot dev etc home lib media mnt opt proc root run sbin srv sys tmp usr var Signed-off-by: Denis 'GNUtoo' Carikli --- libre/debootstrap/PKGBUILD | 6 +++--- libre/debootstrap/arch-detect.patch | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/libre/debootstrap/PKGBUILD b/libre/debootstrap/PKGBUILD index 91dfe9496..916e380fe 100644 --- a/libre/debootstrap/PKGBUILD +++ b/libre/debootstrap/PKGBUILD @@ -4,8 +4,8 @@ pkgname=debootstrap -pkgver=1.0.93 -pkgrel=4.parabola1 +pkgver=1.0.107 +pkgrel=1.parabola1 arch=(any) pkgdesc="Bootstrap a basic gNewSense and Trisquel system, without Debian support" @@ -24,7 +24,7 @@ source=("git+https://anonscm.debian.org/git/d-i/debootstrap.git#tag=$pkgver" gnewsense trisquel) sha512sums=('SKIP' - '824109b2ea138d0dd1a31039a165cb4079da856cb11c664fc5a7f49a42de08ff56a620887d3c0914b69140849799f4473b1f27a05cd14cd60ef2a41627f8d5e1' + 'fb1101bcbbb2525e12c717ef0dbb4652b8c98e167b538127f0735690d588aa63d864115eca43a109b2b4305540b45a97ca410b5ea8265ec724af33ec11071e2a' '0b3507756b8f29d19146df3201143ccbd71cfd1f7ef865d184079180612b90c046cabab59fe42d246bfe476ae8fd5c43e81ee2fc3ee06bbc1fc3e75d9f1382ca' '968ef005bf1f399b3400080b2ba65f1b32c067c49faadc1caa7ee524a85980f0a6625c7b06838e01bbd8b99a496492da77a38f0e17f0a81fc029ee611fe639b6' 'b192dcbd0d85923ddd97d1094bbcf36edb36a095bfe06e0971707651524f6712c7ab21f733ba6f24e5cbc2e977aec7c52645e41b78d04e45fca65971f89a47a7') diff --git a/libre/debootstrap/arch-detect.patch b/libre/debootstrap/arch-detect.patch index 821580358..50368a6e7 100644 --- a/libre/debootstrap/arch-detect.patch +++ b/libre/debootstrap/arch-detect.patch @@ -1,11 +1,11 @@ diff --git a/debootstrap b/debootstrap -index fcdb20f..184900d 100755 +index bc5e522..894dec4 100755 --- a/debootstrap +++ b/debootstrap -@@ -427,6 +427,16 @@ elif in_path udpkg && \ - HOST_ARCH=`/usr/bin/udpkg --print-architecture` - elif [ -e $DEBOOTSTRAP_DIR/arch ]; then - HOST_ARCH=`cat $DEBOOTSTRAP_DIR/arch` +@@ -506,6 +506,16 @@ elif in_path udpkg && \ + HOST_ARCH=$(/usr/bin/udpkg --print-architecture) + elif [ -e "$DEBOOTSTRAP_DIR/arch" ]; then + HOST_ARCH=$(cat "$DEBOOTSTRAP_DIR/arch") +elif in_path pacman; then + # pacman 5.1 will have `pacman-conf Architecture` + CARCH="$(bash -c '. /etc/makepkg.conf && echo $CARCH')" -- 2.19.0 From GNUtoo at cyberdimension.org Wed Oct 24 15:23:14 2018 From: GNUtoo at cyberdimension.org (Denis 'GNUtoo' Carikli) Date: Wed, 24 Oct 2018 17:23:14 +0200 Subject: [Dev] Massive package breakage on i686 (missing libraries) Message-ID: <20181024172314.2249de5a@primary_laptop.localdomain> Hi, Lately a lot of i686 packages are broken due to missing libraries. This is what typically happens: > $ vlc > vlc: error while loading shared libraries: libidn.so.11: cannot open > shared object file: No such file or directory There are also some cases where the missing libraries don't prevent running the main program as they only affect plugins. I've run lddd on my system and made a script to parse its output into something more digestible by a human. On my i686 machine the following packages are broken and most probably need to be rebuilt: - 0ad (a23-4.0) - abiword (3.0.2-8.parabola2) - alsa-tools (1.1.6-3.0) - ardour (5.12-6.0) - armv7l-unknown-linux-gnueabihf-gcc (6.2.1-1) - bctoolbox (0.6.0-2.0) - blender (17:2.79.b.git3.32432d91-1.parabola1) - bluez-utils (5.50-3.0) - brasero (3.12.2-2) - calibre (3.28.0-2.parabola1) - ceph (12.2.2-1.0) - ceph-libs (12.2.2-1.0) - command-not-found (0.6.1-2) - deja-dup (38.0-1.0) - dnsmasq (2.79-1.0) - efl (1.21.1-1.0) - eog (3.28.3-1.0) - epiphany (3.28.3.1-2.parabola1) - evince (3.28.2-1.0) - evolution (3.28.5-1.0) - evolution-bogofilter (3.28.5-1.0) - evolution-data-server (3.28.5-2.0) - folks (0.11.4+26+g2c992227-1.0) - frameworkintegration (5.48.0-1.0) - frei0r-plugins (1.6.1-5.0) - gegl02 (0.2.0-8.0) - ghostscript (9.24-5.0) - gimp (2.10.4-2.0) - gloox (1.0.21-1.0) - gmic (2.3.6-1.0) - gmime3 (3.2.0-1.0) - gnustep-gui (0.26.2-1) - goffice (0.10.41-1.0) - gpgmepp (16.08.3-1) - graphviz (2.40.1-13.0) - grilo (0.3.6-1.0) - gstreamer0.10-base (0.10.36-3) - gthumb (3.6.1-2.0) - gvfs (1.36.2-3.0) - gwenview (18.08.1-2.1) - handbrake (1.0.7-3.parabola1) - handbrake-cli (1.0.7-3.parabola1) - icecat (52.6.0_gnu1-4) - icedove (1:52.7.0-3) - iceweasel (1:61.0.2-1.parabola3) - iproute2 (4.18.0-1.4) - jdk8-openjdk (8.u181-1.0) - jitsi (2.10.5550-4) - jre7-openjdk (7.u171_2.6.13-1.0) - jre7-openjdk-headless (7.u171_2.6.13-1.0) - jre8-openjdk-headless (8.u181-1.0) - js38 (38.8.0-5.0) - kdebase-runtime (17.08.3-1.parabola1) - kdegraphics-thumbnailers (18.08.1-1.1) - kdelibs (4.14.38-1.parabola1) - kdepimlibs4 (4.14.10-11) - kio (5.48.0-1.parabola1) - kio-extras (17.12.3-2.parabola1) - krita (4.1.1-1.0) - libkdcraw (18.08.1-1.1) - libkexiv2_4 (15.08.3-2) - libmagick (7.0.8.12-1.0) - libmagick6 (6.9.10.11-1.0) - libphonenumber (8.9.10-2.0) - libpurple (2.13.0-4.0) - libreoffice-fresh (6.1.1-1.0) - libsigrokdecode (0.5.1-1.0) - libspectre (0.2.8-1.1) - libtracker-sparql (1.12.1-1) - loudmouth (1.5.3-1) - lynx (2.8.9-1.0) - mate-utils (1.20.1-1.0) - mcabber (1.1.0-1) - mlt (6.10.0-1.0) - mplayer (38101-1.parabola2) - multipath-tools (0.7.4-1) - okular (17.12.3-1.parabola1) - openimageio (1.8.14-1.0) - openmpi (3.1.1-1.0) - openscenegraph (3.4.1-3.0) - openshadinglanguage (1.9.9-5.0) - openvdb (5.1.0-4.0) - pidgin (2.13.0-4.0) - plasma-workspace (5.13.5-1.0) - podofo (0.9.5-2) - postgresql (10.5-1.0) - pulseview (0.4.0-4.0) - python (3.7.0-3.0) - python-pyqt5 (5.11.3-1.par1) - python2-pyqt5 (5.11.3-1.par1) - qca (2.1.3-1.0) - qt5-base (5.11.1-3.1) - scribus (1.5.4-1.0) - smbclient (4.8.5-1.0) - sox (14.4.2-3.1) - strigi (0.7.8-9) - totem (3.26.2-1.0) - totem-plparser (3.26.1-1.0) - tracker (2.1.3-1.0) - unar (1.10.1-8.2) - vlc (3.0.3-2.0) - vtk (8.1.1-1.0) - webkitgtk (2.4.11-6) - xine-lib (1.2.9-7.0) I've attached the script and its output for more in-depth details. Given the amount of affected packages, opening a new bug for each affected package doesn't seem to be a good idea. Denis. -------------- next part -------------- A non-text attachment was scrubbed... Name: lddd-sort.log Type: application/octet-stream Size: 89192 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: lddd-sort.py Type: text/x-python Size: 2845 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From GNUtoo at cyberdimension.org Wed Oct 24 23:50:50 2018 From: GNUtoo at cyberdimension.org (Denis 'GNUtoo' Carikli) Date: Thu, 25 Oct 2018 01:50:50 +0200 Subject: [Dev] [PATCH 1/4] Add trisquel-keyring Message-ID: <20181024235053.9902-1-GNUtoo@cyberdimension.org> This PKGBUILD is based on arch's ubuntu-keyring version 2018.02.28-1.0 Signed-off-by: Denis 'GNUtoo' Carikli --- libre/trisquel-keyring/PKGBUILD | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 libre/trisquel-keyring/PKGBUILD diff --git a/libre/trisquel-keyring/PKGBUILD b/libre/trisquel-keyring/PKGBUILD new file mode 100644 index 000000000..8c9fdcfc3 --- /dev/null +++ b/libre/trisquel-keyring/PKGBUILD @@ -0,0 +1,18 @@ +# $Id$ +# Contributor: Denis 'GNUtoo' Carikli + +pkgname=trisquel-keyring +pkgver=2018.02.19 +pkgrel=1 +pkgdesc="GnuPG keys of the Trisquel archive" +arch=('any') +url="http://archive.trisquel.info/trisquel/pool/main/t/trisquel-keyring" +license=('GPL2') +depends=('gnupg') +source=("http://archive.trisquel.info/trisquel/pool/main/t/trisquel-keyring/trisquel-keyring_$pkgver.tar.gz") +sha512sums=('9dcab9311163f4a9b580e080d0c3811b2e682395354576b6942c9f023f005c57aab24d3f6f81e3e3b1b7f9b5b978f2e168741cd4a2f40d5ab2ba97facd56a1c4') + +package() { + cd $pkgname + install -Dm644 keyrings/trisquel-archive-keyring.gpg "$pkgdir"/usr/share/keyrings/trisquel-archive-keyring.gpg +} -- 2.19.0 From GNUtoo at cyberdimension.org Wed Oct 24 23:50:52 2018 From: GNUtoo at cyberdimension.org (Denis 'GNUtoo' Carikli) Date: Thu, 25 Oct 2018 01:50:52 +0200 Subject: [Dev] [PATCH 3/4] debootstrap: Add PureOS support In-Reply-To: <20181024235053.9902-1-GNUtoo@cyberdimension.org> References: <20181024235053.9902-1-GNUtoo@cyberdimension.org> Message-ID: <20181024235053.9902-3-GNUtoo@cyberdimension.org> Signed-off-by: Denis 'GNUtoo' Carikli --- libre/debootstrap/PKGBUILD | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/libre/debootstrap/PKGBUILD b/libre/debootstrap/PKGBUILD index 916e380fe..eb561c852 100644 --- a/libre/debootstrap/PKGBUILD +++ b/libre/debootstrap/PKGBUILD @@ -5,16 +5,22 @@ pkgname=debootstrap pkgver=1.0.107 -pkgrel=1.parabola1 +pkgrel=2.parabola1 arch=(any) +_pureospkgver=1.0.108 +_pureospkgrel=pureos1 + pkgdesc="Bootstrap a basic gNewSense and Trisquel system, without Debian support" url="https://tracker.debian.org/pkg/debootstrap" license=(GPL) depends=(wget binutils) makedepends=(git) -optdepends=('gnupg: check release signatures') +optdepends=( + 'gnupg: check release signatures' + 'pureos-archive-keyring: check PureOS release signatures' +) replaces=(${pkgname}-libre) conflicts=(${pkgname}-libre) @@ -22,11 +28,13 @@ source=("git+https://anonscm.debian.org/git/d-i/debootstrap.git#tag=$pkgver" arch-detect.patch debootstrap.8 gnewsense + https://repo.puri.sm/pureos/pool/main/d/debootstrap/debootstrap_$_pureospkgver$_pureospkgrel.tar.gz trisquel) sha512sums=('SKIP' 'fb1101bcbbb2525e12c717ef0dbb4652b8c98e167b538127f0735690d588aa63d864115eca43a109b2b4305540b45a97ca410b5ea8265ec724af33ec11071e2a' '0b3507756b8f29d19146df3201143ccbd71cfd1f7ef865d184079180612b90c046cabab59fe42d246bfe476ae8fd5c43e81ee2fc3ee06bbc1fc3e75d9f1382ca' '968ef005bf1f399b3400080b2ba65f1b32c067c49faadc1caa7ee524a85980f0a6625c7b06838e01bbd8b99a496492da77a38f0e17f0a81fc029ee611fe639b6' + '0eccd31d4dea343ba64dab4948da5d2de519773dfe37c8a16755f5a8bb5fc6278840ec20113629d899745c69eef694e4c8e24918e8d2c375253eb2a6eb9acfcd' 'b192dcbd0d85923ddd97d1094bbcf36edb36a095bfe06e0971707651524f6712c7ab21f733ba6f24e5cbc2e977aec7c52645e41b78d04e45fca65971f89a47a7') prepare() { @@ -52,6 +60,9 @@ prepare() { # Add gNewSense script install -m644 $srcdir/gnewsense scripts + # Add PureOS script + install -m644 $srcdir/debootstrap-$_pureospkgver$_pureospkgrel/scripts/green scripts/pureos + # Add Trisquel script install -m644 $srcdir/trisquel scripts @@ -62,6 +73,11 @@ prepare() { ln -s gnewsense ucclia ln -s gnewsense parkes + # Create PureOS symlinks + ln -s pureos green + ln -s pureos landing + ln -s pureos purple + # Create Trisquel symlinks ln -s trisquel awen ln -s trisquel belenos -- 2.19.0 From GNUtoo at cyberdimension.org Wed Oct 24 23:50:51 2018 From: GNUtoo at cyberdimension.org (Denis 'GNUtoo' Carikli) Date: Thu, 25 Oct 2018 01:50:51 +0200 Subject: [Dev] [PATCH 2/4] Add pureos-archive-keyring In-Reply-To: <20181024235053.9902-1-GNUtoo@cyberdimension.org> References: <20181024235053.9902-1-GNUtoo@cyberdimension.org> Message-ID: <20181024235053.9902-2-GNUtoo@cyberdimension.org> This PKGBUILD is based on arch's ubuntu-keyring version 2018.02.28-1.0 Signed-off-by: Denis 'GNUtoo' Carikli --- libre/pureos-archive-keyring/PKGBUILD | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 libre/pureos-archive-keyring/PKGBUILD diff --git a/libre/pureos-archive-keyring/PKGBUILD b/libre/pureos-archive-keyring/PKGBUILD new file mode 100644 index 000000000..1fedd62c0 --- /dev/null +++ b/libre/pureos-archive-keyring/PKGBUILD @@ -0,0 +1,19 @@ +# $Id$ +# Contributor: Denis 'GNUtoo' Carikli + +pkgname=pureos-archive-keyring +pkgver=2016.09 +pkgrel=1 +pkgdesc="GnuPG keys of the Trisquel archive" +arch=('any') +url="https://repo.puri.sm/pureos/pool/main/p/pureos-archive-keyring/" +license=('GPL2') +depends=('gnupg') +source=("https://repo.puri.sm/pureos/pool/main/p/pureos-archive-keyring/pureos-archive-keyring_$pkgver.tar.xz") +sha512sums=('465e143e0325693b0810978658342fec8e1d7884c5d54759b75526436799bb11bc6e30c173904fe8f693b05edbdafc12da5bc79bcc54fd90bdd7f7abe7404fdd') + +package() { + cd $pkgname-$pkgver + install -Dm644 keyrings/pureos-archive-keyring.gpg "$pkgdir"/usr/share/keyrings/pureos-archive-keyring.gpg + install -Dm644 keyrings/pureos-archive-removed-keys.gpg "$pkgdir"/usr/share/keyrings/pureos-archive-removed-keys.gpg +} -- 2.19.0 From GNUtoo at cyberdimension.org Wed Oct 24 23:50:53 2018 From: GNUtoo at cyberdimension.org (Denis 'GNUtoo' Carikli) Date: Thu, 25 Oct 2018 01:50:53 +0200 Subject: [Dev] [PATCH 4/4] debootstrap: use more recent Trisquel script In-Reply-To: <20181024235053.9902-1-GNUtoo@cyberdimension.org> References: <20181024235053.9902-1-GNUtoo@cyberdimension.org> Message-ID: <20181024235053.9902-4-GNUtoo@cyberdimension.org> Signed-off-by: Denis 'GNUtoo' Carikli --- libre/debootstrap/PKGBUILD | 12 ++- libre/debootstrap/trisquel | 199 ------------------------------------- 2 files changed, 8 insertions(+), 203 deletions(-) delete mode 100644 libre/debootstrap/trisquel diff --git a/libre/debootstrap/PKGBUILD b/libre/debootstrap/PKGBUILD index eb561c852..f7fc18b65 100644 --- a/libre/debootstrap/PKGBUILD +++ b/libre/debootstrap/PKGBUILD @@ -5,12 +5,15 @@ pkgname=debootstrap pkgver=1.0.107 -pkgrel=2.parabola1 +pkgrel=3.parabola1 arch=(any) _pureospkgver=1.0.108 _pureospkgrel=pureos1 +_trisquelpkgver=1.0.78 +_trisquelpkgrel=+nmu1ubuntu1.6+8.0trisquel1 + pkgdesc="Bootstrap a basic gNewSense and Trisquel system, without Debian support" url="https://tracker.debian.org/pkg/debootstrap" license=(GPL) @@ -20,6 +23,7 @@ makedepends=(git) optdepends=( 'gnupg: check release signatures' 'pureos-archive-keyring: check PureOS release signatures' + 'trisquel-keyring: check Trisquel release signatures' ) replaces=(${pkgname}-libre) conflicts=(${pkgname}-libre) @@ -29,13 +33,13 @@ source=("git+https://anonscm.debian.org/git/d-i/debootstrap.git#tag=$pkgver" debootstrap.8 gnewsense https://repo.puri.sm/pureos/pool/main/d/debootstrap/debootstrap_$_pureospkgver$_pureospkgrel.tar.gz - trisquel) + http://archive.trisquel.info/trisquel/pool/main/d/debootstrap/debootstrap_$_trisquelpkgver$_trisquelpkgrel.tar.gz) sha512sums=('SKIP' 'fb1101bcbbb2525e12c717ef0dbb4652b8c98e167b538127f0735690d588aa63d864115eca43a109b2b4305540b45a97ca410b5ea8265ec724af33ec11071e2a' '0b3507756b8f29d19146df3201143ccbd71cfd1f7ef865d184079180612b90c046cabab59fe42d246bfe476ae8fd5c43e81ee2fc3ee06bbc1fc3e75d9f1382ca' '968ef005bf1f399b3400080b2ba65f1b32c067c49faadc1caa7ee524a85980f0a6625c7b06838e01bbd8b99a496492da77a38f0e17f0a81fc029ee611fe639b6' '0eccd31d4dea343ba64dab4948da5d2de519773dfe37c8a16755f5a8bb5fc6278840ec20113629d899745c69eef694e4c8e24918e8d2c375253eb2a6eb9acfcd' - 'b192dcbd0d85923ddd97d1094bbcf36edb36a095bfe06e0971707651524f6712c7ab21f733ba6f24e5cbc2e977aec7c52645e41b78d04e45fca65971f89a47a7') + '45064c031b8ec1a8ece7336e7d6665f8ddabb6abad39dfc9d894c71bf8b2257d5f4883f7f59583dcc811fae9a3e0f64a0aa2d3741ca5c4ab621e3ee56c05223d') prepare() { cd debootstrap @@ -64,7 +68,7 @@ prepare() { install -m644 $srcdir/debootstrap-$_pureospkgver$_pureospkgrel/scripts/green scripts/pureos # Add Trisquel script - install -m644 $srcdir/trisquel scripts + install -m644 $srcdir/debootstrap-$_trisquelpkgver$_trisquelpkgrel/scripts/trisquel scripts # Enter to scripts dir cd scripts diff --git a/libre/debootstrap/trisquel b/libre/debootstrap/trisquel deleted file mode 100644 index 7efa062f9..000000000 --- a/libre/debootstrap/trisquel +++ /dev/null @@ -1,199 +0,0 @@ -default_mirror http://archive.trisquel.info/trisquel -mirror_style release -download_style apt -finddebs_style from-indices -variants - buildd fakechroot minbase - -if doing_variant fakechroot; then - test "$FAKECHROOT" = "true" || error 1 FAKECHROOTREQ "This variant requires fakechroot environment to be started" -fi - -case $ARCH in - alpha|ia64) LIBC="libc6.1" ;; - *) LIBC="libc6" ;; -esac - -work_out_debs () { - required="$(get_debs Priority: required)" - - if doing_variant -; then - #required="$required $(get_debs Priority: important)" - # ^^ should be getting debconf here somehow maybe - base="$(get_debs Priority: important)" - elif doing_variant buildd; then - base="$(get_debs Build-Essential: yes)" - elif doing_variant fakechroot || doing_variant minbase; then - base="apt" - fi -} - -first_stage_install () { - extract $required - - mkdir -p "$TARGET/var/lib/dpkg" - : >"$TARGET/var/lib/dpkg/status" - : >"$TARGET/var/lib/dpkg/available" - - setup_etc - if [ ! -e "$TARGET/etc/fstab" ]; then - echo '# UNCONFIGURED FSTAB FOR BASE SYSTEM' > "$TARGET/etc/fstab" - chown 0:0 "$TARGET/etc/fstab"; chmod 644 "$TARGET/etc/fstab" - fi - - if doing_variant fakechroot; then - setup_devices_fakechroot - else - setup_devices - fi - - x_feign_install () { - local pkg="$1" - local deb="$(debfor $pkg)" - local ver="$(extract_deb_field "$TARGET/$deb" Version)" - - mkdir -p "$TARGET/var/lib/dpkg/info" - - echo \ -"Package: $pkg -Version: $ver -Status: install ok installed" >> "$TARGET/var/lib/dpkg/status" - - touch "$TARGET/var/lib/dpkg/info/${pkg}.list" - } - - x_feign_install dpkg -} - -second_stage_install () { - x_core_install () { - smallyes '' | in_target dpkg --force-depends --install $(debfor "$@") - } - - p () { - baseprog="$(($baseprog + ${1:-1}))" - } - - if doing_variant fakechroot; then - setup_proc_fakechroot - else - setup_proc - in_target /sbin/ldconfig - fi - - DEBIAN_FRONTEND=noninteractive - DEBCONF_NONINTERACTIVE_SEEN=true - export DEBIAN_FRONTEND DEBCONF_NONINTERACTIVE_SEEN - - baseprog=0 - bases=7 - - p; progress $baseprog $bases INSTCORE "Installing core packages" #1 - info INSTCORE "Installing core packages..." - - p; progress $baseprog $bases INSTCORE "Installing core packages" #2 - ln -sf mawk "$TARGET/usr/bin/awk" - x_core_install base-files base-passwd - p; progress $baseprog $bases INSTCORE "Installing core packages" #3 - x_core_install dpkg - - if [ ! -e "$TARGET/etc/localtime" ]; then - ln -sf /usr/share/zoneinfo/Etc/UTC "$TARGET/etc/localtime" - fi - - if doing_variant fakechroot; then - install_fakechroot_tools - fi - - p; progress $baseprog $bases INSTCORE "Installing core packages" #4 - x_core_install $LIBC - - p; progress $baseprog $bases INSTCORE "Installing core packages" #5 - x_core_install perl-base - - p; progress $baseprog $bases INSTCORE "Installing core packages" #6 - rm "$TARGET/usr/bin/awk" - x_core_install mawk - - p; progress $baseprog $bases INSTCORE "Installing core packages" #7 - if doing_variant -; then - x_core_install debconf - fi - - baseprog=0 - bases=$(set -- $required; echo $#) - - info UNPACKREQ "Unpacking required packages..." - - smallyes '' | - (repeatn 5 in_target_failmsg UNPACK_REQ_FAIL_FIVE "Failure while unpacking required packages. This will be attempted up to five times." "" \ - dpkg --status-fd 8 --force-depends --unpack $(debfor $required) 8>&1 1>&7 | - dpkg_progress $baseprog $bases UNPACKREQ "Unpacking required packages" UNPACKING) 7>&1 - - info CONFREQ "Configuring required packages..." - - if doing_variant fakechroot; then - # fix initscripts postinst (no mounting possible, and wrong if condition) - sed -i '/dpkg.*--compare-versions/ s/\/lt-nl/' "$TARGET/var/lib/dpkg/info/initscripts.postinst" - fi - - mv "$TARGET/sbin/start-stop-daemon" "$TARGET/sbin/start-stop-daemon.REAL" - echo \ -"#!/bin/sh -echo -echo \"Warning: Fake start-stop-daemon called, doing nothing\"" > "$TARGET/sbin/start-stop-daemon" - chmod 755 "$TARGET/sbin/start-stop-daemon" - - if [ -x "$TARGET/sbin/initctl" ]; then - mv "$TARGET/sbin/initctl" "$TARGET/sbin/initctl.REAL" - echo \ -"#!/bin/sh -echo -echo \"Warning: Fake initctl called, doing nothing\"" > "$TARGET/sbin/initctl" - chmod 755 "$TARGET/sbin/initctl" - fi - - setup_dselect_method apt - - smallyes '' | - (in_target_failmsg CONF_REQ_FAIL "Failure while configuring required packages." "" \ - dpkg --status-fd 8 --configure --pending --force-configure-any --force-depends 8>&1 1>&7 | - dpkg_progress $baseprog $bases CONFREQ "Configuring required packages" CONFIGURING) 7>&1 - - baseprog=0 - bases="$(set -- $base; echo $#)" - - info UNPACKBASE "Unpacking the base system..." - - setup_available $required $base - done_predeps= - while predep=$(get_next_predep); do - # We have to resolve dependencies of pre-dependencies manually because - # dpkg --predep-package doesn't handle this. - predep=$(without "$(without "$(resolve_deps $predep)" "$required")" "$done_predeps") - # XXX: progress is tricky due to how dpkg_progress works - # -- cjwatson 2009-07-29 - p; smallyes '' | in_target dpkg --force-overwrite --force-confold --skip-same-version --install $(debfor $predep) - base=$(without "$base" "$predep") - done_predeps="$done_predeps $predep" - done - - smallyes '' | - (repeatn 5 in_target_failmsg INST_BASE_FAIL_FIVE "Failure while installing base packages. This will be re-attempted up to five times." "" \ - dpkg --status-fd 8 --force-overwrite --force-confold --skip-same-version --unpack $(debfor $base) 8>&1 1>&7 | - dpkg_progress $baseprog $bases UNPACKBASE "Unpacking base system" UNPACKING) 7>&1 - - info CONFBASE "Configuring the base system..." - - smallyes '' | - (repeatn 5 in_target_failmsg CONF_BASE_FAIL_FIVE "Failure while configuring base packages. This will be attempted 5 times." "" \ - dpkg --status-fd 8 --force-confold --skip-same-version --configure -a 8>&1 1>&7 | - dpkg_progress $baseprog $bases CONFBASE "Configuring base system" CONFIGURING) 7>&1 - - if [ -x "$TARGET/sbin/initctl.REAL" ]; then - mv "$TARGET/sbin/initctl.REAL" "$TARGET/sbin/initctl" - fi - mv "$TARGET/sbin/start-stop-daemon.REAL" "$TARGET/sbin/start-stop-daemon" - - progress $bases $bases CONFBASE "Configuring base system" - info BASESUCCESS "Base system installed successfully." -} -- 2.19.0 From GNUtoo at cyberdimension.org Wed Oct 24 23:55:26 2018 From: GNUtoo at cyberdimension.org (Denis 'GNUtoo' Carikli) Date: Thu, 25 Oct 2018 01:55:26 +0200 Subject: [Dev] Massive package breakage on i686 (missing libraries) In-Reply-To: <20181024172314.2249de5a@primary_laptop.localdomain> References: <20181024172314.2249de5a@primary_laptop.localdomain> Message-ID: <20181025015519.46453688@primary_laptop.localdomain> Hi again, On Wed, 24 Oct 2018 17:23:14 +0200 Denis 'GNUtoo' Carikli wrote: > - unar (1.10.1-8.2) The unar package breakage is a different issue as it was replaced by community/unarchiver. I've no idea why it was not automatically replaced by pacman though. Denis. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From megver83 at hyperbola.info Fri Oct 26 14:40:02 2018 From: megver83 at hyperbola.info (Megver83) Date: Fri, 26 Oct 2018 11:40:02 -0300 Subject: [Dev] Massive package breakage on i686 (missing libraries) In-Reply-To: <20181025015519.46453688@primary_laptop.localdomain> References: <20181024172314.2249de5a@primary_laptop.localdomain> <20181025015519.46453688@primary_laptop.localdomain> Message-ID: <0fa3f652-9d05-80f4-1e37-f12f54e63975@hyperbola.info> El 24/10/18 a las 20:55, Denis 'GNUtoo' Carikli escribi?: > Hi again, > > On Wed, 24 Oct 2018 17:23:14 +0200 > Denis 'GNUtoo' Carikli wrote: >> - unar (1.10.1-8.2) > The unar package breakage is a different issue as it was replaced by > community/unarchiver. I've no idea why it was not automatically > replaced by pacman though. > > Denis. > > > > _______________________________________________ > Dev mailing list > Dev at lists.parabola.nu > https://lists.parabola.nu/mailman/listinfo/dev > Two things: 1) unar was not automatically replaced becuase Arch's unarchiver doesn't have 'unar' in 'replaces', which is expected as unar was never in Arch's official repos (but in Parabola's [libre]). 2) I saw some packages in your pkglist that are no longer in our repos. Please check which are those foreign packages with pacman -Qm. If you'll continue using them, you'll have to rebuild them. -- ~Megver83 SIP: megver83 at sip.linphone.org XMPP: megver83 at jabjab.de Tox: megver83 at toxme.io GPG: 0x227CA7C556B2BA78 GNUSocial: @megver82 at quitter.cl Diaspora*: megver83 at diasp.org Matrix: @Megver83:matrix.org PixelFed: pixelfed.social/Megver83 PeerTube: peertube.xtenz.xyz/accounts/megver83 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 520 bytes Desc: OpenPGP digital signature URL: From megver83 at hyperbola.info Sat Oct 27 23:26:23 2018 From: megver83 at hyperbola.info (Megver83) Date: Sat, 27 Oct 2018 20:26:23 -0300 Subject: [Dev] [FSF][PPC] Fwd: [gnu.org #1326235] Parabola: a future libre PowerPC distro In-Reply-To: <1f8df299-bc70-0284-c643-7c0e1044bbe9@parabola.nu> References: <1f8df299-bc70-0284-c643-7c0e1044bbe9@parabola.nu> Message-ID: <67cd595c-84be-c34c-dde1-4b5005852fcf@hyperbola.info> Hi guys, I've written to the FSF about the Parabola PPC port. This is something that has been developed and discussed (in IRC mainly) by oaken-source, ebrasca, ovruni, lukeshu and me. We already have some packages in our repos, and already ported the -any packages. Some of the next goals are: create a feature-rich autobuilder, get more hardware to test it, make Parabola to have full support over this architecture and write the installation guide for it. Ppl at the FSF are now asking for more details (see the forwarded email below), and unfortunately I do not have time right now to answer them (AFAIK oaken-source neither), so if any of you devs (lukeshu, ovruni, ebrasca, or someone else who has worked in this) can help, please. -------- Mensaje reenviado -------- Asunto: [gnu.org #1326235] Parabola: a future libre PowerPC distro Fecha: Fri, 26 Oct 2018 20:35:37 -0400 De: John Sullivan via RT Responder a: campaigns at fsf.org Para: megver83 at parabola.nu Hi David, I've added our tech and licensing teams to this ticket, and included your full message below for their context. Can you share more detail about where things are at, what the goals are, and what we might be able to do to help? -john On Mon Oct 01 11:00:34 2018, megver83 at parabola.nu wrote: > Hi, I'm David, a Parabola GNU/Linux-libre developer. I'm writing to you > because, as far as I know, the FSF is interested in a libre PowerPC distro. > > At Parabola we are working on it. One of our developers has a TALOS II > and it already boots Parabola *but* it is still under heavy development. > > I don't know if this is the right address to which I should write, if > not please redirect me to the corresponding place. > > We would like your help, in anything that you can, like infrastructure > for a build server, volunteers for packaging, etc. so if we can discuss > it maybe in a mailing list, it would be awesome. > > Thanks. -- John Sullivan | Executive Director, Free Software Foundation GPG Key: 61A0963B | http://status.fsf.org/johns | http://fsf.org/blogs/RSS Do you use free software? Donate to join the FSF and support freedom at -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 520 bytes Desc: OpenPGP digital signature URL: From nobody at parabola.nu Sun Oct 28 19:17:04 2018 From: nobody at parabola.nu (Parabola Website Notification) Date: Sun, 28 Oct 2018 19:17:04 -0000 Subject: [Dev] Orphan Libre package [hplip] marked out-of-date Message-ID: <20181028191704.1416.68474@winston.parabola.nu> dbpalma9 at gmail.com wants to notify you that the following packages may be out-of-date: * hplip 1:3.18.6-1.parabola1 [libre] (i686): https://parabolagnulinux.org/packages/libre/i686/hplip/ * hplip 1:3.18.6-1.parabola1 [libre] (x86_64): https://parabolagnulinux.org/packages/libre/x86_64/hplip/ The user provided the following additional text: HPlip needs to be rebuilt for the latest net-snmp, as it asks for libnetsnmp.so.30. From bill-auger at peers.community Mon Oct 29 13:00:13 2018 From: bill-auger at peers.community (bill-auger) Date: Mon, 29 Oct 2018 09:00:13 -0400 Subject: [Dev] [FSF][PPC] Fwd: [gnu.org #1326235] Parabola: a future libre PowerPC distro In-Reply-To: <67cd595c-84be-c34c-dde1-4b5005852fcf@hyperbola.info> References: <1f8df299-bc70-0284-c643-7c0e1044bbe9@parabola.nu> <67cd595c-84be-c34c-dde1-4b5005852fcf@hyperbola.info> Message-ID: <20181029090013.04ca884e@debian> just to note that there is a thread on the gnu-linux-libre list[1] where this had been discussed over the course of a month while the parabola PPC port was been developed - that thread was started by the FSF asking if any FSDG distros were working on PPC support - in the last message there[2], andreas had released a preview tarball and asked for feedback and to generally "open the floor to any discussions about the future of the port" - as far as i know, no feedback came and no further work has been done on the port since then that was just to say that the recent message quoted in this thread had added no new information that the FSF did not already know - so i take john's response like "tell us some more details" is just a reflection of that fact - you could have simply bumped the existing thread with a "hey, has there been any progress recently" or "hey, has anyone from the FSF tried the preview release and has any comments or suggestions?" - the original post had mentioned some "partners" that were interested in evaluating the port and even helping somehow; but whoever they were did not reveal themselves either - if anything, this will maybe re-spark the discussion;; but it seems to me there is really nothing new to say about this on our end - the volley-ball was already fully in the FSF's court [1]: http://lists.nongnu.org/archive/html/gnu-linux-libre/2018-05/msg00057.html [2]: http://lists.nongnu.org/archive/html/gnu-linux-libre/2018-06/msg00031.html From bill-auger at peers.community Mon Oct 29 13:14:32 2018 From: bill-auger at peers.community (bill-auger) Date: Mon, 29 Oct 2018 09:14:32 -0400 Subject: [Dev] [FSF][PPC] Fwd: [gnu.org #1326235] Parabola: a future libre PowerPC distro In-Reply-To: <20181029090013.04ca884e@debian> References: <1f8df299-bc70-0284-c643-7c0e1044bbe9@parabola.nu> <67cd595c-84be-c34c-dde1-4b5005852fcf@hyperbola.info> <20181029090013.04ca884e@debian> Message-ID: <20181029091432.5fabd90c@debian> i should have added that moving the discussion to another list means that subscribers of the gnu-linux-libre list are not going to see any updates on the topic if there is any news to report, then someone should bump the existing thread anyways, for the benefit of those who are interested, to note that an official GNU ticket was opened and that the conversation has moved to another list - but again, i dont know of anything new to report From GNUtoo at cyberdimension.org Mon Oct 29 18:21:18 2018 From: GNUtoo at cyberdimension.org (Denis 'GNUtoo' Carikli) Date: Mon, 29 Oct 2018 19:21:18 +0100 Subject: [Dev] Massive package breakage on i686 (missing libraries) In-Reply-To: <0fa3f652-9d05-80f4-1e37-f12f54e63975@hyperbola.info> References: <20181024172314.2249de5a@primary_laptop.localdomain> <20181025015519.46453688@primary_laptop.localdomain> <0fa3f652-9d05-80f4-1e37-f12f54e63975@hyperbola.info> Message-ID: <20181029192042.4d032b29@primary_laptop.localdomain> On Fri, 26 Oct 2018 11:40:02 -0300 Megver83 wrote: > Two things: > > 1) unar was not automatically replaced becuase Arch's unarchiver > doesn't have 'unar' in 'replaces', which is expected as unar was > never in Arch's official repos (but in Parabola's [libre]). Indeed, I've noticed it too late (after sending the mail). > 2) I saw some packages in your pkglist that are no longer in our > repos. Please check which are those foreign packages with pacman -Qm. > If you'll continue using them, you'll have to rebuild them. Thanks a lot for the information. I will remove theses packages and re-run lddd and send the results back. Denis. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From GNUtoo at cyberdimension.org Tue Oct 30 14:05:26 2018 From: GNUtoo at cyberdimension.org (Denis 'GNUtoo' Carikli) Date: Tue, 30 Oct 2018 15:05:26 +0100 Subject: [Dev] Massive package breakage on i686 (missing libraries) In-Reply-To: <20181029192042.4d032b29@primary_laptop.localdomain> References: <20181024172314.2249de5a@primary_laptop.localdomain> <20181025015519.46453688@primary_laptop.localdomain> <0fa3f652-9d05-80f4-1e37-f12f54e63975@hyperbola.info> <20181029192042.4d032b29@primary_laptop.localdomain> Message-ID: <20181030150526.55130221@primary_laptop.localdomain> Hi again, After removing the obsolete packages and doing pacman -Syuu again, the following packages are left: > alsa-tools (1.1.6-3.1) > ardour (5.12-6.0) > bctoolbox (0.6.0-2.0) > blender (17:2.79.b.git3.32432d91-1.parabola1) > bluez-utils (5.50-3.0) > brasero (3.12.2-2) > calibre (3.28.0-2.parabola1) > command-not-found (0.6.1-2) > deja-dup (38.0-1.0) > efl (1.21.1-1.0) > eog (3.28.3-1.0) > epiphany (3.28.3.1-2.parabola1) > frameworkintegration (5.50.0-1.0) > frei0r-plugins (1.6.1-5.0) > gmic (2.3.6-1.0) > gmime3 (3.2.0-1.0) > gnustep-gui (0.26.2-1) > graphviz (2.40.1-13.0) > grilo (0.3.6-1.0) > gthumb (3.6.1-2.0) > gvfs (1.38.1-1.0) > gwenview (18.08.1-2.1) > handbrake (1.0.7-3.parabola1) > handbrake-cli (1.0.7-3.parabola1) > icecat (52.6.0_gnu1-4) > icedove (1:52.7.0-3) > iceweasel (1:61.0.2-1.parabola3) > iproute2 (4.18.0-1.4) > jdk8-openjdk (8.u181-1.0) > jitsi (2.10.5550-4) > jre7-openjdk (7.u171_2.6.13-1.0) > jre7-openjdk-headless (7.u171_2.6.13-1.0) > jre8-openjdk-headless (8.u181-1.0) > kdegraphics-thumbnailers (18.08.1-1.1) > kio (5.48.0-1.parabola1) > kio-extras (17.12.3-2.parabola1) > krita (4.1.1-1.0) > libkdcraw (18.08.1-1.1) > libmagick6 (6.9.10.11-1.0) > libmagick (7.0.8.12-1.0) > libpurple (2.13.0-4.0) > libreoffice-fresh (6.1.1-1.0) > libsigrokdecode (0.5.1-1.0) > mate-utils (1.20.1-1.0) > mcabber (1.1.0-1) > mkvtoolnix-cli (27.0.0-1.0) > mkvtoolnix-gui (27.0.0-1.0) > mlt (6.10.0-1.0) > mplayer (38101-1.parabola2) > multipath-tools (0.7.4-1) > mumble (1.2.19-9.0) > okular (17.12.3-1.parabola1) > openimageio (1.8.14-1.0) > openmpi (3.1.1-1.0) > openscenegraph (3.4.1-3.0) > openshadinglanguage (1.9.9-5.0) > openvdb (5.1.0-4.0) > pidgin (2.13.0-4.0) > plasma-workspace (5.13.5-1.0) > postgresql (10.5-1.0) > protobuf-c (1.3.0-2.0) > pulseview (0.4.0-4.0) > python2-pyqt5 (5.11.3-1.par1) > python (3.7.0-3.0) > python-pyqt5 (5.11.3-1.par1) > qca (2.1.3-1.0) > qt5-base (5.11.1-3.1) > scribus (1.5.4-1.0) > smbclient (4.8.5-1.0) > sox (14.4.2-3.1) > totem (3.26.2-1.0) > totem-plparser (3.26.1-1.0) > tracker (2.1.3-1.0) > vlc (3.0.4-1.0) > vtk (8.1.1-2.1) > xine-lib (1.2.9-7.0) I've attached the details. Denis. -------------- next part -------------- A non-text attachment was scrubbed... Name: lddd-sort.log Type: text/x-log Size: 50887 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From freemor at freemor.ca Tue Oct 30 15:08:43 2018 From: freemor at freemor.ca (Freemor) Date: Tue, 30 Oct 2018 12:08:43 -0300 Subject: [Dev] Massive package breakage on i686 (missing libraries) In-Reply-To: <20181030150526.55130221@primary_laptop.localdomain> References: <20181024172314.2249de5a@primary_laptop.localdomain> <20181025015519.46453688@primary_laptop.localdomain> <0fa3f652-9d05-80f4-1e37-f12f54e63975@hyperbola.info> <20181029192042.4d032b29@primary_laptop.localdomain> <20181030150526.55130221@primary_laptop.localdomain> Message-ID: <20181030150843.GA17280@freemor.ca> Some thing in this list strike me as odd for example on my i686 machine currently fully -Suy'd Iceweasel works fine icedove works fine gthumb works fine Are you pulling from a Bork'd mirror or out of date mirrorlist perhaps Regards, Freemor On Tue, Oct 30, 2018 at 03:05:26PM +0100, Denis 'GNUtoo' Carikli wrote: > Hi again, > > After removing the obsolete packages and doing pacman -Syuu again, the > following packages are left: > > alsa-tools (1.1.6-3.1) > > ardour (5.12-6.0) > > bctoolbox (0.6.0-2.0) > > blender (17:2.79.b.git3.32432d91-1.parabola1) > > bluez-utils (5.50-3.0) > > brasero (3.12.2-2) > > calibre (3.28.0-2.parabola1) > > command-not-found (0.6.1-2) > > deja-dup (38.0-1.0) > > efl (1.21.1-1.0) > > eog (3.28.3-1.0) > > epiphany (3.28.3.1-2.parabola1) > > frameworkintegration (5.50.0-1.0) > > frei0r-plugins (1.6.1-5.0) > > gmic (2.3.6-1.0) > > gmime3 (3.2.0-1.0) > > gnustep-gui (0.26.2-1) > > graphviz (2.40.1-13.0) > > grilo (0.3.6-1.0) > > gthumb (3.6.1-2.0) > > gvfs (1.38.1-1.0) > > gwenview (18.08.1-2.1) > > handbrake (1.0.7-3.parabola1) > > handbrake-cli (1.0.7-3.parabola1) > > icecat (52.6.0_gnu1-4) > > icedove (1:52.7.0-3) > > iceweasel (1:61.0.2-1.parabola3) > > iproute2 (4.18.0-1.4) > > jdk8-openjdk (8.u181-1.0) > > jitsi (2.10.5550-4) > > jre7-openjdk (7.u171_2.6.13-1.0) > > jre7-openjdk-headless (7.u171_2.6.13-1.0) > > jre8-openjdk-headless (8.u181-1.0) > > kdegraphics-thumbnailers (18.08.1-1.1) > > kio (5.48.0-1.parabola1) > > kio-extras (17.12.3-2.parabola1) > > krita (4.1.1-1.0) > > libkdcraw (18.08.1-1.1) > > libmagick6 (6.9.10.11-1.0) > > libmagick (7.0.8.12-1.0) > > libpurple (2.13.0-4.0) > > libreoffice-fresh (6.1.1-1.0) > > libsigrokdecode (0.5.1-1.0) > > mate-utils (1.20.1-1.0) > > mcabber (1.1.0-1) > > mkvtoolnix-cli (27.0.0-1.0) > > mkvtoolnix-gui (27.0.0-1.0) > > mlt (6.10.0-1.0) > > mplayer (38101-1.parabola2) > > multipath-tools (0.7.4-1) > > mumble (1.2.19-9.0) > > okular (17.12.3-1.parabola1) > > openimageio (1.8.14-1.0) > > openmpi (3.1.1-1.0) > > openscenegraph (3.4.1-3.0) > > openshadinglanguage (1.9.9-5.0) > > openvdb (5.1.0-4.0) > > pidgin (2.13.0-4.0) > > plasma-workspace (5.13.5-1.0) > > postgresql (10.5-1.0) > > protobuf-c (1.3.0-2.0) > > pulseview (0.4.0-4.0) > > python2-pyqt5 (5.11.3-1.par1) > > python (3.7.0-3.0) > > python-pyqt5 (5.11.3-1.par1) > > qca (2.1.3-1.0) > > qt5-base (5.11.1-3.1) > > scribus (1.5.4-1.0) > > smbclient (4.8.5-1.0) > > sox (14.4.2-3.1) > > totem (3.26.2-1.0) > > totem-plparser (3.26.1-1.0) > > tracker (2.1.3-1.0) > > vlc (3.0.4-1.0) > > vtk (8.1.1-2.1) > > xine-lib (1.2.9-7.0) > > I've attached the details. > > Denis. > krita (4.1.1-1.0): > /usr/bin/kritarunner: libpython3.6m.so.1.0 > /usr/lib/krita-python-libs/PyKrita/krita.so: libpython3.6m.so.1.0 > /usr/lib/kritaplugins/kritapykrita.so: libpython3.6m.so.1.0 > openimageio (1.8.14-1.0): > /usr/bin/iconvert: libIlmImf-2_3.so.24 libIex-2_3.so.24 libHalf.so.24 > /usr/bin/oiiotool: libIlmImf-2_3.so.24 libIlmImf-2_3.so.24 libIex-2_3.so.24 libHalf.so.24 > /usr/bin/igrep: libIlmImf-2_3.so.24 libIex-2_3.so.24 libHalf.so.24 > /usr/bin/idiff: libIlmImf-2_3.so.24 libIex-2_3.so.24 libHalf.so.24 > /usr/bin/maketx: libIlmImf-2_3.so.24 libIex-2_3.so.24 libHalf.so.24 > /usr/bin/iinfo: libIlmImf-2_3.so.24 libIex-2_3.so.24 libHalf.so.24 > /usr/bin/iv: libIlmImf-2_3.so.24 libIex-2_3.so.24 libHalf.so.24 > /usr/lib/libOpenImageIO.so.1.8.14: libIlmImf-2_3.so.24 libIex-2_3.so.24 libHalf.so.24 > /usr/lib/libOpenImageIO_Util.so.1.8.14: libHalf.so.24 > /usr/lib/python2.7/site-packages/OpenImageIO.so: libIlmImf-2_3.so.24 libIex-2_3.so.24 libHalf.so.24 > mplayer (38101-1.parabola2): > /usr/bin/mplayer: libswscale.so.4 libswresample.so.2 libavformat.so.57 libavcodec.so.57 libavutil.so.55 libpostproc.so.54 > multipath-tools (0.7.4-1): > /usr/bin/multipath: liburcu.so.4 > /usr/bin/multipathd: liburcu.so.4 liburcu.so.4 > /usr/bin/mpathpersist: liburcu.so.4 > /usr/lib/libdmmp.so.0.1.0: libjson-c.so.3 > /usr/lib/libmpathpersist.so.0: liburcu.so.4 > /usr/lib/libmultipath.so.0: liburcu.so.4 > mkvtoolnix-cli (27.0.0-1.0): > /usr/bin/mkvmerge: libboost_regex.so.1.68.0 libboost_filesystem.so.1.68.0 libboost_system.so.1.68.0 > /usr/bin/mkvextract: libboost_regex.so.1.68.0 libboost_filesystem.so.1.68.0 libboost_system.so.1.68.0 > /usr/bin/mkvpropedit: libboost_regex.so.1.68.0 libboost_filesystem.so.1.68.0 libboost_system.so.1.68.0 > /usr/bin/mkvinfo: libboost_regex.so.1.68.0 libboost_filesystem.so.1.68.0 libboost_system.so.1.68.0 > gwenview (18.08.1-2.1): > /usr/bin/gwenview_importer: libraw.so.19 > /usr/bin/gwenview: libraw.so.19 > /usr/lib/qt/plugins/gvpart.so: libraw.so.19 > /usr/lib/libgwenviewlib.so.4.97.0: libraw.so.19 > blender (17:2.79.b.git3.32432d91-1.parabola1): > /usr/bin/blenderplayer: libpython3.6m.so.1.0 libosdGPU.so.3.3.1 libosdCPU.so.3.3.1 libIlmImf-2_3.so.24 libIex-2_3.so.24 libHalf.so.24 libHalf.so.24 > /usr/bin/blender: libpython3.6m.so.1.0 libosdGPU.so.3.3.1 libosdCPU.so.3.3.1 libIlmImf-2_3.so.24 libIex-2_3.so.24 libHalf.so.24 libHalf.so.24 > command-not-found (0.6.1-2): > /usr/bin/cnf-populate: libboost_filesystem.so.1.65.1 libboost_system.so.1.65.1 libboost_locale.so.1.65.1 libboost_filesystem.so.1.65.1 libboost_system.so.1.65.1 libboost_locale.so.1.65.1 > /usr/bin/cnf-lookup: libboost_system.so.1.65.1 libboost_locale.so.1.65.1 libboost_filesystem.so.1.65.1 libboost_system.so.1.65.1 libboost_locale.so.1.65.1 > /usr/lib/libcnf.so.0.6.1: libboost_filesystem.so.1.65.1 libboost_system.so.1.65.1 libboost_locale.so.1.65.1 > openshadinglanguage (1.9.9-5.0): > /usr/bin/testshade_dso: libIlmImf-2_3.so.24 libIex-2_3.so.24 libHalf.so.24 > /usr/bin/oslinfo: libIlmImf-2_3.so.24 libIex-2_3.so.24 libHalf.so.24 > /usr/bin/oslc: libIlmImf-2_3.so.24 libIex-2_3.so.24 libHalf.so.24 > /usr/bin/testrender: libIlmImf-2_3.so.24 libIex-2_3.so.24 libHalf.so.24 > /usr/bin/testshade: libIlmImf-2_3.so.24 libIex-2_3.so.24 libHalf.so.24 > /usr/lib/libtestshade.so.1.9.9: libIlmImf-2_3.so.24 libIex-2_3.so.24 libHalf.so.24 > /usr/lib/liboslcomp.so.1.9.9: libIlmImf-2_3.so.24 libIex-2_3.so.24 libHalf.so.24 > /usr/lib/liboslquery.so.1.9.9: libIlmImf-2_3.so.24 libIex-2_3.so.24 libHalf.so.24 > /usr/lib/osl.imageio.so.1.9.9: libIlmImf-2_3.so.24 libIex-2_3.so.24 libHalf.so.24 > /usr/lib/liboslexec.so.1.9.9: libIlmImf-2_3.so.24 libIex-2_3.so.24 libHalf.so.24 > brasero (3.12.2-2): > /usr/bin/brasero: libidn.so.11 > /usr/lib/libbrasero-burn3.so.1.2.6: libidn.so.11 > /usr/lib/nautilus/extensions-3.0/libnautilus-brasero-extension.so: libidn.so.11 > /usr/lib/libbrasero-utils3.so.1.2.6: libidn.so.11 > /usr/lib/brasero3/plugins/libbrasero-transcode.so: libidn.so.11 > /usr/lib/brasero3/plugins/libbrasero-vcdimager.so: libidn.so.11 > /usr/lib/brasero3/plugins/libbrasero-dvdauthor.so: libidn.so.11 > /usr/lib/brasero3/plugins/libbrasero-dvdrwformat.so: libidn.so.11 > /usr/lib/brasero3/plugins/libbrasero-wodim.so: libidn.so.11 > /usr/lib/brasero3/plugins/libbrasero-dvdcss.so: libidn.so.11 > /usr/lib/brasero3/plugins/libbrasero-cdda2wav.so: libidn.so.11 > /usr/lib/brasero3/plugins/libbrasero-readcd.so: libidn.so.11 > /usr/lib/brasero3/plugins/libbrasero-vob.so: libidn.so.11 > /usr/lib/brasero3/plugins/libbrasero-checksum-file.so: libidn.so.11 > /usr/lib/brasero3/plugins/libbrasero-libisofs.so: libburn.so.4 libisofs.so.6 libidn.so.11 > /usr/lib/brasero3/plugins/libbrasero-cdrdao.so: libidn.so.11 > /usr/lib/brasero3/plugins/libbrasero-normalize.so: libidn.so.11 > /usr/lib/brasero3/plugins/libbrasero-growisofs.so: libidn.so.11 > /usr/lib/brasero3/plugins/libbrasero-readom.so: libidn.so.11 > /usr/lib/brasero3/plugins/libbrasero-libburn.so: libburn.so.4 libidn.so.11 > /usr/lib/brasero3/plugins/libbrasero-genisoimage.so: libidn.so.11 > /usr/lib/brasero3/plugins/libbrasero-cdrecord.so: libidn.so.11 > /usr/lib/brasero3/plugins/libbrasero-checksum.so: libidn.so.11 > /usr/lib/brasero3/plugins/libbrasero-mkisofs.so: libidn.so.11 > /usr/lib/brasero3/plugins/libbrasero-burn-uri.so: libidn.so.11 > /usr/lib/brasero3/plugins/libbrasero-audio2cue.so: libidn.so.11 > /usr/lib/brasero3/plugins/libbrasero-local-track.so: libidn.so.11 > alsa-tools (1.1.6-3.1): > /usr/bin/hdspmixer: libfltk.so.1.3 > /usr/bin/hdspconf: libfltk.so.1.3 > pulseview (0.4.0-4.0): > /usr/bin/pulseview: libpython3.6m.so.1.0 > gnustep-gui (0.26.2-1): > /usr/bin/gopen: libicuuc.so.60 > /usr/bin/gcloseall: libicuuc.so.60 > /usr/bin/set_show_service: libicuuc.so.60 > /usr/lib/GNUstep/Bundles/TextConverters/RTFConverter.bundle/RTFConverter: libicuuc.so.60 > /usr/lib/GNUstep/Bundles/libgmodel.bundle/libgmodel: libicuuc.so.60 > /usr/lib/GNUstep/Bundles/GSPrinting/GSCUPS.bundle/GSCUPS: libicuuc.so.60 > /usr/lib/GNUstep/Bundles/GSPrinting/GSLPR.bundle/GSLPR: libicuuc.so.60 > /usr/lib/GNUstep/Services/GSspell.service/GSspell: libicuuc.so.60 > /usr/lib/GNUstep/ColorPickers/WheelPicker.bundle/WheelPicker: libicuuc.so.60 > /usr/lib/GNUstep/ColorPickers/NamedPicker.bundle/NamedPicker: libicuuc.so.60 > /usr/lib/GNUstep/ColorPickers/StandardPicker.bundle/StandardPicker: libicuuc.so.60 > /usr/lib/libgnustep-gui.so.0.26.2: libicuuc.so.60 > scribus (1.5.4-1.0): > /usr/bin/scribus: libpodofo.so.0.9.5 > /usr/lib/scribus/plugins/libimportai.so: libpodofo.so.0.9.5 > handbrake (1.0.7-3.parabola1): > /usr/bin/ghb: libavresample.so.3 libavformat.so.57 libavcodec.so.57 libavfilter.so.6 libavutil.so.55 libx264.so.152 libswscale.so.4 libx265.so.146 > pidgin (2.13.0-4.0): > /usr/bin/pidgin: libidn.so.11 > openvdb (5.1.0-4.0): > /usr/bin/vdb_render: libIlmImf-2_3.so.24 libHalf.so.24 libHalf.so.24 > /usr/bin/vdb_print: libHalf.so.24 libHalf.so.24 > /usr/bin/vdb_view: libglfw.so.3 libHalf.so.24 libHalf.so.24 > /usr/lib/libopenvdb.so.5.1.0: libHalf.so.24 > /usr/lib/python3.7/pyopenvdb.so: libHalf.so.24 libHalf.so.24 > gmic (2.3.6-1.0): > /usr/bin/gmic: libIlmImf-2_3.so.24 libHalf.so.24 > bluez-utils (5.50-3.0): > /usr/bin/btpclient: libell.so.0 > totem (3.26.2-1.0): > /usr/bin/totem-video-thumbnailer: libidn.so.11 > /usr/bin/totem: libidn.so.11 > /usr/lib/libtotem.so.0.0.0: libidn.so.11 > /usr/lib/totem-gallery-thumbnailer: libidn.so.11 > /usr/lib/totem/plugins/properties/libmovie-properties.so: libidn.so.11 > /usr/lib/totem/plugins/save-file/libsave-file.so: libidn.so.11 > /usr/lib/totem/plugins/variable-rate/libvariable-rate.so: libidn.so.11 > /usr/lib/totem/plugins/skipto/libskipto.so: libidn.so.11 > /usr/lib/totem/plugins/gromit/libgromit.so: libidn.so.11 > /usr/lib/totem/plugins/screensaver/libscreensaver.so: libidn.so.11 > /usr/lib/totem/plugins/media-player-keys/libmedia_player_keys.so: libidn.so.11 > /usr/lib/totem/plugins/lirc/liblirc.so: libidn.so.11 > /usr/lib/totem/plugins/ontop/libontop.so: libidn.so.11 > /usr/lib/totem/plugins/brasero-disc-recorder/libbrasero-disc-recorder.so: libidn.so.11 > /usr/lib/totem/plugins/screenshot/libscreenshot.so: libidn.so.11 > /usr/lib/totem/plugins/im-status/libtotem-im-status.so: libidn.so.11 > mumble (1.2.19-9.0): > /usr/bin/mumble: libprotobuf.so.15 > protobuf-c (1.3.0-2.0): > /usr/bin/protoc-gen-c: libprotobuf.so.15 libprotoc.so.15 > mcabber (1.1.0-1): > /usr/bin/mcabber: libidn.so.11 > vlc (3.0.4-1.0): > /usr/bin/vlc: libidn.so.11 > /usr/lib/libvlc.so.5.6.0: libidn.so.11 > /usr/lib/libvlccore.so.9.0.0: libidn.so.11 > /usr/lib/vlc/vlc-cache-gen: libidn.so.11 > /usr/lib/vlc/libvlc_xcb_events.so.0.0.0: libidn.so.11 > /usr/lib/vlc/plugins/stream_extractor/libarchive_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/mux/libmux_dummy_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/mux/libmux_avi_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/mux/libmux_mpjpeg_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/mux/libmux_ps_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/mux/libmux_wav_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/mux/libmux_asf_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/mux/libmux_ts_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/mux/libmux_mp4_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/mux/libmux_ogg_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/vaapi/libvaapi_filters_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/vdpau/libvdpau_deinterlace_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/vdpau/libvdpau_sharpen_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/vdpau/libvdpau_chroma_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/vdpau/libvdpau_adjust_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/vdpau/libvdpau_display_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/vdpau/libvdpau_avcodec_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access_output/libaccess_output_shout_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access_output/libaccess_output_udp_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access_output/libaccess_output_dummy_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access_output/libaccess_output_http_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access_output/libaccess_output_file_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/packetizer/libpacketizer_mpegaudio_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/packetizer/libpacketizer_avparser_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/packetizer/libpacketizer_mlp_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/packetizer/libpacketizer_mpeg4video_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/packetizer/libpacketizer_hevc_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/packetizer/libpacketizer_a52_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/packetizer/libpacketizer_vc1_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/packetizer/libpacketizer_mpegvideo_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/packetizer/libpacketizer_copy_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/packetizer/libpacketizer_dts_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/packetizer/libpacketizer_flac_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/packetizer/libpacketizer_h264_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/packetizer/libpacketizer_mpeg4audio_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/packetizer/libpacketizer_dirac_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_chroma/libi420_nv12_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_chroma/libi420_rgb_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_chroma/libyuy2_i422_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_chroma/libi420_10_p010_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_chroma/libi422_i420_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_chroma/libyuvp_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_chroma/libi420_yuy2_mmx_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_chroma/libi420_yuy2_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_chroma/libi420_rgb_sse2_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_chroma/libgrey_yuv_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_chroma/librv32_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_chroma/libi420_yuy2_sse2_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_chroma/libi422_yuy2_sse2_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_chroma/libswscale_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_chroma/libchain_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_chroma/libi420_rgb_mmx_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_chroma/libyuy2_i420_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_chroma/libi422_yuy2_mmx_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_chroma/libi422_yuy2_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_splitter/libclone_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_splitter/libwall_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_splitter/libpanoramix_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/gui/libskins2_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/gui/libqt_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/gui/libncurses_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_output/libadummy_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_output/libpulse_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_output/libalsa_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_output/libamem_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_output/libjack_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_output/libafile_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/text_renderer/libfreetype_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/text_renderer/libtdummy_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/text_renderer/libsvg_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_filter/libdolby_surround_decoder_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_filter/libsoxr_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_filter/libnormvol_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_filter/libchorus_flanger_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_filter/libkaraoke_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_filter/libremap_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_filter/libspeex_resampler_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_filter/libmono_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_filter/libaudio_format_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_filter/libgain_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_filter/libsimple_channel_mixer_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_filter/libtrivial_channel_mixer_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_filter/libscaletempo_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_filter/libmad_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_filter/libheadphone_channel_mixer_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_filter/libtospdif_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_filter/libequalizer_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_filter/libspatializer_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_filter/libstereo_widen_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_filter/libscaletempo_pitch_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_filter/libcompressor_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_filter/libparam_eq_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_filter/libaudiobargraph_a_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_filter/libsamplerate_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_filter/libugly_resampler_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/services_discovery/libxcb_apps_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/services_discovery/libmediadirs_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/services_discovery/libpodcast_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/services_discovery/libsap_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/services_discovery/libudev_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/services_discovery/libupnp_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/services_discovery/libmicrodns_plugin.so: libmicrodns.so.0 libidn.so.11 > /usr/lib/vlc/plugins/services_discovery/libmtp_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/services_discovery/libavahi_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/services_discovery/libpulselist_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/misc/libfingerprinter_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/misc/libxml_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/misc/libvod_rtsp_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/misc/libgnutls_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/misc/libstats_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/misc/libexport_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/misc/libdbus_screensaver_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/misc/libaddonsvorepository_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/misc/libaudioscrobbler_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/misc/libxdg_screensaver_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/misc/libaddonsfsstorage_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/misc/liblogger_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/librtp_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libxcb_screen_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libvdr_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libaccess_mtp_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libhttp_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libhttps_plugin.so: libidn.so.11 libidn.so.11 > /usr/lib/vlc/plugins/access/libshm_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libimem_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libsftp_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libdvdnav_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libpulsesrc_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libaccess_concat_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libdvdread_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libcdda_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libtcp_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libaccess_alsa_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/liblinsys_hdsdi_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/liblive555_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libsatip_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libdc1394_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libaccess_realrtsp_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libaccess_imem_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/liblinsys_sdi_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libv4l2_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libidummy_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libattachment_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libaccess_jack_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libdtv_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/liblibbluray_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libnfs_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libdvb_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libdv1394_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libaccess_mms_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libsmb_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libtimecode_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libfilesystem_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libftp_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libavio_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libsdp_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libudp_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/access/libvcd_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/notify/libnotify_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/logger/libsyslog_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/logger/libfile_logger_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/logger/libconsole_logger_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/logger/libsd_journal_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/stream_filter/libadf_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/stream_filter/libskiptags_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/stream_filter/librecord_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/stream_filter/libcache_block_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/stream_filter/libdecomp_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/stream_filter/libcache_read_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/stream_filter/libinflate_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/stream_filter/libprefetch_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/stream_filter/libhds_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libavi_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libvoc_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libty_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libxa_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libmpc_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/librawaud_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libcaf_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libwav_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libmkv_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libh26x_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libplaylist_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libmod_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libps_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libmpgv_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libmjpeg_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libdemux_cdg_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libmp4_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libes_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libnsc_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libsubtitle_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libvobsub_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/librawvid_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libreal_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libau_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libsmf_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libaiff_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libogg_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libnoseek_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libavformat_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libtta_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libgme_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/librawdv_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libpva_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libts_plugin.so: libaribb24.so.0 libidn.so.11 > /usr/lib/vlc/plugins/demux/libimage_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libdemux_stl_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libflacsys_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libdirectory_demux_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libdemuxdump_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libnuv_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libdemux_chromecast_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libnsv_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libadaptive_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libvc1_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libdiracsys_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/demux/libasf_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/lua/liblua_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/control/libdbus_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/control/libnetsync_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/control/libhotkeys_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/control/libmotion_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/control/liboldrc_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/control/liblirc_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/control/libdummy_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/control/libgestures_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/control/libxcb_hotkeys_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/visualization/libglspectrum_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/visualization/libprojectm_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/visualization/libgoom_plugin.so: libgoom2.so.0 libidn.so.11 > /usr/lib/vlc/plugins/visualization/libvisual_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libpuzzle_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libextract_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libmirror_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libblend_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libadjust_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libcanvas_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libcroppadd_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libgradfun_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libgrain_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/librotate_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libscale_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libvhs_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libpsychedelic_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libwave_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libscene_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libsharpen_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libball_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/liberase_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libpostproc_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libblendbench_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libalphamask_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libsepia_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libhqdn3d_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libanaglyph_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libdeinterlace_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libbluescreen_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libmagnify_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libinvert_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libmotionblur_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libfps_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libripple_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libfreeze_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libgradient_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libcolorthres_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libposterize_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libmotiondetect_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libgaussianblur_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/liboldmovie_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libedgedetection_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libantiflicker_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_filter/libtransform_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libdca_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libaraw_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libtheora_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libjpeg_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libadpcm_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libfaad_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libtextst_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libddummy_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libsubsusf_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libgstdecode_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libscte27_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libvaapi_drm_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libg711_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libsvcdsub_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libsubsdec_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libxwd_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libmpg123_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libaes3_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libcdg_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/liboggspots_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libedummy_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libaribsub_plugin.so: libaribb24.so.0 libidn.so.11 > /usr/lib/vlc/plugins/codec/libopus_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/librtpvideo_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libuleaddvaudio_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libscte18_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/liba52_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libsubstx3g_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libsdl_image_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/liblibass_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libt140_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libx265_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libdvbsub_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libaom_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libsvgdec_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libavcodec_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libstl_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/liblibmpeg2_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libwebvtt_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libx264_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libtelx_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libkate_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libtwolame_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libvpx_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libcc_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libttml_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libvaapi_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libcvdsub_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libvorbis_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libspeex_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libspdif_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/liblpcm_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libzvbi_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libpng_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libflac_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/libspudec_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/codec/librawvideo_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/stream_out/libstream_out_gather_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/stream_out/libstream_out_display_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/stream_out/libstream_out_standard_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/stream_out/libstream_out_description_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/stream_out/libstream_out_bridge_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/stream_out/libstream_out_setid_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/stream_out/libstream_out_mosaic_bridge_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/stream_out/libstream_out_transcode_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/stream_out/libstream_out_smem_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/stream_out/libstream_out_stats_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/stream_out/libstream_out_cycle_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/stream_out/libstream_out_es_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/stream_out/libstream_out_autodel_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/stream_out/libstream_out_rtp_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/stream_out/libstream_out_delay_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/stream_out/libstream_out_chromaprint_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/stream_out/libstream_out_dummy_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/stream_out/libstream_out_chromecast_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/stream_out/libstream_out_duplicate_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/stream_out/libstream_out_record_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_mixer/libinteger_mixer_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/audio_mixer/libfloat_mixer_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_output/libxcb_window_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_output/libvmem_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_output/libgl_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_output/libglx_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_output/libxcb_x11_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_output/libflaschen_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_output/libcaca_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_output/libaa_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_output/libwl_shm_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_output/libglconv_vdpau_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_output/libyuv_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_output/libegl_x11_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_output/libfb_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_output/libegl_wl_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_output/libwl_shell_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_output/libglconv_vaapi_x11_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_output/libxdg_shell_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_output/libvdummy_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_output/libglconv_vaapi_wl_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_output/libglconv_vaapi_drm_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/video_output/libxcb_xv_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/meta_engine/libfolder_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/meta_engine/libtaglib_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/spu/liblogo_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/spu/libsubsdelay_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/spu/librss_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/spu/libmarq_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/spu/libmosaic_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/spu/libaudiobargraph_v_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/spu/libdynamicoverlay_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/keystore/libmemory_keystore_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/keystore/libsecret_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/keystore/libkwallet_plugin.so: libidn.so.11 > /usr/lib/vlc/plugins/keystore/libfile_keystore_plugin.so: libidn.so.11 > /usr/lib/vlc/libvlc_pulse.so.0.0.0: libidn.so.11 > mkvtoolnix-gui (27.0.0-1.0): > /usr/bin/mkvtoolnix-gui: libboost_regex.so.1.68.0 libboost_filesystem.so.1.68.0 libboost_system.so.1.68.0 > handbrake-cli (1.0.7-3.parabola1): > /usr/bin/HandBrakeCLI: libavresample.so.3 libavformat.so.57 libavcodec.so.57 libavfilter.so.6 libavutil.so.55 libswscale.so.4 libx264.so.152 libx265.so.146 > vtk (8.1.1-2.1): > /usr/lib/libvtkRenderingImageJava.so: libjawt.so > /usr/lib/libvtkRenderingContext2DJava.so: libjawt.so > /usr/lib/libvtkxdmf3.so.3.0.0: libhdf5.so.103 > /usr/lib/libvtkRenderingVolumeJava.so: libjawt.so > /usr/lib/libvtkRenderingMatplotlibJava.so: libjawt.so > /usr/lib/libvtkRenderingVolumeOpenGL2Java.so: libjawt.so > /usr/lib/libvtkIOGDALTCL.so.1: libgdal.so.20 > /usr/lib/libvtkViewsInfovisJava.so: libjawt.so > /usr/lib/libvtkGeovisCoreJava.so: libproj.so.13 libjawt.so > /usr/lib/libvtkTestingRenderingJava.so: libjawt.so > /usr/lib/libvtkRenderingContextOpenGL2Java.so: libjawt.so > /usr/lib/libvtkViewsContext2DJava.so: libjawt.so > /usr/lib/libvtkIOExportJava.so: libjawt.so > /usr/lib/libvtkRenderingFreeTypeJava.so: libjawt.so > /usr/lib/libvtkRenderingParallelJava.so: libjawt.so > /usr/lib/libvtkIOTRUCHASJava.so: libhdf5.so.103 > /usr/lib/libvtkChartsCoreJava.so: libjawt.so > /usr/lib/libvtkViewsGeovis.so.1: libproj.so.13 > /usr/lib/libvtkIOParallelXdmf3Python37D.so.1: libhdf5.so.103 > /usr/lib/libvtkIOXdmfIIITCL.so.1: libhdf5.so.103 > /usr/lib/libvtkIOXdmf3Java.so: libhdf5.so.103 > /usr/lib/libvtkIOTRUCHASPython37D.so.1: libhdf5.so.103 > /usr/lib/libvtkGeovisCore.so.1: libproj.so.13 > /usr/lib/libvtkIOXdmf2Python37D.so.1: libhdf5.so.103 > /usr/lib/libvtkRenderingLabelJava.so: libjawt.so > /usr/lib/libXdmfCore.so.3.0.0: libhdf5.so.103 > /usr/lib/libvtkRenderingParallelLICJava.so: libjawt.so > /usr/lib/libvtkIOGDALJava.so: libgdal.so.20 > /usr/lib/libvtkIOAMRTCL.so.1: libhdf5.so.103 > /usr/lib/libvtkRenderingCoreJava.so: libjawt.so > /usr/lib/libvtkRenderingLICOpenGL2Java.so: libjawt.so > /usr/lib/libvtkRenderingVolumeAMRJava.so: libjawt.so > /usr/lib/libvtkInteractionStyleJava.so: libjawt.so > /usr/lib/libvtkIOAMR.so.1: libhdf5.so.103 > /usr/lib/libvtkViewsGeovisTCL.so.1: libproj.so.13 > /usr/lib/python3.7/site-packages/vtk/vtkIOAMRPython.so: libhdf5.so.103 > /usr/lib/python3.7/site-packages/vtk/vtkIOParallelXdmf3Python.so: libhdf5.so.103 > /usr/lib/python3.7/site-packages/vtk/vtkViewsGeovisPython.so: libproj.so.13 > /usr/lib/python3.7/site-packages/vtk/vtkIOXdmf2Python.so: libhdf5.so.103 > /usr/lib/python3.7/site-packages/vtk/vtkIOTRUCHASPython.so: libhdf5.so.103 > /usr/lib/python3.7/site-packages/vtk/vtkIOGDALPython.so: libgdal.so.20 > /usr/lib/python3.7/site-packages/vtk/vtkIOXdmf3Python.so: libhdf5.so.103 > /usr/lib/python3.7/site-packages/vtk/vtkGeovisCorePython.so: libproj.so.13 > /usr/lib/libvtkViewsGeovisPython37D.so.1: libproj.so.13 > /usr/lib/libvtkIOXdmf3Python37D.so.1: libhdf5.so.103 > /usr/lib/libvtkRenderingLODJava.so: libjawt.so > /usr/lib/libvtkIOAMRJava.so: libhdf5.so.103 > /usr/lib/libvtkIOParallelXdmf3.so.1: libhdf5.so.103 > /usr/lib/libvtkIOXdmfIITCL.so.1: libhdf5.so.103 > /usr/lib/libvtkRenderingQtJava.so: libjawt.so > /usr/lib/libvtkIOXdmf2Java.so: libhdf5.so.103 > /usr/lib/libvtkViewsGeovisJava.so: libproj.so.13 libjawt.so > /usr/lib/libvtkIOGDAL.so.1: libgdal.so.20 > /usr/lib/libvtkIOAMRPython37D.so.1: libhdf5.so.103 > /usr/lib/libvtkInteractionWidgetsJava.so: libjawt.so > /usr/lib/libvtkDomainsChemistryOpenGL2Java.so: libjawt.so > /usr/lib/libvtkIOGDALPython37D.so.1: libgdal.so.20 > /usr/lib/libvtkIOTRUCHAS.so.1: libhdf5.so.103 > /usr/lib/libvtkIOXdmf3.so.1: libhdf5.so.103 > /usr/lib/libvtkxdmf2.so.1: libhdf5.so.103 > /usr/lib/libvtkIOExportOpenGL2Java.so: libjawt.so > /usr/lib/libvtkGeovisCoreTCL.so.1: libproj.so.13 > /usr/lib/libvtkIOTRUCHASTCL.so.1: libhdf5.so.103 > /usr/lib/libvtkIOParallelXdmf3Java.so: libhdf5.so.103 > /usr/lib/libvtkIOParallelXdmfIIITCL.so.1: libhdf5.so.103 > /usr/lib/libvtkGeovisCorePython37D.so.1: libproj.so.13 > /usr/lib/libvtkRenderingOpenGL2Java.so: libjawt.so > /usr/lib/libvtkDomainsChemistryJava.so: libjawt.so > /usr/lib/libvtkIOXdmf2.so.1: libhdf5.so.103 > /usr/lib/libvtkRenderingAnnotationJava.so: libjawt.so > jitsi (2.10.5550-4): > /usr/lib/jitsi/lib/native/libjdic_misc.so: libjawt.so > smbclient (4.8.5-1.0): > /usr/lib/samba/libsamba-modules-samba4.so: libsamba-debug-samba4.so > /usr/lib/libsmbldap.so.2: libsamba-debug-samba4.so libsmbd-shim-samba4.so libsamba-security-samba4.so > libkdcraw (18.08.1-1.1): > /usr/lib/libKF5KDcraw.so.5.0.0: libraw.so.19 > tracker (2.1.3-1.0): > /usr/lib/tracker-2.0/libtracker-data.so: libtracker-common.so > openmpi (3.1.1-1.0): > /usr/lib/openmpi/libmpi_usempi_ignore_tkr.so.40.10.1: libgfortran.so.5 > /usr/lib/openmpi/libmpi_usempif08.so.40.10.1: libgfortran.so.5 > ardour (5.12-6.0): > /usr/lib/ardour5/utils/ardour5-fix_bbtppq: libardour.so.3 libevoral.so.0 libpbd.so.4 > /usr/lib/ardour5/utils/ardour5-copy-mixer: libardour.so.3 libpbd.so.4 > /usr/lib/ardour5/utils/ardour5-export: libardour.so.3 libpbd.so.4 > /usr/lib/ardour5/libcanvas.so.0.0.0: libgtkmm2ext.so.0 libpbd.so.4 > /usr/lib/ardour5/libwidgets.so.0.0.0: libgtkmm2ext.so.0 libpbd.so.4 > /usr/lib/ardour5/surfaces/libardour_osc.so: libardourcp.so libardour.so.3 libevoral.so.0 libgtkmm2ext.so.0 libpbd.so.4 libtimecode.so > /usr/lib/ardour5/surfaces/libardour_cc121.so: libardourcp.so libardour.so.3 libevoral.so.0 libgtkmm2ext.so.0 libpbd.so.4 > /usr/lib/ardour5/surfaces/libardour_faderport.so: libardourcp.so libardour.so.3 libevoral.so.0 libgtkmm2ext.so.0 libpbd.so.4 > /usr/lib/ardour5/surfaces/libardour_faderport8.so: libardourcp.so libardour.so.3 libevoral.so.0 libgtkmm2ext.so.0 libpbd.so.4 libtimecode.so > /usr/lib/ardour5/surfaces/libardour_generic_midi.so: libardourcp.so libardour.so.3 libgtkmm2ext.so.0 libpbd.so.4 > /usr/lib/ardour5/surfaces/libardour_mcp.so: libardourcp.so libardour.so.3 libmidipp.so.4 libevoral.so.0 libgtkmm2ext.so.0 libpbd.so.4 libtimecode.so > /usr/lib/ardour5/surfaces/libardour_push2.so: libardourcp.so libardour.so.3 libmidipp.so.4 libevoral.so.0 libcanvas.so.0 libgtkmm2ext.so.0 libpbd.so.4 > /usr/lib/ardour5/luasession: libardour.so.3 libpbd.so.4 > /usr/lib/ardour5/hardour-5.12.0: libardour.so.3 libpbd.so.4 > /usr/lib/ardour5/backends/libjack_audiobackend.so: libardour.so.3 libardouralsautil.so.0 libpbd.so.4 libtimecode.so > /usr/lib/ardour5/backends/libalsa_audiobackend.so: libardour.so.3 libardouralsautil.so.0 libpbd.so.4 > /usr/lib/ardour5/backends/libdummy_audiobackend.so: libardour.so.3 libpbd.so.4 > /usr/lib/ardour5/libardour.so.3.0.0: libmidipp.so.4 libevoral.so.0 libaudiographer.so.0 libpbd.so.4 libtimecode.so > /usr/lib/ardour5/ardour-vst-scanner: libpbd.so.4 > /usr/lib/ardour5/libmidipp.so.4.1.0: libpbd.so.4 libtimecode.so > /usr/lib/ardour5/libardourcp.so: libardour.so.3 libpbd.so.4 libtimecode.so > /usr/lib/ardour5/libgtkmm2ext.so.0.8.3: libpbd.so.4 > /usr/lib/ardour5/ardour-5.12.0: libardourcp.so libwaveview.so.0 libptformat.so.0 libardour.so.3 libmidipp.so.4 libevoral.so.0 libaudiographer.so.0 libcanvas.so.0 libwidgets.so.0 libgtkmm2ext.so.0 libpbd.so.4 libtimecode.so > /usr/lib/ardour5/libwaveview.so.0.0.0: libcanvas.so.0 libgtkmm2ext.so.0 libardour.so.3 libpbd.so.4 > /usr/lib/ardour5/panners/libpanbalance.so: libardour.so.3 libevoral.so.0 libpbd.so.4 > /usr/lib/ardour5/panners/libpanvbap.so: libardour.so.3 libpbd.so.4 > /usr/lib/ardour5/panners/libpan2in2out.so: libardour.so.3 libevoral.so.0 libpbd.so.4 > /usr/lib/ardour5/panners/libpan1in2out.so: libardour.so.3 libevoral.so.0 libpbd.so.4 > /usr/lib/ardour5/libardouralsautil.so.0.0.1: libpbd.so.4 > /usr/lib/ardour5/libevoral.so.0.0.0: libpbd.so.4 > gvfs (1.38.1-1.0): > /usr/lib/gvfs/libgvfsdaemon.so: libgvfscommon.so > icecat (52.6.0_gnu1-4): > /usr/lib/icecat/plugin-container: libxul.so libmozsandbox.so > /usr/lib/icecat/libmozavcodec.so: libmozavutil.so > /usr/lib/icecat/libxul.so: libmozsandbox.so liblgpllibs.so libmozgtk.so > libreoffice-fresh (6.1.1-1.0): > /usr/lib/libreoffice/program/libsolverlo.so: libCoinMP.so.1 > /usr/lib/libreoffice/program/liblnthlo.so: libmythes-1.2.so.0 > /usr/lib/libreoffice/program/libofficebean.so: libjawt.so > jre7-openjdk-headless (7.u171_2.6.13-1.0): > /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libjavasctp.so: libjvm.so libjvm.so libjvm.so libjvm.so > /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libjavajpeg.so: libjvm.so libjvm.so libjvm.so > /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libjavagtk.so: libjvm.so libjvm.so libjvm.so > /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libmlib_image.so: libjvm.so libjvm.so libjvm.so > /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libj2krb5.so: libjvm.so libjava.so > /usr/lib/jvm/java-7-openjdk/jre/lib/i386/headless/libmawt.so: libjvm.so libawt.so libjava.so > /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libjawt.so: libmawt.so libjvm.so libjvm.so libjvm.so libjvm.so > /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libmanagement.so: libjvm.so libjvm.so libjvm.so > /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libfontmanager.so: libjvm.so libjvm.so libjvm.so libjvm.so > /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libattach.so: libjvm.so libjvm.so libjvm.so > /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libjsound.so: libjvm.so libjvm.so libjvm.so > /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libawt.so: libjvm.so libjvm.so libjvm.so > /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libnio.so: libjvm.so libjvm.so libjvm.so > /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libzip.so: libjvm.so libjvm.so libjvm.so > /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libjavalcms.so: libjvm.so libjvm.so libjvm.so libjvm.so > /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libjava.so: libjvm.so libjvm.so > /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libnet.so: libjvm.so libjvm.so libjvm.so > /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libunpack.so: libjvm.so libjvm.so libjvm.so > /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libverify.so: libjvm.so > jre7-openjdk (7.u171_2.6.13-1.0): > /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libjsoundalsa.so: libjvm.so libjvm.so libjvm.so > /usr/lib/jvm/java-7-openjdk/jre/lib/i386/xawt/libmawt.so: libawt.so libjava.so libjvm.so > jre8-openjdk-headless (8.u181-1.0): > /usr/lib/jvm/java-8-openjdk/jre/lib/i386/libjawt.so: libjvm.so libjvm.so libjvm.so > /usr/lib/jvm/java-8-openjdk/jre/lib/i386/liblcms.so: libjvm.so libjvm.so > /usr/lib/jvm/java-8-openjdk/jre/lib/i386/libmanagement.so: libjvm.so libjvm.so libjvm.so > /usr/lib/jvm/java-8-openjdk/jre/lib/i386/libfontmanager.so: libjvm.so libjvm.so > /usr/lib/jvm/java-8-openjdk/jre/lib/i386/libjpeg.so: libjvm.so libjvm.so libjvm.so > /usr/lib/jvm/java-8-openjdk/jre/lib/i386/libattach.so: libjvm.so libjvm.so libjvm.so > /usr/lib/jvm/java-8-openjdk/jre/lib/i386/libawt_headless.so: libjvm.so libjvm.so > /usr/lib/jvm/java-8-openjdk/jre/lib/i386/libawt.so: libjvm.so libjvm.so > /usr/lib/jvm/java-8-openjdk/jre/lib/i386/libnio.so: libjvm.so libjvm.so libjvm.so > /usr/lib/jvm/java-8-openjdk/jre/lib/i386/libzip.so: libjvm.so libjvm.so libjvm.so > /usr/lib/jvm/java-8-openjdk/jre/lib/i386/libjava.so: libjvm.so libjvm.so > /usr/lib/jvm/java-8-openjdk/jre/lib/i386/libnet.so: libjvm.so libjvm.so libjvm.so > /usr/lib/jvm/java-8-openjdk/jre/lib/i386/libsctp.so: libjvm.so libjvm.so libjvm.so > /usr/lib/jvm/java-8-openjdk/jre/lib/i386/libunpack.so: libjvm.so libjvm.so libjvm.so > /usr/lib/jvm/java-8-openjdk/jre/lib/i386/libverify.so: libjvm.so > /usr/lib/jvm/java-8-openjdk/jre/lib/i386/libawt_xawt.so: libjvm.so libjvm.so libjvm.so > jdk8-openjdk (8.u181-1.0): > /usr/lib/jvm/java-8-openjdk/lib/i386/libjawt.so: libawt_xawt.so > libpurple (2.13.0-4.0): > /usr/lib/libpurple.so.0.13.0: libidn.so.11 > /usr/lib/purple-2/libjabber.so.0.0.0: libidn.so.11 > /usr/lib/purple-2/libxmpp.so: libidn.so.11 > iproute2 (4.18.0-1.4): > /usr/lib/tc/q_atm.so: libatm.so.1 > eog (3.28.3-1.0): > /usr/lib/eog/plugins/libreload.so: libeog.so > /usr/lib/eog/plugins/libstatusbar-date.so: libeog.so > /usr/lib/eog/plugins/libfullscreen.so: libeog.so > calibre (3.28.0-2.parabola1): > /usr/lib/calibre/calibre/plugins/podofo.so: libpodofo.so.0.9.5 > /usr/lib/calibre/calibre/plugins/icu.so: libicui18n.so.61 libicuuc.so.61 > /usr/lib/calibre/calibre/plugins/matcher.so: libicui18n.so.61 libicuuc.so.61 > epiphany (3.28.3.1-2.parabola1): > /usr/lib/epiphany/libephysync.so: libephymisc.so > frameworkintegration (5.50.0-1.0): > /usr/lib/kf5/kpackagehandlers/appstreamhandler: libpackagekitqt5.so.1 libAppStreamQt.so.2 > libsigrokdecode (0.5.1-1.0): > /usr/lib/libsigrokdecode.so.4.1.0: libpython3.6m.so.1.0 > totem-plparser (3.26.1-1.0): > /usr/lib/libtotem-plparser.so.18.1.2: libidn.so.11 > icedove (1:52.7.0-3): > /usr/lib/icedove/plugin-container: libxul.so libmozsandbox.so > /usr/lib/icedove/libprldap60.so: libldap60.so > /usr/lib/icedove/libxul.so: libldap60.so libprldap60.so libmozsandbox.so liblgpllibs.so libmozgtk.so > graphviz (2.40.1-13.0): > /usr/lib/graphviz/R/libgv_R.so: libR.so > grilo (0.3.6-1.0): > /usr/lib/libgrlpls-0.3.so.0.306.0: libidn.so.11 > sox (14.4.2-3.1): > /usr/lib/sox/libsox_fmt_opus.so: libopusfile.so.0 > python (3.7.0-3.0): > /usr/lib/python3.7/lib-dynload/_decimal.cpython-37m-i386-linux-gnu.so: libmpdec.so.2 > python-pyqt5 (5.11.3-1.par1): > /usr/lib/python3.7/site-packages/PyQt5/QtBluetooth.so: libQt5Bluetooth.so.5 > /usr/lib/python3.7/site-packages/PyQt5/QtWebSockets.so: libQt5WebSockets.so.5 > /usr/lib/python3.7/site-packages/PyQt5/QtNetworkAuth.so: libQt5NetworkAuth.so.5 > /usr/lib/python3.7/site-packages/PyQt5/QtSerialPort.so: libQt5SerialPort.so.5 > /usr/lib/python3.7/site-packages/PyQt5/QtNfc.so: libQt5Nfc.so.5 > libmagick6 (6.9.10.11-1.0): > /usr/lib/ImageMagick-6.9.10/modules-Q16HDRI/coders/dng.so: libraw_r.so.19 > /usr/lib/ImageMagick-6.9.10/modules-Q16HDRI/coders/exr.so: libIlmImf-2_3.so.24 > bctoolbox (0.6.0-2.0): > /usr/lib/libbctoolbox-tester.so.1.0.1: libbcunit.so.1 > deja-dup (38.0-1.0): > /usr/lib/deja-dup/tools/libduplicity.so: libdeja.so > /usr/lib/deja-dup/libwidgets.so: libdeja.so > python2-pyqt5 (5.11.3-1.par1): > /usr/lib/python2.7/site-packages/PyQt5/QtBluetooth.so: libQt5Bluetooth.so.5 > /usr/lib/python2.7/site-packages/PyQt5/QtWebSockets.so: libQt5WebSockets.so.5 > /usr/lib/python2.7/site-packages/PyQt5/QtNetworkAuth.so: libQt5NetworkAuth.so.5 > /usr/lib/python2.7/site-packages/PyQt5/QtSerialPort.so: libQt5SerialPort.so.5 > /usr/lib/python2.7/site-packages/PyQt5/QtNfc.so: libQt5Nfc.so.5 > iceweasel (1:61.0.2-1.parabola3): > /usr/lib/iceweasel/plugin-container: libxul.so > /usr/lib/iceweasel/libmozavcodec.so: libmozavutil.so > /usr/lib/iceweasel/libxul.so: libmozsandbox.so liblgpllibs.so libmozgtk.so > mate-utils (1.20.1-1.0): > /usr/lib/mate-dictionary-applet: libmate-panel-applet-4.so.1 > mlt (6.10.0-1.0): > /usr/lib/mlt/libmltopengl.so: libmovit.so.8 > kdegraphics-thumbnailers (18.08.1-1.1): > /usr/lib/qt/plugins/rawthumbnail.so: libraw.so.19 > plasma-workspace (5.13.5-1.0): > /usr/lib/qt/plugins/krunner_appstream.so: libAppStreamQt.so.2 > kio-extras (17.12.3-2.parabola1): > /usr/lib/qt/plugins/exrthumbnail.so: libIlmImf-2_2.so.22 > okular (17.12.3-1.parabola1): > /usr/lib/qt/plugins/okular/generators/okularGenerator_md.so: libmarkdown.so.2 > qca (2.1.3-1.0): > /usr/lib/qt/plugins/crypto/libqca-botan.so: libbotan-2.so.7 > kio (5.48.0-1.parabola1): > /usr/lib/qt/plugins/kf5/kio/help.so: libKF5DocTools.so.5 > /usr/lib/qt/plugins/kf5/kio/ghelp.so: libKF5DocTools.so.5 > qt5-base (5.11.1-3.1): > /usr/lib/qt/plugins/sqldrivers/libqsqltds.so: libsybdb.so.5 > frei0r-plugins (1.6.1-5.0): > /usr/lib/frei0r-1/facedetect.so: libopencv_xfeatures2d.so.3.4 > /usr/lib/frei0r-1/facebl0r.so: libopencv_xfeatures2d.so.3.4 > xine-lib (1.2.9-7.0): > /usr/lib/xine/plugins/2.7/xineplug_inp_vcd.so: libvcdinfo.so.0 > gmime3 (3.2.0-1.0): > /usr/lib/libgmime-3.0.so.0.200.0: libidn.so.11 > libmagick (7.0.8.12-1.0): > /usr/lib/ImageMagick-7.0.8/modules-Q16HDRI/coders/dng.so: libraw_r.so.19 > /usr/lib/ImageMagick-7.0.8/modules-Q16HDRI/coders/exr.so: libIlmImf-2_3.so.24 > openscenegraph (3.4.1-3.0): > /usr/lib/osgPlugins-3.4.1/osgdb_vnc.so: libvncclient.so.1 > postgresql (10.5-1.0): > /usr/lib/postgresql/hstore_plperl.so: libperl.so > /usr/lib/postgresql/plperl.so: libperl.so > gthumb (3.6.1-2.0): > /usr/lib/gthumb/extensions/libburn_disc.so: libidn.so.11 > /usr/lib/gthumb/extensions/libraw_files.so: libraw.so.19 > efl (1.21.1-1.0): > /usr/lib/evas/utils/evas_image_loader.raw: libraw.so.19 > _______________________________________________ > Dev mailing list > Dev at lists.parabola.nu > https://lists.parabola.nu/mailman/listinfo/dev -- Want to send me an encrypted reply? Click here: https://hawkpost.co/box/e414d311-bd6a-4429-8e9e-6a690d5ad034 The rest of my contact details are at: http://freemor.ca/contact -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: From GNUtoo at cyberdimension.org Tue Oct 30 16:31:19 2018 From: GNUtoo at cyberdimension.org (Denis 'GNUtoo' Carikli) Date: Tue, 30 Oct 2018 17:31:19 +0100 Subject: [Dev] git push access Message-ID: <20181030173103.161a3463@primary_laptop.localdomain> Hi, Today, Bill Auger proposed me (on the #parabola IRC channel on Freenode) to become a Parabola developer. I'm already did several PKGBUILDs and I'm used to that kind of packaging (I've years of experience in openembedded/yocto). Lately I've worked on improving debootstrap PKGBUILDS in Parabola, and being able to merge the improvements myself would be more efficient than having to rely on other developer's time to do it. I still need to learn Parabola specific workflow (with libretools) but this is well documented in the wiki[1]. References: ----------- [1]https://wiki.parabola.nu/Package_maintainer_guide Denis. -------------- next part -------------- A non-text attachment was scrubbed... Name: id_ed25519.pub Type: application/vnd.ms-publisher Size: 132 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: FB31DBA3AB8DB76A4157329F7651568F80374459.key Type: application/x-iwork-keynote-sffkey Size: 18011 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From lukeshu at lukeshu.com Wed Oct 31 17:26:54 2018 From: lukeshu at lukeshu.com (Luke Shumaker) Date: Wed, 31 Oct 2018 13:26:54 -0400 Subject: [Dev] git push access In-Reply-To: <20181030173103.161a3463@primary_laptop.localdomain> References: <20181030173103.161a3463@primary_laptop.localdomain> Message-ID: <87va5i6n8h.wl-lukeshu@lukeshu.com> On Tue, 30 Oct 2018 12:31:19 -0400, Denis 'GNUtoo' Carikli wrote: > Hi, > > Today, Bill Auger proposed me (on the #parabola IRC channel on Freenode) > to become a Parabola developer. > > I'm already did several PKGBUILDs and I'm used to that kind of > packaging (I've years of experience in openembedded/yocto). > > Lately I've worked on improving debootstrap PKGBUILDS in Parabola, and > being able to merge the improvements myself would be more efficient > than having to rely on other developer's time to do it. > > I still need to learn Parabola specific workflow (with libretools) but > this is well documented in the wiki[1]. > > References: > ----------- > [1]https://wiki.parabola.nu/Package_maintainer_guide > > Denis. /me is genuinely surprised you didn't have access already. If no one else does it first, and no one has any objections, I'll add you when I get home from work tonight. Ping me on IRC to make sure I don't forget :) -- Happy hacking, ~ Luke Shumaker From libre at josealberto4444.com Wed Oct 31 18:07:53 2018 From: libre at josealberto4444.com (=?UTF-8?Q?Jos=C3=A9_Alberto?=) Date: Wed, 31 Oct 2018 19:07:53 +0100 Subject: [Dev] Issues with your-initfreedom Message-ID: Hi, New parabola user here, after several years on Arch. I installed parabola using the openrc cli complete iso. After that, I added nonsystemd repo and tried to install your-initfreedom. It says that it conflics with {,lib}systemd-dummy, but those are required for essential things like, for example, device-mapper. Also, they are dummy empty packages. Isn't this a bug in your-initfreedom package? I can patch it, but I'd need some guidance. If it's not a bug, how can I solve it? Thanks! From bill-auger at peers.community Wed Oct 31 18:49:41 2018 From: bill-auger at peers.community (bill-auger) Date: Wed, 31 Oct 2018 14:49:41 -0400 Subject: [Dev] Issues with your-initfreedom In-Reply-To: References: Message-ID: <20181031144941.31b2844e@debian> referred to issue #2030 https://labs.parabola.nu/issues/2030