libusb failed

2007-05-31 Thread M. Warner Losh
Maybe this is old news, but libusb failed for me: (cd .libs && rm -f libusb.la && ln -s ../libusb.la libusb.la) if /bin/sh /usr/local/bin/libtool --mode=compile c++ -DHAVE_CONFIG_H-I. -O2 -fno-strict-aliasing -pipe -MT usbpp.lo -MD -MP -MF ".deps/usbpp.Tpo" -c -o usbpp.lo usbpp.cpp; then

Re: X.org 7.2 eats the whole CPU whenever Firefox 2 displays something

2007-05-31 Thread Jeremie Le Hen
Hi, On Thu, May 31, 2007 at 12:20:42AM +0200, Jeremie Le Hen wrote: > As you can notice, there are a _great_ number of syscall 454: > % jarjarbinks:tmp$ grep -c syscall_454 strace.firefox > % 26664 FWIW, I've checked src/sys/kern/syscalls.master and syscall_454 is _umtx_op(). I don't think this

Re: can we use disk device for iscsi-target port?

2007-05-31 Thread Patrick Dung
My testing env is Vmware, the backend disks are new/empty. Here's my testing result: 1. OpenBSD 4.1 with iscsi-target compiled (I can't find it in the ports) It support disk slice directly, I use /dev/sd1c. 2. NetBSD 4.0-current with iscsi-target in base OS It support disk slice directly, I use /

Re: p5-Mail-SpamAssassin 3.2.0 - one month now

2007-05-31 Thread Olivier Mueller
Le 23 mai 07 à 00:13, Michael Scheidell a écrit : Olivier Mueller wrote: Just wondering if you could use any help about this port update? What is the problem you are talking about? I just saw your PR but it's already a few weeks old: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/112502 An

What has happened to the Exim port?

2007-05-31 Thread Freminlins
Hi, Despite trying to build this port with WITH_EXIMON=no in the Makefile it seems to still require X11: mail# make On FreeBSD before 6.2 ports system unfortunately can not set default X11BASE by itself so please help it a bit by setting X11BASE=${LOCALBASE} in make.conf. On the other hand, if y

Re: X.org 7.2 eats the whole CPU whenever Firefox 2 displays something

2007-05-31 Thread Scot Hetzel
Which version of FreeBSD are you using? FreeBSD 6.x had PR threads/101355 opened on this problem: http://www.freebsd.org/cgi/query-pr.cgi?pr=101355 But it was closed with the following reason: If your application is malloc hunger, then there is performance problem on 6.x since malloc is prote

Re: libusb failed

2007-05-31 Thread Yuri Pankov
On Thu, May 31, 2007 at 01:30:40AM -0600, M. Warner Losh wrote: > Maybe this is old news, but libusb failed for me: > > (cd .libs && rm -f libusb.la && ln -s ../libusb.la libusb.la) > if /bin/sh /usr/local/bin/libtool --mode=compile c++ -DHAVE_CONFIG_H-I. > -O2 -fno-strict-aliasing -pipe -

Re: What has happened to the Exim port?

2007-05-31 Thread Anton Berezin
On Thu, May 31, 2007 at 10:45:35AM +0100, Freminlins wrote: > Hi, > > Despite trying to build this port with WITH_EXIMON=no in the Makefile it > seems to still require X11: > > mail# make > On FreeBSD before 6.2 ports system unfortunately can not set default X11BASE > by itself so please help it

Re: What has happened to the Exim port?

2007-05-31 Thread Shaun Amott
On Thu, May 31, 2007 at 10:45:35AM +0100, Freminlins wrote: > > Despite trying to build this port with WITH_EXIMON=no in the Makefile it > seems to still require X11: > This is a global check, it affects all ports. Just set the new X11BASE or USE_NONDEFAULT_X11BASE, as advised. -- Shaun Amott

Re: p5-Mail-SpamAssassin 3.2.0 - one month now

2007-05-31 Thread Andrea Venturoli
Olivier Mueller wrote: It has been nearly one month now since SA 3.2.0 has been released, and the port tree is unfrozen since one or two weeks too: what about updating the port, or why isn't this happening? Do you need more "beta testers"? I know I can get the files/patches directly from the

Re: What has happened to the Exim port?

2007-05-31 Thread Andrey S. Zakharajashchev
Freminlins пишет: Hi, Despite trying to build this port with WITH_EXIMON=no in the Makefile it seems to still require X11: mail# make On FreeBSD before 6.2 ports system unfortunately can not set default X11BASE by itself so please help it a bit by setting X11BASE=${LOCALBASE} in make.conf. On

Re: X.org 7.2 eats the whole CPU whenever Firefox 2 displays something

