View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0010197 | Taler | deployment and operations | public | 2025-07-16 21:49 | 2025-08-25 00:06 |
Reporter | Florian Dold | Assigned To | Florian Dold | ||
Priority | low | Severity | feature | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Target Version | 1.1 | ||||
Summary | 0010197: add post-packaging checks for linker issues in packaging-ng | ||||
Description | We 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 | ||||
Tags | No tags attached. | ||||
|
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 |
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 |