Bug#1098847: meli :FTBFS:build failed (error[E0063]: missing field `modifiers`)

2025-02-24 Thread Yue Gui
ta -L native=/usr/lib/riscv64-linux-gnu -L native=/usr/lib/riscv64-linux-gnu` (exit status: 1) dh_auto_build: error: /usr/share/dh-rust/bin/cargo build returned exit code 101 make: *** [debian/rules:16: binary-arch] Error 25 dpkg-buildpackage: error: debian/rules binary-arch subprocess returned exit status 2 ``` The full buildd log is here: https://buildd.debian.org/status/fetch.php?pkg=meli&arch=riscv64&ver=0.8.10%2Bdfsg-2%2Bb1&stamp=1740301953&raw=0 My solution to this issue: The error is caused by the modifiers field in the structure being a required field in the newer version of the IMAP library. My solution is to provide a default value to fill in this field.I have tested that locally,and it works well .The debpatch is in the attachment.Please let me know whether this solution can be accepted. Gui-Yue Best Regards fix_meli_build_failed_on_riscv64.patch Description: Binary data

Bug#1098501: haskell-gi-vte :FTBFS:build failed ( Could not load module ‘GI.GdkPixbuf.Objects.Pixbuf’)

2025-02-21 Thread Yue Gui
epends list in gi-vte.cabal.I have tested that locally, and it works well.The debpatch is in the attachment. Please let me know whether this solution can be accepted. Gui-Yue Best Regards fix_haskell-gi-vte_build_failed_onriscv.patch Description: Binary data

Bug#1095672: g10k :FTBFS:build failed ( -race is not supported on linux/*)

2025-02-10 Thread Yue Gui
ce" flag is only supported on amd64, arm64, ppc64el, and s390x. Therefore, my solution is to remove the "-race" flag on unsupported architectures. The debpatch is in the attachment. I have tested that locally,and it works well.Please let me know whether this solution can be accepted. Gui-Yue Best Regards fix_-race_issue.patch Description: Binary data

Bug#1095462: sysprof :FTBFS:build failed

2025-02-08 Thread Yue Gui
I apologize for using Chinese comments in the patch; please refer to this version of the patch. fix_sysprof_build_failed.patch Description: Binary data

Bug#1095462: sysprof :FTBFS:build failed ( error: ‘PERF_REG_EXTENDED_MASK’ undeclared (first use in this function))

2025-02-07 Thread Yue Gui
, provide an appropriate default value (for example, 0ULL).The debpatch is in the attachment.I have tested it locally and it works well.Please let me know whether this solution can be accepted. Gui-Yue Best Regards fix_sysprof_build_failed.patch Description: Binary data

Bug#1093771: lomiri-teleports-app:FTBFS:build failed ( error: cannot find library libtdjson.so.1.8.38)

2025-01-22 Thread Yue Gui
so.1.8.38. By setting LD_LIBRARY_PATH=/usr/lib/$(DEB_HOST_MULTIARCH)/TDLib1.8.38:$LD_LIBRARY_PATH, the library can be properly recognized. The debpatch is in the attachment.I have tested that locally and it works well.Please let me know whether this solution can be accepted. Gui-Yue Best Regards fix_lomiri

Bug#1093147: elixir-lang:FTBFS:build failed ([31m** (ExUnit.TimeoutError) test timed out after 60000ms)

2025-01-15 Thread Yue Gui
Source: elixir-lang Version: 1.18.1.dfsg-1 Severity: serious Tags: FTBFS, patch User: debian-ri...@lists.debian.org Usertags: riscv64 X-Debbugs-Cc: debian-ri...@lists.debian.org Dear elixir-lang maintainer, The package elixir-lang build failed on riscv64.The crucial buildd log below: ``` 1) test

Bug#1092197: libxmp:FTBFS:build failed (/bin/sh: 1: rst2pdf: not found)

2025-01-05 Thread Yue Gui
issue: The build failure was caused by the missing dependency "rst2pdf," so the issue can be resolved by adding "rst2pdf" as a dependency in debian/control. I have tested this solution locally, and it works well.The debpatch is in the attachment.Please let me know whether this solutio

Bug#1092152: bornagain:FTBFS:build failed on riscv64 (Example.specular.GaussianBeams.persist test failed)

2025-01-05 Thread Yue Gui
=0 My solution to this issue: The issue arises because the tests for GaussianBeams on the RISC-V architecture exceed the acceptable threshold. My solution is to slightly increase the threshold to ensure the tests pass on the RISC-V architecture.The debpatch is in the attachment.Please let me

Bug#1089574: blender:FTBFS:build failure on riscv (error: #error Please add support for your architecture in BLI_build_config.h)

2024-12-22 Thread Yue Gui
Hi Eric, I'd like to, but I see this work has been done, details can be found at https://projects.blender.org/blender/blender/commit/f662caf7226ca27921aabb50a41eaaec4c07d0ef .I mean that we can upgrade this package from upstream to fix this issue. Best regards, Gui-Yue Eric Long 于2024年12月

Bug#1090243: libkf5sane:: FTBFS: Could not find a package configuration file provided by "KSaneCore"

2024-12-22 Thread Yue Gui
not include the /usr/lib/riscv64-linux-gnu/cmake/KSaneCore/KSaneCoreConfig.cmake file required by libkf5sane. Could the dependency on KSaneCore in the CMakeLists.txt file be updated to KSaneCore6 instead? Regards Gui-Yue

Bug#1090184: ipsvd:FTBFS:build failed on riscv64 (./chkshsgr || (cat warn-shsgr; exit 1) return exit1)

2024-12-16 Thread Yue Gui
ested this solution locally, and it works well.The debpatch is in the attachment.Please let me know whether this solution can be accepted. Gui-Yue Best Regards skip_chkshsgr_for_ipsvd.patch Description: Binary data

Bug#1089212: gnome-control-center:FTBFS:build failure on riscv (test-network-panel test timeout)

2024-12-08 Thread Yue Gui
Hi, about https://salsa.debian.org/gnome-team/gnome-control-center/-/merge_requests/52 Perhaps, doubling the test timeout threshold specifically for RISC-V might be a better choice. Regards Gui-Yue

Bug#1089574: blender:FTBFS:build failure on riscv (error: #error Please add support for your architecture in BLI_build_config.h)

2024-12-08 Thread Yue Gui
Source: blender Version: 4.3.0+dfsg-1 Severity: serious Tags: FTBFS, patch User: debian-ri...@lists.debian.org Usertags: riscv64 X-Debbugs-Cc: debian-ri...@lists.debian.org Dear blender Maintainer, The package blender build failed because BLI_build_config.h does not support riscv64. The crucial b

Bug#1089212: gnome-control-center:FTBFS:build failure on riscv (test-network-panel test timeout)

2024-12-06 Thread Yue Gui
Source: gnome-control-center Version: 1:47.2-1 Severity: serious Tags: FTBFS, patch User: debian-ri...@lists.debian.org Usertags: riscv64 X-Debbugs-Cc: debian-ri...@lists.debian.org Dear gnome-control-center Maintainer, The package gnome-control-center build failed on riscv64 caused by test-netwo

Bug#1088654: xmountains FTBFS on !x86 (fix patch)

2024-11-29 Thread Yue Gui
supported on the current target architecture (non-amd64 or i386). I have completed a patch that disables this compiler option on non-AMD architectures. I have tested the patch, and it works very effectively. Please let me know whether this solution can be accepted. Gui-Yue Best Regards

Bug#1088172: weakforced:FTBFS:build failure (undefined reference to `__atomic_load_16')

