On Wed, Jun 26, 2024 at 9:34 PM Boyuan Yang <by...@debian.org> wrote: > > X-Debbugs-CC: z...@debian.org > > Hi, > > 在 2024-06-26星期三的 11:16 +0000,wuruilong写道: > > Source: fcitx5-bamboo > > Severity: normal > > Tags: patch > > X-Debbugs-Cc: wuruil...@loongson.cn > > User: debian-loonga...@lists.debian.org > > Usertags: loong64 > > > > Dear Maintainer, > > > > fcitx5-bamboo compiled incorrectly on loongarch, attachment patch solved > > the problem. > > Please merge the attached patch into the repository. > > --- fcitx5-bamboo-1.0.6/debian/control 2024-06-26 09:54:26.082295989 +0000 > +++ fcitx5-bamboo/debian/control 2024-06-26 09:33:18.788488166 +0000 > @@ -10,7 +10,8 @@ > debhelper-compat (= 13), > extra-cmake-modules, > gettext, > - golang, > + golang[!loong64], > + golang-go[loong64], > fcitx5-modules-dev, > libfcitx5core-dev, > pkg-config, > > @zhsj: Should the "golang" package also appear for loong64 architecture? If > yes, > then > https://salsa.debian.org/go-team/compiler/golang-defaults/-/commit/1421df94d758a1bbc4b6fa7282fd0b3a020498b1 > is not complete and shall be further revised.
Fix pushed for golang-defaults. Meanwhile please use golang-any for Build-Depends. And if the package does not work with gccgo and you are bothered with the failures on buildd, please use golang-go. -- Shengjing Zhu