Re: lang/perl5.8 fails

2007-11-28 Thread [EMAIL PROTECTED]

Vivek Khera wrote:
Thinking in retrospective - /etc/make.conf was perhaps not the best 
place to put USE_APACHE=2.2 when I needed it only for php.


Sure it is a great place to set options...

Try something like this:

.if ${.CURDIR:M*/lang/erlang}
WITHOUT_ODBC=YES
WITHOUT_JAVA=YES
.endif


to set specific options for specific ports.

As for requesting Apache 2, I find it best to first install apache 
version you want, then letting the ports find the one that is installed, 
rather than expecting them to install the right version.  That said, 
this is honored by many ports:


WITH_APACHE2=YES


This is advanced level for me :)

But thanks for the tip :)

Iv
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Possibly unbuildable ports reminder

2007-11-28 Thread Bill Fenner
Dear porters,

  This is just a reminder to please periodically check the list of
unbuildable ports at http://pointyhat.freebsd.org/errorlogs/ .
A list by MAINTAINER is

http://people.freebsd.org/~fenner/errorlogs/

so you can easily check the status of ports that you maintain.  In
addition, the list of ports with no MAINTAINER with build problems is

http://people.freebsd.org/~fenner/errorlogs/[EMAIL PROTECTED]

Since no one is responsible for these ports, the problem won't get
fixed unless someone on this list takes the initiative.

Thanks for your help!

Bill annoying port email Fenner
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to get portinstall to 'shut up' so I can run it in background

2007-11-28 Thread P Bielecki
On Nov 28, 2007 1:36 AM, Clint Olsen [EMAIL PROTECTED] wrote:
 I've tried redirecting standard output/error, both /bin/sh and /bin/csh,
 and I can't run this in batch.  I'm trying to build gnome which takes
 hours, and I want it backgrounded so that if this SSH shell disconnects it
 doesn't crater the build.  You would think that --batch would make this
 happen, but no go.

 Thanks,

 -Clint

Hi  Clint,
Hope this help
portinstall --batch pkgname /dev/null 21 

but I would recommend using screen.

regards
Paul B
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


kismet-200710.r1 fails to build - FreeBSD 6.2-RELEASE

2007-11-28 Thread Atom Smasher

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

lemme know if you want me to run any tests...

% uname -ipr
6.2-RELEASE amd64 LAPTOP_FREQ

// default options

# make build  out.txt 21

attached:
 SHA1 (out.txt.gz) = 0df0e3e8af6e76401db215f3c53c54be2f28c24f
 MD5 (out.txt.gz) = 91497016ab3b849883d79c81b844007a
 RMD160 (out.txt.gz) = 61250644ccd15c7df022ea355448583805f2117b


- -- 
...atom


 
 http://atom.smasher.org/
 762A 3B98 A3C3 96C9 C6B7 582A B88D 52E4 D9F5 7808
 -

Written laws are like spiders' webs, and will, like them,
 only entangle and hold the poor and weak, while the rich
 and powerful easily break through them.
-- Anacharsis - (Scythian philosopher - 600 B.C.E.)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (FreeBSD)
Comment: What is this gibberish?
Comment: http://atom.smasher.org/links/#digital_signatures

iQEcBAEBCAAGBQJHTT1wAAoJEAx/d+cTpVciRE4H/injLd5Mc0603Cj2dKvCZCD0
uNNCqXUjEQEul75JtVn6BBwvz0Xh7roADuTX1xN70NesN7cmOHQqFtSW0X5mtMVf
daZyGx0kiXjUB0//Yy80yfcVdY5GHa3UVLcltyuZjcVYMjYQNQZEvA+34IkzB1xd
wfBFN0I1W3QrCoM4OhJPPZLxwnbmQG8BotSrti0SXCRrnfzoIQO1vDKXThmHIb8p
dz12GxPwZkxLHLRae9V4N/pZl11V7uE3AoNRdrIfQSzvV2Rk6BQA04Mygd8cD+hz
39RQsWN8WYznIS6ykicrGxcgZQCQUf2qB0vkFjg/qYL67gfZwocGk89laEpXkfM=
=MeLA
-END PGP SIGNATURE-

out.txt.gz
Description: Binary data
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Small question about FreeNX for freebsd.

