Public bug reported: [ Description ] >From my Debian bug report:
Source: xxhash Version: 0.8.0-1 Severity: serious tags: patch Hello, after trying hard to see why python3-pkgconfig was not detecting xxhash I discovered that the Version field was empty https://github.com/Cyan4973/xxHash/commit/b4dbf5fefc37b8a5f80b3bbc6b8ff639cf5f0ec2 This trivial commit fixes it. [ Test Case ] Check and open the pkgconfig file for the Version string, it shouldn't be empty To reproduce: $ python3 >>> import pkgconfig >>> pkgconfig.installed('libxxhash', '>= 0.7.3') True This is what is expected If python gives false, this means that the library is not really found due to the version mismatch ** Affects: xxhash (Ubuntu) Importance: Undecided Status: Fix Released ** Affects: xxhash (Ubuntu Groovy) Importance: Undecided Status: In Progress ** Affects: xxhash (Debian) Importance: Unknown Status: Unknown ** Bug watch added: Debian Bug tracker #979758 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=979758 ** Also affects: xxhash (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=979758 Importance: Unknown Status: Unknown ** Changed in: xxhash (Ubuntu) Status: New => Fix Released ** Also affects: xxhash (Ubuntu Groovy) Importance: Undecided Status: New ** Changed in: xxhash (Ubuntu Groovy) Status: New => In Progress ** Description changed: + [ Description ] From my Debian bug report: Source: xxhash Version: 0.8.0-1 Severity: serious tags: patch Hello, after trying hard to see why python3-pkgconfig was not detecting xxhash I discovered that the Version field was empty https://github.com/Cyan4973/xxHash/commit/b4dbf5fefc37b8a5f80b3bbc6b8ff639cf5f0ec2 This trivial commit fixes it. + + [ Test Case ] + Check and open the pkgconfig file for the Version string, it shouldn't be empty + To reproduce: - python3 + $ python3 >>> import pkgconfig >>> pkgconfig.installed('libxxhash', '>= 0.7.3') True This is what is expected - G. + If python gives false, this means that the library is not really found + due to the version mismatch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1911152 Title: xxhash: broken pkgconfig file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xxhash/+bug/1911152/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
