Skip to content

Exit code 3 after adding Diesel r2d2 on Rocket #2947

Answered by hut8
AcrylicShrimp asked this question in Q&A
Discussion options

You must be logged in to vote

I finally found the actual problem and a real solution.

The real problem

Yes, the problem is in gettext/libintl. It turns out that in Postgres, according to one of the maintainers from EnterpriseDB:

PG 14.1 (and 13.5) used gettext-0.19.8. The PG <13.5 used v0.20.1 and the reason was that there was a performance issue reported with that version (see here). So it was decided to bundle the lower version 0.19.8 and at the same time continue to debug the performance issue seen with the higher version of gettext.

It is almost impossible to generate a PDB file for gettext/libintl because it must be built with mingw which doesn't produce those. With more effort than I would like to make, there …

Replies: 4 comments 60 replies

Comment options

You must be logged in to vote
6 replies
@weiznich
Comment options

@weiznich
Comment options

@CDouv
Comment options

@weiznich
Comment options

@AcrylicShrimp
Comment options

Comment options

You must be logged in to vote
29 replies
@hut8
Comment options

@hut8
Comment options

@weiznich
Comment options

@weiznich
Comment options

@hut8
Comment options

Comment options

You must be logged in to vote
25 replies
@xxgunnery
Comment options

@weiznich
Comment options

@jfmenard
Comment options

@YenHarvey
Comment options

@Kratosgado
Comment options

Answer selected by AcrylicShrimp
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment