Opened 6 days ago

Last modified 4 days ago

#18931 reopened bug

errors in Haiku-PyAPI after updating Haiku 32bit (only in 32bit)

Reported by: TmTFx Owned by: nobody
Priority: normal Milestone: R1/beta5
Component: Build System Version: R1/beta4
Keywords: Cc:
Blocked By: Blocking:
Platform: x86

Description

After updating haiku few weeks ago, some modules in Haiku-PyAPI (afaik the two I found are BFilepanel and BTranslationUtils(BTranslator?)) generate crashes even after recompiling the libraries. This happens only in Haiku 32bit (64bit is free of errors), on Haiku-PyAPI side there were no changes related to those modules so far, so I open a ticket here 'cause maybe something has been touched in Haiku side

I attach the BFilepanel debug report and the BTranslationUtils debug report

Attachments (4)

BFilepanel_error.report (69.9 KB ) - added by TmTFx 6 days ago.
sample erron when using BFilepanel python module
BTranslationUtils_error.report (68.3 KB ) - added by TmTFx 6 days ago.
Sample BTranslationUtils error when using that module in python with Haiku-PyAPI
XaB3.png (171.7 KB ) - added by Begasus 5 days ago.
HaiQR on 32bit working
XaLd.png (137.9 KB ) - added by Begasus 4 days ago.
Working with changed gcc13 version on 32bit

Download all attachments as: .zip

Change History (23)

by TmTFx, 6 days ago

Attachment: BFilepanel_error.report added

sample erron when using BFilepanel python module

by TmTFx, 6 days ago

Sample BTranslationUtils error when using that module in python with Haiku-PyAPI

comment:1 by korli, 6 days ago

Did you update gcc-syslibs?

comment:2 by waddlesplash, 5 days ago

Resolution: invalid
Status: newclosed

This looks like the EXR libraries need to be recompiled under the new GCC, which is a problem for HaikuPorts.

comment:3 by Begasus, 5 days ago

IIRC the EXR libraries have been rev-bumped not that long ago (for gcc13)?

comment:4 by korli, 5 days ago

like Begasus said, it should already be recompiled. But the syslibs might be not up to date.

comment:5 by Begasus, 5 days ago

For what it's worth, I cloned/installed needed packages for HaiQR on 32bit, launches and works ok here?

by Begasus, 5 days ago

Attachment: XaB3.png added

HaiQR on 32bit working

comment:6 by TmTFx, 5 days ago

Sorry, I forgot to mention that my test machines are all with nightlies revs not R1B4, I tested on barebone and on virtual machine

comment:7 by Begasus, 5 days ago

On 32bit R1B4 it's ok, on 32bit nightly (after running "pkgman full-sync" it crashes here too (even with the updated openexr packages)).

comment:8 by korli, 5 days ago

Resolution: invalid
Status: closedreopened

comment:9 by waddlesplash, 5 days ago

Milestone: UnscheduledR1/beta5

comment:10 by Begasus, 5 days ago

Tried building with the updated gcc version on 32bit (R1B4) and get an error, source uptodate (hrev57801).

https://bpa.st/5LAA (link will stay up for a week)

comment:11 by korli, 5 days ago

Maybe you should switch gcc before "configure+jam"

comment:12 by Begasus, 5 days ago

Ah, didn't run configure now, only jam ... although, I thought this wasn't/isn't needed on 32bit? (err nvm, that was for the buildtools)

comment:13 by Begasus, 5 days ago

No change, fails on the same place, this is the script I normaly use to build Haiku:

#/bin/sh
cd /Share/Haiku/buildtools
git pull

cd /Share/Haiku/haiku
git switch master
git pull

mkdir -p generated; cd generated
../configure --distro-compatibility official

jam -q -j5 @nightly-anyboot

EDIT: swithing to x86 in Terminal for a new check EDIT2: strike that, I see gcc_syslibs 5.4.0 passing by ;) (build failure)

Last edited 5 days ago by Begasus (previous) (diff)

comment:14 by korli, 5 days ago

You might submit a separate bug report. In the meantime you can build by checkouting an older hrev like hrev57777

comment:15 by Begasus, 5 days ago

Probably related to https://dev.haiku-os.org/ticket/18692

OK, I just fiddled a bit with checking the exr ticket, still n00b here, need to figure out how to switch to hrev57777 first :)

comment:16 by korli, 5 days ago

"git checkout hrev57777" didn't work?

comment:17 by Begasus, 5 days ago

Errr didn't check that ;) n00b remember, only getting started and grasping a bit on how this all works. Used https://review.haiku-os.org/c/haiku/+/7820 for now.

comment:18 by Begasus, 4 days ago

Well ... succes! Took a while, but got 32bit image with gcc13 updated files. To be sure I first created an unchainged regular build and then changed the version in the build/jam/repositories/HaikuPorts/x86_gcc2.

As expected the regular one crashed, the changed one worked out fine.

This should do it for 32bit and 64bit:

diff --git a/build/jam/repositories/HaikuPorts/x86_64 b/build/jam/repositories/HaikuPorts/x86_64
index b81791a9..69040101 100644
--- a/build/jam/repositories/HaikuPorts/x86_64
+++ b/build/jam/repositories/HaikuPorts/x86_64
@@ -83,9 +83,9 @@ RemotePackageRepository HaikuPorts
        gawk-5.2.2-1
        gettext-0.21.1-4
        gettext_libintl-0.21.1-4
-       gcc-13.2.0_2023_08_10-3
-       gcc_syslibs-13.2.0_2023_08_10-3
-       gcc_syslibs_devel-13.2.0_2023_08_10-3
+       gcc-13.3.0_2023_08_10-1
+       gcc_syslibs-13.3.0_2023_08_10-1
+       gcc_syslibs_devel-13.3.0_2023_08_10-1
        giflib-5.2.1-1
        giflib_devel-5.2.1-1
        git-2.37.3-1
diff --git a/build/jam/repositories/HaikuPorts/x86_gcc2 b/build/jam/repositories/HaikuPorts/x86_gcc2
index 4dab6a47..dc4f827f 100644
--- a/build/jam/repositories/HaikuPorts/x86_gcc2
+++ b/build/jam/repositories/HaikuPorts/x86_gcc2
@@ -205,9 +205,9 @@ RemotePackageRepository HaikuPorts
        fribidi_x86_devel-1.0.13-1
        game_music_emu_x86-0.6.3-2
        game_music_emu_x86_devel-0.6.3-2
-       gcc_x86-13.2.0_2023_08_10-3
-       gcc_x86_syslibs-13.2.0_2023_08_10-3
-       gcc_x86_syslibs_devel-13.2.0_2023_08_10-3
+       gcc_x86-13.3.0_2023_08_10-1
+       gcc_x86_syslibs-13.3.0_2023_08_10-1
+       gcc_x86_syslibs_devel-13.3.0_2023_08_10-1
        gettext_x86-0.21.1-4
        gettext_x86_libintl-0.21.1-4
        giflib_x86-5.2.1-1

by Begasus, 4 days ago

Attachment: XaLd.png added

Working with changed gcc13 version on 32bit

comment:19 by korli, 4 days ago

Component: - GeneralBuild System
Platform: Allx86
Note: See TracTickets for help on using tickets.