Re: best way to rebuild all perl ports

2011-01-05 Thread Sven-Åke Svensson

2011-01-05 02:42, ja...@gnix.co.uk skrev:

Do you have PERL_VERSION= set correctly in /etc/make.conf?


This was set automatically when i first installed perl5.12. This line was later 
over-written when perl5.10 was installed. Since i used portupgrade to change 
back to perl5.12 this line has been set correctly. Susbsequent ports i've 
installed that require perl have been built against 5.12.

jamie

Hi

Check so you not have perl-threaded. If you have you must type
portupgrade -fr perl-treaded. Othervise it just do nothing.


Sven



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: best way to rebuild all perl ports

2011-01-05 Thread jamie
 Check so you not have perl-threaded. If you have you must type
 portupgrade -fr perl-treaded. Othervise it just do nothing.

wow that was easy. this was the problem and it's now rebuilding everything. 
thanks to everyone for their advice. 

jamie
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


best way to rebuild all perl ports

2011-01-04 Thread jamie
hi everyone

When i installed FreeBSD 8.1 the other day i was just going to keep it a 
console-based system with no X just to do a bit of coding and stuff. I then 
installed perl 5.12. 

A few days later I changed my mind and installed X with a window manager and a 
few other things. Somehow - not sure when and why - one of the ports installed 
perl 5.10 as a dependancy setting itself as the default perl installation for 
the system so i ended with a mix of ports build against different perl 
versions. 

I've mostly fixed this by doing a: 

`env DISABLE_CONFLICTS=1 portupgrade -o lang/perl5.12 -f perl-5.10.\*` 

followed by:
 
`portupgrade -fr perl` (which didn't do anything :-/ ) 

or at least i thought i had, but it seems there are a few perl modules that 
aren't behaving and i think i need to just rebuild all the perl stuff again. I 
wondered, should i do this and if so if there's a particular ports-management 
tool that would be best suited to this?


jamie
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: best way to rebuild all perl ports

2011-01-04 Thread ill...@gmail.com
On 4 January 2011 20:11,  ja...@gnix.co.uk wrote:
 hi everyone

 When i installed FreeBSD 8.1 the other day i was just going to keep it a 
 console-based system with no X just to do a bit of coding and stuff. I then 
 installed perl 5.12.

 A few days later I changed my mind and installed X with a window manager and 
 a few other things. Somehow - not sure when and why - one of the ports 
 installed perl 5.10 as a dependancy setting itself as the default perl 
 installation for the system so i ended with a mix of ports build against 
 different perl versions.

 I've mostly fixed this by doing a:

        `env DISABLE_CONFLICTS=1 portupgrade -o lang/perl5.12 -f perl-5.10.\*`

 followed by:

        `portupgrade -fr perl` (which didn't do anything :-/ )

 or at least i thought i had, but it seems there are a few perl modules that 
 aren't behaving and i think i need to just rebuild all the perl stuff again. 
 I wondered, should i do this and if so if there's a particular 
 ports-management tool that would be best suited to this?


Do you have PERL_VERSION= set correctly in /etc/make.conf?


-- 
--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: best way to rebuild all perl ports

2011-01-04 Thread jamie
 Do you have PERL_VERSION= set correctly in /etc/make.conf?

This was set automatically when i first installed perl5.12. This line was later 
over-written when perl5.10 was installed. Since i used portupgrade to change 
back to perl5.12 this line has been set correctly. Susbsequent ports i've 
installed that require perl have been built against 5.12.

jamie
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org