← Back to team overview

debcrafters-packages team mailing list archive

[Bug 2115147] [NEW] gpgrt-config invalid output due to rust-coreutils "expr"

 

Public bug reported:

Using the current question rust-coreutils (0.0.30-2ubuntu2)

$ /usr/bin/gpgrt-config --libdir=/usr/lib/x86_64-linux-gnu gpg-error --libs
-L/usr

using coreutils instead

$ /usr/bin/gpgrt-config --libdir=/usr/lib/x86_64-linux-gnu gpg-error --libs
-L/usr/lib/x86_64-linux-gnu -lgpg-error


It seems to be due to "expr", doing a git-bisect from rust-coreutils suggests that it has been fixed in
https://github.com/uutils/coreutils/commit/b0390fe
> expr: Handle $ at the beginning of the regex pattern


The commit doesn't apply cleanly to 0.0.30 to confirm though

** Affects: coreutils-from (Ubuntu)
     Importance: High
     Assignee: Julian Andres Klode (juliank)
         Status: New

** Affects: gnupg2 (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: gpgme1.0 (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: libassuan (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: libgcrypt20 (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: libgpg-error (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: libksba (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: ntfs-3g (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: pinentry (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: rust-coreutils (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: ftbfs

** Also affects: rust-coreutils (Ubuntu)
   Importance: Undecided
       Status: New

** Also affects: coreutils-from (Ubuntu)
   Importance: Undecided
       Status: New

** Also affects: gnupg2 (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of
Debcrafters packages, which is subscribed to libgpg-error in Ubuntu.
https://bugs.launchpad.net/bugs/2115147

Title:
  gpgrt-config invalid output due to rust-coreutils "expr"

Status in coreutils-from package in Ubuntu:
  New
Status in gnupg2 package in Ubuntu:
  New
Status in gpgme1.0 package in Ubuntu:
  New
Status in libassuan package in Ubuntu:
  New
Status in libgcrypt20 package in Ubuntu:
  New
Status in libgpg-error package in Ubuntu:
  New
Status in libksba package in Ubuntu:
  New
Status in ntfs-3g package in Ubuntu:
  New
Status in pinentry package in Ubuntu:
  New
Status in rust-coreutils package in Ubuntu:
  New

Bug description:
  Using the current question rust-coreutils (0.0.30-2ubuntu2)

  $ /usr/bin/gpgrt-config --libdir=/usr/lib/x86_64-linux-gnu gpg-error --libs
  -L/usr

  using coreutils instead

  $ /usr/bin/gpgrt-config --libdir=/usr/lib/x86_64-linux-gnu gpg-error --libs
  -L/usr/lib/x86_64-linux-gnu -lgpg-error

  
  It seems to be due to "expr", doing a git-bisect from rust-coreutils suggests that it has been fixed in
  https://github.com/uutils/coreutils/commit/b0390fe
  > expr: Handle $ at the beginning of the regex pattern

  
  The commit doesn't apply cleanly to 0.0.30 to confirm though

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/coreutils-from/+bug/2115147/+subscriptions



Follow ups