Sebastien Marie

Results 45 comments of Sebastien Marie

@falsifian what is the OpenBSD version you use ? OpenBSD 7.3 ? -current ? what is the output of `sysctl -n kern.version`. are you able to rebuild the `sysutils/bupstash` port...

thanks. I am able to reproduce. with your reproducer, I have the following output (I added `set -x`): ``` $ sh ./test.sh + mkdir bug + cd bug + mkdir...

I bisected `bupstash get --pick` problem to 5be2c885b5c4d6904291a7d2d6e406421b90d38f (as first bad commit). it seems related to `--pick` usage: when using `bupstash get` (without --pick) and extracting the tarball, you get...

A simple way to accomodate could be to having a codegen option `extra_extension` that do similary job than `extra_filename` option, but after the extension ? Packagers will be able to...

a Tier-3 platform means that rust project doesn't build or test anything for OpenBSD. so there is no component to download on rust servers.

it isn't the better moment to build beta currently. it requires a 1.77.0 (stable) compiler which was commited in openbsd ports tree only few hours ago. could you ensure that...

using -current ports tree on 7.4 system isn't a supported configuration. for example, for building lang/rust, it is using binary bootstrap build for -current, and the binaries isn't necessary compatible...

> @dhuseby If I remember, rustc can't compile itself on 32-bits platforms. It works well. I am building all bootstraps natively, and it is also how OpenBSD is producing the...

closing. building is expected to be done on OpenBSD -current version.

(OpenBSD dev here), from OpenBSD point of vue, it LGTM.