Ticket #43600

configure: locale_charset() test failing on haiku

Eröffnet am: 2022-01-11 20:11 Letztes Update: 2022-03-19 20:52

Auswertung:
Verantwortlicher:
Typ:
Status:
Geschlossen
Komponente:
Meilenstein:
Priorität:
5 - Mittel
Schweregrad:
5 - Mittel
Lösung:
Gefixt
Datei:
2

Details

From the looks of the headers and libraries I think locale_charset() test should return success on haiku, but it does not. This is probably as simple as the test not linking against the correct library.

The result is same for both autotools and meson based builds. This ticket is about autotools build.

Ticket-Verlauf (3/11 Historien)

2022-01-11 20:11 Aktualisiert von: cazfi
  • New Ticket "configure: locale_charset() tes failing on haiku" created
2022-01-11 20:15 Aktualisiert von: cazfi
2022-01-26 09:38 Aktualisiert von: cazfi
  • Summary Updated
2022-03-05 17:35 Aktualisiert von: cazfi
  • Verantwortlicher Update from (Keine) to cazfi
  • Lösung Update from Keine to Accepted
2022-03-05 17:39 Aktualisiert von: cazfi
Kommentar

Will push to S2_6 too

2022-03-05 18:05 Aktualisiert von: cazfi
  • Lösung Update from Accepted to Keine
Kommentar

Libraries added to the list of ones to link against gets discarded. This means that now that detecting the library works, the build fails as it tries to use functions from the library without linking against it.

2022-03-05 18:25 Aktualisiert von: cazfi
  • Lösung Update from Keine to Accepted
Kommentar

- Keep "-lcharset" in LIBS when needed

2022-03-12 00:30 Aktualisiert von: cazfi
Kommentar

Reply To cazfi

The result is same for both autotools and meson based builds. This ticket is about autotools build.

Meson -> #44075

2022-03-19 20:52 Aktualisiert von: cazfi
  • Status Update from Offen to Geschlossen
  • Lösung Update from Accepted to Gefixt

Bearbeiten

Please login to add comment to this ticket » Anmelden