Re: portmaster: grep: Argument list too long

2009-10-18 Thread Doug Barton
Kenyon Ralph wrote: > On 2009-10-18T21:43:24-0700, Doug Barton wrote: >> Kenyon Ralph wrote: >>> I'm trying to replace perl 5.8 with perl 5.10, so I did this (as in the >>> 20090328 /usr/ports/UPDATING entry): >>> >>> % sudo portmaster -v -t -D -o lang/perl5.10 lang/perl5.8 >>> % sudo portmaster -

x11-wm/awesome ports dependencies

2009-10-18 Thread Andrey Zhidenkov
I've tried to install awesome 3.3.4, but 'make install clean' failed. I found that awesome needs xcblib >= 1.4, but I had version 1.2 installed. I had ro deinstall libxcb manually (cd /usr/ports/x11/libxcb && make deinstall && make install clean), after that awesome was comlied OK. Now I have a q

Re: portmaster: grep: Argument list too long

2009-10-18 Thread Kenyon Ralph
On 2009-10-18T21:43:24-0700, Doug Barton wrote: > Kenyon Ralph wrote: > > I'm trying to replace perl 5.8 with perl 5.10, so I did this (as in the > > 20090328 /usr/ports/UPDATING entry): > > > > % sudo portmaster -v -t -D -o lang/perl5.10 lang/perl5.8 > > % sudo portmaster -v -D -R -m 'FORCE_PKG_

Re: portmaster: grep: Argument list too long

2009-10-18 Thread Doug Barton
Kenyon Ralph wrote: > I'm trying to replace perl 5.8 with perl 5.10, so I did this (as in the > 20090328 /usr/ports/UPDATING entry): > > % sudo portmaster -v -t -D -o lang/perl5.10 lang/perl5.8 > % sudo portmaster -v -D -R -m 'FORCE_PKG_REGISTER=yes' -r perl-threaded-5.10.1 > > (FORCE_PKG_REGISTE

portmaster: grep: Argument list too long

2009-10-18 Thread Kenyon Ralph
I'm trying to replace perl 5.8 with perl 5.10, so I did this (as in the 20090328 /usr/ports/UPDATING entry): % sudo portmaster -v -t -D -o lang/perl5.10 lang/perl5.8 % sudo portmaster -v -D -R -m 'FORCE_PKG_REGISTER=yes' -r perl-threaded-5.10.1 (FORCE_PKG_REGISTER seems to be needed to keep libto

Re: binary upgrade of packages

2009-10-18 Thread George Davidovich
On Sun, Oct 18, 2009 at 10:57:54AM +0200, Christer Solskogen wrote: > Is portupgrade the only tool that can upgrade packages by sharing > /usr/ports? I was looking into pkg_upgrade from bsdadminscripts, but > that tool seemed to download the INDEX file from ftp.freebsd.org even if > I have it in /u

Re: binary upgrade of packages

2009-10-18 Thread Doug Barton
Christer Solskogen wrote: > Hi! > > Is portupgrade the only tool that can upgrade packages by sharing > /usr/ports? I was looking into pkg_upgrade from bsdadminscripts, but > that tool seemed to download the INDEX file from ftp.freebsd.org even > if I have it in /usr/ports. It's not ready yet, bu

Re: acroread9 crashes after maybe 10 seconds of operation.

2009-10-18 Thread Kurt Jaeger
Hi! > Kurt Jaeger writes: [...] > > (process:47993): Gtk-WARNING **: Locale not supported by C library. > > Using the fallback 'C' locale. > > terminate called after throwing an instance of 'RSException' > > with acroread9-9.2 from the ports. > > Three. > Also acroread-9.

Re: [Fwd: Re: acroread9 crashes after maybe 10 seconds of operation.]

2009-10-18 Thread Denise H. G.
Boris Samorodov writes: > darc...@gmail.com (Denise H. G.) writes: > >> the same problem here for the port on 8.0-RC1. >> And I tried to use zh_CN-acroread8, but it does not even start up, > just >> aborts before the GUI appears. > > Try this: > - > # sysctl security.bsd.map_at_zero=1 > -

Re: acroread9 crashes after maybe 10 seconds of operation.

2009-10-18 Thread Robert Huff
Kurt Jaeger writes: > > Similar problem. > > Related problem here: > > - > f8-64$ acroread9 > > (process:47993): Gtk-WARNING **: Locale not supported by C library. > Using the fallback 'C' locale. > terminate called after throwing an instance of 'RSException' > >

Re: FreeBSD Port: acroread9-9.2

2009-10-18 Thread Boris Samorodov
"John B. Stubblebine" writes: > So how do I get linux-pango 1.24, or later?? This is a real FAQ for some time. Please, search archieves (ports@, emulation@) and even the PR-database for the answer. -- WBR, bsam ___ freebsd-ports@freebsd.org mailing

Re: [Fwd: Re: acroread9 crashes after maybe 10 seconds of operation.]

2009-10-18 Thread Boris Samorodov
darc...@gmail.com (Denise H. G.) writes: > the same problem here for the port on 8.0-RC1. > And I tried to use zh_CN-acroread8, but it does not even start up, just > aborts before the GUI appears. Try this: - # sysctl security.bsd.map_at_zero=1 - If that helps then updating to a more res

binary upgrade of packages

2009-10-18 Thread Christer Solskogen
Hi! Is portupgrade the only tool that can upgrade packages by sharing /usr/ports? I was looking into pkg_upgrade from bsdadminscripts, but that tool seemed to download the INDEX file from ftp.freebsd.org even if I have it in /usr/ports. -- chs, ___ fre

Re: acroread9 crashes after maybe 10 seconds of operation.

2009-10-18 Thread Kurt Jaeger
Hi! > Similar problem. Related problem here: - f8-64$ acroread9 (process:47993): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale. terminate called after throwing an instance of 'RSException' - with acroread9-9.2 from the ports. -- p

Re: [Fwd: Re: acroread9 crashes after maybe 10 seconds of operation.]

2009-10-18 Thread Denise H. G.
1wk...@gmail.com writes: > Hi, > > Similar problem. > I'm using ja-acroread9 from ports on 8.0-RC1. > The following message was recorded. > > linux: pid 1378 (acroread): syscall inotify_init not implemented > > Does it mean some features are missing in linux emulation environment? > > # I'm not su