Le jeudi 25 janvier 2024 à 08:40 +0100, Landry Breuil a écrit :
> Le Wed, Jan 24, 2024 at 06:11:22PM +0100, Solène Rapenne a écrit :
> > On 23/01/2024 15:29, Landry Breuil wrote:
> > > CVSROOT:        /cvs
> > > Module name:    ports
> > > Changes by:     lan...@cvs.openbsd.org       2024/01/23 07:29:57
> > > 
> > > Modified files:
> > >         www/mozilla-firefox: Tag: OPENBSD_7_4 Makefile distinfo
> > > Removed files:
> > >         www/mozilla-firefox/patches: Tag: OPENBSD_7_4
> > >                                      patch-toolkit_xre_glxtest_glxtest_cpp
> > > 
> > > Log message:
> > > www/mozilla-firefox: MFC update to 122.0.
> > > 
> > > see https://www.mozilla.org/en-US/firefox/122.0/releasenotes/
> > > fixes https://www.mozilla.org/en-US/security/advisories/mfsa2024-01/
> > > 
> > > drop patch from #1868782, merged upstream
> > > 
> > 
> > for some reasons, doesn't compile on arm64 -stable , it didn't compile last
> > backport either but I didn't have the time to check why
> 
> if it's only on arm64-stable and amd64-stable built fine, i'd triple
> check that www/mozilla/mozilla.port.mk is at r1.163.2.1, cf
> https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/www/mozilla/mozilla.port.mk?only_with_tag=OPENBSD_7_4
> 
> >  ===>  Checking files for firefox-122.0
> >  `/mnt/distfiles/mozilla/firefox-122.0.source.tar.xz' is up to date.
> > > > No size recorded for mozilla/firefox-122.0.source-profdata.tar.xz
> 
> it should be prefixed with -repacked, as is the case since 121 was
> merged in 7.4 stable
> 
> can you check make show=DISTFILES.profdata ? here on my 7.4-stable tree
> its firefox-122.0.source-profdata-repacked.tar.xz
> 
> esr is probably the same thing.
> 

this is super weird, I have different results on arm64 and amd64 but
both distinfo have the same checksum

arm64-stable$ pwd
/home/ports/www/firefox-esr
arm64-stable$ make show=DISTFILES.profdata 
firefox-115.7.0esr.source-profdata.tar.xz

arm64-stable$ cd ../mozilla-firefox
arm64-stable$ make show=DISTFILES.profdata 
firefox-122.0.source-profdata.tar.xz


amd64-stable$ pwd 
/home/ports/www/firefox-esr
amd64-stable$ make show=DISTFILES.profdata 
firefox-115.7.0esr.source-profdata-repacked.tar.xz

amd64-stable$ cd ../mozilla-firefox 
amd64-stable$ make show=DISTFILES.profdata 
firefox-122.0.source-profdata-repacked.tar.xz

Reply via email to