close
    • chevron_right

      TeX Live package reorganization

      news.macaw.me / Archlinux News · Sunday, 18 June - 09:14

    Starting from version 2023.66594-9, TeX Live packages have been reorganized to mirror upstream collections. Even though the new texlive-basic replaces the old texlive-core , many of the texlive-core contents (including language specific files) are now split between different packages. To find out which Arch package contains a specific CTAN package, you can use the tlmgr utility, eg.

    $ tlmgr info euler | grep collectioncollection:  collection-latexrecommended

    which means the euler CTAN package is contained in texlive-latexrecommended . You may also use pacman -F to query for specific files.

    A new metapackage texlive-meta is available to install all subpackages (except for language specific ones), and the new texlive-doc package provides the full documentation for offline use.

    • wifi_tethering open_in_new

      This post is public

      archlinux.org /news/tex-live-package-reorganization/

    • chevron_right

      OpenBLAS >= 0.3.23-2 update requires manual intervention

      news.macaw.me / Archlinux News · Wednesday, 14 June - 20:27

    The openblas package prior to version 0.3.23-2 doesn't ship optimizedLAPACK routine and CBLAS/LAPACKE interfaces for compatibility. Thisdecision has been reverted now, and the ability to choose a differentdefault system BLAS/LAPACK implementation while keeping openblasinstalled is now provided to allow future co-installation of BLIS,ATLAS, etc.

    The default BLAS implementation will be used for most packages likeNumPy or R. Please install "blas-openblas" and "blas64-openblas" to makeOpenBLAS the default BLAS implementation, just like the old behavior.

    Unfortunately you will get errors on updating if you currently haveOpenBLAS installed as the default BLAS implementation:

    error: failed to prepare transaction (could not satisfy dependencies):: installing openblas (0.3.23-2) breaks dependency 'blas' required by cblas:: installing openblas (0.3.23-2) breaks dependency 'blas' required bylapack

    Please append your preferred default BLAS implementation to the regular-Syu command line to get around it. For example:

    pacman -Syu blas-openblas

    or

    pacman -Syu blas
    • wifi_tethering open_in_new

      This post is public

      archlinux.org /news/openblas-0323-2-update-requires-manual-intervention/

    • chevron_right

      Git migration completed

      news.macaw.me / Archlinux News · Sunday, 21 May - 11:14 · 1 minute

    We are proud to announce that the migration to Git packaging succeeded! 🥳

    Thanks to everyone who has helped during the migration!

    Package sources are now available on GitLab . Note that the bugtracker is still flyspray and that merge requests are not accepted as of now. We intend to open the issue tracker and merge requests on the Gitlab package repos in the near future.

    Mirrors are syncing again, but it may take a bit of time until your mirror of choice has caught up.

    For users

    Update your system and merge the pacman pacnew /etc/pacman.conf.pacnew file. This is required as we have moved the [community] repository into [extra] .

    $ pacman -Syu "pacman>=6.0.2-7"`

    For users of the now deprecated asp tool, you will need to switch to pkgctl :

    $ pacman -Syu "devtools>=1:1.0.0-1"$ pkgctl repo clone linux

    For some more detailed instructions on how to obtain PKGBUILDs see the corresponding wiki article .

    For packagers

    Before starting, first uninstall devtools-git-poc and remove any repos from your filesystem that you cloned during the git proof-of-concept testing.

    Make sure you have both, an updated devtools and pacman on your system:

    $ pacman -Syu "devtools>=1:1.0.0-1" "pacman>=6.0.2-7"`

    Additionally clean up old chroots in /var/lib/archbuild/

    $ rm -rf /var/lib/archbuild/# or optionally, use the --clean option for pkgctl build *ONCE*$ pkgctl build --clean

    For instruction on how to use pkgctl , please take a look at the "How to be a packager" wiki article and also consult the man page of each subcommand for further information:

    $ man pkgctl-build$ man pkgctl-repo-clone
    • wifi_tethering open_in_new

      This post is public

      archlinux.org /news/git-migration-completed/

    • chevron_right

      Git migration announcement

      news.macaw.me / Archlinux News · Monday, 15 May - 19:50 · 1 minute

    This Friday morning (2023-05-19) the Git packaging migration will start until Sunday (2023-05-21). The Arch Linux packaging team will not be able to update packages in any of the repositories during this period.

    Notification when the migration starts, and when it is completed, will be published on the [arch-dev-public] mailing list.

    How does this impact Arch Linux users?

    The [testing] repository will be split into [core-testing] and [extra-testing] , the [staging] repository will be split into [core-staging] and [extra-staging] . The [community] repository will be merged into [extra] and will therefore be empty after the migration.

    All affected repositories will be provided as empty repositories for a transition period after the migration. For regular users, this means that everything works as before.

    Note: After the migration is done, users that have the testing repositories enabled need to include the new repositories ( [core-testing] and [extra-testing] instead of [testing] ) in their pacman.conf before updating their system.

    Other changes:

    • SVN access is discontinued and will dissappear.
    • The svn2git mirror will no longer be updated.
    • asp , which relies on the svn2git mirror, will stop working. It is replaced by pkgctl repo clone .

    How does this impact Arch Linux tier 1 mirrors?

    During the migration rsync and HTTP access will be shut down. We will send an email notification to arch-mirrors once everything has been finished.

    How does this impact Arch Linux packagers?

    Packagers will not be able to patch and update their packages. The internal Tier 0 mirror is also going to be disabled for the duration of this migration.

    • wifi_tethering open_in_new

      This post is public

      archlinux.org /news/git-migration-announcement/

    • chevron_right

      Switch to the base-devel meta package requires manual intervention

      news.macaw.me / Archlinux News · Sunday, 12 February, 2023 - 14:43

    The base-devel package group has recently been replaced by a meta package of the same name.
    People that had the base-devel package group installed (meaning people that installed base-devel before February 2nd) have to explicitly re-install it to get the new base-devel package installed on their system:

    pacman -Syu base-devel

    • wifi_tethering open_in_new

      This post is public

      archlinux.org /news/switch-to-the-base-devel-meta-package-requires-manual-intervention/

    • chevron_right

      PHP 8.2 update and introduction of legacy branch

      news.macaw.me / Archlinux News · Friday, 13 January, 2023 - 14:46

    The php packages have been updated to the latest version 8.2. Inaddition to this, a new set of php-legacy packages have beenintroduced. These will follow the oldest but still actively supportedPHP branch. This enables users to install the latest version but alsointroduces the option to use third party applications that might relyon an older version. Both branches will be kept up to date followingour rolling release model. php and php-legacy can be installed at thesame time as the latter uses a -legacy suffix for its binaries andconfiguration files.

    In addition to this, the php7 packages have been removed as theyreached end of life. The imap extension will no longer be provided asit relies on the c-client library which has been abandoned for manyyears.

    • wifi_tethering open_in_new

      This post is public

      archlinux.org /news/php-82-update-and-introduction-of-legacy-branch/

    • chevron_right

      In memory of Jonathon Fernyhough

      news.macaw.me / Archlinux News · Thursday, 12 January, 2023 - 12:12

    Arch Linux mourns the sudden loss of Jonathon Fernyhough, known in our community as jonathon , who passed away on Saturday night.

    Jonathon was an active participant and contributor to Arch Linux, several derived distributions, the AUR and through personal repositories. He was enthusiastic, helpful and eager to contribute towards improving the free and open source software community as a whole.

    On behalf of the wider Arch Linux community, our condolences go out to his family and friends.

    • wifi_tethering open_in_new

      This post is public

      archlinux.org /news/in-memory-of-jonathon-fernyhough/

    • chevron_right

      Removing python2 from the repositories

      Jelle van der Waa · news.macaw.me / Archlinux News · Friday, 23 September, 2022 - 08:42

    Python 2 went end of life January 2020. Since then we have been actively cutting down the number of projects depending on python2 in our repositories, and we have finally been able to drop it from our distribution. If you still have python2 installed on your system consider removing it and any python2 package.

    If you still require the python2 package you can keep it around, but please be aware that there will be no security updates. If you need a patched package please consult the AUR, or use an unofficial user repository .

    • wifi_tethering open_in_new

      This post is public

      archlinux.org /news/removing-python2-from-the-repositories/

    • chevron_right

      Arch Linux mailing list changes

      Kristian Klausen · news.macaw.me / Archlinux News · Friday, 16 September, 2022 - 13:11

    As part of dropping Python 2 which is EOL, we have migrated our mailing lists from mailman2 to mailman3.

    Rewriting of the "From" header and subject (to prepend the list name) have been disabled to keep the DKIM signature intact. This means " reply to mailing list " must be used when replying to the list and you may need to update your filters and rules matching the "From" header.

    All existing subscriptions are migrated and you do not need to re-subscribe. For managing your subscriptions a new mailman3 account must be registered .

    • wifi_tethering open_in_new

      This post is public

      archlinux.org /news/arch-linux-mailing-list-changes/