gyptazy.ch is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Admin email
contact@gyptazy.ch
Admin account
@gyptazy@gyptazy.ch

Search results for #packages

Felix Palmen »
@zirias@mastodon.bsd.cafe

@vi @fluxwatcher @mms While "do not mix" and remains a sane recommendation, it doesn't mean it's impossible to do. All ports do is build (and install) packages. Because they are built a) with different options and b) from different states of the ports tree, "mixing" comes with lots of pitfalls, you'll easily end up with a broken installation.

There's a perfectly safe way to avoid building *everything*: Use poudriere-devel and configure it to fetch packages. It has several checks (version, dependencies, selected options ...) to make sure to only include fetched packages into your repo that perfectly match what you're building.

adingbatponder »
@adingbatponder@fosstodon.org

Does using and its in with e.g. make the installed available as icons on the when the user, for whom the packages & home manager has been set up, logs into the machine? Or is it only available on the command line of that user? (I mean the process shown in this video which is command line only )
tech.aufomm.com/my-nix-journey

Felix Palmen 📯 »
@zirias@techhub.social

@txt_file You shouldn't install and (try to) use a mix of from different sources (locally built vs official pkgs) ... but doing `pkg install git-tiny` and later update that from won't hurt. Another bootstrap option is to just fetch and extract the `ports.txz` snapshot that's created with every release.

When you're new to , are you sure you need to build yourself at all? Using official packages is recommended unless you have an actual need to customize build-time options ... or, of course, there are no packages for your target architecture.

0 ★ 0 ↺

gyptazy »
@gyptazy@gyptazy.ch

You can find some newer packages for (which is used by the board) than the 2022 snapshot old ones for on https://gyptazy.ch. But you can also grab my whole QEMU image to build it yourself or just spawn up a with static (qemu-riscv64-static) by running:

mmdebstrap --architectures=riscv64 --aptopt='Acquire::Check-Valid-Until "false"' --include="debian-ports-archive-keyring" sid /srv/riscv64-chroot "deb [trusted=yes] https://snapshot.debian.org/archive/debian-ports/20220616T194833Z unstable main"

cp /usr/bin/qemu-riscv64-static /srv/riscv64-chroot/usr/bin/

chroot /srv/riscv64-chroot/ qemu-riscv64-static /bin/bash


Tags: