Re: Firefox failing at startup (was Re: firefox LTO compile fails)

2024-02-14 Thread Nuno Teixeira
Is there any clues why I have it running ok on amd64 and not on aarch64?
Both running 15 with couple days diff.

Stefan Ehmann  escreveu (terça, 13/02/2024 à(s) 21:42):
>
> On Tuesday, February 13, 2024 9:58:54 PM CET Guido Falsi wrote:
> > On 13/02/24 15:23, Nuno Teixeira wrote:
> > > Hello all,
> > >
> > > While I've noticed this happening in 122, I'm re-testing with 123.0_1
> > > on 14-RELEASE:
> > >
> > > Default options + LTO:
> > >
> > > ld.lld: error:
> > > /wrkdirs/usr/ports/www/firefox/work/.build/x86_64-unknown-freebsd/release
> > > /libbuiltins_static.a(builtins_static-251923731896d9f8.builtins_static38c
> > > 192b2a53b4c5e-cgu.0.rcgu.o): Unknown attribute kin
> > > d (86) (Producer: 'LLVM17.0.6-rust-1.75.0-stable' Reader: 'LLVM 15.0.7')
> > > clang-15: error: linker command failed with exit code 1 (use -v to see
> > > invocation)
> > > gmake[4]: ***
> > > [/wrkdirs/usr/ports/www/firefox/work/firefox-123.0/config/rules.mk:541:
> > > libnssckbi.so] Error 1
> > >
> > > Same error on 15-CURRENT.
> > >
> > > Logs:
> > > https://people.freebsd.org/~eduardo/logs/firefox/LTO/15amd64_firefox-123.0
> > > _1%2C2.log
> > > https://people.freebsd.org/~eduardo/logs/firefox/LTO/140amd64_firefox-123
> > > .0_1%2C2.log
> > >
> > > Thanks,
> >
> > With latest firefox I'm seeing it fail on startup:
> >  > firefox
> >
> > XPCOMGlueLoad error for file /usr/local/lib/firefox/libgkcodecs.so:
> > /usr/local/lib/firefox/libgkcodecs.so: Undefined symbol "sin"
> > Couldn't load XPCOM.
>
> Same here. Using LD_PRELOAD=/lib/libm.so.5 as workaround.
>
>
>


-- 
Nuno Teixeira
FreeBSD Committer (ports)



Re: Firefox failing at startup (was Re: firefox LTO compile fails)

2024-02-14 Thread Guido Falsi

On 14/02/24 10:38, Nuno Teixeira wrote:

Is there any clues why I have it running ok on amd64 and not on aarch64?
Both running 15 with couple days diff.


This is strange, but it could have to do with some other port having 
been updated or not on the system used to build packages, which triggers 
the issue.


Like some python or perl package (if those are used by firefox for the 
build) or to pkgconfig/autoconf tools?


I'm just guessing here.



Stefan Ehmann  escreveu (terça, 13/02/2024 à(s) 21:42):


On Tuesday, February 13, 2024 9:58:54 PM CET Guido Falsi wrote:

On 13/02/24 15:23, Nuno Teixeira wrote:

Hello all,

While I've noticed this happening in 122, I'm re-testing with 123.0_1
on 14-RELEASE:

Default options + LTO:

ld.lld: error:
/wrkdirs/usr/ports/www/firefox/work/.build/x86_64-unknown-freebsd/release
/libbuiltins_static.a(builtins_static-251923731896d9f8.builtins_static38c
192b2a53b4c5e-cgu.0.rcgu.o): Unknown attribute kin
d (86) (Producer: 'LLVM17.0.6-rust-1.75.0-stable' Reader: 'LLVM 15.0.7')
clang-15: error: linker command failed with exit code 1 (use -v to see
invocation)
gmake[4]: ***
[/wrkdirs/usr/ports/www/firefox/work/firefox-123.0/config/rules.mk:541:
libnssckbi.so] Error 1

Same error on 15-CURRENT.

Logs:
https://people.freebsd.org/~eduardo/logs/firefox/LTO/15amd64_firefox-123.0
_1%2C2.log
https://people.freebsd.org/~eduardo/logs/firefox/LTO/140amd64_firefox-123
.0_1%2C2.log

Thanks,


With latest firefox I'm seeing it fail on startup:
  > firefox

XPCOMGlueLoad error for file /usr/local/lib/firefox/libgkcodecs.so:
/usr/local/lib/firefox/libgkcodecs.so: Undefined symbol "sin"
Couldn't load XPCOM.


Same here. Using LD_PRELOAD=/lib/libm.so.5 as workaround.








--
Guido Falsi 




Re: Firefox failing at startup (was Re: firefox LTO compile fails)

2024-02-14 Thread Nuno Teixeira
For who is testing with poudriere, we could check if firefox is
affected inside jail.

poudriere testport -i -j jail -p ports firefox
> firefox
it imediatly shows the known error.

or start a poudriere jail, pkg install firefox and execute `firefox`.

