Bug#518927: marked as done (Please update dtoa.c in all packages that use it)

2020-07-23 Thread Debian Bug Tracking System
Your message dated Thu, 23 Jul 2020 12:11:39 +0200
with message-id <20200723101139.47ofjgktkrvbk...@percival.namespace.at>
and subject line Re: Please update dtoa.c in all packages that use it
has caused the Debian Bug report #518927,
regarding Please update dtoa.c in all packages that use it
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
518927: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=518927
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: general
Severity: normal

Hi,

many source packages contain the "dtoa.c" file that bears the following
copyright notice:

 * The author of this software is David M. Gay.
 *
 * Copyright (c) 1991, 2000, 2001 by Lucent Technologies.

All these packages will be miscompiled by gcc-4.4, because dtoa.c
violates strict aliasing rules. See more details at
http://patrakov.blogspot.com/2009/03/dont-use-old-dtoac.html

Please do a whole-archive search for source files (you'll mostly find
copies of dtoa.c, gdtoa.c and various internal headers) that contain the
string "#define word1(x) ((U*)&x)->L[0]", and clone this bug
accordingly.

System information: irrelevant.

Diego Elio Pettenò: you received this mail because I want you to do the
same thing for Gentoo.

-- 
Alexander E. Patrakov


--- End Message ---
--- Begin Message ---
It would appear that after 11 years, this is either done, or there
are now individual bug reports, or it doesn't actually matter in practice.

As such, I'm thinking it is safe to close this bug now.

Thanks though!

Chris--- End Message ---


Re: debdocker - A Debian docker-based personal builder

2020-07-23 Thread Federico Ceratto
On Sat, Jun 27, 2020 at 12:52 PM Mo Zhou  wrote:
>
> And there is a systemd-nspawn-based builder too:
> 3. debspawn https://github.com/lkorigin/debspawn
>
> All the three builders are avaialable in debian sid.

I'm surprised by the presence of debspawn. It's very similar to my
https://salsa.debian.org/federico/conbuilder (that existed before
debspawn), but I never uploaded it due to the comments it received on
the ITP...

-- 
Federico



Bug#518927: Please update dtoa.c in all packages that use it

2020-07-23 Thread Boyuan Yang
> All these packages will be miscompiled by gcc-4.4, because dtoa.c
> violates strict aliasing rules. See more details at
> http://patrakov.blogspot.com/2009/03/dont-use-old-dtoac.html
> 
> Please do a whole-archive search for source files (you'll mostly find
> copies of dtoa.c, gdtoa.c and various internal headers) that contain the
> string "#define word1(x) ((U*)&x)->L[0]", and clone this bug
> accordingly.

Now that we have the powerful codesearch.debian.net, a quick search would be
feasible:

https://codesearch.debian.net/search?q=%23define+word1%28x%29+%28%28U*%29%26x%29-%3EL%5B0%5D&literal=1

It would only give 3 results:

=
tinymux_2.10.1.14-1/src/strtod.cpp

#ifdef IEEE_8087
#define word0(x) ((U*)&x)->L[1]
#define word1(x) ((U*)&x)->L[0]
#else
#define word0(x) ((U*)&x)->L[0]


silverjuke_18.2.1-3/src/see/dtoa.c

#ifdef IEEE_8087
#define word0(x) ((U*)&x)->L[1]
#define word1(x) ((U*)&x)->L[0]
#else
#define word0(x) ((U*)&x)->L[0]


virtualbox_6.1.12-dfsg-6/src/libs/xpcom18a4/nsprpub/pr/src/misc/prdtoa.c

#ifdef IEEE_8087
#define word0(x) ((U*)&x)->L[1]
#define word1(x) ((U*)&x)->L[0]
#else
#define word0(x) ((U*)&x)->L[0]
===

I don't know whether it is still meaningful but someone might find this
information useful.

-- 
Thanks,
Boyuan Yang


signature.asc
Description: This is a digitally signed message part


Wishlist: I'd love to see WNPP bug CCed in ftpmaster reject mails (where to file a bug report about this)

2020-07-23 Thread Andreas Tille
Hi,

I think the software that is used by ftpmaster is dak but I think I can
not really file a bug report about this.  So asking here how to put my
wish into BTS - and may be discussing here whether its a sensible wish
or not.

It happens from time to time that a package got rejected and the reasons
are given in the rejection mail.  Unfortunately this mail might be
accidently deleted or somehow otherwise from developers inbox.  I'm
team maintaining all my packages but I have observed cases where even
the mailing list archive was lacking the rejection mail.  Moreover its
sometimes really hard to find there.  (I have the impression that
web search engines do not reliably indexing Debian mailing list archives
any more - I have even tested buy putting in site:lists.debian.org and
a unique string in some mail which was not found by the market leading
web search engine.)

I was told that DDs can review the rejection mails at
   coccia.debian.org:/srv/ftp-master.debian.org/queue/reject
but this was somehow hidden knowledge to me and works only for DDs.

Even when finding the mail in the web archive sometimes there is a
following discussion about the issue where different parties are
involved.  Forcing readers to follow all those links is not very
convenient.

My idea for a solution is that if the according WNPP bug is CCed
by the rejection mail it can be

   1. easily found at a convenient place
   2. easily referenced for further discussion
   3. reviewed by everybody not only DDs (we do not hide
  problems, right?)

Since it might be extra work for ftpmaster which I'd like to avoid I
could imagine that dak could parse d/changelog for a WNPP bug that is
closed by the upload and add it automatically to the mail header.

So how can I file this bug report properly - in case at least one
or two other people agree with me that this suggestion is helpful
and sensible.

Kind regards

   Andreas.

-- 
http://fam-tille.de