2024-11-24 Thread Yue Gui
Source: weakforced Version: 2.10.2-1 Severity: serious Tags: FTBFS, patch User: debian-ri...@lists.debian.org Usertags: riscv64 X-Debbugs-Cc: debian-ri...@lists.debian.org Dear weakforced Maintainer, The package weakforced build failed on all arch. The crucial buildd log below: ``` cp ../debian/

Bug#1087899: litecoin:FTBFS:build failure (error: too few arguments to function)

2024-11-19 Thread Yue Gui
d with additional parameters, such as char *errorMsg and int errorMsgLen. I resolved the issue by adding the required parameters for the new version, while also incorporating conditional checks to ensure compatibility with older versions of miniupnpc.I have tested this solution

Bug#1087474: fill crucial log

2024-11-13 Thread Yue Gui
The crucial builddd log is here: ``` [100%] Linking C executable xtrkcad cd /<>/obj-aarch64-linux-gnu/app/bin && /usr/bin/cmake -E cmake_link_script CMakeFiles/xtrkcad.dir/link.txt --verbose=1 /usr/bin/ld: /<>/app/tools/lib/linux/libzip.a(zip_close.o): Relocations in generic ELF (EM: 62) /usr/bin/

Bug#1087474: xtrkcad:FTBFS:build failure (error: ld returned 1 exit status)

2024-11-13 Thread Yue Gui
orks well.The debpatch is in the attachment.Please let me know whether this solution can be accepted. Gui-Yue Best regards fix_xtrkcad_build_failure.patch Description: Binary data

Bug#1087010: prime-phylo:FTBFS:build failure (Imported target "MPI::MPI_Fortran" includes non-existent path )

2024-11-07 Thread Yue Gui
this method, and it is very effective. The debpatch is in the attachment. This patch can automatically set MPIFORTRAN to the correct path based on the current architecture. Please let me know whether this solution can be accepted. Gui-Yue Best Regards fix_prime-phylo_configure_failed.patch Description: Binary data

Bug#1086345: desmume:FTBFS:build failure (error: ‘AT_HWCAP’ undeclared )

2024-10-29 Thread Yue Gui
Source: desmume Version: 0.9.13-1 Severity: serious Tags: FTBFS, patch User: debian-ri...@lists.debian.org Usertags: riscv64 X-Debbugs-Cc: debian-ri...@lists.debian.org Dear desmume Maintainer, The package desmume build failed on all architectures except ARM.The crucial buildd log below: ``` FAI

Bug#1085967: fix cif-tools build failure

2024-10-24 Thread Yue Gui
buildd log is below: https://buildd.debian.org/status/fetch.php?pkg=cif-tools&arch=riscv64&ver=1.0.7-1%2Bb2&stamp=1729338657&raw=0 My solution to this issue: The error occurred because the relevant parts of this package are not compatible with the current version of libcifpp. So,we can modify this part code to be compatible with libcifpp.I have tested the solution locally,and it works well.The debpatch is in the attachment.Please let me know whether this solution can be accepted. Gui-Yue Best Regards mod-for-libcifpp.patch Description: Binary data

Bug#1085518: haskell-xml-conduit-writer:FTBFS:build failure (The variable when is not in scope)

2024-10-20 Thread Yue Gui
Control.Monad (when)' can fix the issue. I have tested this solution locally,and it works well.The debpatch is in the attachment.Please let me know weather this solution can be accepted. Gui-Yue Best Regards haskell-xml-conduit-writer_fix_build_failure.patch Description: Binary data

Bug#1085279: python-websockets:FTBFS:build failure (TimeoutError)

2024-10-17 Thread Yue Gui
operation to complete. We can resolve this test error by increasing the timeout threshold.I have tested that on local,and it works well.The debpatch is in the attachment.Please let me know wheather this solution can be accepted. Gui-Yue Best Regards fix_python-websockets_TimeOutError.patch Description: Binary data

Bug#1084508: linphone:FTBFS:build failure (compile failed)

2024-10-07 Thread Yue Gui
ch.php?pkg=linphone&arch=riscv64&ver=5.2.0-4.3%2Bb4&stamp=1727424865&raw=0 My solution to this issue: The reason for the compilation failure is the incorrect parameter order of the calloc function. In the lp_new0 macro, the first parameter should be the number of elements, and the second parameter should be the size of each element, but the current definition has them in the reverse order. Modifying the macro definition will resolve this issue.I have test the solution locally ,and it works well.The deb-patch is in the attachment.Please let me know wheather this solution can be accepted. Gui-Yue Best Regards linphone_fix_compile_failed Description: Binary data

Bug#1082166: libopaque:FTBFS:build failure (‘-fcf-protection=full’ is not supported)

2024-09-18 Thread Yue Gui
e host architecture is x86. If it is not x86, this CFLAG should be disabled.I have finished above work ,and i have tested that on local, it works well.The debpatch is in the attachment. Please let me know wheather this solution can be accepted. Gui-Yue Best Regards fix_libopaque_build_failure.patch Description: Binary data

Bug#1081819: liboprf:FTBFS:build failure (‘-fcf-protection=full’ is not supported)

2024-09-15 Thread Yue Gui
: *** [debian/rules:18: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 ``` Gui-Yue Best Regards