Guido Falsi  escreveu (quarta, 14/02/2024 à(s) 09:49):
>
> On 14/02/24 10:38, Nuno Teixeira wrote:
> > Is there any clues why I have it running ok on amd64 and not on aarch64?
> > Both running 15 with couple days diff.
>
> This is strange, but it could have to do with some other port having
> been updated or not on the system used to build packages, which triggers
> the issue.
>
> Like some python or perl package (if those are used by firefox for the
> build) or to pkgconfig/autoconf tools?
>
> I'm just guessing here.
>
> >
> > Stefan Ehmann  escreveu (terça, 13/02/2024 à(s) 21:42):
> >>
> >> On Tuesday, February 13, 2024 9:58:54 PM CET Guido Falsi wrote:
> >>> On 13/02/24 15:23, Nuno Teixeira wrote:
>  Hello all,
> 
>  While I've noticed this happening in 122, I'm re-testing with 123.0_1
>  on 14-RELEASE:
> 
>  Default options + LTO:
> 
>  ld.lld: error:
>  /wrkdirs/usr/ports/www/firefox/work/.build/x86_64-unknown-freebsd/release
>  /libbuiltins_static.a(builtins_static-251923731896d9f8.builtins_static38c
>  192b2a53b4c5e-cgu.0.rcgu.o): Unknown attribute kin
>  d (86) (Producer: 'LLVM17.0.6-rust-1.75.0-stable' Reader: 'LLVM 15.07')
>  clang-15: error: linker command failed with exit code 1 (use -v to see
>  invocation)
>  gmake[4]: ***
>  [/wrkdirs/usr/ports/www/firefox/work/firefox-123.0/config/rules.mk:541:
>  libnssckbi.so] Error 1
> 
>  Same error on 15-CURRENT.
> 
>  Logs:
>  https://people.freebsd.org/~eduardo/logs/firefox/LTO/15amd64_firefox-123.0
>  _1%2C2.log
>  https://people.freebsd.org/~eduardo/logs/firefox/LTO/140amd64_firefox-123
>  .0_1%2C2.log
> 
>  Thanks,
> >>>
> >>> With latest firefox I'm seeing it fail on startup:
> >>>   > firefox
> >>>
> >>> XPCOMGlueLoad error for file /usr/local/lib/firefox/libgkcodecs.so:
> >>> /usr/local/lib/firefox/libgkcodecs.so: Undefined symbol "sin"
> >>> Couldn't load XPCOM.
> >>
> >> Same here. Using LD_PRELOAD=/lib/libm.so.5 as workaround.
> >>
> >>
> >>
> >
> >
>
> --
> Guido Falsi 
>


-- 
Nuno Teixeira
FreeBSD Committer (ports)



Re: Firefox failing at startup (was Re: firefox LTO compile fails)

2024-02-14 Thread Stefan Ehmann
On Wednesday, February 14, 2024 10:38:48 AM CET Nuno Teixeira wrote:
> Is there any clues why I have it running ok on amd64 and not on aarch64?
> Both running 15 with couple days diff.

For the error 'Undefined symbol "sin"', there's an active discussion here:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277021

Not sure about the LTO problem.





multimedia/plexmediaserver-plexpass committer please

2024-02-14 Thread b.shertenl...@yahoo.com
Could a committer please have a look at the following update request??
276735 – multimedia/plexmediaserver-plexpass: Update to 1.40.0.7775 
(freebsd.org)

Thank you,
Ben ShertenliebPort Maintainer

files/edd962f76ea4b5869f3c6f8ee5438fb9750b802d02bb8035fe1b7bd0a8ba7401.gz not found -- snapshot corrupt.

2024-02-14 Thread Mario Marietto
Hello.

After a lot of work I've been able to install FreeBSD 12.04 for armv7 on my
ARM Chromebook. Now I would like to install some ports.
This is what happens when I try to get a fresh ports tree :

marietto@freebsd:/usr # sudo portsnap fetch extract

.
/usr/ports/databases/py-sqlalchemy10/
/usr/ports/databases/py-sqlalchemy11/
/usr/ports/databases/py-sqlalchemy12/
/usr/ports/databases/py-sqlalchemy13/
/usr/ports/databases/py-sqlalchemy14/
/usr/ports/databases/py-sqlalchemy20/
/usr/ports/databases/py-sqlcipher3/
files/edd962f76ea4b5869f3c6f8ee5438fb9750b802d02bb8035fe1b7bd0a8ba7401.gz
not found -- snapshot corrupt.


I repeated the "portsnap fetch extract" command,but I always get the same
error.

-- 
Mario.


dig from dns/bind-tools gets: ld-elf.so.1: /usr/local/lib/libidn2.so.0: version IDN2_0.0.0 required by /usr/local/bin/dig not defined

2024-02-14 Thread Mark Millard
I did:

# pkg install bind-tools
 . .
# dig srv _http._tcp.portsnap.FreeBSD.org
ld-elf.so.1: /usr/local/lib/libidn2.so.0: version IDN2_0.0.0 required by 
/usr/local/bin/dig not defined

So, next:

# pkg install libidn2
# dig srv _http._tcp.portsnap.FreeBSD.org

and that worked. Looks like a dependency is
missing.

(Why portsnap?: Just helping someone using 12.4-RELEASE
that wanted to use portsnap but was having a problem.)

===
Mark Millard
marklmi at yahoo.com




Unmaintained FreeBSD ports which are out of date

2024-02-14 Thread portscout
Dear port maintainers,

The portscout new distfile checker has detected that one or more
unmaintained ports appears to be out of date. Please take the opportunity
to check each of the ports listed below, and if possible and appropriate,
submit/commit an update. Please consider also adopting this port.
If any ports have already been updated, you can safely ignore the entry.

An e-mail will not be sent again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
cad/ifcopenshell| 0.6.0   | 
blenderbim-240214
+-+
devel/rubymine  | 2023.1.1| 2023.1.6
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Reported by:portscout!