2007-11-28 Thread dewey hylton
Quoting Jim van Wel [EMAIL PROTECTED]:

 Hi there,
 
 Are you going to update this soon to a newer version in the ports? Just
 wondering because of the old version number, and using it of course ;)
 
 Greetings,
 
 Jim.

the freenx and nxserver ports go hand-in-hand; freenx cannot be updated without
first updating nxserver. unfortunately, i have been so far unable to build later
nxserver sources under xorg-7.x and haven't received working patches either. i
spent plenty of time on the project myself but have been unable to make it work
myself - i need help. patches are welcomed.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kismet-200710.r1 fails to build - FreeBSD 6.2-RELEASE

2007-11-28 Thread Peter Thoenen
I am pretty sure this builds fine on pointyhat and also builds fine on
my amd64 6.2 FBSD box (and also on CURRENT).  This was an issue awhile
ago but was patched a year or two pack.  Make sure you built base with
libpcap and its current (I believe the exact patch was pushed upstream
there)  there was a recent closed PR about this ... I can dig up if
you wish.

-Peter
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


sippbx and sipxconfig

2007-11-28 Thread Taras Savchuk
I have question about succesful running of sippbx on freebsd, especially 
sipxconfig. I can't run sipxconfig. Here are begin of sipxconfig.log 
while starting sipxpbx:


2007-11-28 20:04:59,894: WARN:ThreadedServer:518:Failed to start: 
[EMAIL PROTECTED]:8443

2007-11-28 20:04:59,899: WARN:Server:438:EXCEPTION
org.mortbay.util.MultiException[java.io.FileNotFoundException: 
/usr/local/etc/sipxpbx/ssl/.ssl.keystore (No such file or directory)]

at org.mortbay.http.HttpServer.doStart(HttpServer.java:731)
at org.mortbay.util.Container.start(Container.java:72)
at org.mortbay.jetty.Server.main(Server.java:433)
java.io.FileNotFoundException: /usr/local/etc/sipxpbx/ssl/.ssl.keystore 
(No such file or directory)

at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.init(FileInputStream.java:106)
at 
org.mortbay.util.FileResource.getInputStream(FileResource.java:246)

at org.mortbay.http.SslListener.createFactory(SslListener.java:227)
at 
org.mortbay.http.SslListener.newServerSocket(SslListener.java:249)

at org.mortbay.util.ThreadedServer.open(ThreadedServer.java:477)
at org.mortbay.util.ThreadedServer.start(ThreadedServer.java:503)
at org.mortbay.http.SocketListener.start(SocketListener.java:203)
at org.mortbay.http.HttpServer.doStart(HttpServer.java:761)
at org.mortbay.util.Container.start(Container.java:72)
at org.mortbay.jetty.Server.main(Server.java:433)
2007-11-28 20:05:11,036:ERROR:ReplicationManagerImpl:?:Data 
replication failed: caller-alias
javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected 
error: java.security.InvalidAlgorithmParameterException: the 
trustAnchors parameter must be non-empty
at 
com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:166)
at 
com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1518)
at 
com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1485)
at 
com.sun.net.ssl.internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1468)
at 
com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1064)
at 
com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1041)
at 
sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:402)
at 
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:170)
at 
sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:839)
at 
sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:230)
at 
org.sipfoundry.sipxconfig.admin.commserver.imdb.ReplicationManagerImpl.postData(Unknown 
Source)
at 
org.sipfoundry.sipxconfig.admin.commserver.imdb.ReplicationManagerImpl.replicateData(Unknown 
Source)
at 
org.sipfoundry.sipxconfig.admin.commserver.SipxReplicationContextImpl.generate(Unknown 
Source)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:287)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:181)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:148)
at 
org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:97)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:170)
at 
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:176)

at $Proxy7.generate(Unknown Source)
at 
org.sipfoundry.sipxconfig.admin.commserver.LazySipxReplicationContextImpl$Worker.work(Unknown 
Source)

at org.sipfoundry.sipxconfig.common.LazyDaemon.run(Unknown Source)
Caused by: java.lang.RuntimeException: Unexpected error: 
java.security.InvalidAlgorithmParameterException: the trustAnchors 
parameter must be non-empty



