Re: Bug#1000000: fixed in phast 1.6+dfsg-2

2021-11-20 Thread Holger Levsen
congrats to the Debian Med team for filing #100 *and* fixing it so quickly! well done & well deserved to hit this "special bug" :) -- cheers, Holger ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁ holger@(debian|reproducible-builds|layer-acht).org ⢿⡄⠘⠷⠚⠋⠀ OpenPGP: B8BF54137B09D35CF026FE9D 091AB856069AAA1C ⠈⠳

Help porting Ceph 16.2.6 to mips6el, mipsel and armel

2021-11-20 Thread Thomas Goirand
Hi, Latest Ceph doesn't build on 3 arch: https://buildd.debian.org/status/package.php?p=ceph&suite=experimental (plus the unofficial ports...) What worries me the most is mips6el, where the linker says "undefined reference to `__atomic_load_16'" (and more like this). I don't understand because

Re: [RFC] changes to rsyslog

2021-11-20 Thread Holger Levsen
On Wed, Nov 17, 2021 at 10:57:11AM +0800, Paul Wise wrote: > > Do you know of a tool that does what logcheck does, but operating > > directly on the journal?  Logcheck is the only reason I still have > > rsyslog installed on the servers I maintain. same here, I use (and tune) logcheck on all syste

Re: Help porting Ceph 16.2.6 to mips6el, mipsel and armel

2021-11-20 Thread Bastian Blank
On Sat, Nov 20, 2021 at 11:31:04AM +0100, Thomas Goirand wrote: > What worries me the most is mips6el, where the linker says "undefined > reference to `__atomic_load_16'" (and more like this). I don't > understand because there really is a -latomic parameter to GCC when > linking, so it should be w

Re: Help porting Ceph 16.2.6 to mips6el, mipsel and armel

2021-11-20 Thread Simon McVittie
On Sat, 20 Nov 2021 at 11:31:04 +0100, Thomas Goirand wrote: > Latest Ceph doesn't build on 3 arch: > > https://buildd.debian.org/status/package.php?p=ceph&suite=experimental > > (plus the unofficial ports...) > > What worries me the most is mips6el, where the linker says "undefined > reference

Re: Bug#1000000: fixed in phast 1.6+dfsg-2

2021-11-20 Thread Andreas Tille
Am Sat, Nov 20, 2021 at 10:30:18AM + schrieb Holger Levsen: > congrats to the Debian Med team for filing #100 *and* fixing it so > quickly! > well done & well deserved to hit this "special bug" :) Thanks a lot. I admit it was not a trivial one but I was motivated to spent some hours on i

Re: merged-/usr transition: debconf or not?

2021-11-20 Thread Russ Allbery
Russ Allbery writes: > Well, bootstrapping a new Debian system involves running a tool that > bootstraps a new Debian system. I think you're constraining the problem > too much. > It's a nice property that everything on the system comes straight from a > Debian package, but it's not a strict re

Bug#1000280: ITP: golang-github-mendersoftware-go-lib-micro -- Group of golang packages for developing microservices.

2021-11-20 Thread Andreas Henriksson
Package: wnpp Severity: wishlist Owner: Andreas Henriksson * Package name: golang-github-mendersoftware-go-lib-micro Version : 0.0~git20211108.4e20429-1 Upstream Author : Mender * URL : https://github.com/mendersoftware/go-lib-micro * License : Apache-2.0 Pro

Bug#1000284: ITP: golang-github-ant0ine-go-json-rest -- A quick and easy way to setup a RESTful JSON API

2021-11-20 Thread Andreas Henriksson
Package: wnpp Severity: wishlist Owner: Andreas Henriksson * Package name: golang-github-ant0ine-go-json-rest Version : 3.3.2-1 Upstream Author : Antoine Imbert * URL : https://github.com/ant0ine/go-json-rest * License : Expat Programming Lang: Go Descripti

ITP: golang-github-mazznoer-csscolorparser -- Go (Golang) CSS color parser library

2021-11-20 Thread Chris Keller
Package: wnpp Severity: wishlist Owner: Chris Keller * Package name: golang-github-mazznoer-csscolorparser Version : 0.1.1-1 Upstream Author : Nor Khasyatillah * URL : https://github.com/mazznoer/csscolorparser * License : Expat Programming Lang: Go Descrip

Re: merged-/usr transition: debconf or not?

2021-11-20 Thread Gabor Gombas
Hi, On Sat, Nov 20, 2021 at 09:22:27AM -0800, Russ Allbery wrote: > The drawback here is that dpkg is going to rewrite all paths like /lib64 > to /usr/lib64, which would naively *also* apply to the base-files > package when it looks at that package, but that can't be allowed because > now

Re: merged-/usr transition: debconf or not?

2021-11-20 Thread Russ Allbery
Gabor Gombas writes: > If you replace "rewrite /lib64 to /usr/lib64" with "rewrite /lib64/* to > /usr/lib64/*", then this can easily be avoided. True, although I think you still want to ensure that dpkg never messes with those links. I don't think you want base-files to be able to drop one of t

Bug#1000294: ITP: golang-github-juju-simplekv -- Naive key-value store with multiple backends

2021-11-20 Thread Mathias Gibbens
Package: wnpp Severity: wishlist Owner: Mathias Gibbens X-Debbugs-CC: debian-devel@lists.debian.org, debian...@lists.debian.org * Package name: golang-github-juju-simplekv Version : 1.1.0-1 Upstream Author : Canonical Ltd * URL : https://github.com/juju/simplekv * Lice

Bug#1000295: ITP: odpi -- ODPI-C: Oracle Database Programming Interface for Drivers and Applications

2021-11-20 Thread Joseph Nahmias
Package: wnpp Severity: wishlist Owner: Joseph Nahmias X-Debbugs-Cc: debian-devel@lists.debian.org, j...@nahmias.net * Package name: odpi Version : 4.3.0 Upstream Author : Oracle * URL : https://github.com/oracle/odpi * License : Apache Programming Lang: C

Bug#1000297: ITP: node-jose -- JOSE library without dependencies

2021-11-20 Thread Nicolas Mora
Package: wnpp Severity: wishlist Owner: Nicolas Mora X-Debbugs-CC: debian-devel@lists.debian.org * Package name: node-jose Version : 4.3.7 Upstream Author : Filip Skokan * URL : https://github.com/panva/jose * License : Expat Programming Lang: JavaScript

Re: [RFC] changes to rsyslog

2021-11-20 Thread Trent W. Buck
Paul Wise writes: > On Tue, 2021-11-16 at 17:57 -0500, Zack Weinberg wrote: >> Do you know of a tool that does what logcheck does, but operating >> directly on the journal?  Logcheck is the only reason I still have >> rsyslog installed on the servers I maintain. > > https://github.com/cyberitsolu

Re: Accepted nspr 2:4.32-2 (source) into unstable

2021-11-20 Thread Rene Engelhard
Hi, Am 21.11.21 um 00:04 schrieb Debian FTP Masters: >  nspr (2:4.32-2) unstable; urgency=medium >  . >    * debian/libnspr4-dev.links.in, debian/control: Remove > xulrunner-nspr.pc, > which breaks libxmlsec1-dev (<= 1.2.33-1). At least thanks for adding the Breaks: directly. But can you p