Re: problems with lang/gcc43

2009-04-10 Thread Oliver Lehmann
Philipp Ost wrote:

 I can't confirm this here. I just build lang/gcc43 on my dual Athlon MP 
 system running a recent CURRENT. There were no such error as in your 
 case; both CPUs were used just fine.

Yeah maybe your system is just fast enough to keep up?

-- 
 Oliver Lehmann
  http://www.pofo.de/
  http://wishlist.ans-netz.de/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


HEADS UP: GNOME 2.26 available for FreeBSD

2009-04-10 Thread Joe Marcus Clarke
GNOME 2.26 has been merged into the ports tree.  See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's
new.  On the FreeBSD front, we introduced a port of libxul 1.9 as an
alternative for Firefox 2.0 as a Gecko provider.  Almost all of the
Gecko consumers can make use of this provider by setting:
  
WITH_GECKO=libxul
  
The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach.  Additionally, I'd like
to thank pav for the pointyhat run.

As for upgrades, we didn't see too many issues in testing.  Of course,
I'm not sure how many testers we had this go around.  The number seems
to get smaller each release.  Stay tuned to UPDATING in case issues do
arise.

For porters, the includes system was consolidated in GNOME 2.26.  You
may see build failures saying that gnome.h cannot be found, or missing
libgnomeui symbols.  These can typically be fixed by adding the
following to the port's Makefile:

CONFIGURE_ENV=  CPPFLAGs=`pkg-config --cflags libgnomeui-2.0` \
LIBS=`pkg-config --libs libgnomeui-2.0`

Joe

-- 
Joe Marcus Clarke
FreeBSD GNOME Team  ::  gn...@freebsd.org
FreeNode / #freebsd-gnome
http://www.FreeBSD.org/gnome


signature.asc
Description: This is a digitally signed message part


[CFT] Firefox-3.1-Beta3

2009-04-10 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Howdy,

If someone want to play with firefox 3.1 beta3 here, is a patch for marcuscom 
portstree:

http://miwi.homeunix.com/patches/firefox31_b3.diff

and here a tarball :)

http://miwi.homeunix.com/firefox3-devel.tgz


Happy Testing.

- - Martin

- -- 

+---+---+
|  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
|  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (FreeBSD)

iEYEARECAAYFAknfMT4ACgkQdLJIhLHm/On6qgCfS2l55YNYA894FTvv2kK2IjK2
scsAmwc+yr0AaxTnyA3EMDTGsHssL8M9
=8T5j
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Portupgrade still broken?

2009-04-10 Thread Torfinn Ingolfsen
Hello,

On Thu, Apr 9, 2009 at 6:37 PM, Parv p...@pair.com wrote:
 Does this Perl (5.8  onwards) program ...

  http://www103.pair.com/parv/comp/src/perl/check-portupgrade-00


 ... produces anything when run *without any arguments*?

FWIW, I tried it on two machines, no it does not produce any output.

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


Re: Portupgrade still broken?