--
С уважением, Савчук Тарас
ООО Элантек : Аутсорсинг ИТ, WEB-разработка
http://www.elantech.ru
+7 (495) 589 68 81
+7 (926) 779 07 05
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Small question about FreeNX for freebsd.

2007-11-28 Thread Mathias Picker
The following patch works mostly on 7.0. I had troubles on 6.0, but that
might have been a problem with my configuration.

Fonts look horrible with subpixel anti-aliasing, but greyscale is fine.

Also, the color chooser for the gnome background is broken, but all
others (gimp, inkscape, OOo) work fine.

All other features seem to work fine. I tried the 3.0 client on windows,
the 1.4 on FreeBSD and the 3.0 on Mac (had to manually adjust the
keyboard)

Cheers, Mathias

--- nx-X11/config/cf/FreeBSD.cf.orig2007-11-28 
+++ nx-X11/config/cf/FreeBSD.cf 2007-11-28 
@@ -65,7 +65,7 @@
 
 #if (OSMajorVersion = 3)
 #define HasIssetugid   YES
-#define HasPollYES
+#define HasPollNO
 #endif
 
 #if OSMajorVersion = 4
@@ -82,6 +82,7 @@
  * Multi-thread safe libs 
  */
 /* 2.2.7 and later has libc_r (POSIX threads) */
+/* 7.0 and later have libpthread instead of libc_r */
 #if OSMajorVersion == 2  OSMinorVersion == 2  OSTeenyVersion = 7
|| \
 OSMajorVersion = 3
 # ifndef HasLibPthread
@@ -106,7 +107,7 @@
 #   define NeedUIThrStubs  YES
 #  endif
 #  if (OSRelVersion = 500016)
-#   define ThreadsLibraries-lc_r
+#   define ThreadsLibraries-lpthread
 #  else
 #   define ThreadsLibraries-pthread
 #  endif

Am Mittwoch, den 28.11.2007, 08:55 -0500 schrieb dewey hylton:
 Quoting Jim van Wel [EMAIL PROTECTED]:
 
  Hi there,
  
  Are you going to update this soon to a newer version in the ports? Just
  wondering because of the old version number, and using it of course ;)
  
  Greetings,
  
  Jim.
 
 the freenx and nxserver ports go hand-in-hand; freenx cannot be updated 
 without
 first updating nxserver. unfortunately, i have been so far unable to build 
 later
 nxserver sources under xorg-7.x and haven't received working patches either. i
 spent plenty of time on the project myself but have been unable to make it 
 work
 myself - i need help. patches are welcomed.
 
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Small question about FreeNX for freebsd.

2007-11-28 Thread dewey hylton
Quoting Mathias Picker [EMAIL PROTECTED]:

 The following patch works mostly on 7.0. I had troubles on 6.0, but that
 might have been a problem with my configuration.
 
 Fonts look horrible with subpixel anti-aliasing, but greyscale is fine.
 
 Also, the color chooser for the gnome background is broken, but all
 others (gimp, inkscape, OOo) work fine.
 
 All other features seem to work fine. I tried the 3.0 client on windows,
 the 1.4 on FreeBSD and the 3.0 on Mac (had to manually adjust the
 keyboard)
 
 Cheers, Mathias
 
 --- nx-X11/config/cf/FreeBSD.cf.orig2007-11-28 
 +++ nx-X11/config/cf/FreeBSD.cf 2007-11-28 
 @@ -65,7 +65,7 @@
  
  #if (OSMajorVersion = 3)
  #define HasIssetugid   YES
 -#define HasPollYES
 +#define HasPollNO
  #endif
  
  #if OSMajorVersion = 4
 @@ -82,6 +82,7 @@
   * Multi-thread safe libs 
   */
  /* 2.2.7 and later has libc_r (POSIX threads) */
 +/* 7.0 and later have libpthread instead of libc_r */
  #if OSMajorVersion == 2  OSMinorVersion == 2  OSTeenyVersion = 7
 || \
  OSMajorVersion = 3
  # ifndef HasLibPthread
 @@ -106,7 +107,7 @@
  #   define NeedUIThrStubs  YES
  #  endif
  #  if (OSRelVersion = 500016)
 -#   define ThreadsLibraries-lc_r
 +#   define ThreadsLibraries-lpthread
  #  else
  #   define ThreadsLibraries-pthread
  #  endif
 
 Am Mittwoch, den 28.11.2007, 08:55 -0500 schrieb dewey hylton:
  Quoting Jim van Wel [EMAIL PROTECTED]:
  
   Hi there,
   
   Are you going to update this soon to a newer version in the ports? Just
   wondering because of the old version number, and using it of course ;)
   
   Greetings,
   
   Jim.
  
  the freenx and nxserver ports go hand-in-hand; freenx cannot be updated
 without
  first updating nxserver. unfortunately, i have been so far unable to build
 later
  nxserver sources under xorg-7.x and haven't received working patches
 either. i
  spent plenty of time on the project myself but have been unable to make it
 work
  myself - i need help. patches are welcomed.