Re: Wishlist: I'd love to see WNPP bug CCed in ftpmaster reject mails (where to file a bug report about this)

2020-07-23 Thread Roger Shimizu
Dear Andreas,

On Fri, Jul 24, 2020 at 12:07 AM Andreas Tille  wrote:
>
> Hi,
>
> I think the software that is used by ftpmaster is dak but I think I can
> not really file a bug report about this.  So asking here how to put my
> wish into BTS - and may be discussing here whether its a sensible wish
> or not.

According to wiki:
- https://wiki.debian.org/Teams/FTPMaster

BTS is: ftp.debian.org (pseudo package)
And there's dak only wishlist:
- 
https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=ftp.debian.org;dist=unstable#_0_4_6

Cheers,
-- 
Roger Shimizu, GMT +9 Tokyo
PGP/GPG: 4096R/6C6ACD6417B3ACB1



Work-needing packages report for Jul 24, 2020

2020-07-23 Thread wnpp
The following is a listing of packages for which help has been requested
through the WNPP (Work-Needing and Prospective Packages) system in the
last week.

Total number of orphaned packages: 1175 (new: 6)
Total number of packages offered up for adoption: 210 (new: 1)
Total number of packages requested help for: 63 (new: 0)

Please refer to https://www.debian.org/devel/wnpp/ for more information.



The following packages have been orphaned:

   freepats (#965344), orphaned 4 days ago
 Description: Free patch set for MIDI audio synthesis
 Reverse Depends: freedink-engine minuet solfege
 Installations reported by Popcon: 40805
 Bug Report URL: https://bugs.debian.org/965344

   jigl (#965169), orphaned 6 days ago
 Description: Generates a static html photo gallery from one or more
   directories of images
 Installations reported by Popcon: 67
 Bug Report URL: https://bugs.debian.org/965169

   kanjipad (#965387), orphaned 3 days ago
 Description: handwriting recognition tool for Kanji
 Installations reported by Popcon: 45
 Bug Report URL: https://bugs.debian.org/965387

   lcm (#965945), orphaned 2 days ago
 Description: Lightweight Communications and Marshalling
 Reverse Depends: liblcm-bin liblcm-dev liblcm-java liblcm-lua
 Installations reported by Popcon: 6
 Bug Report URL: https://bugs.debian.org/965945

   lprng-doc (#965939), orphaned 2 days ago
 Description: lpr/lpd printer spooling system (documentation)
 Installations reported by Popcon: 59
 Bug Report URL: https://bugs.debian.org/965939

   typespeed (#965388), orphaned 3 days ago
 Description: Zap words flying across the screen by typing them
   correctly
 Installations reported by Popcon: 407
 Bug Report URL: https://bugs.debian.org/965388

1169 older packages have been omitted from this listing, see
https://www.debian.org/devel/wnpp/orphaned for a complete list.



The following packages have been given up for adoption:

   emacs-helm-ag (#966068), offered yesterday
 Description: Silver Searcher integration with Emacs Helm
 Installations reported by Popcon: 38
 Bug Report URL: https://bugs.debian.org/966068

209 older packages have been omitted from this listing, see
https://www.debian.org/devel/wnpp/rfa_bypackage for a complete list.



For the following packages help is requested:

   album-data (#964105), requested 22 days ago (non-free)
 Description: themes, plugins and translations for album
 Installations reported by Popcon: 87
 Bug Report URL: https://bugs.debian.org/964105

   apache2 (#910917), requested 649 days ago
 Description: Apache HTTP Server
 Reverse Depends: apache2 apache2-ssl-dev apache2-suexec-custom
   apache2-suexec-pristine backuppc courier-webadmin cvsweb debbugs-web
   dms-wsgi doc-central (134 more omitted)
 Installations reported by Popcon: 91990
 Bug Report URL: https://bugs.debian.org/910917

   aufs (#963191), requested 33 days ago
 Description: driver for a union mount for Linux filesystems
 Reverse Depends: fsprotect
 Installations reported by Popcon: 14126
 Bug Report URL: https://bugs.debian.org/963191

   autopkgtest (#846328), requested 1331 days ago
 Description: automatic as-installed testing for Debian packages
 Reverse Depends: debci-worker
 Installations reported by Popcon: 1202
 Bug Report URL: https://bugs.debian.org/846328

   balsa (#642906), requested 3224 days ago
 Description: An e-mail client for GNOME
 Installations reported by Popcon: 675
 Bug Report URL: https://bugs.debian.org/642906

   broadcom-sta (#886599), requested 927 days ago (non-free)
 Description: Broadcom STA Wireless driver (non-free)
 Installations reported by Popcon: 1637
 Bug Report URL: https://bugs.debian.org/886599

   cargo (#860116), requested 1199 days ago
 Description: Rust package manager
 Reverse Depends: dh-cargo
 Installations reported by Popcon: 1655
 Bug Report URL: https://bugs.debian.org/860116

   cyrus-imapd (#921717), requested 531 days ago
 Description: Cyrus mail system - IMAP support
 Reverse Depends: cyrus-admin cyrus-caldav cyrus-clients cyrus-dev
   cyrus-imapd cyrus-murder cyrus-nntpd cyrus-pop3d cyrus-replication
 Installations reported by Popcon: 431
 Bug Report URL: https://bugs.debian.org/921717

   cyrus-sasl2 (#799864), requested 1765 days ago
 Description: authentication abstraction library
 Reverse Depends: 389-ds-base adcli autofs-ldap cyrus-caldav
   cyrus-clients cyrus-common cyrus-dev cyrus-imapd cyrus-imspd
   cyrus-murder (78 more omitted)
 Installations reported by Popcon: 194208
 Bug Report URL: https://bugs.debian.org/799864