2007-05-31 Thread Jeremie Le Hen
Hi Scot, Thanks for your reply. On Thu, May 31, 2007 at 05:51:28AM -0500, Scot Hetzel wrote: > Which version of FreeBSD are you using? Sorry, I should have said that I'm running a quite recent -CURRENT (I have GCC 4.2). > FreeBSD 6.x had PR threads/101355 opened on this problem: > > http://

Re: Too many fonts with X.org 7.2

2007-05-31 Thread Lowell Gilbert
Benjamin Lutz <[EMAIL PROTECTED]> writes: > I notice that with X.org 7.2, many more fonts are installed by default. > This includes many fonts that are probably very rarely used by most > people, like font-misc-ethiopic. I would prefer not to have those fonts > installed on my system. Simply pk

Upgrade Xorg or Upgrade to Freebsd 6.2 first??

2007-05-31 Thread David Southwell
Hi merits /demerits of alternatives: Currently Running freebsd 6.1 and given the need to upgrade to 6.2. Is there any advantage in upgrading the system to 6.2 before upgrading Xorg or should I do it the other way round. Thanks ___ freebsd-ports@freebs

ekiga & kphone

2007-05-31 Thread chris rynne
Hello all, This is my first submission. Just thought it would be nice to have ekiga (http://www.gnomemeeting.org/) updated to 2.0.9 there's been a load of bugfixes since 2.04. Same goes for kphone which seems to be an unsupported port. There seems to be a lot in common between the new kphone SI an

Re: libusb failed

2007-05-31 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Yuri Pankov <[EMAIL PROTECTED]> writes: : On Thu, May 31, 2007 at 01:30:40AM -0600, M. Warner Losh wrote: : > Maybe this is old news, but libusb failed for me: : > : > (cd .libs && rm -f libusb.la && ln -s ../libusb.la libusb.la) : > if /bin/sh /usr/loca

Re: upgrade

2007-05-31 Thread Ion-Mihai Tetcu
On Wed, 30 May 2007 22:08:16 -0600 (MDT) "M. Warner Losh" <[EMAIL PROTECTED]> wrote: > Greetings. > > I set out on the great 7.2 upgrade, but didn't get very far: > > sudo portupgrade -f -o ports-mgmt/portupgrade-devel portupgrade > ... > ===> Cleaning for portupgrade-devel-2.3.0_5 > ---> Clea

Re: Upgrade Xorg or Upgrade to Freebsd 6.2 first??

2007-05-31 Thread Fabian Keil
David Southwell <[EMAIL PROTECTED]> wrote: > merits /demerits of alternatives: > Currently Running freebsd 6.1 and given the need to upgrade to 6.2. > > Is there any advantage in upgrading the system to 6.2 before upgrading > Xorg or should I do it the other way round. Upgrading to 6.2 first mak

Re: sysutils/lsof unbuildable on -CURRENT

2007-05-31 Thread Kris Kennaway
On Wed, May 30, 2007 at 02:33:20PM -0500, Larry Rosenman wrote: > On Wed, 30 May 2007, Kris Kennaway wrote: > > >On Tue, May 29, 2007 at 03:48:06PM -0500, Larry Rosenman wrote: > >>On Tue, 29 May 2007, Jeremie Le Hen wrote: > >> > >>>Hi, > >>> > >>>Please Cc: me when replying. > >>> > >>>I can't b

Re: [EMAIL PROTECTED]: cone-0.69_3 failed on amd64 7]

2007-05-31 Thread Kris Kennaway
On Sun, May 27, 2007 at 07:42:52PM -0500, Larry Rosenman wrote: > On Sun, 27 May 2007, Kris Kennaway wrote: > > > > >You can compare to the log from pointyhat to try and find the > >difference and backtrack to the cause. BTW, this went away after a rebuild, so I guess a gremlin got loose in the b

FreeBSD Port: ossec-hids-client-1.2

2007-05-31 Thread Andrew Storms
Reporting some problems. Based on how things got installed the start script at /usr/local/etc/rc.d/ossec-hids Points to the wrong 'command' and 'required_files'. command="/usr/local/bin/ossec-control" Whereas 'ossec-control' got installed at '/usr/local/ossec-hids/bin' And required_files="/u

Re: X.org 7.2 eats the whole CPU whenever Firefox 2 displays something

2007-05-31 Thread Matthew D. Fuller
On Thu, May 31, 2007 at 04:18:56PM +0200 I heard the voice of Jeremie Le Hen, and lo! it spake thus: > > Nonetheless, this PR reminds me that libpthread switched from libkse > to libthr. I'm going to try libkse when I'll be back home in a > couple of hours and I will send a follow-up here. Event

Re: X.org's radeon(4x) slowness (was: X.org 7.2 eats the whole CPU whenever Firefox 2 displays) something

