Bug#1054169: ares 132-1 fails to build on many architectures

2023-10-20 Thread Tobias Frost
On Wed, 18 Oct 2023 17:29:23 + Benjamin Drung 
wrote:
> On Wed, 2023-10-18 at 16:45 +, Tobias Frost wrote:
> > Control: severity -1 important
> > 
> > (this is not RC as it never has been built on those architectures
before) 
> 
> Note: ares 126-3 has been built for armhf, riscv64, and s390x on
Ubuntu
> in the past: https://launchpad.net/ubuntu/+source/ares/126-3

There was an deliberate choice in Debian to remove those archs: #1042895

-- 
tobi



Bug#1054169: ares 132-1 fails to build on many architectures

2023-10-18 Thread Benjamin Drung
On Wed, 2023-10-18 at 16:45 +, Tobias Frost wrote:
> Control: severity -1 important
> 
> (this is not RC as it never has been built on those architectures before) 

Note: ares 126-3 has been built for armhf, riscv64, and s390x on Ubuntu
in the past: https://launchpad.net/ubuntu/+source/ares/126-3

-- 
Benjamin Drung
Debian & Ubuntu Developer



Bug#1054169: ares 132-1 fails to build on many architectures

2023-10-18 Thread Tobias Frost
Control: severity -1 important

(this is not RC as it never has been built on those architectures before)



Bug#1054169: ares 132-1 fails to build on many architectures

2023-10-18 Thread Benjamin Drung
Source: ares
Version: 126-3
Severity: serious
Justification: FTBFS
X-Debbugs-Cc: bdr...@debian.org

Dear Maintainer,

ares 132-1 fails to build on many architectures (like armhf, i386, etc):

```
 debian/rules clean
dh clean --sourcedirectory=desktop-ui
   dh_auto_clean -O--sourcedirectory=desktop-ui
 cd desktop-ui && make -j4 distclean
make[1]: Entering directory '/<>/desktop-ui'
../nall/GNUmakefile:123: *** unknown arch, please specify manually.. Stop.
make[1]: Leaving directory '/<>/desktop-ui'
```

dh_auto_build is called with arch='$(ares_arch)'. So dh_auto_clean
should be called with that parameter as well.

-- 
Benjamin Drung
Debian & Ubuntu Developer