summaryrefslogtreecommitdiff
path: root/libre/pacman/pacman.conf.i686
AgeCommit message (Collapse)Author
2022-07-08[pacman]: disable unused include directive in pacman.confbill-auger
2022-04-28[pacman]: upgrade to v6.0.1bill-auger
also: * added keyring update openrc service file * add dummy.conf empty.conf and the remaining changes were mainly to minimize the diff against arch
2022-04-28[pacman]: revert previous WIP changebill-auger
2022-04-23[pacman]: documentation for previous changebill-auger
2022-04-22[pacman]: allow pacstrap to create cross-arch chrootsbill-auger
2022-01-06pacman: hardcode the architecture in pacman.conf to avoid breaking systemsDenis 'GNUtoo' Carikli
Without that fix, when creating a chroot with the following commands on Parabola x86_64, the resulting chroot is 64bit: # mkdir rootfs # pacstrap -C /usr/share/pacman/defaults/pacman.conf.i686 ./rootfs/ # file rootfs/usr/bin/pacman rootfs/usr/bin/pacman: ELF 64-bit LSB pie executable, x86-64, [...] In addition, if we run Parabola i686 on an x86_64 computer with linux-libre-64, and that we try to install packages (after pacman -Sy), some packages will refuse to be installed because they have dependencies on 64bit libraries packages while we have 32bit ones instead: # pacman -S e2fsprogs resolving dependencies... looking for conflicting packages... error: failed to prepare transaction (could not satisfy dependencies) :: installing e2fsprogs (1.46.5-1) breaks dependency 'libss.so=2-32' required by krb5 :: installing e2fsprogs (1.46.5-1) breaks dependency 'libcom_err.so=2-32' required by krb5 but packages without such dependencies (like xterm or coreutils) can be installed without warnings and we end up with non-working packages: # pacman -S xterm [the installation proceeds] # file /usr/bin/xterm /usr/bin/xterm: ELF 64-bit LSB pie executable, x86-64, [...] # xterm bash: /usr/bin/xterm: No such file or directory So it's a good idea to hardcode the architecture by default. The Arch Linux 32 installer uses auto to auto-detect the CPU currently in use to select matching repositories. But in Parabola, for x86 32bit we only have one i686 repository and no pentium4 or i586. In addition, all the Parabola installers don't depend on auto (the multi architecture installer has two complete Parabola systems, one for i686 and one for x86_64, so it doesn't need auto). Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-06-01pacman-6.0.0-2.parabola1: updating versionOmar Vega Ramos
2021-01-12[pacman][pacman-mirrorlist]: housekeepingbill-auger
2020-01-10[pacman]: better alignmemt of pacman.conf(s) comments with archbill-auger
2019-11-07[pacman]: add 'nonsystemd' and 'kernels' repos to pacman.confbill-auger
2019-11-07[pacman]: consolidate notes, elaborate on special repos, system sanity in ↵bill-auger
pacman.conf
2019-10-23pacman-5.2.0-2.parabola1: updating version (2)Omar Vega Ramos
2019-03-01[pacman] upgradebill-auger
2018-08-26libre/pacman: default config: Load modular configuration filesLuke Shumaker
https://lists.parabola.nu/pipermail/dev/2017-December/006177.html
2018-01-25libre/pacman: fixed XferCommand lines as per ↵Andreas Grapentin
https://labs.parabola.nu/issues/1136
2016-10-23pacman-5.0.1-4.parabola2: enable [pcr] by default -> ↵André Fabian Silva Delgado
https://lists.parabola.nu/pipermail/dev/2016-October/004528.html
2016-02-23pacman-5.0.0-1.parabola2: sychronize filesystem and revert close stdin ↵André Fabian Silva Delgado
before running install scripts for armv7h; fix nonprism repos in pacman.conf files
2016-02-01pacman-5.0.0-1.parabola1: updating versionAndré Fabian Silva Delgado
2014-12-15pacman-4.1.2-7.parabola2: include template for [nonprism] repo in ↵André Fabian Silva Delgado
/etc/pacman.conf before any other repos -> https://labs.parabola.nu/issues/610
2014-11-25pacman-4.1.2-7.parabola1: fix gnupg 2.1 issueAndré Fabian Silva Delgado
2014-11-10pacman: change desc in pacman.conf.*coadde [Márcio Alexandre Silva Delgado]
2014-09-01change pacman-parabola to pacmancoadde [Márcio Alexandre Silva Delgado]
2014-08-25pacman-parabola: add parabola suffix for the packageAndré Fabian Silva Delgado
2013-04-05pacman: update configuration for 4.1, remove untested rePKGBUILD.Michał Masłowski
2013-04-05Pacman 4.1Nicolás Reynolds