Can coreutils bugs be reported on Launchpad?

Asked by Miikka-Markus Alhonen

I recently came across a bug in the coreutils package (sort and uniq) and filed a bug report using ubuntu-bug coreutils at https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/1774857. Now that I look at https://bugs.launchpad.net/coreutils, Launchpad tells me that "coreutils must be configured in order for Launchpad to forward bugs to the project's developers."

Does that mean that I should have reported the bug somewhere else and not Launchpad? For me, the message sounds like nobody will even see the report I submitted. Please correct me if I'm mistaken.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of:

lsb_release -a; uname -a; apt-cache policy coreutils

Thanks

Revision history for this message
Miikka-Markus Alhonen (malhonen) said :
#2

LSB Version: core-9.20170808ubuntu1-noarch:security-9.20170808ubuntu1-noarch
Distributor ID: Ubuntu
Description: Ubuntu 18.04 LTS
Release: 18.04
Codename: bionic
Linux tenuznagen 4.15.0-22-generic #24-Ubuntu SMP Wed May 16 12:15:17 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
coreutils:
  Installed: 8.28-1ubuntu1
  Candidate: 8.28-1ubuntu1
  Version table:
 *** 8.28-1ubuntu1 500
        500 http://mr.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
        100 /var/lib/dpkg/status

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

I'd see what the bug guys say

Revision history for this message
Miikka-Markus Alhonen (malhonen) said :
#4

So is there another forum where I can ask the "bug guys" or is it here?

Revision history for this message
Best Manfred Hampl (m-hampl) said :
#5

You have to be aware, that for some packages there are two areas on Launchpad, coreutils is one of them

https://launchpad.net/coreutils is the general area for coreutils
and
https://launchpad.net/ubuntu/+source/coreutils is the area for coreutils in Ubuntu
(similar for bugs.launchpad.net and answers.launchpad.net)

In this case there is no bug tracker for coreutils in general, but only for coreutils on Ubuntu.

Your bug report looks correct to me. Let's see whether somebody reacts on it.

Eventually you cold also have looked at http://www.gnu.org/software/coreutils/coreutils.html and also reported that bug to the GNU developers (as long as the problem is in the original software and nothing Ubuntu-specific).

Revision history for this message
Miikka-Markus Alhonen (malhonen) said :
#6

Thanks Manfred Hampl, that solved my question.