Louis Epstein wrote:
I just recently upgraded my FreeBSD from
no-longer-supported 11.x to supported-until-year-after-next
12.x but Seamonkey is refusing to launch with a
"Couldn't load XPCOM" message...I am using an
ad hoc port of 2.53.7 because they stopped maintaining
an official port after 2.49.4 (that port went through
many iterations but they abandoned it out of impatience
for 2.49.5 JUST before 2.49.5 finally came out).
Since I use AdBlockPlus I'm not sure if a later Seamonkey
is compatible on that end (I see 2.53.13 won't use it)
but is there a specific breakage with newer FreeBSDs?
What software is needed to supply XPCOM to Seamonkey
and how can I load it in my FreeBSD 12.3 system?
Usually points to a missing dll. I know that there are later ports available.
FRG
-=-=-
The World Trade Center towers MUST rise again,
at least as tall as before...or terror has triumphed.
Le 04-09-2022, Louis Epstein <le@top.put.com> a ?crit?:
I just recently upgraded my FreeBSD from
no-longer-supported 11.x to supported-until-year-after-next
12.x but Seamonkey is refusing to launch with a
"Couldn't load XPCOM" message...I am using an
ad hoc port of 2.53.7 because they stopped maintaining
an official port after 2.49.4 (that port went through
many iterations but they abandoned it out of impatience
for 2.49.5 JUST before 2.49.5 finally came out).
Since I use AdBlockPlus I'm not sure if a later Seamonkey
is compatible on that end (I see 2.53.13 won't use it)
but is there a specific breakage with newer FreeBSDs?
What software is needed to supply XPCOM to Seamonkey
and how can I load it in my FreeBSD 12.3 system?
I build SM 2.53.* from sources on:
pythagore:[~] > uname -a
FreeBSD pythagore 13.1-RELEASE FreeBSD 13.1-RELEASE releng/13.1-n250148-fc952ac2212 GENERIC amd64
Now, I successfully run seamonkey-2.53.13 from
seamonkey-2.53.13.source.tar.xz.
I have built rust from ports (1.61.0) and my .mozconfig contains :
export CC=clang13
export CXX=clang++13
ac_add_options --enable-application=comm/suite
ac_add_options --enable-calendar
ac_add_options --enable-irc
ac_add_options --enable-dominspector
ac_add_options --enable-optimize
ac_add_options --disable-debug
Firefox from pkg runs fine also.
Of course, I only have a 13.1-RELEASE, but I have built without
trouble (and run without issue) Seamonkey on a FreeBSD 12.*.
Best regards,
JKB
Louis Epstein wrote:
Gunther Nikl <gnikl.invalid@justmail.invalid.de> wrote:
Please show the output of "pkg info -d seamonkey" and maybe "pkg info -B >>>>> seamonkey" as well.
In both cases I get
pkg: No package(s) matching seamonkey
This could mean seamonkey was not installed through the port/package
system before and thus survived the upgrade process of the system.
Someone found a port elsewhere and installed it for me,
he says he has also rebuilt since we upgraded to 12.x
Ok, then your problem is now solved? Which seamonkey version are you using?
Please show the result of:
a) ls -l /usr/local/bin/seamonkey
-rwxr-xr-x 1 root wheel 190888 Sep 2 14:52 /usr/local/bin/seamonkey
I suppose this is the old seamonkey from the 11.x time?
On my system the
entry in /usr/local/bin is a symlink to ../lib/seamonkey/seamonkey. The difference might be the result of how the package is built.
I still don't have a working Seamonkey on my FreeBSD 12.3!
The guy who's been trying to build it for me says his most recent
"attempt didn't work because the version of SM uses and[sic]
autoconfig.m4 file, where FreeBSD doesn't support m4."
We've tried various versions of rust.(I note ports/packages now
have 1.63 but "rustup" has 1.64 as its default).
In the meantime both Firefox and Firefox-usr have become broken
because of XPCOM issues as a result of the attempts to get Seamonkey going...XPCOM doesn't load with them either and attempts to deinstall/ reinstall from ports or delete/install with pkg don't produce working versions.
Louis Epstein wrote:
I still don't have a working Seamonkey on my FreeBSD 12.3!
The guy who's been trying to build it for me says his most recent
"attempt didn't work because the version of SM uses and[sic]
autoconfig.m4 file, where FreeBSD doesn't support m4."
It must support m4, it's part of the autotools and needed to build most anything that uses configure.
SM does need (unless it has changed, haven't built any recent versions) autoconf213 and if he is trying with a recent autoconf, I'd guess weird errors.
You might need export AUTOCONF=/path/to/autoconf213 or such in your environment
Louis Epstein wrote:
I still don't have a working Seamonkey on my FreeBSD 12.3!
The guy who's been trying to build it for me says his most recent
"attempt didn't work because the version of SM uses and[sic]
autoconfig.m4 file, where FreeBSD doesn't support m4."
It must support m4, it's part of the autotools and needed to build most anything that uses configure.
SM does need (unless it has changed, haven't built any recent versions) autoconf213 and if he is trying with a recent autoconf, I'd guess weird errors.
You might need export AUTOCONF=/path/to/autoconf213 or such in your environment
We've tried various versions of rust.(I note ports/packages now
have 1.63 but "rustup" has 1.64 as its default).
In the meantime both Firefox and Firefox-usr have become broken
because of XPCOM issues as a result of the attempts to get Seamonkey
going...XPCOM doesn't load with them either and attempts to deinstall/
reinstall from ports or delete/install with pkg don't produce working
versions.
The unable to load XPCOM error is a generic error caused by a missing or
the wrong version of a library.
Are there tools to see what the dependencies of a binary are?
Dave
I still don't have a working Seamonkey on my FreeBSD 12.3!
The guy who's been trying to build it for me says his most recent
"attempt didn't work because the version of SM uses and[sic]
autoconfig.m4 file, where FreeBSD doesn't support m4."
It must support m4, it's part of the autotools and needed to build most
anything that uses configure.
SM does need (unless it has changed, haven't built any recent versions)
autoconf213 and if he is trying with a recent autoconf, I'd guess weird
errors.
You might need export AUTOCONF=/path/to/autoconf213 or such in your
environment
It appears that it is simply not finding /usr/local/share/autoconf2.13/autoconf.m4
which does exist.
Does a more recent autoconf also being in /usr/local/share
confuse things?
In alt.comp.software.seamonkey Dave Yeo <dave.r.yeo@gmail.com> wrote:
Louis Epstein wrote:It appears that it is simply not finding /usr/local/share/autoconf2.13/autoconf.m4
I still don't have a working Seamonkey on my FreeBSD 12.3!It must support m4, it's part of the autotools and needed to build most
The guy who's been trying to build it for me says his most recent
"attempt didn't work because the version of SM uses and[sic]
autoconfig.m4 file, where FreeBSD doesn't support m4."
anything that uses configure.
SM does need (unless it has changed, haven't built any recent versions)
autoconf213 and if he is trying with a recent autoconf, I'd guess weird
errors.
You might need export AUTOCONF=/path/to/autoconf213 or such in your
environment
which does exist.
Does a more recent autoconf also being in /usr/local/share
confuse things?
Louis Epstein wrote:
In alt.comp.software.seamonkey Dave Yeo <dave.r.yeo@gmail.com> wrote:
Louis Epstein wrote:It appears that it is simply not finding
I still don't have a working Seamonkey on my FreeBSD 12.3!It must support m4, it's part of the autotools and needed to build most
The guy who's been trying to build it for me says his most recent
"attempt didn't work because the version of SM uses and[sic]
autoconfig.m4 file, where FreeBSD doesn't support m4."
anything that uses configure.
SM does need (unless it has changed, haven't built any recent versions)
autoconf213 and if he is trying with a recent autoconf, I'd guess weird
errors.
You might need export AUTOCONF=/path/to/autoconf213 or such in your
environment
/usr/local/share/autoconf2.13/autoconf.m4
which does exist.
Does a more recent autoconf also being in /usr/local/share
confuse things?
It appears so. I'm on OS/2, our libc was ported from freebsd to build
Mozilla and autoconf213 likewise. I installed with yum/rpm.
I have /usr/share/autoconf213 which contains all the *.m4 files plus the other ac* scripts with /usr/bin/autoconf213 having this line about line 38,
: ${AC_MACRODIR="${AC_PREFIX-/@unixroot/usr}/share/autoconf213"}
: ${M4=m4.exe}
note that @unixroot expands to a drive letter here as we're multi-root Perhaps something similar would support both autoconf's being installed
in /usr/local
In comp.unix.bsd.freebsd.misc Dave Yeo <dave.r.yeo@gmail.com> wrote:
Louis Epstein wrote:
In alt.comp.software.seamonkey Dave Yeo <dave.r.yeo@gmail.com> wrote:
Louis Epstein wrote:It appears that it is simply not finding
I still don't have a working Seamonkey on my FreeBSD 12.3!It must support m4, it's part of the autotools and needed to build most >>>> anything that uses configure.
The guy who's been trying to build it for me says his most recent
"attempt didn't work because the version of SM uses and[sic]
autoconfig.m4 file, where FreeBSD doesn't support m4."
SM does need (unless it has changed, haven't built any recent versions) >>>> autoconf213 and if he is trying with a recent autoconf, I'd guess weird >>>> errors.
You might need export AUTOCONF=/path/to/autoconf213 or such in your
environment
/usr/local/share/autoconf2.13/autoconf.m4
which does exist.
Does a more recent autoconf also being in /usr/local/share
confuse things?
It appears so. I'm on OS/2, our libc was ported from freebsd to build
Mozilla and autoconf213 likewise. I installed with yum/rpm.
I have /usr/share/autoconf213 which contains all the *.m4 files plus the
other ac* scripts with /usr/bin/autoconf213 having this line about line 38, >> : ${AC_MACRODIR="${AC_PREFIX-/@unixroot/usr}/share/autoconf213"}
: ${M4=m4.exe}
note that @unixroot expands to a drive letter here as we're multi-root
Perhaps something similar would support both autoconf's being installed
in /usr/local
Apparently autoconf.m4f was in a misnamed directory...
I NOW HAVE A WORKING SEAMONKEY 2.53.14 running with my FreeBSD 12.3
BUT...
Firefox won't build properly,won't launch
(there are some sites that work with it and not Seamonkey).
Is anyone else having THAT FreeBSD problem at this time?
(Before it was complaining about rust,now there's a
message about MAKE_JOBS_UNSAFE,but either way it comes
up missing libldap60.so and won't load XPCOM.
In article <tiilh7$40e$1@reader2.panix.com>,
Louis Epstein <le@top.put.com> wrote:
In comp.unix.bsd.freebsd.misc Dave Yeo <dave.r.yeo@gmail.com> wrote:
Louis Epstein wrote:
In alt.comp.software.seamonkey Dave Yeo <dave.r.yeo@gmail.com> wrote: >>>>> Louis Epstein wrote:
It appears that it is simply not findingI still don't have a working Seamonkey on my FreeBSD 12.3!It must support m4, it's part of the autotools and needed to build most >>>>> anything that uses configure.
The guy who's been trying to build it for me says his most recent
"attempt didn't work because the version of SM uses and[sic]
autoconfig.m4 file, where FreeBSD doesn't support m4."
SM does need (unless it has changed, haven't built any recent versions) >>>>> autoconf213 and if he is trying with a recent autoconf, I'd guess weird >>>>> errors.
You might need export AUTOCONF=/path/to/autoconf213 or such in your
environment
/usr/local/share/autoconf2.13/autoconf.m4
which does exist.
Does a more recent autoconf also being in /usr/local/share
confuse things?
It appears so. I'm on OS/2, our libc was ported from freebsd to build
Mozilla and autoconf213 likewise. I installed with yum/rpm.
I have /usr/share/autoconf213 which contains all the *.m4 files plus the >>> other ac* scripts with /usr/bin/autoconf213 having this line about line 38, >>> : ${AC_MACRODIR="${AC_PREFIX-/@unixroot/usr}/share/autoconf213"}
: ${M4=m4.exe}
note that @unixroot expands to a drive letter here as we're multi-root
Perhaps something similar would support both autoconf's being installed
in /usr/local
Apparently autoconf.m4f was in a misnamed directory...
I NOW HAVE A WORKING SEAMONKEY 2.53.14 running with my FreeBSD 12.3
BUT...
Firefox won't build properly,won't launch
(there are some sites that work with it and not Seamonkey).
Is anyone else having THAT FreeBSD problem at this time?
(Before it was complaining about rust,now there's a
message about MAKE_JOBS_UNSAFE,but either way it comes
up missing libldap60.so and won't load XPCOM.
You don't have to build Firefox for FreeBSD12.3. It's available
as a package.
Ted Nolan <tednolan> <ted@loft.tnolan.com> wrote:
In article <tiilh7$40e$1@reader2.panix.com>,
Louis Epstein <le@top.put.com> wrote:
In comp.unix.bsd.freebsd.misc Dave Yeo <dave.r.yeo@gmail.com> wrote:
Louis Epstein wrote:
In alt.comp.software.seamonkey Dave Yeo <dave.r.yeo@gmail.com> wrote: >>>>>> Louis Epstein wrote:
It appears that it is simply not findingI still don't have a working Seamonkey on my FreeBSD 12.3!It must support m4, it's part of the autotools and needed to build most >>>>>> anything that uses configure.
The guy who's been trying to build it for me says his most recent >>>>>>> "attempt didn't work because the version of SM uses and[sic]
autoconfig.m4 file, where FreeBSD doesn't support m4."
SM does need (unless it has changed, haven't built any recent versions) >>>>>> autoconf213 and if he is trying with a recent autoconf, I'd guess weird >>>>>> errors.
You might need export AUTOCONF=/path/to/autoconf213 or such in your >>>>>> environment
/usr/local/share/autoconf2.13/autoconf.m4
which does exist.
Does a more recent autoconf also being in /usr/local/share
confuse things?
It appears so. I'm on OS/2, our libc was ported from freebsd to build
Mozilla and autoconf213 likewise. I installed with yum/rpm.
I have /usr/share/autoconf213 which contains all the *.m4 files plus the >>>> other ac* scripts with /usr/bin/autoconf213 having this line about line 38,
: ${AC_MACRODIR="${AC_PREFIX-/@unixroot/usr}/share/autoconf213"}
: ${M4=m4.exe}
note that @unixroot expands to a drive letter here as we're multi-root >>>> Perhaps something similar would support both autoconf's being installed >>>> in /usr/local
Apparently autoconf.m4f was in a misnamed directory...
I NOW HAVE A WORKING SEAMONKEY 2.53.14 running with my FreeBSD 12.3
BUT...
Firefox won't build properly,won't launch
(there are some sites that work with it and not Seamonkey).
Is anyone else having THAT FreeBSD problem at this time?
(Before it was complaining about rust,now there's a
message about MAKE_JOBS_UNSAFE,but either way it comes
up missing libldap60.so and won't load XPCOM.
You don't have to build Firefox for FreeBSD12.3. It's available
as a package.
pkg install has not worked in recent attempts.
In article <tikceg$jhb$1@reader2.panix.com>,
Louis Epstein <le@top.put.com> wrote:
Ted Nolan <tednolan> <ted@loft.tnolan.com> wrote:
In article <tiilh7$40e$1@reader2.panix.com>,
Louis Epstein <le@top.put.com> wrote:
In comp.unix.bsd.freebsd.misc Dave Yeo <dave.r.yeo@gmail.com> wrote:
Louis Epstein wrote:
In alt.comp.software.seamonkey Dave Yeo <dave.r.yeo@gmail.com> wrote: >>>>>>> Louis Epstein wrote:
It appears that it is simply not findingI still don't have a working Seamonkey on my FreeBSD 12.3!It must support m4, it's part of the autotools and needed to build most >>>>>>> anything that uses configure.
The guy who's been trying to build it for me says his most recent >>>>>>>> "attempt didn't work because the version of SM uses and[sic]
autoconfig.m4 file, where FreeBSD doesn't support m4."
SM does need (unless it has changed, haven't built any recent versions) >>>>>>> autoconf213 and if he is trying with a recent autoconf, I'd guess weird >>>>>>> errors.
You might need export AUTOCONF=/path/to/autoconf213 or such in your >>>>>>> environment
/usr/local/share/autoconf2.13/autoconf.m4
which does exist.
Does a more recent autoconf also being in /usr/local/share
confuse things?
It appears so. I'm on OS/2, our libc was ported from freebsd to build >>>>> Mozilla and autoconf213 likewise. I installed with yum/rpm.
I have /usr/share/autoconf213 which contains all the *.m4 files plus the >>>>> other ac* scripts with /usr/bin/autoconf213 having this line about line 38,
: ${AC_MACRODIR="${AC_PREFIX-/@unixroot/usr}/share/autoconf213"}
: ${M4=m4.exe}
note that @unixroot expands to a drive letter here as we're multi-root >>>>> Perhaps something similar would support both autoconf's being installed >>>>> in /usr/local
Apparently autoconf.m4f was in a misnamed directory...
I NOW HAVE A WORKING SEAMONKEY 2.53.14 running with my FreeBSD 12.3
BUT...
Firefox won't build properly,won't launch
(there are some sites that work with it and not Seamonkey).
Is anyone else having THAT FreeBSD problem at this time?
(Before it was complaining about rust,now there's a
message about MAKE_JOBS_UNSAFE,but either way it comes
up missing libldap60.so and won't load XPCOM.
You don't have to build Firefox for FreeBSD12.3. It's available
as a package.
pkg install has not worked in recent attempts.
Hmm. Don't know what to tell you then. I'm on 12.3 amd64 right now
and firefox works for me.
Ted Nolan <tednolan> <ted@loft.tnolan.com> wrote:
In article <tikceg$jhb$1@reader2.panix.com>,line 38,
Louis Epstein <le@top.put.com> wrote:
Ted Nolan <tednolan> <ted@loft.tnolan.com> wrote:
In article <tiilh7$40e$1@reader2.panix.com>,
Louis Epstein <le@top.put.com> wrote:
In comp.unix.bsd.freebsd.misc Dave Yeo <dave.r.yeo@gmail.com> wrote: >>>>>> Louis Epstein wrote:
In alt.comp.software.seamonkey Dave Yeo <dave.r.yeo@gmail.com> wrote: >>>>>>>> Louis Epstein wrote:
It appears that it is simply not findingI still don't have a working Seamonkey on my FreeBSD 12.3!It must support m4, it's part of the autotools and needed to build most
The guy who's been trying to build it for me says his most recent >>>>>>>>> "attempt didn't work because the version of SM uses and[sic] >>>>>>>>> autoconfig.m4 file, where FreeBSD doesn't support m4."
anything that uses configure.
SM does need (unless it has changed, haven't built any recent versions)
autoconf213 and if he is trying with a recent autoconf, I'd guess weird
errors.
You might need export AUTOCONF=/path/to/autoconf213 or such in your >>>>>>>> environment
/usr/local/share/autoconf2.13/autoconf.m4
which does exist.
Does a more recent autoconf also being in /usr/local/share
confuse things?
It appears so. I'm on OS/2, our libc was ported from freebsd to build >>>>>> Mozilla and autoconf213 likewise. I installed with yum/rpm.
I have /usr/share/autoconf213 which contains all the *.m4 files plus the >>>>>> other ac* scripts with /usr/bin/autoconf213 having this line about
: ${AC_MACRODIR="${AC_PREFIX-/@unixroot/usr}/share/autoconf213"}
: ${M4=m4.exe}
note that @unixroot expands to a drive letter here as we're multi-root >>>>>> Perhaps something similar would support both autoconf's being installed >>>>>> in /usr/local
Apparently autoconf.m4f was in a misnamed directory...
I NOW HAVE A WORKING SEAMONKEY 2.53.14 running with my FreeBSD 12.3
BUT...
Firefox won't build properly,won't launch
(there are some sites that work with it and not Seamonkey).
Is anyone else having THAT FreeBSD problem at this time?
(Before it was complaining about rust,now there's a
message about MAKE_JOBS_UNSAFE,but either way it comes
up missing libldap60.so and won't load XPCOM.
You don't have to build Firefox for FreeBSD12.3. It's available
as a package.
pkg install has not worked in recent attempts.
Hmm. Don't know what to tell you then. I'm on 12.3 amd64 right now
and firefox works for me.
More specifically,every attempt to install it and launch gets
no further thnan an XPCOMGlueLoad error because the shared object >"libldap60.so" is not found so it can't load XPCOM.
In article <tiku2p$8ej$1@reader2.panix.com>,
Louis Epstein <le@top.put.com> wrote:
Ted Nolan <tednolan> <ted@loft.tnolan.com> wrote:
In article <tikceg$jhb$1@reader2.panix.com>,
Louis Epstein <le@top.put.com> wrote:
Ted Nolan <tednolan> <ted@loft.tnolan.com> wrote:
In article <tiilh7$40e$1@reader2.panix.com>,
Louis Epstein <le@top.put.com> wrote:
In comp.unix.bsd.freebsd.misc Dave Yeo <dave.r.yeo@gmail.com> wrote: >>>>>>> Louis Epstein wrote:
In alt.comp.software.seamonkey Dave Yeo <dave.r.yeo@gmail.com> wrote: >>>>>>>>> Louis Epstein wrote:
It appears that it is simply not findingI still don't have a working Seamonkey on my FreeBSD 12.3! >>>>>>>>>> The guy who's been trying to build it for me says his most recent >>>>>>>>>> "attempt didn't work because the version of SM uses and[sic] >>>>>>>>>> autoconfig.m4 file, where FreeBSD doesn't support m4."It must support m4, it's part of the autotools and needed to build most
anything that uses configure.
SM does need (unless it has changed, haven't built any recent versions)
autoconf213 and if he is trying with a recent autoconf, I'd guess weird
errors.
You might need export AUTOCONF=/path/to/autoconf213 or such in your >>>>>>>>> environment
/usr/local/share/autoconf2.13/autoconf.m4
which does exist.
Does a more recent autoconf also being in /usr/local/share
confuse things?
It appears so. I'm on OS/2, our libc was ported from freebsd to build >>>>>>> Mozilla and autoconf213 likewise. I installed with yum/rpm.
I have /usr/share/autoconf213 which contains all the *.m4 files plus the
other ac* scripts with /usr/bin/autoconf213 having this line about >>line 38,
: ${AC_MACRODIR="${AC_PREFIX-/@unixroot/usr}/share/autoconf213"} >>>>>>> : ${M4=m4.exe}
note that @unixroot expands to a drive letter here as we're multi-root >>>>>>> Perhaps something similar would support both autoconf's being installed >>>>>>> in /usr/local
Apparently autoconf.m4f was in a misnamed directory...
I NOW HAVE A WORKING SEAMONKEY 2.53.14 running with my FreeBSD 12.3 >>>>>>
BUT...
Firefox won't build properly,won't launch
(there are some sites that work with it and not Seamonkey).
Is anyone else having THAT FreeBSD problem at this time?
(Before it was complaining about rust,now there's a
message about MAKE_JOBS_UNSAFE,but either way it comes
up missing libldap60.so and won't load XPCOM.
You don't have to build Firefox for FreeBSD12.3. It's available
as a package.
pkg install has not worked in recent attempts.
Hmm. Don't know what to tell you then. I'm on 12.3 amd64 right now
and firefox works for me.
More specifically,every attempt to install it and launch gets
no further thnan an XPCOMGlueLoad error because the shared object >>"libldap60.so" is not found so it can't load XPCOM.
Well, libldap60.so is apparently not on my system either, but firefox
is still happy, so I got nothing.
I'm sure you probably found this when you googled, but FWIW:
https://forums.freebsd.org/threads/firefox-will-not-launch.59758/
Ted Nolan <tednolan> <ted@loft.tnolan.com> wrote:
In article <tiku2p$8ej$1@reader2.panix.com>,build most
Louis Epstein <le@top.put.com> wrote:
Ted Nolan <tednolan> <ted@loft.tnolan.com> wrote:
In article <tikceg$jhb$1@reader2.panix.com>,
Louis Epstein <le@top.put.com> wrote:
Ted Nolan <tednolan> <ted@loft.tnolan.com> wrote:
In article <tiilh7$40e$1@reader2.panix.com>,
Louis Epstein <le@top.put.com> wrote:
In comp.unix.bsd.freebsd.misc Dave Yeo <dave.r.yeo@gmail.com> wrote: >>>>>>>> Louis Epstein wrote:
In alt.comp.software.seamonkey Dave Yeo <dave.r.yeo@gmail.com> wrote: >>>>>>>>>> Louis Epstein wrote:
I still don't have a working Seamonkey on my FreeBSD 12.3! >>>>>>>>>>> The guy who's been trying to build it for me says his most recent >>>>>>>>>>> "attempt didn't work because the version of SM uses and[sic] >>>>>>>>>>> autoconfig.m4 file, where FreeBSD doesn't support m4."It must support m4, it's part of the autotools and needed to
guess weirdanything that uses configure.
SM does need (unless it has changed, haven't built any recent >versions)
autoconf213 and if he is trying with a recent autoconf, I'd
plus theerrors.It appears that it is simply not finding
You might need export AUTOCONF=/path/to/autoconf213 or such in your >>>>>>>>>> environment
/usr/local/share/autoconf2.13/autoconf.m4
which does exist.
Does a more recent autoconf also being in /usr/local/share
confuse things?
It appears so. I'm on OS/2, our libc was ported from freebsd to build >>>>>>>> Mozilla and autoconf213 likewise. I installed with yum/rpm.
I have /usr/share/autoconf213 which contains all the *.m4 files
other ac* scripts with /usr/bin/autoconf213 having this line about >>>line 38,
: ${AC_MACRODIR="${AC_PREFIX-/@unixroot/usr}/share/autoconf213"} >>>>>>>> : ${M4=m4.exe}
note that @unixroot expands to a drive letter here as we're multi-root >>>>>>>> Perhaps something similar would support both autoconf's being installed
in /usr/local
Apparently autoconf.m4f was in a misnamed directory...
I NOW HAVE A WORKING SEAMONKEY 2.53.14 running with my FreeBSD 12.3 >>>>>>>
BUT...
Firefox won't build properly,won't launch
(there are some sites that work with it and not Seamonkey).
Is anyone else having THAT FreeBSD problem at this time?
(Before it was complaining about rust,now there's a
message about MAKE_JOBS_UNSAFE,but either way it comes
up missing libldap60.so and won't load XPCOM.
You don't have to build Firefox for FreeBSD12.3. It's available
as a package.
pkg install has not worked in recent attempts.
Hmm. Don't know what to tell you then. I'm on 12.3 amd64 right now
and firefox works for me.
More specifically,every attempt to install it and launch gets
no further thnan an XPCOMGlueLoad error because the shared object >>>"libldap60.so" is not found so it can't load XPCOM.
Well, libldap60.so is apparently not on my system either, but firefox
is still happy, so I got nothing.
Is libxul.so involved for you?
That is what is said to require libldap60.so .
I'm sure you probably found this when you googled, but FWIW:
https://forums.freebsd.org/threads/firefox-will-not-launch.59758/
In article <til9io$lkp$1@reader2.panix.com>,
Louis Epstein <le@top.put.com> wrote:
Ted Nolan <tednolan> <ted@loft.tnolan.com> wrote:
In article <tiku2p$8ej$1@reader2.panix.com>,guess weird
Louis Epstein <le@top.put.com> wrote:
Ted Nolan <tednolan> <ted@loft.tnolan.com> wrote:
In article <tikceg$jhb$1@reader2.panix.com>,
Louis Epstein <le@top.put.com> wrote:
Ted Nolan <tednolan> <ted@loft.tnolan.com> wrote:
In article <tiilh7$40e$1@reader2.panix.com>,
Louis Epstein <le@top.put.com> wrote:
In comp.unix.bsd.freebsd.misc Dave Yeo <dave.r.yeo@gmail.com> wrote: >>>>>>>>> Louis Epstein wrote:
In alt.comp.software.seamonkey Dave Yeo <dave.r.yeo@gmail.com> wrote:
Louis Epstein wrote:
I still don't have a working Seamonkey on my FreeBSD 12.3! >>>>>>>>>>>> The guy who's been trying to build it for me says his most recent >>>>>>>>>>>> "attempt didn't work because the version of SM uses and[sic] >>>>>>>>>>>> autoconfig.m4 file, where FreeBSD doesn't support m4."It must support m4, it's part of the autotools and needed to >>build most
anything that uses configure.
SM does need (unless it has changed, haven't built any recent >>versions)
autoconf213 and if he is trying with a recent autoconf, I'd
errors.It appears that it is simply not finding
You might need export AUTOCONF=/path/to/autoconf213 or such in your >>>>>>>>>>> environment
/usr/local/share/autoconf2.13/autoconf.m4
which does exist.
Does a more recent autoconf also being in /usr/local/share >>>>>>>>>> confuse things?
It appears so. I'm on OS/2, our libc was ported from freebsd to build >>>>>>>>> Mozilla and autoconf213 likewise. I installed with yum/rpm.
I have /usr/share/autoconf213 which contains all the *.m4 files >>plus the
other ac* scripts with /usr/bin/autoconf213 having this line about >>>>line 38,
: ${AC_MACRODIR="${AC_PREFIX-/@unixroot/usr}/share/autoconf213"} >>>>>>>>> : ${M4=m4.exe}
note that @unixroot expands to a drive letter here as we're multi-root
Perhaps something similar would support both autoconf's being installed
in /usr/local
Apparently autoconf.m4f was in a misnamed directory...
I NOW HAVE A WORKING SEAMONKEY 2.53.14 running with my FreeBSD 12.3 >>>>>>>>
BUT...
Firefox won't build properly,won't launch
(there are some sites that work with it and not Seamonkey).
Is anyone else having THAT FreeBSD problem at this time? >>>>>>>>(Before it was complaining about rust,now there's a
message about MAKE_JOBS_UNSAFE,but either way it comes
up missing libldap60.so and won't load XPCOM.
You don't have to build Firefox for FreeBSD12.3. It's available >>>>>>> as a package.
pkg install has not worked in recent attempts.
Hmm. Don't know what to tell you then. I'm on 12.3 amd64 right now >>>>> and firefox works for me.
More specifically,every attempt to install it and launch gets
no further thnan an XPCOMGlueLoad error because the shared object >>>>"libldap60.so" is not found so it can't load XPCOM.
Well, libldap60.so is apparently not on my system either, but firefox
is still happy, so I got nothing.
Is libxul.so involved for you?
That is what is said to require libldap60.so .
I'm sure you probably found this when you googled, but FWIW:
https://forums.freebsd.org/threads/firefox-will-not-launch.59758/ >>
My system does have libxul.so in /usr/local/lib/firefox, so it's
there in the firefox mix somewhere. However "ldd ./libxul.so" does
not list libldap60.so (or any libldap version) as a dependancy.
Ted Nolan <tednolan> <ted@loft.tnolan.com> wrote:
In article <til9io$lkp$1@reader2.panix.com>,
Louis Epstein <le@top.put.com> wrote:
Ted Nolan <tednolan> <ted@loft.tnolan.com> wrote:
In article <tiku2p$8ej$1@reader2.panix.com>,
Louis Epstein <le@top.put.com> wrote:
Ted Nolan <tednolan> <ted@loft.tnolan.com> wrote:
In article <tikceg$jhb$1@reader2.panix.com>,
Louis Epstein <le@top.put.com> wrote:
Ted Nolan <tednolan> <ted@loft.tnolan.com> wrote:
In article <tiilh7$40e$1@reader2.panix.com>,
Louis Epstein <le@top.put.com> wrote:
In comp.unix.bsd.freebsd.misc Dave Yeo <dave.r.yeo@gmail.com> wrote: >>>>>>>>>> Louis Epstein wrote:
In alt.comp.software.seamonkey Dave Yeo <dave.r.yeo@gmail.com> wrote:
Louis Epstein wrote:It appears that it is simply not finding
I still don't have a working Seamonkey on my FreeBSD 12.3! >>>>>>>>>>>>> The guy who's been trying to build it for me says his most recent >>>>>>>>>>>>> "attempt didn't work because the version of SM uses and[sic] >>>>>>>>>>>>> autoconfig.m4 file, where FreeBSD doesn't support m4." >>>>>>>>>>>> It must support m4, it's part of the autotools and needed to >>>build mostanything that uses configure.
SM does need (unless it has changed, haven't built any recent >>>versions)
autoconf213 and if he is trying with a recent autoconf, I'd >>>guess weird
errors.
You might need export AUTOCONF=/path/to/autoconf213 or such in your
environment
/usr/local/share/autoconf2.13/autoconf.m4
which does exist.
Does a more recent autoconf also being in /usr/local/share >>>>>>>>>>> confuse things?
It appears so. I'm on OS/2, our libc was ported from freebsd to build
Mozilla and autoconf213 likewise. I installed with yum/rpm. >>>>>>>>>> I have /usr/share/autoconf213 which contains all the *.m4 files >>>plus the
other ac* scripts with /usr/bin/autoconf213 having this line about >>>>>line 38,
: ${AC_MACRODIR="${AC_PREFIX-/@unixroot/usr}/share/autoconf213"} >>>>>>>>>> : ${M4=m4.exe}
note that @unixroot expands to a drive letter here as we're multi-root
Perhaps something similar would support both autoconf's being installed
in /usr/local
Apparently autoconf.m4f was in a misnamed directory...
I NOW HAVE A WORKING SEAMONKEY 2.53.14 running with my FreeBSD 12.3 >>>>>>>>>
BUT...
Firefox won't build properly,won't launch
(there are some sites that work with it and not Seamonkey).
Is anyone else having THAT FreeBSD problem at this time? >>>>>>>>>(Before it was complaining about rust,now there's a
message about MAKE_JOBS_UNSAFE,but either way it comes
up missing libldap60.so and won't load XPCOM.
You don't have to build Firefox for FreeBSD12.3. It's available >>>>>>>> as a package.
pkg install has not worked in recent attempts.
Hmm. Don't know what to tell you then. I'm on 12.3 amd64 right now >>>>>> and firefox works for me.
More specifically,every attempt to install it and launch gets
no further thnan an XPCOMGlueLoad error because the shared object >>>>>"libldap60.so" is not found so it can't load XPCOM.
Well, libldap60.so is apparently not on my system either, but firefox
is still happy, so I got nothing.
Is libxul.so involved for you?
That is what is said to require libldap60.so .
I'm sure you probably found this when you googled, but FWIW:
https://forums.freebsd.org/threads/firefox-will-not-launch.59758/ >>>
My system does have libxul.so in /usr/local/lib/firefox, so it's
there in the firefox mix somewhere. However "ldd ./libxul.so" does
not list libldap60.so (or any libldap version) as a dependancy.
Well,with latest attempts to start Firefox a window does come up,
but it's non-responsive...two tabs are shown
about:sessionrestore
and
New Tab
but the screen is vacant and gray below,nothing loads...
trying to use the address bar gets a menu of recent sites
but attempting to select one does not load it,and any attempt
to use any tab gets the window from which I launched firefox&
filling with repetitions of
Assertion failure
assert@resource:///modules/AsyncTabSwitcher.jsm:500:36 preActions@resource:///modules/AsyncTabSwitcher.jsm:567:10 handleEvent@resource:///modules/AsyncTabSwitcher.jsm:1089:12
Assertion failure
assert@resource:///modules/AsyncTabSwitcher.jsm:500:36 preActions@resource:///modules/AsyncTabSwitcher.jsm:568:10 handleEvent@resource:///modules/AsyncTabSwitcher.jsm:1089:12
For whatever that's worth!
-=-=-
The World Trade Center towers MUST rise again,
at least as tall as before...or terror has triumphed.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 379 |
Nodes: | 16 (2 / 14) |
Uptime: | 42:59:52 |
Calls: | 8,141 |
Calls today: | 4 |
Files: | 13,085 |
Messages: | 5,857,851 |