View Issue Details

IDProjectCategoryView StatusLast Update
0004172Talerexchangepublic2024-01-12 14:09
ReporterFlorian Dold Assigned ToFlorian Dold  
PriorityurgentSeverityblockReproducibilityalways
Status closedResolutionfixed 
Target Version0.0Fixed in Version0.0 
Summary0004172: TALER_PQ_exec_prepared has gone missing
Description... the configure script of other Taler components still looks for this function, thus some plugins (such as the merchantdb postgres plugin, which do use this function) are not compiled.

This breaks the merchant right now.

Also the way our deployment works, this issue wasn't recognized immediately, since the plugin .so file was still lying around, so we got some other unrelated error.
Steps To ReproduceCompile the merchant with the current version of the mint. The postgres db plugin won't be built, and the merchant is not usable.
TagsNo tags attached.

Activities

Christian Grothoff

2016-02-15 17:29

manager   ~0010135

I've fixed the test, but likely some symbols will have to be renamed from TALER_PQ_ to GNUNET_PQ_

Florian Dold

2016-02-15 19:15

manager   ~0010137

I've done the rename, it compiles again, but it still doesn't work:

test@tripwire:~$ /home/test/local/bin/taler-merchant-httpd: symbol lookup error: /home/test/local/lib/taler/libtaler_plugin_merchantdb_postgres.so.0: undefined symbol: TALER_PQ_query_param_amount

Florian Dold

2016-02-15 19:29

manager   ~0010138

Fixed in 3348fa7..1c06959

Issue History

Date Modified Username Field Change
2016-02-15 15:52 Florian Dold New Issue
2016-02-15 15:52 Florian Dold Status new => assigned
2016-02-15 15:52 Florian Dold Assigned To => Christian Grothoff
2016-02-15 17:29 Christian Grothoff Note Added: 0010135
2016-02-15 19:15 Florian Dold Note Added: 0010137
2016-02-15 19:29 Florian Dold Note Added: 0010138
2016-02-15 19:29 Florian Dold Status assigned => resolved
2016-02-15 19:29 Florian Dold Resolution open => fixed
2016-02-15 19:29 Florian Dold Assigned To Christian Grothoff => Florian Dold
2016-02-17 16:35 Christian Grothoff Status resolved => closed
2016-09-26 14:00 Christian Grothoff Fixed in Version => 0.0
2016-09-26 14:01 Christian Grothoff Target Version => 0.0
2024-01-12 14:09 Christian Grothoff Category libtalerpq => exchange