Bug#1081819: liboprf:FTBFS:build failure (‘-fcf-protection=full’ is not supported)

2024-09-15 Thread Yue Gui
Dear maintainer, I'll test that again.By the way, I noticed that this package has upgraded to 0.3.2-2,however the modifications i suggested seem not applied.Could you give me more information about this upgrade? Best wishes Gui-Yue

Bug#1081819: liboprf:FTBFS:build failure (‘-fcf-protection=full’ is not supported)

2024-09-15 Thread Yue Gui
rily disabled this test. I have finished above work,and i have tested that locally,it works well. The debpatch is in the attachment.Please let me know wheather this solution can be accepted. Gui-Yue Best Regards fix_liboprf_build_failed.patch Description: Binary data

Bug#1081639: python-freecontact:FTBFS:build failure (cant find -lboost_python)

2024-09-13 Thread Yue Gui
, it works well.Please let me know wheather the solution can be accepted.The patch is in the attachment. Gui-Yue Best Regards fix_python-freecontact_build_failure.patch Description: Binary data

Bug#1081426: Fix this for upstream

2024-09-12 Thread Yue Gui
I have pull request this for upsteam: https://github.com/exult/exult/pull/560, and it has been accepted.

Bug#1081426: exult:FTBFS:build failure (syntax error)

2024-09-11 Thread Yue Gui
is issue: We can fix this syntax error by changing line 206 of version.cc from``` out << "RISC-V" ``` to``` out << "RISC-V"; ```. l have tested this solution on local,and it works well.Please let me know wheather the solution can be accepted. The patch is in the attachment. Gui-Yue Best Regards fix_build_failure_on_riscv.patch Description: Binary data

Bug#1081259: libreoffice:FTBFS:build failure (test failed on riscv64)

2024-09-09 Thread Yue Gui
d because NaN is not supported on the RISC-V platform.W e can skip this test when build on riscv64.I have tested this solution on local, and it works well.Please let me know wheather this solution can be accepted.The patch is in the attachment. Gui-Yue Best Regards fix_test_payloadNaN_failed_on_r

Bug#1079604: epics-base:FTBFS:build failure (not support riscv64)

2024-08-24 Thread Yue Gui
t works well.The debdiff patch is in the attachment.Please let me know wheather this sotution can be accepted. Gui-Yue Best Regards support_for_riscv64.patch Description: Binary data

Bug#1078816: ruby-redcloth:FTBFS:build failure(test failed)

2024-08-16 Thread Yue Gui
SC-V 64. I have tried this solution locally, and it works well. Please let me know whether this solution is acceptable. The debdiff patch is attached.The changes are mainly in debian/patches and debian/rules. Gui-Yue Best Regards Increase_test_threshold_for_RISC-V.debdiff Description: Binary data

Bug#1078501: ruby-stackprof:FTBFS:build failure(test failed)

2024-08-11 Thread Yue Gui
f |2551 - 2546| (i.e. 5) should be less than or equal to 2, but the actual value was outside this range.I don't think this test works on RISC-V,I hope to skip this test on riscv64.After I skip this test, the package build successfully on my machine.Please let me know wheather this solution can

Bug#1078190: chiark-utils:FTBFS:build failure(compile failed)

