Bryan Drewery
Bryan Drewery
I thought this was fixed. I would consider it a blocker for pkgbase. > pkg upgrade ... [435/493] Reinstalling linux_base-c6-6.8... sysctl: unknown oid 'compat.linux.osrelease' linuxulator is not (kld)loaded, exiting pkg:...
#1829 got me thinking about this. For Poudriere to not rebuild packages when there's no PORTREVISION bump to change the `deps{version}` means the naive way of repackaging them will always...
I propose that we don't create these files if they match the existing file. ``` # ls -al postfix-relay* system* is_multiuser* -r-------- 1 root wheel 473 Jun 7 23:29 is_multiuser...
For _provides_ we should record the path the library was stored in. For _required_ we should record the _RPATH_ the binaries are looking in. For the solver we should not...
Installed packages to be REMOVED: libevent-1.4.14b_3 New packages to be INSTALLED: libevent2: 2.0.21_2 It would be great if this were something like: Installed packages to be REPLACED: libevent-1.4.14b_3 -> libevent2:...
``` commit f7e1a3fa5073cbd53a4661d7070d67becdbb130c Author: Baptiste Daroussin Date: Wed Mar 18 13:55:39 2020 +0100 Fix bad path in error message Reported by: antoine diff --git libpkg/pkg_ports.c libpkg/pkg_ports.c index 0fa984c5..e48e184d 100644 ---...
`pkg autoremove` has no clean way to get the list of packages for scripting uses. I had wanted to save all shared libraries for the packages removed from that so...
These need noglob fixing. `PACKAGE_FETCH_BLACKLIST`, `PRIORITY_BOOST`, `PACKAGE_FETCH_WHITELIST`, `ALLOW_NETWORKING_PACKAGES`. Can you fix those too please? _Originally posted by @bdrewery in https://github.com/freebsd/poudriere/pull/987#issuecomment-1159349012_
``` [00:00:59] Warning: origin_has_pkgbase: editors/emacs@canna originspec-pkgname failure [00:00:59] Warning: origin_has_pkgbase: editors/vim@gtk2 originspec-pkgname failure [00:01:00] Warning: origin_has_pkgbase: editors/emacs@canna originspec-pkgname failure [00:01:00] Warning: origin_has_pkgbase: editors/vim@gtk2 originspec-pkgname failure ``` main branch 93788721e1950bd83d9a833d8f23b9f6d55efb98. branch...