-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wxWidgets Survey (January 2024) #5099
Conversation
❌ Job completed on Yerus (amd64) Time elapsed: 1695.15s |
❌ Job completed on eleventh (arm64) Time elapsed: 4190.36s |
❌ Job completed on Yerus (amd64) Time elapsed: 2804.60s |
❌ Job completed on Mio (arm64) Time elapsed: 6843.56s |
❌ Job completed on PowerNV (ppc64el) Time elapsed: 10828.28s |
❌ Job completed on Taple (mips64r6el) Time elapsed: 12946.61s |
❌ Job completed on PorterAlePro (mips64r6el) Time elapsed: 5117.38s |
❌ Job completed on ybsbny (loongson3) Time elapsed: 16320.56s |
❌ Job completed on MagmaCube (riscv64) Time elapsed: 23260.97s |
❌ Job completed on PowerNV (ppc64el) Time elapsed: 10250.13s |
❌ Job completed on Resonance (loongson3) Time elapsed: 15790.90s |
❌ Job completed on MagmaCube (riscv64) Time elapsed: 23887.39s |
76e252f
to
1ae0db2
Compare
❌ Job completed on PowerNV (ppc64el) Time elapsed: 2794.22s |
❌ Job completed on Yerus (amd64) Time elapsed: 4370.33s |
❌ Job completed on Taple (mips64r6el) Time elapsed: 11408.56s |
❌ Job completed on eleventh (arm64) Time elapsed: 15628.62s |
❌ Job completed on Resonance (loongson3) Time elapsed: 22943.64s |
❌ Job completed on MagmaCube (riscv64) Time elapsed: 31313.84s |
1ae0db2
to
4e8e4f3
Compare
❌ Job completed on Yerus (amd64) Time elapsed: 4494.68s |
❌ Job completed on PorterAlePro (mips64r6el) Time elapsed: 8324.01s |
❌ Job completed on eleventh (arm64) Time elapsed: 14717.62s |
❌ Job completed on PowerNV (ppc64el) Time elapsed: 15004.42s |
4e8e4f3
to
81a4e0d
Compare
❌ Job completed on Yerus (amd64) Time elapsed: 6223.56s |
❌ Job completed on PorterAlePro (mips64r6el) Time elapsed: 8926.29s |
- Drop wxgtk and wxgtk2 from deps. - Remove build script and set ABTYPE=dummy.
- Re-enable shadow build. - Explicitly set ABTYPE=autotools. - FIXME: NOLTO=1 warning: relocation against `p11_forkid' in read-only section `.text'
- Adjust configuration options. [^1] - Remove outdated options. - Explicitly enable DNSSEC/DANE support. - Enable tpm support on all architectures. - Enable kTLS. - Enable certificate compression with zlib, brotli and zstd. - Adjust PKGDEP accordingly. [^2] - Remove unnecessary '-ldl' from LDFLAGS. - Enable libidn2 support. - Cleanup stage2 definitions. - Re-enable parallel compilation and shadow build. - Update patch for ppc64el IEEE long double compatibility. - Explicitly set ABTYPE=autotools. [^1]: https://src.fedoraproject.org/rpms/gnutls/blob/rawhide/f/gnutls.spec [^2]: https://gitlab.com/gnutls/gnutls/-/blob/9f83d394f28018986460e8ff1eb5d547dbc5f2db/INSTALL.md
- Switch to git source. - Build against wxgtk3 instead of wxgtk2. - Explicitly set ABTYPE=cmakeninja. - Re-enable shadow build.
- Convert CRLF line endings to LF. - Steal patchset from Debian.
- Use git SRCS. - Explicitly set ABTYPE to cmakeninja. The upstream switched to CMake in this release.
- Rebuild for wxWidgets 3.2.4. - Adjust PKGDEP and CMAKE_AFTER according to upstream documentation [^1]. - Explicitly set ABTYPE to cmakeninja. [^1]: https://github.com/audacity/audacity/blob/master/BUILDING.md
- Use wxgtk3 instead of wxgtk2. - Remove wx-base from PKGDEP. - Explicitly set ABTYPE=autotools. - Re-enable shadow build and LTO. - Use tmpfiles.d and sysusers.d for amuled user creation. - Steal patch from Debian for fixing wxWidgets 3.2 support.
- Use wxgtk3 instead of wxgtk2. - Explicitly set ABTYPE=autotools. - Re-enable shadow build and parallel compilation.
- Replace wxgtk2 with wxgtk3 in PKGDEP. - Replace wxpython-phoenix with wxpython in PKGDEP. - Add patch to fix runtime error when KiCad was launched with non-ASCII character in $HOME. - Add patch to fix confusing zh_CN localization string in the plugin updater dialog. - Adjust CMake options, remove outdated option.
- Rebuild for wxgtk3 3.2.4. - Use /usr/bin/wx-config-gtk3 as WX_CONFIG binary. - Add llvm to BUILDDEP. SpiderMonkey's build system requires llvm-objdump.
- Switch git src to https://github.com/TypesettingTools/Aegisub. Aegisub/Aegisub is no longer active and itself is a fork of TypesettingTools/Aegisub. - Explicitly set ABTYPE=meson and re-enable shadow build. - Add patch for icu 64 support. - FIXME: Use system luajit once we enable lua 5.2 compat. - FIXME: "terminate called without an active exception" on architectures other than amd64.
- Rebuild for wxgtk3 3.2.4. - Explicitly set ABTYPE=autotools. - Remove outdated patch 0003-boinc-AM_CONDITIONAL.patch
- Rebuild for wxgtk3 3.2.4. - Explicitly set ABTYPE=cmakeninja. - Switch to git SRCS. - Set -DCMAKE_SKIP_RPATH=OFF to fix RPATH issue.
- Rebuilding because several symbols are missing in the loongson3 stable package. - Disable parallel compilation on ARM64 due to memory constraint. - Explicitly set ABTYPE=cmakeninja.
- Rebuild for wxgtk3 3.2.4. - Re-format CMAKE_AFTER as a single string. - Explicitly set ABTYPE=cmakeninja. - Add texlive to BUILDDEP, required for generating documentations.
- Rebuild for wxgtk3 3.2.4. - Add patch to fix compilation with wxwidgets 3.2.4. - Explicitly set ABTYPE=cmakeninja.
- Rebuild for wxgtk3 3.2.4. - Remove unnecessary prepare script. - Explicitly set ABTYPE=autotools. - Re-enable shadow build.
- Add patches for fixing compilation and crash with wxgtk3 3.2.4. - Use anitya for CHKUPDATE. - Explicitly set ABTYPE=cmakeninja. Co-Authored-By: Icenowy Zheng <[email protected]>
- Remove outdated patches. - Switch to git SRCS. - Explicitly set ABTYPE=cmakeninja.
- FIXME: Add /usr/bin/core_perl to PATH for finding pod2man.
- Rebuild for wxgtk3 3.2.4. - Remove unnecessary prepare files. - Explicitly set ABTYPE=cmakeninja.
- Explicitly set ABTYPE=autotools. - Update PKGBREAK as sover changed. - Remove USECLANG=1. FTBFS with clang on loongson3.
- Remove unnecessary prepare script. - Remove unnecessary beyond script. - Explicitly set ABTYPE=autotools. - Remove USECLANG=1. FTBFS with clang on loongson3. - Increase maximum text width on the about dialog for better usability on low resolution screens.
- Switch to git source. - Explicitly set ABTYPE=self. - Adjust PKGDEP according to upstream documentation. - Replace all version placeholders with the actual version number.
bf4d349
to
916e8cd
Compare
Topic Description
Package(s) Affected
Security Update?
No
Build Order
Test Build(s) Done
Primary Architectures
amd64
arm64
Secondary Architectures
loongson3
mips64r6el
ppc64el
riscv64