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#1072005: coz-profiler:FTBFS:build failed(dwarf::format_error)

2024-05-27 Thread Yue Gui
?pkg=coz-profiler&arch=riscv64&ver=0.2.2-3&stamp=1715249170&raw=0 My solution to this issue: Create a patch to modify the makefile to add CXXFLAG "-gdwarf-4" . I have tested this modification in local, and it works well.Please let me know wheather this solution can be accepte

Bug#1071928: gsocket:FTBFS:build failed(symbol diff on riscv64)

2024-05-25 Thread Yue Gui
ar to the solution on amd64, ignore related symbol on riscv64.I have tested this modification in local, and it works well. Please let me know wheather this solution can be accepted. Gui-Yue Best Regards fix_symbol_on_riscv64.patch Description: Binary data

Bug#1071820: Add attachment

2024-05-25 Thread Yue Gui
fix_loses_precision_error.patch Description: Binary data

Bug#1071820: blender:FTBFS:compile failed(error: cast from ‘void*’ to ‘CUdeviceptr’ loses precision)

2024-05-24 Thread Yue Gui
2%2Bdfsg-1&stamp=1704028470&raw=0 My solution to this issue: Convert the problematic conversion code to a uintptr_t intermediate type.I have tested this modification in local ,and it works well.Please let me know wheather this patch can be accepted. The patch is in the attachment. Gui-Yue Best Regards

Bug#1071569: llvmlite:FTBFS:compile failed(test: plugin distutils failed with: exit code=134)

2024-05-21 Thread Yue Gui
issue #917252, so I can modify the file debian/rules to view the auto-test as success. I have test this modification in local, and it work effectively.Please let me know wheather this patch can be accepted. The patch is in the attachment. Gui-Yue Best Regards fix_build_failure_on_riscv.patch Description: Binary data

Bug#1060191: Add attachment

2024-01-07 Thread Yue Gui
I forgot to add the patch in the attachment,so add attachment in this mail. basic_support_for_riscv_and_loong.patch Description: Binary data

Bug#1060191: kcov:FTBFS:compile failed(error: #error Unsupported architecture)

2024-01-07 Thread Yue Gui
Error 1 ``` The full buildd log is here: https://buildd.debian.org/status/fetch.php?pkg=kcov&arch=riscv64&ver=38%2Bdfsg-1&stamp=1581254367&raw=0 My solution to this issue: Add a patch(my patch is in the attachment) to add basic support for arch riscv and loong.By the way,I have includ

Bug#1060142: kafs-client:FTBFS:compile failed(cc: error: unrecognized command-line option ‘-m64’)

2024-01-06 Thread Yue Gui
amp;stamp=1690546865&raw=0 My solution to this issue: add a patch to modify flag option "-m64". This solution is effective, and it has builded successfully in local.The patch is in the attachment. Please let me know wheather this solution can be accpted. Gui-Yue Best Regards fix_error_flag_m64.debdiff 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#1059964: qmenu: FTBFS: qmenu.c compile failed(error: format not a string literal and no format arguments [-Werror=format-security])

2024-01-04 Thread Yue Gui
parameter of "printw". The patch is in the attachment. This solution has succeed in local, please let me know if here need more tests. Gui-Yue Best Regards fix_build_failure_on_riscv64.debdiff Description: Binary data

Bug#1059910: openlibm:FTBFS:symbol different(' some symbols or patterns disappeared in the symbols file')

2024-01-03 Thread Yue Gui
ocal, please let me know if here need more tests. Gui-Yue Best Regards openlibm_symbol_for_riscv64.debdiff Description: Binary data

Bug#939428: O: sslh -- Applicative protocol multiplexer

2019-09-04 Thread gui
Package: wnpp Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I intend to orphan the sslh package. The package description is: sslh lets one accept HTTPS, SSH, OpenVPN, tinc and XMPP connections on the same port. This makes it possible to connect to any of these servers on po

Bug#939425: O: memcached -- high-performance memory object caching system

2019-09-04 Thread gui
Package: wnpp Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I intend to orphan the memcached package. The package description is: Danga Interactive developed memcached to enhance the speed of LiveJournal.com, a site which was already doing 20 million+ dynamic page views per

Bug#939426: O: qstat -- Command-line tool for querying quake (and other) servers

2019-09-04 Thread gui
Package: wnpp Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I intend to orphan the qstat package. The package description is: Qstat provides a simple interface for querying servers for a number of games, including but not limited to quake, quakeworld, quake2, quake3arena, u

Bug#939424: O: inspircd -- Modular IRCd written in C++

2019-09-04 Thread gui
Package: wnpp Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I intend to orphan the inspircd package. The package description is: InspIRCd is a modular C++ IRC Daemon for several operating systems created to provide a stable, modern, lightweight irc server from scratch and pr

Bug#939427: O: rsnapshot -- local and remote filesystem snapshot utility

2019-09-04 Thread gui
Package: wnpp Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I intend to orphan the rsnapshot package. The package description is: rsnapshot is an rsync-based filesystem snapshot utility. It can take incremental backups of local and remote filesystems for any number of machi

Bug#939423: O: hping3 -- Active Network Smashing Tool

2019-09-04 Thread gui
Package: wnpp Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I intend to orphan the hping3 package. The package description is: hping3 is a network tool able to send custom ICMP/UDP/TCP packets and to display target replies like ping does with ICMP replies. It handles fragme

Bug#939422: O: flowscan -- flow-based IP traffic analysis and visualization tool

2019-09-04 Thread gui
Package: wnpp Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I intend to orphan the flowscan package. The package description is: FlowScan is a freely-available network traffic analysis and visualization tool which uses IP flow data to provide a continuous near real-time vie

Bug#939421: O: gdisk -- GPT fdisk text-mode partitioning tool

2019-09-04 Thread gui
Package: wnpp Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I intend to orphan the gdisk package. The package description is: GPT fdisk (aka gdisk) is a text-mode partitioning tool that works on Globally Unique Identifier (GUID) Partition Table (GPT) disks, rather than on

Bug#873758: stretch-pu: package memcached/1.4.33-1

2017-08-30 Thread gui
Package: release.debian.org Severity: normal Tags: stretch User: release.debian@packages.debian.org Usertags: pu -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, The attached patch fix CVE-2017-9951 which has been not fixed via a DSA, as discussed with Salvatore Bonaccorso: https://bugs.d

Bug#872520: hplip-gui: root@178-83-145-250:/home/chofer# apt-get install hplip-gui

2017-08-21 Thread hplip-gui package broken due to missing dpendency qtbase-abi-5-7-1 in stretch Debian
Package: hplip-gui Followup-For: Bug #872520 Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) that was effective (or ineffective)? * What was the outcome of this

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

Bug#814228: New upstream release available

2016-02-09 Thread gui
Package: siege Version: 3.0.8-1+b1 Severity: wishlist -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 New upstream are released since 3.0.8, please consider pakckaging the last version 3.1.4 released the 2016/02/06. - -- System Information: Debian Release: stretch/sid APT prefers unstable AP

Bug#803893: Please make the build reproducible (timestamps)

2015-11-02 Thread gui
Package: goaccess Version: 1:0.9.4-1 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: timestamps -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, First, thanks for maintaining this great log analyzer. While working on the "reproducible builds" effort

Bug#789528: RM: nc6 -- ROM; Dead upstream, alternatives exists

2015-06-21 Thread gui
Package: ftp.debian.org Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello, I propose to remove nc6 of the archive because upstream has abdandoned it and recommends to use alternatives: http://www.deepspace6.net/projects/netcat6.html I'm not aware of other packages d