#1070097 drawterm-9front: FTBFS: add support for loongarch64

#1070097#5
Date:
2024-04-30 01:55:05 UTC
From:
To:
Dear maintainers,

Compiling the drawterm-9front failed for loong64 in the Debian Package
Auto-Building environment.
The error log is as follows,
```
make[3]: Leaving directory '/<<PKGBUILDDIR>>/libip'
arch=`uname -m | sed -e 's/i.86/386/' \
              -e 's/Power Macintosh/power/' \
              -e 's/x86_64/amd64/' \
              -e 's/armv[567].*/arm/' \
              -e 's/\(aarch64\|armv8l\)/arm64/'`; \
(cd posix-$arch &&  make)
/bin/sh: 6: cd: can't cd to posix-loongarch64
make[2]: *** [Make.unix:22: libmachdep.a] Error 2
......
```

The Full log can be found at
https://buildd.debian.org/status/logs.php?pkg=drawterm-9front&ver=0%7Egit20220608.bee4db6-3&arch=loong64.

I have added support for loongarch to drawterm-9front upstream and built
successfully on my local ENV.
The pull request of the support for loongarch64, please see
https://github.com/9fans/drawterm/pull/15.
Please review.

In addition, If you need a extra patch to Debian drawterm-9front
package, you can contact me.
Your opinions are welcome.

Thanks,
Dandan Zhang

#1070097#10
Date:
2025-01-08 09:03:44 UTC
From:
To:
Hi zhangdandan,

  The drawterm-9front package's upstream is http://drawterm.9front.org/

It's git is:

http://git.9front.org/plan9front/plan9front/HEAD/info.html

But I see in bugreport #1070097 [1]:

The pull request of the support for loongarch64, please see
https://github.com/9fans/drawterm/pull/15.


Are they the same project?


[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1070097