2024-08-07 Thread Yue Gui
ITS=64 -D_FILE_OFFSET_BITS=64" \". Replace that with "CMDLINE_CPPFLAGS="$(shell $(D_BUILDFLAGS) --get CPPFLAGS) -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64" \".This way the issue can be fixed. I have tested that in local, and it works well. Please let me know wheather this solution can be accepted. Gui-Yue Best Regards

Bug#1074586: mayavi2:FTBFS:build failure(UnicodeDecodeError)

2024-07-01 Thread Yue Gui
Source: mayavi2 Version: 4.8.1-5 Severity: serious Tags: FTBFS, patch User: debian-ri...@lists.debian.org Usertags: riscv64 X-Debbugs-Cc: debian-ri...@lists.debian.org Dear mayavi2 Maintainer, The package mayavi2 build failed on arch riscv64 caused by UnicodeDecodeError.The crucial buildd log belo

Bug#1074412: rust-apr:FTBFS:build failure(arguments to this function are incorrect)

2024-06-28 Thread Yue Gui
rror: debian/rules binary-arch subprocess returned exit status 2 ``` The full buildd log is here: https://buildd.debian.org/status/fetch.php?pkg=rust-apr&arch=riscv64&ver=0.1.9-1&stamp=1699404678&raw=0 My solution to this issue: The error message indicates a type mismatch in the Rust code, where a *const i8 is being passed instead of the expected *const u8. This is due to differences in type definitions in C and Rust. Specifically, in C, char is often defined as i8 in Rust, while in Rust u8 is used for unsigned 8-bit integers.I can create a patch to replace `i8` with 'u8'.I have tested that on local and it works well.The patch is in the attachment, please let me know wheather this solution can be accepted. Gui-Yue Best Regards fix_incorrect_arguments.patch Description: Binary data

Bug#1074261: pocl:FTBFS:build failed(symbol diff)

2024-06-25 Thread Yue Gui
Source: pocl Version: 6.0-1 Severity: serious Tags: FTBFS, patch User: debian-ri...@lists.debian.org Usertags: riscv64 X-Debbugs-Cc: debian-ri...@lists.debian.org Dear pocl Maintainer, The package pocl build failed on arch mips64el,ppc64el,riscv64 and s390x caused by symbol diff.The crucial buildd

Bug#1072806: packagesearch:FTBFS:build failed(configure failed)

2024-06-07 Thread Yue Gui
her this solution can be accepted. Gui-Yue Best Regards series Description: Binary data fix_configure_failed.patch Description: Binary data

Bug#1072667: picotool:FTBFS:build failed(picotool.1.in diff)

2024-06-05 Thread Yue Gui
ps://salsa.debian.org/debian/picotool, and I have tested it; it works well. However, the debian/changelog has not been modified. Maybe you should update the changelog to trigger a rebuild. Gui-Yue Best Regards

Bug#1072615: mahimahi:FTBFS:build failed(error: ‘uint64_t’ does not name a type)

2024-06-04 Thread Yue Gui
make it to support higher gcc version.I have tested this modification in local,and it works well. Please let me know wheather this solution can be accepted. The patch is in the attachment. Gui-Yue Best Regards fix_gcc11_error.patch Description: Binary data

Bug#1013584: octave-iso2mesh: FTBFS: dh_missing: error: missing files, aborting

2024-01-05 Thread Yue Gui
Source: octave-iso2mesh Version: 1.9.6+ds-7 Severity: serious Justification: FTBFS Tags: sid ftbfs Dear octave-iso2mesh Maintainer, About the issue reported, there is a solution that add "not-installed" file to /debian. This solution refers to Bug Report #964666. More details can be found in http

Bug#835456: FTBFS: t/refhang.t test fail on s390x

2016-08-25 Thread gui
Package: memcached Version: 1.4.31-1 Severity: serious Tags: upstream -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Just for the record, the upstream test suite fail on s390x https://buildd.debian.org/status/fetch.php?pkg=memcached&arch=s390x&ver=1.4.31-1&stamp=1471823136 I'll open a issue to