Re: how do I fix this?

2012-06-06 Thread Roland Smith
On Tue, Jun 05, 2012 at 03:34:27PM -0700, Gary Kline wrote:
 On Tue, Jun 05, 2012 at 08:04:35AM +0200, Roland Smith wrote:
 what I  want to do is get as current as possible and then 
 install 7.5.  and stay there.
  
  7.5 what? Do you mean Xorg? Please try and be specific.
 
   FreeBSD-7.5.  pretty sure I saw something about 7.4 being
   upgraded to 7.5.

It doesn't look like it. From
http://www.nl.freebsd.org/releases/7.4R/announce.html: 
This will be the last release from the 7-STABLE branch.

7.4 is listed as a legacy release of the FreeBSD homepage. The only upcoming
release listed is 9.1 somewhere this year.

  Portmaster will first recurse through the port and all of its dependencies
  (if any) to handle any port OPTIONS via the 'make config' interface,
  before going off on the big build.
 
 
   one thing ive been doing is de-selection most  of the
   options..  the box is my server. we [freebsders] have lost
   the desktop 'market'   

My desktop and laptop beg to differ. :-) 

UNIX is a toolbox, not an appliance. So it was never meant for the desktop
market. But that doesn't mean it cannot be used as such.
 
Roland
-- 
R.F.Smith   http://rsmith.home.xs4all.nl/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpJS1MdnhfDM.pgp
Description: PGP signature


Re: how do I fix this?

