Haikuports: QT5 compiled apps not show .png picture

Created on 1 Oct 2018  路  8Comments  路  Source: haikuports/haikuports

when compile luckybackup https://sourceforge.net/projects/luckybackup/files/0.4.9/source/luckybackup-0.4.9.tar.gz/download
it is compiled successfully.. but on about box.. it is missing png graphics
captureluckybackup

All 8 comments

This is cool! Did the program build without any patch?

~If you built it with haikuporter using a recipe, did you include devel:libpng16$secondaryArchSuffix in BUILD_REQUIRES ?~
~If you built it without haikuporter, were libpng16_x86_devel (for x86_gcc2 hybrid) or libpng16_devel (for x86_64) installed?~

All other images in this app are in PNG format as well. So this seems to be a bug in the app itself.

you can use strace to check which file paths are probed by the application.

kern_read_stat(0xffffffff, ":/luckyPrefix/luckybackup_96.png", true, 0x7f237db35e60, 0x80) = 0x80006003 No such file or directory (8 us)

@diversys how to do that.. (sorry for silly question).. i will do that before opening issue

@fbrosson yes.. without patch.. (yet)..
@diversys ..a month ago i compile gcompris and some image missing too.. i will try to redo that and report here if i have issue

kern_read_stat(0xffffffff, ":/luckyPrefix/luckybackup_96.png", true, 0x7f237db35e60, 0x80) = 0x80006003 No such file or directory (8 us)

ok got it.. new knowledge for me to use strace..

after i add qlabel on top background that i mention.. image show.. i dont know about this is normal or not..
right now i will close this ticket and make recipe for luckybackup..
thanks for all

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hartwork picture hartwork  路  7Comments

soakbot picture soakbot  路  8Comments

bitigchi picture bitigchi  路  6Comments

Begasus picture Begasus  路  7Comments

soakbot picture soakbot  路  6Comments