awesome - thanks for the submission! i'll test it on a few platforms in the next
few days and see if we can't update the port afterwards. i have my fingers 
crossed.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: net-mgmt/nagios-devel is 2 versions behind..

2007-11-28 Thread Brian A. Seklecki



On Mon, 2007-11-26 at 15:13 -0500, Chris Haulmark wrote:
  
  On Mon, Nov 26, 2007 at 12:00:33PM -0500, Chris Haulmark wrote:
   Currently it is nagios-devel 3.0.b5.  Can someone please update it
 to
   nagios-devel 3.0.b7.
  


Plus there was a crazy threading issue with B7.  I'll submit details in
a second.  ~BAS

  
  
  
  We have Portsfreeze, if you want a patch feel free to try the
  following:
  
  http://miwi.homeunix.com/nagios-devel.diff
  
 
 Appreciate it!
 
 
  - - Martin
  
  - --
  
  +---+---+
  |  PGP: 0x05682353  |  Jabber : miwi(at)BSDCrew.de  |
  |  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
  +---+---+
  |   Mess with the Best, Die like the Rest!  |
  +---+---+
  -BEGIN PGP SIGNATURE-
  Version: GnuPG v2.0.4 (FreeBSD)
  
  iD8DBQFHSv0vFwpycAVoI1MRAjQLAJ4+ERXVNUfnl6qnvFX503cgnDA6GACgjSDh
  MuQlytcjbfDcvhgoILKzIAU=
  =c2pA
  -END PGP SIGNATURE-
 
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 
 
 
 

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Cyrus_imap23

2007-11-28 Thread jekillen


On Nov 27, 2007, at 10:18 PM, Per olof Ljungmark wrote:


jekillen wrote:

Hello;
I have a few questions about the port cyrus-imap23:
pkg_info produces a long list of software including a
lot of GUI related stuff. Does this mean that there
would be a GUI tool for administration of Cyrus Imap?
I did not see pam as one of the items in this list, but
I did see pam-mysql (after I installed the pam-mysql
port).
I am working with cyradm and using the documentation
Postfix-Cyrus-Web-cyradm-HOWTO, as well as the
Postfix manual that covers SASL, PAM, Cyrus, etc
I just want to clarify what this port installs and how
it might differ from the above material.
This is a learning process for me in the spirit of 'learn
by doing' (and undoing and redoing if necessary).
Info Appreciated


Hi,

Not sure what you mean, this is what I get, not a single GUI in sight 
there! Possibly you are mixing it up with other things?


pkg_info -r cyrus-imapd-2.3.8_1
Information for cyrus-imapd-2.3.8_1:

Depends on:
Dependency: perl-5.8.8
Dependency: p5-Scalar-List-Utils-1.19,1
Dependency: p5-PathTools-3.25
Dependency: p5-Pod-Parser-1.35
Dependency: p5-File-Temp-0.18
Dependency: db42-4.2.52_5
Dependency: cyrus-sasl-2.1.22

Good luck,


Thank you for the response.
This brings up another question. But first
let me explain a little. I tried pkg_info cyrus-imap23
and got the response that no package by that name
was installed and could not be found, Well, of course
that is probably not the exact name and the exact name
is expected. So I just cd'd to the cyrus-imap23 dir in
ports and did pkg_info with no parameter and got a
long list of stuff, including a lot of X11 and X windows
stuff.
The question is, if I do not know the exact name of
a package, how can I do pkg_info on it.
A corollary question is: How do I find out exactly how
much configuration a port has applied once a port
is installed. Apache with php; with or without ssl, might be a typical 
example.

