Re: portsdb -U fails

2004-02-02 Thread r t g tan
On Sun, Feb 01, 2004 at 01:23:48PM -0800, Kris Kennaway wrote:
 On Sat, Jan 31, 2004 at 10:03:30PM +0100, r t g tan wrote:
 
   portsdb -U is broken - I sent mail to the author the other day, but
   didn't receive a reply yet.  In the meantime, you can edit
   /usr/local/sbin/make_describe_pass1 and change the 'make -j3' to
   'make'.
   
   Kris
  
  Hi Kris,
  
  The following line from /usr/local/sbin/make_describe_pass1:
  
  open(|cd #{dir}  make -k -j3 -f -, 'w') do |w|
  
  I changed to:
  
  open(|cd #{dir}  make -, 'w') do |w|
  
  now portsdb -U is running for quite some time.
  
  I have no idea what it is doing though.
 
 No, that's not quite what I said..just remove the -j3 and leave the other arguments 
 untouched.
 
 Kris

Hi Kris,

I did that at first but the problem still remained.

At this time I just cvsupped my ports again, and tried 
it again with:  open(|cd #{dir}  make -k -f -, 'w') do |w|

Still nu luck,

Robert




pgp0.pgp
Description: PGP signature


Re: portsdb -U fails

2004-02-02 Thread r t g tan
 Then why not quit banging you head on a wall and use make index. Your 
 failure to adapt is spamming the list. Portsdb -U has not produced 
 totally clean INDEX runs since I can remember. Make index, on the other 
 hand, is currently producing clean makes.
 
 There are times when one doesn't work and the other does. You just have 
 to not refuse anything but ports/INDEX.
 
 Kent
 
 -- 
 Kent Stewart
 Richland, WA
 
 http://users.owt.com/kstewart/index.html

make index fails as well with a bunch of make_index: no entrie messages.

I guess Ill leave it at this waiting for it to get fixed.

Tnx all for your reply,

Robert.



pgp0.pgp
Description: PGP signature


Re: portsdb -U fails

2004-01-31 Thread r t g tan
On Fri, Jan 30, 2004 at 01:28:26PM -0800, Kris Kennaway wrote:
 On Fri, Jan 30, 2004 at 08:51:43PM +0100, r t g tan wrote:
  Hi,
  
  Have done at least the following:
   1 -  fresh ports cvsup for all the ports
   2 -  rm /var/db/pkg/pkgdb.db
   3 -  pkgdb -F
   
  However portsdb -U fails and generates a lot of
  error messages like the following:
  
 *** Error code 2: malformed entry: *** Error code 2
 *** Error code 2: malformed entry: *** Error code 2
 *** Error code 2: malformed entry: *** Error code 2
 cd: can't cd to wmthemeinstall: malformed entry: cd: can't cd to wmthemeinstall
 cd: can't cd to wmx: malformed entry: cd: can't cd to wmx
 cd: can't cd to xfce: malformed entry: cd: can't cd to xfce
  
  What is corrupted, and how can I fix this?
 
 portsdb -U is broken - I sent mail to the author the other day, but
 didn't receive a reply yet.  In the meantime, you can edit
 /usr/local/sbin/make_describe_pass1 and change the 'make -j3' to
 'make'.
 
 Kris

Hi Kris,

The following line from /usr/local/sbin/make_describe_pass1:

open(|cd #{dir}  make -k -j3 -f -, 'w') do |w|

I changed to:

open(|cd #{dir}  make -, 'w') do |w|

now portsdb -U is running for quite some time.

I have no idea what it is doing though.

robert



pgp0.pgp
Description: PGP signature


portsdb -U fails

2004-01-30 Thread r t g tan
Hi,

Have done at least the following:
 1 -  fresh ports cvsup for all the ports
 2 -  rm /var/db/pkg/pkgdb.db
 3 -  pkgdb -F
 
However portsdb -U fails and generates a lot of
error messages like the following:

   *** Error code 2: malformed entry: *** Error code 2
   *** Error code 2: malformed entry: *** Error code 2
   *** Error code 2: malformed entry: *** Error code 2
   cd: can't cd to wmthemeinstall: malformed entry: cd: can't cd to wmthemeinstall
   cd: can't cd to wmx: malformed entry: cd: can't cd to wmx
   cd: can't cd to xfce: malformed entry: cd: can't cd to xfce

What is corrupted, and how can I fix this?

Tnx,

---
robert t g tan


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


C programming: ADT support

2004-01-22 Thread r t g tan
Hi,

I'm looking for some ADT's  like lists trees and
such, to be used in C programs. 

Is there a librarie out there?

Tnx,

---
robert t g tan

pgp0.pgp
Description: PGP signature


Re: C programming: ADT support

2004-01-22 Thread r t g tan
Make that C++

--- robert t g tan

On Thu, Jan 22, 2004 at 11:11:23AM +0100, r t g tan wrote:
 Hi,
 
 I'm looking for some ADT's  like lists trees and
 such, to be used in C programs. 
 
 Is there a librarie out there?
 
 Tnx,
 
 ---
 robert t g tan



pgp0.pgp
Description: PGP signature


Re: C programming: ADT support

2004-01-22 Thread r t g tan
That's it, thank you,

---
robert t g tan

On Thu, Jan 22, 2004 at 07:23:59PM +0100, Cordula's Web wrote:
   I'm looking for some ADT's  like lists trees and
   such, to be used in C programs.=20
  =20
   Is there a librarie out there?
 
  Make that C++
 
 Isn't the STL enough?
 
   http://www.stlport.org/
   http://www.boost.org/
 
 Examples for using the STL:
   http://www.josuttis.com/libbook/index.html
 
 -- 
 Cordula's Web. http://www.cordula.ws/












pgp0.pgp
Description: PGP signature


Re: can't login to gdm

2004-01-17 Thread r t g tan
Hi Gilbert,

Ive fixed the problem by copying the factory-gdm.conf 
to gdm.conf


On Thu, Jan 01, 2004 at 10:09:20AM -0500, Lowell Gilbert wrote:
 r t g tan [EMAIL PROTECTED] writes:
 
  I'm trying to run gdm, but I can't login.
  
  - I don't get any .xsession-errors, and am able
to login using xdm.
  
  - Neither message saying incorrect user passwd 
 
 What *does* happen when you try to log in?

-- 
robert t g tan


pgp0.pgp
Description: PGP signature


can't login to gdm

2003-12-30 Thread r t g tan
Hi,

I'm trying to run gdm, but I can't login.

- I don't get any .xsession-errors, and am able
  to login using xdm.

- Neither message saying incorrect user passwd 

Tnx,
-- 
robert t g tan



pgp0.pgp
Description: PGP signature


Re: Upgrading perl modules

2003-12-22 Thread r t g tan
portupgrade :p5-

On Mon, Dec 22, 2003 at 05:55:17PM +0700, Roger Merritt wrote:
 I once saw, and used, a portupgrade command line to upgrade *all* installed 
 perl modules. It went something like:
 
 $ portupgrade p5-\*
 
 However, when I try the command now I just get an error message. Can anyone 
 tell me the proper command?
 
 -- 
 Roger
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
robert t g tan


pgp0.pgp
Description: PGP signature


checking for full perl installation

2003-12-22 Thread r t g tan
Hi,

I'm trying to build mozilla-gtk2, and Im getting
the following message:

 checking for perl5... /usr/bin/perl5
 checking for minimum required perl version = 5.004... 5.00503
 checking for full perl installation... no
 configure error: cannot find Config.pm or $Config{archlib} a full perl installation 
is required.

Note: Did a use.perl port, and have v5.8.2 installed 

Tnx,
-- 
robert t g tan


pgp0.pgp
Description: PGP signature


Re: gnome2-lite build fails

2003-12-15 Thread r t g tan
Hi Gautam,

Yes I've run use.perl port.

On Mon, Dec 15, 2003 at 09:57:04AM +1100, Gautam Gopalakrishnan wrote:
 On Sun, Dec 14, 2003 at 11:54:41PM +0100, r t g tan wrote:
  Hi,
  
  checking for minimum required perl version = 5.004... 5.00503
  checking for full perl installation... no
  configure error: Cannot find Config.pm or $Config{archlib}. A full
  perl installation is required.
 
 Have you run use.perl port after installing 5.8.2? 
 
 Gautam

-- 
robert t g tan


pgp0.pgp
Description: PGP signature


gnome2-lite build fails

2003-12-14 Thread r t g tan
Hi,

Im getting the following output when I try
to make install the gnome2-lite meta-port,
for the build of mozilla-gtk2..

checking for minimum required perl version = 5.004... 5.00503
checking for full perl installation... no
configure error: Cannot find Config.pm or $Config{archlib}. A full
perl installation is required.

How can I solve this?

Tnx,

Note: I have perl v5.8.2 installed.
-- 
robert t g tan



pgp0.pgp
Description: PGP signature


Re: how to build Spamassassin

2003-12-09 Thread r t g tan

Hi Tony,

I would use cvsup to update your ports tree.

You can use %make buildworld, to reinstall system
perl. Look in /etc/make.conf for NOPERL var to
unset accordingly to if you want to build it 
or not.

You can also try to install perl from ports. Then
you can use %use.perl ports, or %use.perl system
To define which perl your system will use. 

You can also try deinstalling some p5- modules.

Hope this helps,

Robert

On Mon, Dec 08, 2003 at 10:29:26PM -0800, Tony Jones wrote:
 
 Hi.  
 
 Over time I've got into the habit of either using packages or building 
 directly from the source.  Last time I tried this (Postfix) and asked a Q
 here, I was rapped over the knuckles :-) and told to use the Ports.
 
 Right now I'm trying to build spamassassin, so I decided I'd be good and do 
 it the Ports way.
 
 My current system is 4.9-PRERELEASE #5,  upgraded for many years from src
 using CTM.
 
 - Read the handbook, ran /stand/sysinstall to get the ports tree, this failed
   not finding the download location on ftp.freebsd.org and telling me to
   manually change it
 
 - So I went and got it manually.   Was a little confused as many years ago
   I recalled their being a ports tree per release.  Now ports-stable and
   ports-current both point to ports.
 
 - I downloaded ports,tar.gz.   Unpacked it and changed into 
 ports/mail/p5-Mail-SpamAssassin
 
 - Did a make which immediately failed with
 
 Makefile, line 27: Malformed conditional (${PERL_LEVEL}  500600)
 Makefile, line 27: Need an operator
 Makefile, line 31: if-less endif
 Makefile, line 31: Need an operator
 Makefile, line 33: Malformed conditional (${PERL_LEVEL}  500800)
 Makefile, line 33: Need an operator
 Makefile, line 35: if-less endif
 Makefile, line 35: Need an operator
 
 I recalled being able to make individual ports this way in the past.
 
 
 So, this not working, I went and grabbed the sources for Mail-SpamAssassin-2.60
 and figured I'd try building it manually.
 
 trying: perl -MCPAN -e shell  (which is the INSTALL files recommended way)
 just generated lots of messages telling me to install Bundle::libnet ASAP
 and when I did, it failed to install and seems to have messed up the perl
 packages on my system.
 
 
 So, two questions:
 
 1) How can I reinstall perl 5.005_03 (make install from /usr/src)
 2) Once I have the perl restored,  what is the best way to install SpamAssassin
 on 4.9 ?
 
 Thanks
 
 Tony (who hates perl)
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 



pgp0.pgp
Description: PGP signature