pkgsrc-Bugs archive

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

pkg/57688: pkg firefix115, Issue with: /usr/pkg/bin/firefox115



>Number:         57688
>Category:       pkg
>Synopsis:       pkg firefix115, Issue with: /usr/pkg/bin/firefox115
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Nov 09 15:15:00 +0000 2023
>Originator:     John McCue
>Release:        10.0 RC1
>Organization:
>Environment:
NetBSD neutron.jmcunx.com 10.0_RC1 NetBSD 10.0_RC1 (GENERIC) #0: Sun Nov  5 18:30:08 UTC 2023  mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/amd64/compile/GENERIC amd64
>Description:
File /usr/pkg/bin/firefox115 from package firefox115-115.2.0 fails to execute with message:

exec: /usr/pkg/lib/firefox/firefox: not found


>How-To-Repeat:
Install package firefox115-115.2.0 from 

https://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/10.0_2023Q3/

then execute "/usr/pkg/bin/firefox115"


>Fix:
To correct, change line:

exec: /usr/pkg/lib/firefox/firefox "$@"

TO

exec /usr/pkg/lib/firefox115/firefox115 "$@"

I modified the file myself and all seems to work OK for firefox115


Home | Main Index | Thread Index | Old Index