2009-04-10 Thread parv
in message b79ecaef0904091219t4f20f65br36f6e2405ff60...@mail.gmail.com,
wrote Chris Rees thusly...

 2009/4/9 Parv p...@pair.com:
  in message b79ecaef0904080551x74c80227h1a4ba5d2adcca...@mail.gmail.com,
  wrote Chris Rees thusly...
 
  I recall from 
  http://lists.freebsd.org/pipermail/freebsd-ports/2008-March/047319.html
  that there was a bug in portupgrade last year, causing it to break
  when a port is recursively (-R) upgraded; it's surfacing for me
  too :(
...
  [ch...@amnesiac]/usr/ports/ports-mgmt/portupgrade% sudo portupgrade
  -rR emacs xterm curl php5-mbstring
  otp-md5 488 am9338 ext
...
  /usr/local/lib/ruby/site_ruby/1.8/pkginfo.rb:74:in `initialize': : Not
  in due form: name-version (ArgumentError)
   from /usr/local/sbin/portupgrade:614:in `new'
  from /usr/local/sbin/portupgrade:614:in `main'
...
  Does this Perl (5.8  onwards) program ...
 
http://www103.pair.com/parv/comp/src/perl/check-portupgrade-00
 
 
  ... produces anything when run *without any arguments*?
 
  Purpose of the program is to find a port name (based on directory
  name in /var/db/pkg) which fails to match the regular expression
  /^(.+)-([^-]+)$/ used in pkginfo.rb, among other files of
  portupgrade.
...
 No, sorry, no messages :(

Thank you Chris  Kent.  No output means that all the port names
(based on directory names) match the expected format in pkginfo.rb
which tries to parse the names.

So that implies that whatever name is being sent to pkginfo.rb is
not really a port name per expectation.  Internal API seemed to have
changed (since whenever), but somebody failed to update the name
parsing code, and/or to generate the complete name from partial name
before passing it to port name-version parsing code.

What was the last working version?  It would be simpler for this
Ruby simpleton to generate a patch than to debug through the
stack trace.


  - Parv

-- 

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


Re: Portupgrade still broken?

2009-04-10 Thread Torfinn Ingolfsen
Hi,

On Fri, Apr 10, 2009 at 2:57 PM,  p...@pair.com wrote:
 What was the last working version?  It would be simpler for this
 Ruby simpleton to generate a patch than to debug through the
 stack trace.

FWIW, my current workaround for thi problem is to portdowngrade to the
latest portupgrade 2.4.3
portupgrade-2.4.3_2,2 is working.

HTH
-- 
Regards,
Torfinn Ingolfsen
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: mythtv 0.21 - trouble compiling the port

2009-04-10 Thread Torfinn Ingolfsen
Hello,

2009/3/30 Bernhard Fröhlich de...@bluelife.at:
 Yeah i can reproduce that too. It's because it takes libavcodec from the
 system path which is wrong. Attached patch fixes that problem but then I
 get another compile error with Intel XvMC in mythtranscode. That one
 probably needs further investigation but it might not bite you if you
 don't have intel onboard graphics.

 This patch should fix the above problem: (as usual throw it in mythtv/files)

 http://home.bluelife.at/ports/mythtv/patch-libs-libmyth-libmyth.pro

Today I had some time, so I tried compiling mythtv with your patch.
It got a bit further, but then failed on this:

g++ -c -pipe -march=k8 -fomit-frame-pointer -O3 -g -Wall -Wno-switch
-Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor
-D__STDC_CONSTANT_MACROS -I/usr/local/include/artsc -D_REENTRANT
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/local/include/freetype2 -I/usr/local/include -DPIC -fPIC  -DMMX
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\/usr/local\
-DLIBDIR=\/usr/local/lib\ -D_LARGEFILE_SOURCE -DUSING_OSS
-DUSING_H264TOOLS -DUSING_X11 -DUSING_XV -DUSING_FRONTEND
-DUSING_FFMPEG_THREADS -DUSING_V4L -DUSING_DBOX2 -DUSING_IPTV
-DUSING_HDHOMERUN -DUSING_BACKEND -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
-DQT_SHARED -DQT_TABLET_SUPPORT
-I/usr/local/share/qt/mkspecs/freebsd-g++ -I.
-I../../../../../../../local/include
-I../../../../../../../local/include -I../.. -I.. -I. -I../libmyth
-I../libavcodec -I../libavutil -I../libmythmpeg2 -Idvbdev -Impeg
-Iiptv -I../libmythlivemedia/BasicUsageEnvironment/include
-I../libmythlivemedia/groupsock/include
-I../libmythlivemedia/liveMedia/include
-I../libmythlivemedia/UsageEnvironment/include
-I../../../../../../../local/include -I/usr/local/include -o
pespacket.o mpeg/pespacket.cpp
In file included from mpeg/pespacket.cpp:9:
/usr/local/include/artsc/../libavcodec/avcodec.h:2353: warning:
'ImgReSampleContext' is deprecated (declared at
/usr/local/include/artsc/../libavcodec/avcodec.h:2347)
/usr/local/include/artsc/../libavcodec/avcodec.h:2363: warning:
'ImgReSampleContext' is deprecated (declared at
/usr/local/include/artsc/../libavcodec/avcodec.h:2347)
mpeg/pespacket.cpp: In member function 'uint PESPacket::CalcCRC() const':
mpeg/pespacket.cpp:160: error: 'av_crc04C11DB7' was not declared in this scope
gmake[2]: *** [pespacket.o] Error 1
gmake[2]: Leaving directory
`/usr/ports/multimedia/mythtv/work/mythtv-0.21/libs/libmythtv'
gmake[1]: *** [sub-libmythtv] Error 2
gmake[1]: Leaving directory `/usr/ports/multimedia/mythtv/work/mythtv-0.21/libs'
gmake: *** [sub-libs] Error 2
*** Error code 1

Stop in /usr/ports/multimedia/mythtv.
*** Error code 1

Stop in /usr/ports/multimedia/mythtv.


Sigh... it really shouldnt be this hard.
-- 
Regards,
Torfinn Ingolfsen
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Portupgrade still broken?

2009-04-10 Thread Robert Huff

Torfinn Ingolfsen writes:
   What was the last working version?  It would be simpler for this
   Ruby simpleton to generate a patch than to debug through the
   stack trace.
  
  FWIW, my current workaround for thi problem is to portdowngrade to the
  latest portupgrade 2.4.3
  portupgrade-2.4.3_2,2 is working.

However, portupgrade-devel (2.4.6) is not.


Robert Huff

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


Can I resume the perl upgrade?

2009-04-10 Thread Paul Schmehl
According to /usr/ports/UPDATING, if you want to upgrade to perl5.10, you do 
the following:


Portupgrade users:
   0) Fix pkgdb.db (for safety):
   pkgdb -Ff

   1) Reinstall perl with new 5.10:
   portupgrade -o lang/perl5.10 -f perl-5.8.\*

   2) Reinstall everything that depends on Perl:
   portupgrade -fr perl

My machine got rebooted right in the middle of step 3.  Is there a way to 
resume where I left off?  Or do I just start over?


--
Paul Schmehl, Senior Infosec Analyst
As if it wasn't already obvious, my opinions
are my own and not those of my employer.
***
Check the headers before clicking on Reply.

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


Re: Can I resume the perl upgrade?

2009-04-10 Thread Jerry
On Fri, 10 Apr 2009 09:55:30 -0700
Brian Whalen br...@brianwhalen.net wrote:

Paul Schmehl wrote:
 According to /usr/ports/UPDATING, if you want to upgrade to
 perl5.10, you do the following:

 Portupgrade users:
0) Fix pkgdb.db (for safety):
pkgdb -Ff

1) Reinstall perl with new 5.10:
portupgrade -o lang/perl5.10 -f perl-5.8.\*

2) Reinstall everything that depends on Perl:
portupgrade -fr perl

 My machine got rebooted right in the middle of step 3.  Is there a
 way to resume where I left off?  Or do I just start over?

What about perl-after-upgrade instead of step 3?  I havent done this 
perl upgrade yet, but normally this is enough.

There was a posting about that. Apparently, the update to Perl5.10
requires a rebuild of all ports that depend on it. The
perl-after-upgrade script is not sufficient.
-- 
Jerry
ges...@yahoo.com

Fanaticism consists of redoubling your effort when you have
forgotten your aim.

George Santayana


signature.asc
Description: PGP signature


Re: Can I resume the perl upgrade?

2009-04-10 Thread RW
On Fri, 10 Apr 2009 16:17:00 +
Paul Schmehl pschmehl_li...@tx.rr.com wrote:

 According to /usr/ports/UPDATING, if you want to upgrade to perl5.10,
 you do the following:
 
 Portupgrade users:
 0) Fix pkgdb.db (for safety):
 pkgdb -Ff
 
 1) Reinstall perl with new 5.10:
 portupgrade -o lang/perl5.10 -f perl-5.8.\*
 
 2) Reinstall everything that depends on Perl:
 portupgrade -fr perl
 
 My machine got rebooted right in the middle of step 3.  Is there a
 way to resume where I left off?  Or do I just start over?
 

Have portupgrade exclude the ports built after perl.

portupgrade -fr perl -x '=perl'
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Can I resume the perl upgrade?

2009-04-10 Thread Brian Whalen

RW wrote:

On Fri, 10 Apr 2009 16:17:00 +
Paul Schmehl pschmehl_li...@tx.rr.com wrote:

  

According to /usr/ports/UPDATING, if you want to upgrade to perl5.10,
you do the following:

Portupgrade users:
0) Fix pkgdb.db (for safety):
pkgdb -Ff

1) Reinstall perl with new 5.10:
portupgrade -o lang/perl5.10 -f perl-5.8.\*

2) Reinstall everything that depends on Perl:
portupgrade -fr perl

My machine got rebooted right in the middle of step 3.  Is there a
way to resume where I left off?  Or do I just start over?




Have portupgrade exclude the ports built after perl.

portupgrade -fr perl -x '=perl'
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org
  

I was just noticing that, step 3 reinstalls perl 5.10 again.

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


Re: Can I resume the perl upgrade?

2009-04-10 Thread Dmitry Marakasov
* Brian Whalen (br...@brianwhalen.net) wrote:

  According to /usr/ports/UPDATING, if you want to upgrade to perl5.10, 
  you do the following:
 
  Portupgrade users:
 0) Fix pkgdb.db (for safety):
 pkgdb -Ff
 
 1) Reinstall perl with new 5.10:
 portupgrade -o lang/perl5.10 -f perl-5.8.\*
 
 2) Reinstall everything that depends on Perl:
 portupgrade -fr perl
 
  My machine got rebooted right in the middle of step 3.  Is there a way 
  to resume where I left off?  Or do I just start over?
 
 What about perl-after-upgrade instead of step 3?  I havent done this 
 perl upgrade yet, but normally this is enough.

I did this:

find /var/db/pkg -name +CONTENTS | xargs grep --files-with-match 
lib/perl5.*5.8.9 | awk -F/ '{print $5}'

then this:

for f in `find /usr/local/bin /usr/local/lib /usr/local/libexec /usr/local/sbin 
-type f`; do ldd $f 2/dev/null | grep -q libperl  pkg_which $f; done

and portupgraded only named ports. No problems so far.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ruhttp://www.amdmi3.ru
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Can I resume the perl upgrade?

2009-04-10 Thread Paul Schmehl
--On Friday, April 10, 2009 11:17:00 -0500 Paul Schmehl 
pschmehl_li...@tx.rr.com wrote:




According to /usr/ports/UPDATING, if you want to upgrade to perl5.10, you do
the following:

Portupgrade users:
0) Fix pkgdb.db (for safety):
pkgdb -Ff

1) Reinstall perl with new 5.10:
portupgrade -o lang/perl5.10 -f perl-5.8.\*

2) Reinstall everything that depends on Perl:
portupgrade -fr perl

My machine got rebooted right in the middle of step 3.  Is there a way to
resume where I left off?  Or do I just start over?


Let me rephrase.  I don't see a way in portupgrade to start over where I left 
off.  However, pkg_info -R lang/perl* shows that all my ports depend on 5.10 
and no ports are still depending upon 5.8.  Is it safe to assume that the 
reboot happened after portupgrade had finished?


--
Paul Schmehl, Senior Infosec Analyst
As if it wasn't already obvious, my opinions
are my own and not those of my employer.
***
Check the headers before clicking on Reply.

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


Re: Can I resume the perl upgrade?

2009-04-10 Thread Paul Schmehl
--On Friday, April 10, 2009 13:05:04 -0500 Dmitry Marakasov amd...@amdmi3.ru 
wrote:




* Brian Whalen (br...@brianwhalen.net) wrote:


 According to /usr/ports/UPDATING, if you want to upgrade to perl5.10,
 you do the following:

 Portupgrade users:
0) Fix pkgdb.db (for safety):
pkgdb -Ff

1) Reinstall perl with new 5.10:
portupgrade -o lang/perl5.10 -f perl-5.8.\*

2) Reinstall everything that depends on Perl:
portupgrade -fr perl

 My machine got rebooted right in the middle of step 3.  Is there a way
 to resume where I left off?  Or do I just start over?

What about perl-after-upgrade instead of step 3?  I havent done this
perl upgrade yet, but normally this is enough.


I did this:

find /var/db/pkg -name +CONTENTS | xargs grep --files-with-match
lib/perl5.*5.8.9 | awk -F/ '{print $5}'

then this:

for f in `find /usr/local/bin /usr/local/lib /usr/local/libexec
/usr/local/sbin -type f`; do ldd $f 2/dev/null | grep -q libperl 
pkg_which $f; done

and portupgraded only named ports. No problems so far.



This worked great for me.  Thanks for the tip.

--
Paul Schmehl, Senior Infosec Analyst
As if it wasn't already obvious, my opinions
are my own and not those of my employer.
***
Check the headers before clicking on Reply.

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


Re: problems with lang/gcc43

2009-04-10 Thread Philipp Ost

Oliver Lehmann wrote:

Philipp Ost wrote:


I can't confirm this here. I just build lang/gcc43 on my dual Athlon MP 
system running a recent CURRENT. There were no such error as in your 
case; both CPUs were used just fine.



Yeah maybe your system is just fast enough to keep up?



That may well be the case -- the CPUs are clocked at 1.5 GHz.


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


Re: Can I resume the perl upgrade?

2009-04-10 Thread Paul Schmehl
--On Friday, April 10, 2009 12:55:53 -0500 RW rwmailli...@googlemail.com 
wrote:




On Fri, 10 Apr 2009 16:17:00 +
Paul Schmehl pschmehl_li...@tx.rr.com wrote:


According to /usr/ports/UPDATING, if you want to upgrade to perl5.10,
you do the following:

Portupgrade users:
0) Fix pkgdb.db (for safety):
pkgdb -Ff

1) Reinstall perl with new 5.10:
portupgrade -o lang/perl5.10 -f perl-5.8.\*

2) Reinstall everything that depends on Perl:
portupgrade -fr perl

My machine got rebooted right in the middle of step 3.  Is there a
way to resume where I left off?  Or do I just start over?



Have portupgrade exclude the ports built after perl.

portupgrade -fr perl -x '=perl'


This immediately started upgrade perl again, so I halted it.

--
Paul Schmehl, Senior Infosec Analyst
As if it wasn't already obvious, my opinions
are my own and not those of my employer.
***
Check the headers before clicking on Reply.

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


Re: Can I resume the perl upgrade?

2009-04-10 Thread kime...@gmail.com

Paul Schmehl wrote:
--On Friday, April 10, 2009 11:17:00 -0500 Paul Schmehl 
pschmehl_li...@tx.rr.com wrote:




According to /usr/ports/UPDATING, if you want to upgrade to perl5.10, 
you do

the following:

Portupgrade users:
0) Fix pkgdb.db (for safety):
pkgdb -Ff

1) Reinstall perl with new 5.10:
portupgrade -o lang/perl5.10 -f perl-5.8.\*

2) Reinstall everything that depends on Perl:
portupgrade -fr perl

My machine got rebooted right in the middle of step 3.  Is there a 
way to

resume where I left off?  Or do I just start over?


Let me rephrase.  I don't see a way in portupgrade to start over where 
I left off.  However, pkg_info -R lang/perl* shows that all my ports 
depend on 5.10 and no ports are still depending upon 5.8.  Is it safe 
to assume that the reboot happened after portupgrade had finished?



Nope. With this info you can assume that step 2/3 worked. Not the step 3/3.
I dont know how to restart at the stage it was before reboot as I dont 
use portupgrade.
Personnaly, as portmaster failed with some ports and abort the whole 
update process, I wrote a simple sh script which loop over the packages 
which need perl (got via the via pkg_info -R, need reordering 
thought...), exec portmaster ${PKG}, and keep a list of which reinstall 
succeed and which failed.


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


Re: Can I resume the perl upgrade?

2009-04-10 Thread RW
On Fri, 10 Apr 2009 18:45:22 +
Paul Schmehl pschmehl_li...@tx.rr.com wrote:

  Have portupgrade exclude the ports built after perl.
 
  portupgrade -fr perl -x '=perl'
 
 This immediately started upgrade perl again, so I halted it.

Then either you've found a portupgrade bug, or the original build
failed before the first port (perl) could be installed.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Can I resume the perl upgrade?

2009-04-10 Thread Paul Schmehl
--On Friday, April 10, 2009 15:47:16 -0500 RW rwmailli...@googlemail.com 
wrote:




On Fri, 10 Apr 2009 18:45:22 +
Paul Schmehl pschmehl_li...@tx.rr.com wrote:


 Have portupgrade exclude the ports built after perl.

 portupgrade -fr perl -x '=perl'

This immediately started upgrade perl again, so I halted it.


Then either you've found a portupgrade bug, or the original build
failed before the first port (perl) could be installed.


Well, I'll let someone more knowledgeable than I make that determination.

# perl -V
Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
 Platform:
   osname=freebsd, osvers=7.1-stable, archname=i386-freebsd-64int
   uname='freebsd utd65257.utdallas.edu 7.1-stable freebsd 7.1-stable #11: wed 
feb 25 17:33:14 cst 2009 r...@utd65257.utdallas.edu:usrobjusrsrcsysgeneric i386 
'
   config_args='-sde -Dprefix=/usr/local 
-Darchlib=/usr/local/lib/perl5/5.10.0/mach 
-Dprivlib=/usr/local/lib/perl5/5.10.0 
-Dman3dir=/usr/local/lib/perl5/5.10.0/perl/man/man3 
-Dman1dir=/usr/local/man/man1 
-Dsitearch=/usr/local/lib/perl5/site_perl/5.10.0/mach 
-Dsitelib=/usr/local/lib/perl5/site_perl/5.10.0 -Dscriptdir=/usr/local/bin 
-Dsiteman3dir=/usr/local/lib/perl5/5.10.0/man/man3 
-Dsiteman1dir=/usr/local/man/man1 -Ui_malloc -Ui_iconv -Uinstallusrbinperl 
-Dcc=cc -Duseshrplib -Dinc_version_list=none 
-Dccflags=-DAPPLLIB_EXP=/usr/local/lib/perl5/5.10.0/BSDPAN -Doptimize=-O2 
-fno-strict-aliasing -pipe -Ud_dosuid -Ui_gdbm -Dusethreads=n -Dusemymalloc=y 
-Duse64bitint'

   hint=recommended, useposix=true, d_sigaction=define
   useithreads=undef, usemultiplicity=undef
   useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
   use64bitint=define, use64bitall=undef, uselongdouble=undef
   usemymalloc=y, bincompat5005=undef
 Compiler:
   cc='cc', ccflags ='-DAPPLLIB_EXP=/usr/local/lib/perl5/5.10.0/BSDPAN 
-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe 
-I/usr/local/include',

   optimize='-O2 -fno-strict-aliasing -pipe',
   cppflags='-DAPPLLIB_EXP=/usr/local/lib/perl5/5.10.0/BSDPAN 
-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe 
-I/usr/local/include'

   ccversion='', gccversion='4.2.1 20070719  [FreeBSD]', gccosandvers=''
   intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
   d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
   ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8

   alignbytes=4, prototype=define
 Linker and Libraries:
   ld='cc', ldflags =' -Wl,-E  -L/usr/local/lib'
   libpth=/usr/lib /usr/local/lib
   libs=-lgdbm -lm -lcrypt -lutil
   perllibs=-lm -lcrypt -lutil
   libc=, so=so, useshrplib=true, libperl=libperl.so
   gnulibc_version=''
 Dynamic Linking:
   dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' 
-Wl,-R/usr/local/lib/perl5/5.10.0/mach/CORE'

   cccdlflags='-DPIC -fPIC', lddlflags='-shared  -L/usr/local/lib'


Characteristics of this binary (from libperl):
 Compile-time options: MYMALLOC PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP
   USE_64_BIT_INT USE_LARGE_FILES USE_PERLIO
 Built under freebsd
 Compiled at Apr  9 2009 11:22:22
 @INC:
   /usr/local/lib/perl5/5.10.0/BSDPAN
   /usr/local/lib/perl5/site_perl/5.10.0/mach
   /usr/local/lib/perl5/site_perl/5.10.0
   /usr/local/lib/perl5/5.10.0/mach
   /usr/local/lib/perl5/5.10.0


# portupgrade -fr perl -x '=perl'
** Port marked as IGNORE: x11-drivers/xf86-video-vga:
   is marked as broken: Needs to be removed
** Port marked as IGNORE: x11-drivers/xf86-video-via:
   requires pciVideoPtr typedef
---  Reinstalling 'perl-5.10.0_1' (lang/perl5.10)
---  Building '/usr/ports/lang/perl5.10'
===  Cleaning for perl-5.10.0_1
===  Found saved configuration for perl-5.8.9
===  Extracting for perl-5.10.0_1
= MD5 Checksum OK for perl/perl-5.10.0.tar.gz.
= SHA256 Checksum OK for perl/perl-5.10.0.tar.gz.
= MD5 Checksum OK for perl/BSDPAN-5.10.0_20090303.tar.gz.
= SHA256 Checksum OK for perl/BSDPAN-5.10.0_20090303.tar.gz.
^C---  Backing up the old version

--
Paul Schmehl, Senior Infosec Analyst
As if it wasn't already obvious, my opinions
are my own and not those of my employer.
***
Check the headers before clicking on Reply.

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


Re: ports/133558: port foo2zjs broken

2009-04-10 Thread Mark Linimon
On Fri, Apr 10, 2009 at 03:22:31PM +1000, Tom Mende wrote:
 sorry  http://www.freebsd.org/cgi/query-pr.cgi?pr=133558

yes, that's the PR number, but what port supplies foo2zjs?

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


Re: Can I resume the perl upgrade?

2009-04-10 Thread Paul Schmehl
--On Friday, April 10, 2009 15:47:16 -0500 RW rwmailli...@googlemail.com 
wrote:




On Fri, 10 Apr 2009 18:45:22 +
Paul Schmehl pschmehl_li...@tx.rr.com wrote:


 Have portupgrade exclude the ports built after perl.

 portupgrade -fr perl -x '=perl'

This immediately started upgrade perl again, so I halted it.


Then either you've found a portupgrade bug, or the original build
failed before the first port (perl) could be installed.



Perhaps I have found a bug.  Each time I run this it reinstalls perl5.10 again 
- successfully (supposedly).


--
Paul Schmehl (pa...@utdallas.edu)
Senior Information Security Analyst
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/


Re: ports/133558: port foo2zjs broken

2009-04-10 Thread Scot Hetzel
The description in the PR is referring to print/foo2zjs



On 4/10/09, Mark Linimon lini...@lonesome.com wrote:
 On Fri, Apr 10, 2009 at 03:22:31PM +1000, Tom Mende wrote:
 sorry  http://www.freebsd.org/cgi/query-pr.cgi?pr=133558

 yes, that's the PR number, but what port supplies foo2zjs?

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

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


Re: Can I resume the perl upgrade?

2009-04-10 Thread David Booth
On Friday 10 April 2009, Paul Schmehl wrote:
 --On Friday, April 10, 2009 15:47:16 -0500 RW
 rwmailli...@googlemail.com

 wrote:
  On Fri, 10 Apr 2009 18:45:22 +
 
  Paul Schmehl pschmehl_li...@tx.rr.com wrote:
   Have portupgrade exclude the ports built after perl.
  
   portupgrade -fr perl -x '=perl'
 
  This immediately started upgrade perl again, so I halted it.
 
  Then either you've found a portupgrade bug, or the original build
  failed before the first port (perl) could be installed.

 Perhaps I have found a bug.  Each time I run this it reinstalls
 perl5.10 again - successfully (supposedly).

Try a little different syntax:


portupgrade -fr -x '=perl' perl 


Also, you can use the -n switch (noexecute) to test what will happen.

i.e. test with


portupgrade -nfr -x '=perl' perl 
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


net-mgmt/nrpe(2)

2009-04-10 Thread Frank Steinborn
Hi,

I want to propose that net-mgmt/nrpe2 gets net-mgmt/nrpe, and that the
actual net-mgmt/nrpe port gets removed. I strongly doubt that there
are still users of nrpe 1.

In the current situation, there are a lot of confusions: If you get
nrpe from source, (version 2.12), it'll install check_nrpe and the
nrpe deamon. If you use the one provided from ports, they are called
check_nrpe2 and the daemon is called nrpe2.

I got into this trap - I was running the wrong (old) nrpe for weeks,
and when it came to failover monitoring I just realized that my nrpe
version is just, well, outdated.

What do you think?

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


Re: net-mgmt/nrpe(2)

2009-04-10 Thread Jarrod Sayers

On Sat, 11 Apr 2009, Frank Steinborn wrote:
I want to propose that net-mgmt/nrpe2 gets net-mgmt/nrpe, and that the 
actual net-mgmt/nrpe port gets removed. I strongly doubt that there are 
still users of nrpe 1.


I have already had both net-mgmt/nagios12 and net-mgmt/nrpe marked for 
deletion, both being scheduled for removal on or after the 17th (next 
Friday).


See http://www.FreeBSD.org/cgi/query-pr.cgi?pr=ports/132716.

In the current situation, there are a lot of confusions: If you get nrpe 
from source, (version 2.12), it'll install check_nrpe and the nrpe 
deamon. If you use the one provided from ports, they are called 
check_nrpe2 and the daemon is called nrpe2.


Once the port has been removed this confusion should go away.  The reason 
the FreeBSD ports build adds a 2 to the end of everything was to allow 
parallel installs of the old and new clients so Nagios 2.x servers could 
still communicate with NRPE 1.x hosts.


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


Re: Can I resume the perl upgrade?

2009-04-10 Thread Paul Schmehl
--On April 10, 2009 4:51:40 PM -0500 David Booth 
dav...@boothscientific.com wrote:


Perhaps I have found a bug.  Each time I run this it reinstalls
perl5.10 again - successfully (supposedly).


Try a little different syntax:


portupgrade -fr -x '=perl' perl


Also, you can use the -n switch (noexecute) to test what will happen.

i.e. test with


portupgrade -nfr -x '=perl' perl


Either this doesn't do what people think it does, or it's broken.  I ran 
it in test.  Here's the results:


---  ** Upgrade tasks 156: 154 done, 2 ignored, 2 skipped and 0 failed
---  Listing the results (+:done / -:ignored / *:skipped / !:failed)
- x11-drivers/xf86-video-vga (marked as IGNORE)
- x11-drivers/xf86-video-via (marked as IGNORE)
+ textproc/intltool (intltool-0.40.6)
+ devel/p5-Locale-gettext (p5-gettext-1.05_2)
+ math/p5-Math-BigInt (p5-Math-BigInt-1.89)
+ security/bro (bro-1.4)
+ net-mgmt/p5-Net-IP (p5-Net-IP-1.25)
+ net/p5-URI (p5-URI-1.37)
+ devel/glib20 (glib-2.18.4)
+ converters/p5-MIME-Base64 (p5-MIME-Base64-3.07)
+ archivers/p5-Compress-Raw-Zlib (p5-Compress-Raw-Zlib-2.017)
+ misc/help2man (help2man-1.36.4_2)
+ textproc/texi2html (texi2html-1.76_1,1)
+ devel/autoconf262 (autoconf-2.62)
+ devel/automake18 (automake-1.8.5_3)
+ archivers/p5-IO-Compress-Zlib (p5-IO-Compress-Zlib-2.015)
+ databases/p5-DBI (p5-DBI-1.60.7)
+ archivers/p5-Compress-Zlib (p5-Compress-Zlib-2.015)
+ devel/automake15 (automake-1.5_5,1)
+ sysutils/fastest_cvsup (fastest_cvsup-0.2.9_6)
+ devel/autoconf213 (autoconf-2.13.000227_6)
+ devel/automake110 (automake-1.10.1)
+ devel/silc-toolkit (silc-toolkit-1.1.9)
+ textproc/cdiff (cdiff-1.5)
+ devel/gamin (gamin-0.1.10)
+ devel/p5-ExtUtils-Depends (p5-ExtUtils-Depends-0.300)
+ www/p5-HTML-Parser (p5-HTML-Parser-3.60)
+ devel/automake17 (automake-1.7.9_2)
+ www/p5-libwww (p5-libwww-5.825)
+ devel/automake14 (automake-1.4.6_5)
+ devel/automake16 (automake-1.6.3_1)
+ net/p5-IO-INET6 (p5-IO-Socket-INET6-2.56)
+ dns/p5-Net-DNS (p5-Net-DNS-0.65)
+ devel/gio-fam-backend (gio-fam-backend-2.18.4)
+ devel/automake19 (automake-1.9.6_3)
+ devel/autotools (autotools-20080819)
+ devel/dbus-glib (dbus-glib-0.80)
+ devel/desktop-file-utils (desktop-file-utils-0.15_1)
+ devel/p5-Test-Number-Delta (p5-Test-Number-Delta-1.03)
+ devel/libIDL (libIDL-0.8.13)
+ ports-mgmt/portlint (portlint-2.11.0)
+ net-mgmt/net-snmp (net-snmp-5.4.2.1_3)
+ devel/py-dbus (py25-dbus-0.83.0_1)
+ databases/p5-DBD-mysql50 (p5-DBD-mysql50-4.010)
+ www/apache22 (apache-2.2.11_4)
+ multimedia/gstreamer (gstreamer-0.10.22_1)
+ x11-toolkits/gtk12 (gtk-1.2.10_20)
+ graphics/imlib (imlib-1.9.15_7)
+ devel/p5-Glib2 (p5-Glib2-1.200)
+ devel/qt4-corelib (qt4-corelib-4.4.3)
+ databases/qt4-sql (qt4-sql-4.4.3)
+ print/hpijs (hpijs-2.1.4_2)
+ textproc/enchant (enchant-1.4.2)
+ textproc/qt4-xml (qt4-xml-4.4.3)
+ devel/imake (imake-1.0.2_4,1)
+ devel/ORBit2 (ORBit2-2.14.17)
+ devel/libopensync022 (libopensync-0.22_2)
+ accessibility/atk (atk-1.24.0)
+ net/linc (linc-1.0.3_7)
+ misc/shared-mime-info (shared-mime-info-0.60)
+ sysutils/policykit (policykit-0.9_2)
+ multimedia/gstreamer-plugins (gstreamer-plugins-0.10.22_1,3)
+ multimedia/gstreamer-plugins-ugly (gstreamer-plugins-ugly-0.10.11,3)
+ sysutils/consolekit (consolekit-0.3.0_3)
+ multimedia/gstreamer-plugins-bad (gstreamer-plugins-bad-0.10.11,3)
+ audio/gstreamer-plugins-mad (gstreamer-plugins-mad-0.10.11,3)
+ multimedia/gstreamer-plugins-dvd (gstreamer-plugins-dvd-0.10.11,3)
+ multimedia/gstreamer-ffmpeg (gstreamer-ffmpeg-0.10.7)
+ multimedia/gstreamer-plugins-theora 
(gstreamer-plugins-theora-0.10.22,3)
+ multimedia/gstreamer-plugins-xvid (gstreamer-plugins-xvid-0.10.11,3)
+ audio/gstreamer-plugins-a52dec (gstreamer-plugins-a52dec-0.10.11,3)
+ net/avahi-app (avahi-app-0.6.24_1)
+ audio/arts (arts-1.5.10_1,1)
+ audio/gstreamer-plugins-ogg (gstreamer-plugins-ogg-0.10.22_1,3)
+ multimedia/gstreamer-plugins-dts (gstreamer-plugins-dts-0.10.11,3)
+ audio/gstreamer-plugins-mp3 (gstreamer-plugins-mp3-0.10.0_1)
+ sysutils/hal (hal-0.5.11_10)
+ multimedia/gstreamer-plugins-good (gstreamer-plugins-good-0.10.14,3)
+ graphics/gstreamer-plugins-libpng (gstreamer-plugins-libpng-0.10.14,3)
+ audio/gstreamer-plugins-vorbis (gstreamer-plugins-vorbis-0.10.22_1,3)
+ lang/php5 (php5-5.2.9)
+ textproc/php5-xml (php5-xml-5.2.9)
+ www/php5-session