Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.bugs.rc > #291532 > unrolled thread
| Started by | Lucas Nussbaum <lucas@debian.org> |
|---|---|
| First post | 2020-12-05 22:00 +0100 |
| Last post | 2021-01-09 13:20 +0100 |
| Articles | 6 — 4 participants |
Back to article view | Back to linux.debian.bugs.rc
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Bug#976468: This package only builds Arch:all binary packages Lucas Nussbaum <lucas@debian.org> - 2020-12-05 22:00 +0100
Bug#976468: This package only builds Arch:all binary packages Stephen Kitt <skitt@debian.org> - 2021-01-03 23:30 +0100
Processed: Re: This package only builds Arch:all binary packages "Debian Bug Tracking System" <owner@bugs.debian.org> - 2021-01-03 23:30 +0100
Bug#976471: This package only builds Arch:all binary packages Ivo De Decker <ivodd@debian.org> - 2021-01-09 13:20 +0100
Processed: Re: This package only builds Arch:all binary packages "Debian Bug Tracking System" <owner@bugs.debian.org> - 2021-01-09 13:20 +0100
Processed: Re: This package only builds Arch:all binary packages "Debian Bug Tracking System" <owner@bugs.debian.org> - 2021-01-09 13:20 +0100
| From | Lucas Nussbaum <lucas@debian.org> |
|---|---|
| Date | 2020-12-05 22:00 +0100 |
| Subject | Bug#976468: This package only builds Arch:all binary packages |
| Message-ID | <BiMOS-Wh-7@gated-at.bofh.it> |
Hi, This package only builds Arch:all binary packages. Unfortunately, I don't think that we have a way to indicate that such binary packages must be built on a specific architecture, and thus avoid a failure on arm64. In those cases, building those packages on amd64 works fine, so the bug is limited to building arch:all packages on specific architectures. I pondered downgrading the severity of those bugs, but in some cases, it could indicate severe bugs in other packages, or packaging bugs such as confusing arch:any and arch:all. However, I don't object to someone else downgrading them. For reference, here are the packages I ran into in that category: akuma 976548 backward-cpp 976582 bmagic 976517 dune-localfunctions 976552 golang-github-disintegration-imaging 976565 golang-github-labstack-gommon 976578 golang-github-linuxkit-virtsock 976564 golang-github-montanaflynn-stats 976562 golang-github-rcrowley-go-metrics 976543 golang-github-robertkrimen-otto 976549 golang-github-shirou-gopsutil 976509 golang-google-cloud 976507 jctools 976534 jnr-ffi 976521 libcereal 976585 libmiglayout-java 976546 multiboot 976502 nova 976590 python-fluids 976558 python-ptrace 976468 rapidjson 976536 xenium 976480 xfonts-100dpi 976571 xfonts-75dpi 976471 xfonts-cyrillic 976510 - Lucas
[toc] | [next] | [standalone]
| From | Stephen Kitt <skitt@debian.org> |
|---|---|
| Date | 2021-01-03 23:30 +0100 |
| Message-ID | <Btk2R-6RB-3@gated-at.bofh.it> |
| In reply to | #291532 |
[Multipart message — attachments visible in raw view] — view raw
Control: severity -1 important Hi, On Sat, 5 Dec 2020 21:45:34 +0100 Lucas Nussbaum <lucas@debian.org> wrote: > This package only builds Arch:all binary packages. Unfortunately, I > don't think that we have a way to indicate that such binary packages > must be built on a specific architecture, and thus avoid a failure on > arm64. > > In those cases, building those packages on amd64 works fine, so the bug > is limited to building arch:all packages on specific architectures. In python-ptrace’s case, the package supports a limited set of architectures, so perhaps it shouldn’t be arch:all in the first place. The current package only supports amd64, i386, ppc and arm; version 0.9.6 adds ppc64, and the forthcoming 0.9.8 will add arm64. Downgrading however since it does build on amd64. Regards, Stephen
[toc] | [prev] | [next] | [standalone]
| From | "Debian Bug Tracking System" <owner@bugs.debian.org> |
|---|---|
| Date | 2021-01-03 23:30 +0100 |
| Subject | Processed: Re: This package only builds Arch:all binary packages |
| Message-ID | <Btk2S-6RB-7@gated-at.bofh.it> |
| In reply to | #294091 |
Processing control commands:
> severity -1 important
Bug #976468 [src:python-ptrace] python-ptrace: FTBFS on arm64,ppc64el (arch:all-only src pkg): dh_auto_test: error: pybuild --test -i python{version} -p 3.9 returned exit code 13
Severity set to 'important' from 'serious'
--
976468: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976468
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
[toc] | [prev] | [next] | [standalone]
| From | Ivo De Decker <ivodd@debian.org> |
|---|---|
| Date | 2021-01-09 13:20 +0100 |
| Subject | Bug#976471: This package only builds Arch:all binary packages |
| Message-ID | <BvlnP-7yN-5@gated-at.bofh.it> |
| In reply to | #291532 |
Control: severity -1 important Hi Lucas, Thanks for al your QA work! On Sat, Dec 05, 2020 at 09:45:34PM +0100, Lucas Nussbaum wrote: > This package only builds Arch:all binary packages. Unfortunately, I > don't think that we have a way to indicate that such binary packages > must be built on a specific architecture, and thus avoid a failure on > arm64. > > In those cases, building those packages on amd64 works fine, so the bug > is limited to building arch:all packages on specific architectures. > > I pondered downgrading the severity of those bugs, but in some cases, > it could indicate severe bugs in other packages, or packaging bugs such > as confusing arch:any and arch:all. > > However, I don't object to someone else downgrading them. I'm doing so now. Some of these are probably real bugs somewhere that should be fixed, but the bugs doesn't need to be serious for that. These certainly aren't issues which would merit delaying the release. Note that if it turns out that some of these bugs are in fact caused by real brokenness (other than not being able to build the arch: all packages on arm64), the severity of those specific bugs can obviously be increased again (with a note explaining what exactly is broken). > For reference, here are the packages I ran into in that category: > akuma 976548 > backward-cpp 976582 > bmagic 976517 > dune-localfunctions 976552 > golang-github-disintegration-imaging 976565 > golang-github-labstack-gommon 976578 > golang-github-linuxkit-virtsock 976564 > golang-github-montanaflynn-stats 976562 > golang-github-rcrowley-go-metrics 976543 > golang-github-robertkrimen-otto 976549 > golang-github-shirou-gopsutil 976509 > golang-google-cloud 976507 > jctools 976534 > jnr-ffi 976521 > libcereal 976585 > libmiglayout-java 976546 > multiboot 976502 > nova 976590 > python-fluids 976558 > python-ptrace 976468 > rapidjson 976536 > xenium 976480 > xfonts-100dpi 976571 > xfonts-75dpi 976471 > xfonts-cyrillic 976510 Cheers, Ivo
[toc] | [prev] | [next] | [standalone]
| From | "Debian Bug Tracking System" <owner@bugs.debian.org> |
|---|---|
| Date | 2021-01-09 13:20 +0100 |
| Subject | Processed: Re: This package only builds Arch:all binary packages |
| Message-ID | <BvlnQ-7yN-31@gated-at.bofh.it> |
| In reply to | #294612 |
Processing control commands:
> severity -1 important
Bug #976509 {Done: Reinhard Tartler <siretart@tauware.de>} [src:golang-github-shirou-gopsutil] golang-github-shirou-gopsutil: FTBFS: dh_auto_test: error: cd obj-aarch64-linux-gnu && go test -vet=off -v -p 4 github.com/shirou/gopsutil github.com/shirou/gopsutil/cpu github.com/shirou/gopsutil/disk github.com/shirou/gopsutil/docker github.com/shirou/gopsutil/host github.com/shirou/gopsutil/internal/common github.com/shirou/gopsutil/load github.com/shirou/gopsutil/mem github.com/shirou/gopsutil/net github.com/shirou/gopsutil/process returned exit code 1
Severity set to 'important' from 'serious'
--
976509: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976509
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
[toc] | [prev] | [next] | [standalone]
| From | "Debian Bug Tracking System" <owner@bugs.debian.org> |
|---|---|
| Date | 2021-01-09 13:20 +0100 |
| Subject | Processed: Re: This package only builds Arch:all binary packages |
| Message-ID | <BvlnR-7yN-41@gated-at.bofh.it> |
| In reply to | #294612 |
Processing control commands:
> severity -1 important
Bug #976502 {Done: Colin Watson <cjwatson@debian.org>} [src:multiboot] multiboot: FTBFS on arm64: gcc: error: unrecognized command-line option ‘-m32’
Severity set to 'important' from 'serious'
--
976502: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976502
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
[toc] | [prev] | [standalone]
Back to top | Article view | linux.debian.bugs.rc
csiph-web