View Issue Details

IDProjectCategoryView StatusLast Update
0009261Talerexchangepublic2024-10-10 19:39
Reporterschanzen Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version0.13 
Target Version0.14Fixed in Version0.14 
Summary0009261: taler-exchange compile from source fails
DescriptionI get:

  CC taler-exchange-httpd_management_aml-officers.o
  CC taler-exchange-httpd_management_auditors.o
taler-exchange-httpd_kyc-wallet.c:33:10: fatal error: taler-exchange-httpd_withdraw.h: No such file or directory
   33 | #include "taler-exchange-httpd_withdraw.h"
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[3]: *** [Makefile:1284: taler-exchange-httpd_kyc-wallet.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/home/schanzen/dev/taler-exchange-0.13.0/src/exchange'
make[2]: *** [Makefile:524: all-recursive] Error 1
make[2]: Leaving directory '/home/schanzen/dev/taler-exchange-0.13.0/src'
make[1]: *** [Makefile:713: all-recursive] Error 1
make[1]: Leaving directory '/home/schanzen/dev/taler-exchange-0.13.0'
make: *** [Makefile:644: all] Error 2
TagsNo tags attached.

Activities

schanzen

2024-10-10 13:52

administrator   ~0023503

Last edited: 2024-10-10 19:39

This is already fixed in https://git.taler.net/exchange.git/commit/src/exchange/taler-exchange-httpd_kyc-wallet.c?id=a6deee497c1e4515c426d755f2b473905b958eca apparently; but since 0.13.0 was packaged without the header and before the patch, it FTBFS. This is also (as the commit implies) not a "clang issue".

Issue History

Date Modified Username Field Change
2024-10-10 13:48 schanzen New Issue
2024-10-10 13:48 schanzen Status new => assigned
2024-10-10 13:48 schanzen Assigned To => Christian Grothoff
2024-10-10 13:52 schanzen Note Added: 0023503
2024-10-10 14:49 Christian Grothoff Status assigned => resolved
2024-10-10 14:49 Christian Grothoff Resolution open => fixed
2024-10-10 14:49 Christian Grothoff Fixed in Version => 0.14
2024-10-10 14:49 Christian Grothoff Target Version => 0.14
2024-10-10 19:39 schanzen Note Edited: 0023503