Thus, there is a lot of configuration steps to get Cyrus
up and running with Postfix, ClamAV, Amavis new, Spamassassin,
PAM, SASL, mysql and all that. How do I find out how much configuration
a port has done in a case like this. I did add Cyrus-imap23 and am
wondering if it also installed Cyrus SASl. It did create the cyrus user
and mail group; I found that out when I went to create the cyrus user
and mail group myself. I do not see a separate port for Cyrus SASL.
There is a fine line between benefiting from someone else's
very good work, and knowing when it is appropriate to take
matters into one's own hands.
I am not a control freak, I just like to know how stuff works
so I can know when it is not working right, and fix it. This is
also not really a complaint or criticism. Just a petition for
guidance.
Thanks again
Jeff K

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Firefox 2.0.0.9 issues on 7.0-BETA3

2007-11-28 Thread Mike Bowie

Doug Poland wrote:

On Wed, Nov 28, 2007 at 02:29:38PM -0600, Doug Poland wrote:
  

Hello,

I have a freshly installed 7.0-BETA3 i386 system and am having issues
with firefox 2.0.0.9.

Upon launching /usr/local/bin/firefox from a command line I am
immediately returned a cursor with an error code of 1.

% /usr/local/bin/firefox
% echo $?
1

I debugged both /usr/local/bin/firefox and
/usr/local/lib/firefox/run-mozilla.sh until I found the debugger
option, which I tried:

/usr/local/lib/firefox/run-mozilla.sh -g
/usr/local/lib/firefox/firefox-bin -d gdb

# /usr/local/lib/firefox/run-mozilla.sh -g \
  /usr/local/lib/firefox/firefox-bin -d gdb

MOZILLA_FIVE_HOME=/usr/local/lib/firefox
  
LD_LIBRARY_PATH=/usr/local/lib/firefox:/usr/local/lib/firefox/plugins:/usr/local/lib/browser_plugins:/usr/local/lib/browser_linux_plugins:/usr/local/lib/firefox
DISPLAY=:0.0
DYLD_LIBRARY_PATH=/usr/local/lib/firefox:/usr/local/lib/firefox
 
LIBRARY_PATH=/usr/local/lib/firefox:/usr/local/lib/firefox/components:/usr/local/lib/firefox
   SHLIB_PATH=/usr/local/lib/firefox:/usr/local/lib/firefox
  LIBPATH=/usr/local/lib/firefox:/usr/local/lib/firefox
   ADDON_PATH=/usr/local/lib/firefox
  MOZ_PROGRAM=/usr/local/lib/firefox/firefox-bin
  MOZ_TOOLKIT=
moz_debug=1
 moz_debugger=
/usr/bin/gdb /usr/local/lib/firefox/firefox-bin -x /tmp/mozargs.VoVJBX
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and
you are welcome to change it and/or distribute copies of it under
certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for
details.
This GDB was configured as i386-marcel-freebsd...(no debugging
symbols found)...
(gdb) run
Starting program: /usr/local/lib/firefox/firefox-bin -d gdb
(no debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...[New LWP
100191]
(no debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...[New Thread
0x29a01100 (LWP 100191)]
(no debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...[New LWP 100191]

Program received signal SIGTRAP, Trace/breakpoint trap.
[Switching to LWP 100191]
Cannot remove breakpoints because program is no longer writable.
It might be running in another process.
Further execution is probably impossible.
0x2805c3e0 in ?? () from /libexec/ld-elf.so.1

I did some googling but nothing interesting turned up.  I find it
curious that the latest build of Thunderbird works, but linux-firefox
fails like it's native sibling.

All help is appreciated...



Thought I'd try installing firefox 2.0.0.10,1 on the whim that it may
fix my problem.  No joy.

BTW, how do I get debugging symbols for firefox so that I may further
debug this?


  

Doug,

I had a 7.0-BETA2 system on a laptop for a few days and recall having a 
similar sounding problem with both firefox and firefox-devel.  IIRC, it 
turned out to be a dependency which was somehow missed in my rather 
minimal installation.  It was a few weeks back and my brain is a bit 
full, but you might see if something is lacking in the results of a ldd 
/usr/local/lib/firefox/firefox-bin.


Cheers,

Mike.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]