2012-06-05 Thread Roland Smith
On Mon, Jun 04, 2012 at 09:53:11PM -0700, Gary Kline wrote:
  Subject: Re: how do I  fix this?
  To: FreeBSD freebsd-questions@freebsd.org
  X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.3)
  
  On Mon, 4 Jun 2012 14:43:08 -0700
  Gary Kline articulated:
  
  from portupgrade, I just learned this:
  
  gmake[1]: Leaving directory
  `/usr/ports/security/gnupg/work/gnupg-2.0.18'
  gmake: *** [all] Error 2
  *** Error code 1
  
  Stop in /usr/ports/security/gnupg.
  *** Error code 1
  
  Stop in /usr/ports/security/gnupg.
  ** Command failed [exit code 1]: /usr/bin/script -qa
  /tmp/portupgrade20120604-59509-nufufc-0 env UPGRADE_TOOL=portupgrade
  UPGRADE_PORT=gnupg-2.0.17_1 UPGRADE_PORT_VER=2.0.17_1 make
  ** Fix the problem and try again.
  ** Listing the failed packages (-:ignored / *:skipped / !:failed)
  ! security/gnupg (gnupg-2.0.17_1)   (linker error)
  ethic# 
  
  
   can anybody onlist figure out WTF is wrong here?
  
  Well, for starters, gnupg is at version 2.0.19 in my ports tree, so I
  am not sure what is wrong with yours. I might suggest the following.
  
  1) Clean out /usr/ports/distfiles
  2) Update your ports tree
  3) Run: make clean in the gnupg port
  4) Attempt to rebuild and install the port.
   
   no joy.  I did another full upgrade.  first time in many
   months.  then spent a couple hours with portmaster (thank
   you, Roland:).  this as a first upgrade.  

Make sure you update portmaster first. The latest versions have significant
improvements. Also there has recently been a upgrade of libPNG, requiring a
rebuild of everything that needs it.

   what I  want to do is get as current as possible and then 
   install 7.5.  and stay there.

7.5 what? Do you mean Xorg? Please try and be specific.

  another question involves 
   accepting the 3-D windows with whatever options they might
   present. 

You mean the options dialogs as run by 'make config'? Portmaster will first
recurse through the port and all of its dependencies (if any) to handle any
port OPTIONS via the 'make config' interface, before going off on the big
build. 

 is there any upgrade utility or flag that will
 accept and upgrade things without me having to be here?

Yes and no. With the latest portmaster you can use the -y flag to
automatically answer yes to all questions. But some ports are marked as
interactive, in the sense that they need you to give some input. Or they are
marked as restricted in that you might have to go and download the tarball
yourself somewhere. These are properties of the ports system and the
individual ports. No port build tool can override that.

BTW, use the -R flag with portmaster. If a long build fails, it skips already
updated stuff on the second try.

Roland
-- 
R.F.Smith   http://rsmith.home.xs4all.nl/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpXRqwUNEHvg.pgp
Description: PGP signature


Re: how do I fix this?

2012-06-05 Thread Gary Kline
On Tue, Jun 05, 2012 at 08:04:35AM +0200, Roland Smith wrote:
 Date: Tue, 5 Jun 2012 08:04:35 +0200
 From: Roland Smith rsm...@xs4all.nl
 Subject: Re: how do I  fix this?
 To: Gary Kline kl...@thought.org
 Cc: FreeBSD freebsd-questions@freebsd.org
 
 On Mon, Jun 04, 2012 at 09:53:11PM -0700, Gary Kline wrote:
  no joy.  I did another full upgrade.  first time in many
  months.  then spent a couple hours with portmaster (thank
  you, Roland:).  this as a first upgrade.  
 
 Make sure you update portmaster first. The latest versions have significant
 improvements. Also there has recently been a upgrade of libPNG, requiring a
 rebuild of everything that needs it.

pretty sure that I did exactly that.

 
  what I  want to do is get as current as possible and then 
  install 7.5.  and stay there.
 
 7.5 what? Do you mean Xorg? Please try and be specific.

FreeBSD-7.5.  pretty sure I saw something about 7.4 being
upgraded to 7.5.  I've been at FBSD-7.3 for a long ti me.  I
dont remember how many times I have upgraded this release,
but it has been solid.  
 
   another question involves 
  accepting the 3-D windows with whatever options they might
  present. 
 
 You mean the options dialogs as run by 'make config'? 

exactly.  


 Portmaster will first
 recurse through the port and all of its dependencies (if any) to handle any
 port OPTIONS via the 'make config' interface, before going off on the big
 build. 


one thing ive been doing is de-selection most  of the
options..  the box is my server. we [freebsders] have lost
the desktop 'market'   
 
  is there any upgrade utility or flag that will
  accept and upgrade things without me having to be here?
 
 Yes and no. With the latest portmaster you can use the -y flag to
 automatically answer yes to all questions. But some ports are marked as
 interactive, in the sense that they need you to give some input. Or they are
 marked as restricted in that you might have to go and download the tarball
 yourself somewhere. These are properties of the ports system and the
 individual ports. No port build tool can override that.
 
 BTW, use the -R flag with portmaster. If a long build fails, it skips already
 updated stuff on the second try.


super; I'll add -yR to the argv list. tx again,

gary

 
 Roland
 -- 
 R.F.Smith   http://rsmith.home.xs4all.nl/
 [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
 pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)



-- 
 Gary Kline  kl...@thought.org  http://www.thought.org  Public Service Unix
 Voice By Computer (for Universal Access): http:/www.thought.org/vbc
  The 8.57a release of Jottings: http://jottings.thought.org
 Twenty-five years of service to the Unix community.

___
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: how do I fix this?

2012-06-04 Thread Jerry
On Mon, 4 Jun 2012 14:43:08 -0700
Gary Kline articulated:

from portupgrade, I just learned this:

gmake[1]: Leaving directory
`/usr/ports/security/gnupg/work/gnupg-2.0.18'
gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/ports/security/gnupg.
*** Error code 1

Stop in /usr/ports/security/gnupg.
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portupgrade20120604-59509-nufufc-0 env UPGRADE_TOOL=portupgrade
UPGRADE_PORT=gnupg-2.0.17_1 UPGRADE_PORT_VER=2.0.17_1 make
** Fix the problem and try again.
** Listing the failed packages (-:ignored / *:skipped / !:failed)
! security/gnupg (gnupg-2.0.17_1)   (linker error)
ethic# 


 can anybody onlist figure out WTF is wrong here?

Well, for starters, gnupg is at version 2.0.19 in my ports tree, so I
am not sure what is wrong with yours. I might suggest the following.

1) Clean out /usr/ports/distfiles
2) Update your ports tree
3) Run: make clean in the gnupg port
4) Attempt to rebuild and install the port.


-- 
Jerry ♔

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

___
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: how do I fix this?

