Gleb Popov

Results 54 issues of Gleb Popov

Hey @sec and @Thefrank The dotnet port fails on some occasions when building on FreeBSD cluster due to 7200 timeout rule: https://pkg-status.freebsd.org/beefy22/data/140amd64-default/50625859d806/logs/dotnet-8.0.6.log Is it possible to make the build more...

I got used to pressing Ctrl+D in shells (as well as `patch`, `python`, etc.) so I always stumble upon this when working in `tgpt -i`. Can you please make it...

The introduced MERGETOOL config option expects a value in form "/path/to/program %b %l %r %o" where * "%b" is the file containing the original config shipped by the previous version...

Specifically, this makes `/dev/zfs` available in the jail so that `zfs list` do not return error.

Currently Poudriere makes no use of `/etc/devfs.rules`, but instead add rules on the fly in `common.sh:do_jail_mounts`. I want to pass through the `/dev/zfs` device into the jail and there is...

Feature_Request

Rationale for the change: We at $WORK are using Poudriere as a part of the CI process. For a selected set of ports we define `WITH_TESTING_PORTS`, which makes the `test`...

`src/share/poudriere/jail.sh` contains following code in the `install_from_src()` function: ``` if [ ${BUILD} -eq 0 ]; then setup_build_env installworld else buildworld installworld if [ ${BUILD_PKGBASE} -eq 1 ]; then build_pkgbase fi...

bug
pkgbase

- [X] Checked for duplicates ### Describe the bug After compiling from source and running `cling` I immediately get an "Assertion failed" crash: ``` Assertion failed: (!InsertNS->FindHandler(Handler->getName()) && "Pragma handler...

bug

Hey Dub team. I'm looking into integrating Dub into FreeBSD Ports framework to allow creating ports for D software. FreeBSD Ports require all distribution files making up a build to...

**Describe the bug** This is a regression starting with 3.14. The bug is not present in 3.12. Compiling `ghc-lib-parser` as a dependency of a project fails with ``` compiler/GHC/Parser/PostProcess/Haddock.hs:72:1: error:...

type: bug
blocked: upstream