2007-05-31 Thread Jeremie Le Hen
Hi all, (I've cross-posted to -x11@ since it appears this problem is related to X.org, not Firefox.) On Thu, May 31, 2007 at 04:18:56PM +0200, Jeremie Le Hen wrote: > Nonetheless, this PR reminds me that libpthread switched from libkse > to libthr. I'm going to try libkse when I'll be back home

Re: make: Max recursion level (500) exceeded.: Resource temporarily unavailable

2007-05-31 Thread Kris Kennaway
On Tue, May 29, 2007 at 04:54:06PM -0500, [EMAIL PROTECTED] wrote: > Quoting Kris Kennaway <[EMAIL PROTECTED]>: > > >On Tue, May 29, 2007 at 07:29:16AM -0500, [EMAIL PROTECTED] wrote: > >>On all my machines (both current and stable) that I've initiated the > >>xorg mega upgrade I'm seeing: > >>mak

gnucash does not compile

2007-05-31 Thread Momchil Ivanov
Hi, I`ve cvsuped ports as of yesterday 2007.05.31 and after portupgrade gnucash does not compile: ===> gnucash-2.0.5_4 depends on shared library: ktoblzcheck.4 - not found ===>Verifying install for ktoblzcheck.4 in /usr/ports/finance/ktoblzcheck ===> Returning to build of gnucash-2.0.5_4

Re: gnucash does not compile

2007-05-31 Thread Kris Kennaway
On Fri, Jun 01, 2007 at 01:58:36AM +0200, Momchil Ivanov wrote: > Hi, > > I`ve cvsuped ports as of yesterday 2007.05.31 and after portupgrade gnucash > does not compile: > > ===> gnucash-2.0.5_4 depends on shared library: ktoblzcheck.4 - not found > ===>Verifying install for ktoblzcheck.4

Re: ports/11320: commit references a PR

2007-05-31 Thread dfilter service
The following reply was made to PR ports/11320; it has been noted by GNATS. From: [EMAIL PROTECTED] (dfilter service) To: [EMAIL PROTECTED] Cc: Subject: Re: ports/11320: commit references a PR Date: Fri, 1 Jun 2007 00:23:41 + (UTC) simokawa2007-06-01 00:23:34 UTC FreeBSD src repo

Re: gnucash does not compile

2007-05-31 Thread Momchil Ivanov
On Friday 01 June 2007 02:30:09 Kris Kennaway wrote: > The error indicates you forgot to a) make clean to remove stale > ktoblzcheck build directory, b) upgrade that port first. > > Kris This fixes the problem for me, it compiles and runs after that --- Makefile.orig Fri Jun 1 02:02:25 200

Re: gnucash does not compile

2007-05-31 Thread Kris Kennaway
On Fri, Jun 01, 2007 at 02:40:50AM +0200, Momchil Ivanov wrote: > On Friday 01 June 2007 02:30:09 Kris Kennaway wrote: > > The error indicates you forgot to a) make clean to remove stale > > ktoblzcheck build directory, b) upgrade that port first. > > > > Kris > > This fixes the problem for me, it

Re: gnucash does not compile

2007-05-31 Thread Momchil Ivanov
On Friday 01 June 2007 02:45:12 Kris Kennaway wrote: > > OK, your log just didn't show that being the problem :) > > Kris Maybe should have explained my thoughts: Error: shared library "ktoblzcheck.4" does not exist as I saw that I checked what the ktoblzcheck port installs and it installs vers

Re: [EMAIL PROTECTED]: cone-0.69_3 failed on amd64 7]

2007-05-31 Thread Larry Rosenman
On Thu, 31 May 2007, Kris Kennaway wrote: On Sun, May 27, 2007 at 07:42:52PM -0500, Larry Rosenman wrote: On Sun, 27 May 2007, Kris Kennaway wrote: You can compare to the log from pointyhat to try and find the difference and backtrack to the cause. BTW, this went away after a rebuild, so I

Re: gnucash does not compile

2007-05-31 Thread Momchil Ivanov
PR filled: ports/113208 -- PGP KeyID: 0x3118168B Keyserver: pgp.mit.edu Key fingerprint BB50 2983 0714 36DC D02E  158A E03D 56DA 3118 168B pgp8eP3d6RWPK.pgp Description: PGP signature

Uggg!

2007-05-31 Thread Warner Losh
my portupgrade -a died in the middle. Well, the laptop in my battery died at a bad time. all of my +CONTENTS files are gone. Is there any hope? Warner ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports T

Re: Uggg!

2007-05-31 Thread Lars Engels
On Thu, May 31, 2007 at 11:21:15PM -0600, Warner Losh wrote: > my portupgrade -a died in the middle. Well, the laptop in my battery died > at a bad time. all of my +CONTENTS files are gone. Is there any hope? I just had a deja-vu. They must be changing something in the Matrix ;-) http://lists.f