View Issue Details

IDProjectCategoryView StatusLast Update
0010197Talerdeployment and operationspublic2025-08-25 00:06
ReporterFlorian Dold Assigned ToFlorian Dold  
PrioritylowSeverityfeatureReproducibilityhave not tried
Status resolvedResolutionfixed 
Target Version1.1 
Summary0010197: add post-packaging checks for linker issues in packaging-ng
DescriptionWe only re-build packages where the version changed.

That can lead to us not noticing if, for example, the exchange bumps an .so version, and the merchant doesn't run anymore as a consequence because of a linker error.

As the last step, would need to:

* install all packages (we possibly already do that, good sanity check)
* run ldd on all binaries of each package
* complain if it fails => then we have to bump the dependee version basically by making a new release, and it'll be rebuilt the next run
TagsNo tags attached.

Activities

Florian Dold

2025-08-25 00:06

manager   ~0025684

commit 4292a7ea16a653a22c4cd0d65f06d6cf5c53f877 (HEAD -> master, origin/master, origin/HEAD)
Author: Florian Dold <florian@dold.me>
Date: Mon Aug 25 00:06:17 2025 +0200

    packaging: cache cargo, run post-build lld checks

Issue History

Date Modified Username Field Change
2025-07-16 21:49 Florian Dold New Issue
2025-07-16 21:49 Florian Dold Status new => assigned
2025-07-16 21:49 Florian Dold Assigned To => Florian Dold
2025-08-02 12:26 Florian Dold Priority normal => low
2025-08-05 01:12 Christian Grothoff Severity minor => feature
2025-08-25 00:06 Florian Dold Status assigned => resolved
2025-08-25 00:06 Florian Dold Resolution open => fixed
2025-08-25 00:06 Florian Dold Note Added: 0025684