Matthias Fechner
Matthias Fechner
Dear all, I currently try to make a package for FreeBSD for gocryptfs (github.com/rfjakob/gocryptfs). But while compiling it, I see error messages like: ``` # github.com/hanwen/go-fuse/v2/fuse vendor/github.com/hanwen/go-fuse/v2/fuse/types.go:557:2: undefined: Attr vendor/github.com/hanwen/go-fuse/v2/fuse/types.go:585:2:...
I think that the TenantModule is missing: ``` ... imports: [CommonModule], providers: [ { provide: HTTP_INTERCEPTORS, useClass: TenantInterceptor, multi: true } ] ```
This fixes the build for FreBSD 13.2, 13.3, 14.0 and maybe also for 15. ``` linking shared-object pg_query/pg_query.so ld: error: version script assignment of 'global' to symbol '_Init_pg_query' failed: symbol...
Files are world writeable. Can you please remove the world writeable flag? Thanks.
I just create a xva file from a xenserver 6.2 untared it and execute: ``` python2 xenmigrate_new.py -c Ref\:32/ test.img ``` Bit I get the error message: ``` xenmigrate 0.7.4...
Hi, I currently work on upgrading gitlab on FreeBSD and Gitlab switched with version 17.2 to sass-embedded. But If I try to create the gem, I get the following error:...
Fixes https://github.com/gotify/server/issues/695 To test this modification: ``` (cd ui && yarn) (cd ui && yarn build) go run . (cd ui && yarn start) ``` Now access the address `yarn...
**Is your feature request related to a problem? Please describe.** The current build tools of the UI are very outdated and are making problem with newer versions of nodejs. Related...