pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/58700: www/firefox52 does not work on big endian machines



>Number:         58700
>Category:       pkg
>Synopsis:       www/firefox52 does not work on big endian machines
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Sep 26 14:35:00 +0000 2024
>Originator:     Martin Husemann
>Release:        NetBSD 10.99.12
>Organization:
The NetBSD Foundation, Inc.
>Environment:
System: NetBSD big-apple.aprisoft.de 10.99.12 NetBSD 10.99.12 (POWERMAC_G5.MP) #121: Wed Sep 25 13:34:14 CEST 2024 martin%seven-days-to-the-wolves.aprisoft.de@localhost:/work/src/sys/arch/macppc/compile/POWERMAC_G5.MP macppc
Architecture: powerpc
Machine: macppc
>Description:

The www/firefox52 package has been switched to use its internal ICU library.
This change broke the pkg at runtime for big endian machines.

The problem is the hard coded ICU_DATA_FILE, see

build/autoconf/icu.m4:

    MOZ_ICU_VERSION="$version"
    
    # TODO: the l is actually endian-dependent
    # We could make this set as 'l' or 'b' for little or big, respectively,
    # but we'd need to check in a big-endian version of the file.
    ICU_DATA_FILE="icudt${version}l.dat"

So we would need to add a icudt58b.dat after extraction and make that
line depend on endianess. We also probably will need a PLIST variable for
this.

>How-To-Repeat:

Try to start firefox52 on any big endian machine.

>Fix:
n/a



Home | Main Index | Thread Index | Old Index