2012-06-04 Thread Gary Kline
On Mon, Jun 04, 2012 at 06:24:57PM -0400, Jerry wrote:
 Date: Mon, 4 Jun 2012 18:24:57 -0400
 From: Jerry je...@seibercom.net
 Subject: Re: how do I  fix this?
 To: FreeBSD freebsd-questions@freebsd.org
 X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.3)
 
 On Mon, 4 Jun 2012 14:43:08 -0700
 Gary Kline articulated:
 
 from portupgrade, I just learned this:
 
 gmake[1]: Leaving directory
 `/usr/ports/security/gnupg/work/gnupg-2.0.18'
 gmake: *** [all] Error 2
 *** Error code 1
 
 Stop in /usr/ports/security/gnupg.
 *** Error code 1
 
 Stop in /usr/ports/security/gnupg.
 ** Command failed [exit code 1]: /usr/bin/script -qa
 /tmp/portupgrade20120604-59509-nufufc-0 env UPGRADE_TOOL=portupgrade
 UPGRADE_PORT=gnupg-2.0.17_1 UPGRADE_PORT_VER=2.0.17_1 make
 ** Fix the problem and try again.
 ** Listing the failed packages (-:ignored / *:skipped / !:failed)
 ! security/gnupg (gnupg-2.0.17_1)   (linker error)
 ethic# 
 
 
  can anybody onlist figure out WTF is wrong here?
 
 Well, for starters, gnupg is at version 2.0.19 in my ports tree, so I
 am not sure what is wrong with yours. I might suggest the following.
 
 1) Clean out /usr/ports/distfiles
 2) Update your ports tree
 3) Run: make clean in the gnupg port
 4) Attempt to rebuild and install the port.
 
 
 -- 
 Jerry ???
 

no joy.  I did another full upgrade.  first time in many
months.  then spent a couple hours with portmaster (thank
you, Roland:).  this as a first upgrade.  

what I  want to do is get as current as possible and then 
install 7.5.  and stay there.  another question involves 
accepting the 3-D windows with whatever options they might
present.  is there any upgrade utility or flag that will
accept and upgrade things without me having to be here?

-- 
 Gary Kline  kl...@thought.org  http://www.thought.org  Public Service Unix
 Voice By Computer (for Universal Access): http:/www.thought.org/vbc
  The 8.57a release of Jottings: http://jottings.thought.org
 Twenty-five years of service to the Unix community.

___
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: How do I fix the broken python26 port in 7.2-RELEASE ?

2010-03-20 Thread George Sanders


 Virgin 7.2-RELEASE install.

 I run:

 csup -h cvsup4.freebsd.org -i ports/lang/python26 -g -L 2
 /usr/share/examples/cvsup/ports-supfile


 and now I have a /usr/ports/lang/python26/distinfo that looks like:

 MD5 (python/Python-2.6.4.tgz) = 17dcac33e4f3adb69a57c2607b6de246
 SHA256 (python/Python-2.6.4.tgz) =
 1a25a47506e4165704cfe2b07c0a064b0b5762a2d18b8fbdad5af688aeacd252 SIZE
 (python/Python-2.6.4.tgz) = 13322131

 This looks like mine.

 Perfect. I'll just do a 'make install' and ...

 # make install
 === Vulnerability check disabled, database not found
 === Found saved configuration for python26-2.6.4
 = Python-2.6.1.tgz is not in /usr/ports/lang/python26/distinfo.
 = Either /usr/ports/lang/python26/distinfo is out of date, or
 = Python-2.6.1.tgz is spelled incorrectly.
 *** Error code 1

 This is the wrong distfile.


Ok, but as you can see from the paste above, I _do_ have the right distfile in 
my /ports/lang/python26 directory.

So where is it getting this wrong distfile from, and why is it using it ?

I am NOT csup'ing and installing the port all in one operation - I am doing two 
distinct things:

1. csup ONLY the python26 port
2. make install the python26 port

Why is this rocket science ?


  

___
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: How do I fix the broken python26 port in 7.2-RELEASE ?

2010-03-20 Thread Michael Powell
George Sanders wrote:

 
 
 Virgin 7.2-RELEASE install.

 I run:

 csup -h cvsup4.freebsd.org -i ports/lang/python26 -g -L 2
 /usr/share/examples/cvsup/ports-supfile
 

 and now I have a /usr/ports/lang/python26/distinfo that looks like:

 MD5 (python/Python-2.6.4.tgz) = 17dcac33e4f3adb69a57c2607b6de246
 SHA256 (python/Python-2.6.4.tgz) =
 1a25a47506e4165704cfe2b07c0a064b0b5762a2d18b8fbdad5af688aeacd252 SIZE
 (python/Python-2.6.4.tgz) = 13322131

 This looks like mine.

 Perfect. I'll just do a 'make install' and ...

 # make install
 === Vulnerability check disabled, database not found
 === Found saved configuration for python26-2.6.4
 = Python-2.6.1.tgz is not in /usr/ports/lang/python26/distinfo.
 = Either /usr/ports/lang/python26/distinfo is out of date, or
 = Python-2.6.1.tgz is spelled incorrectly.
 *** Error code 1

 This is the wrong distfile.
 
 
 Ok, but as you can see from the paste above, I _do_ have the right
 distfile in my /ports/lang/python26 directory.
 
 So where is it getting this wrong distfile from, and why is it using it ?
 
 I am NOT csup'ing and installing the port all in one operation - I am
 doing two distinct things:
 
 1. csup ONLY the python26 port

And by doing this and not refreshing the entire ports tree you are trying to 
build with an out of date /usr/ports/Mk. With other ports which have 
dependencies this would become apparent much quicker. Since python26 does 
not, it would seem the bsd.python.mk thinks you should be trying to build 
python 2.6.1.

 2. make install the python26 port
 
 Why is this rocket science ?
 

Dunno - works for me.

-Mike



___
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: How do I fix the broken python26 port in 7.2-RELEASE ?

2010-03-17 Thread Michael Powell
George Sanders wrote:

 Virgin 7.2-RELEASE install.
 
 I run:
 
 csup -h cvsup4.freebsd.org -i ports/lang/python26 -g -L 2
 /usr/share/examples/cvsup/ports-supfile


 and now I have a /usr/ports/lang/python26/distinfo that looks like:
 
 MD5 (python/Python-2.6.4.tgz) = 17dcac33e4f3adb69a57c2607b6de246
 SHA256 (python/Python-2.6.4.tgz) =
 1a25a47506e4165704cfe2b07c0a064b0b5762a2d18b8fbdad5af688aeacd252 SIZE
 (python/Python-2.6.4.tgz) = 13322131

This looks like mine.
 
 Perfect.  I'll just do a 'make install' and ...
 
 # make install
 ===  Vulnerability check disabled, database not found
 ===  Found saved configuration for python26-2.6.4
 = Python-2.6.1.tgz is not in /usr/ports/lang/python26/distinfo.

This is the wrong distfile.

 = Either /usr/ports/lang/python26/distinfo is out of date, or
 = Python-2.6.1.tgz is spelled incorrectly.
 *** Error code 1
 
 Stop in /usr/ports/lang/python26.
 *** Error code 1
 
 Stop in /usr/ports/lang/python26.
 
 
 I have no idea how to make this work.  I grepped everywhere for both
 Python-2.6.1.tgz and python26-2.6.4 in an attempt to change them by
 hand, but I cannot find a single file in my filesystem that contains those
 strings, so I have no idea where the ports tree is getting this
 information.
 
 This was not an odd or non-standard operation - what am I doing wrong ?
 

I believe something in your juxtaposition of commands in your command line 
above [near beginning of post] has produced an out of order and munged path. 
I haven't built the python26 port anytime recently, but have several django 
related things running fine under it.

What I do is csup the ports tree by itself (not trying to do it at the same 
time on the same command line as the build). I keep my csup housekeeping and 
supfiles in /usr/sup so I just cd /usr/sup and csup -L 2 ports where my 
'ports' file simply contains:

*default host=cvsup.nl.freebsd.org
*default base=/usr
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix compress
ports-all

After the ports tree refresh is finished then I install software by changing 
to the appropriate port directory and do the usual make  make install  
make clean dance. I also use portupgrade so there are additional 
embellishments for use in an update/upgrade scenario.

Try separating the steps, ala do the ports tree refresh to completion first, 
then attempt to install the port.

-Mike




___
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