Stas Sergeev

Results 1352 comments of Stas Sergeev

@Baron-von-Riedesel are you aware of any particular caveats in win30? Does it work properly under hdpmi?

In standard or enhanced mode.

Why the log is here and not in #1475? This one is about Leap builds (which do not work).

It is likely possible because the only problematic part is djgpp, which is a build-time dep.

djgpp is now maintained by @jwt27 so maybe he can provide the leap builds. The problem was IIRC that leap doesn't support /usr/libexec dir and no such macros in its...

https://build.opensuse.org/package/live_build_log/home:stsp2/build-gcc/openSUSE_Leap_15.3/x86_64 ``` [ 1670s] build-gcc-1620588549.ff7f43d-lp153.9.1.x86_64.rpm: directories not owned by a package: [ 1670s] - /usr/libexec ``` I think I tried to "own" the entire `/usr/libexec` but then that was failing...

> If necessary, you can configure both with --libexecdir= and --exec-prefix=. Yes but that would require the different specs. Or maybe its possible to check the distro in a spec...

> You can set --libexecdir=/usr/lib for both Fedora and openSUSE I think. Fedora and OpenSUSE have different specs. Its just that opensuse tumbleweed has proper libexec support and leap -...

I don't have opensuse around. But on fedora I have: ``` Using built-in specs. COLLECT_GCC=/usr/bin/gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/11/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-redhat-linux Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared...

That seems to work, thanks. So I published the leap builds now. Had to switch from gcc to clang, as gcc on leap doesn't build dosemu2 for whatever reason. This...