[Git][reproducible-builds/reproducible-notes][master] 4 commits: Add new captures_kernel_variant toolchain issue.

Chris Lamb (@lamby) gitlab at salsa.debian.org
Thu Feb 17 00:25:49 UTC 2022



Chris Lamb pushed to branch master at Reproducible Builds / reproducible-notes


Commits:
185f62e5 by Chris Lamb at 2022-02-16T16:23:45-08:00
Add new captures_kernel_variant toolchain issue.

- - - - -
42b6b150 by Chris Lamb at 2022-02-16T16:23:46-08:00
Add support for automatically classifying captures_kernel_variant.

- - - - -
1d1871a8 by Chris Lamb at 2022-02-16T16:23:46-08:00
Tag ulcc with captures_kernel_variant

- - - - -
253fe34a by Chris Lamb at 2022-02-16T16:24:35-08:00
Add patch for tree-puzzle

- - - - -


3 changed files:

- bin/auto-classify
- issues.yml
- packages.yml


Changes:

=====================================
bin/auto-classify
=====================================
@@ -172,6 +172,9 @@ def walk_json(elem):
                 else:
                     yield "captures_build_path"
 
+            elif re.search(r"-[^\n]+x86_64", diff):
+                yield "captures_kernel_variant"
+
         if v.startswith("strings "):
 
             if "-ffile-prefix-map=/build/" in diff:


=====================================
issues.yml
=====================================
@@ -900,6 +900,12 @@ captures_kernel_version:
     .
     Sub-issue: captures_kernel_version_via_CMAKE_SYSTEM
   deterministic: True
+captures_kernel_variant:
+  description: |
+    Similar to captures_kernel_version, but specifically refers to capturing
+    x86_64 vs i686. This can (currently) happen when testing the i386
+    architecture as we use a 64-bit kernel with a 32-bit Debian userland.
+  deterministic: True
 timestamps_in_cmake:
   description: |
     Timestamps generated by cmake TIMESTAMP function respect


=====================================
packages.yml
=====================================
@@ -30733,6 +30733,10 @@ traverso:
   version: 0.49.4-2
   issues:
     - gcc_captures_build_path
+tree-puzzle:
+  version: 5.3~rc16+dfsg-8
+  bugs:
+    - 1005901
 treepy-el:
   version: 0.1.2-1
   issues:
@@ -31063,6 +31067,10 @@ ulatencyd:
   version: 0.5.0-9
   issues:
     - gcc_captures_build_path
+ulcc:
+  version: 1.0.2-2
+  issues:
+    - captures_kernel_variant
 umbrello:
   version: 4:16.04.2-1
   issues:



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/-/compare/bf6a955003cad006dbd35db89735901e8865f3ae...253fe34a553fdd7f3c22ffd6ad60a20f5b3d504a

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/-/compare/bf6a955003cad006dbd35db89735901e8865f3ae...253fe34a553fdd7f3c22ffd6ad60a20f5b3d504a
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20220217/75f84b12/attachment.htm>


More information about the rb-commits mailing list