Re: Improving Ada support on FreeBSD and in the ports system

2009-11-11 Thread Daniel Eischen

On Wed, 11 Nov 2009, freebsd-po...@coreland.ath.cx wrote:


On 2009-11-11 15:07:36, Daniel Eischen wrote:


Oh, I see.  Did you configure it with host=i386-unknown-freebsd
and target=amd64-unknown-freebsd (or is it x86_64?)?

It looks like libgcc might not have support for x86_64
FreeBSD??


Full configure line was:

 ../src/configure \
   --enable-languages="c,ada" \
   --disable-libada \
   --host=x86_64-unknown-freebsd7.2 \
   --target=x86_64-unknown-freebsd7.2 \
   --build=x86_64-unknown-freebsd7.2

...which is more or less what I build GCC with.


I would try it piecemeal.  Try just building the target
compiler (--host=i386-unknown-freebsd7.2 and
--target=x86_64-unknown-freebsd7.2).


It does seem as if support is missing - perhaps removed by AdaCore?

The system compiler is at 4.2.1 on my AMD64 machine, so I'm guessing
that support was there and was removed?


I think Adacore takes a snapshot of gcc at the time,
it might not be the actual release.

--
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"


Re: Improving Ada support on FreeBSD and in the ports system

2009-11-11 Thread freebsd-ports
On 2009-11-11 15:07:36, Daniel Eischen wrote:
> 
> Oh, I see.  Did you configure it with host=i386-unknown-freebsd
> and target=amd64-unknown-freebsd (or is it x86_64?)?
> 
> It looks like libgcc might not have support for x86_64
> FreeBSD??

Full configure line was:

  ../src/configure \
--enable-languages="c,ada" \
--disable-libada \
--host=x86_64-unknown-freebsd7.2 \
--target=x86_64-unknown-freebsd7.2 \
--build=x86_64-unknown-freebsd7.2

...which is more or less what I build GCC with.

It does seem as if support is missing - perhaps removed by AdaCore?

The system compiler is at 4.2.1 on my AMD64 machine, so I'm guessing
that support was there and was removed?

M
___
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: Improving Ada support on FreeBSD and in the ports system

2009-11-11 Thread Daniel Eischen

On Wed, 11 Nov 2009, freebsd-po...@coreland.ath.cx wrote:


On 2009-11-11 14:48:35, Daniel Eischen wrote:

/gnat/gpl-2009/src/GNAT/obj/./gcc/xgcc -B/gnat/gpl-2009/src/GNAT/obj/./gcc/ 
-B/usr/local/x86_64-unknown-freebsd7.2/bin/ 
-B/usr/local/x86_64-unknown-freebsd7.2/lib/ -isystem 
/usr/local/x86_64-unknown-freebsd7.2/include -isystem 
/usr/local/x86_64-unknown-freebsd7.2/sys-include -g -fkeep-inline-functions -O2 
 -O2 -g -g -O2   -DIN_GCC-W -Wall -Wwrite-strings -Wstrict-prototypes 
-Wmissing-prototypes -Wold-style-definition  -isystem ./include   -fPIC 
-pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. 
-I../.././gcc -I../../../src/libgcc -I../../../src/libgcc/. 
-I../../../src/libgcc/../gcc -I../../../src/libgcc/../include  -DHAVE_CC_TLS -o 
unwind-dw2.o -MT unwind-dw2.o -MD -MP -MF unwind-dw2.dep -fexceptions -c 
../../../src/libgcc/../gcc/unwind-dw2.c -fvisibility=hidden -DHIDE_EXPORTS
In file included from ../../../src/libgcc/../gcc/unwind-dw2.c:338:
../../../src/libgcc/../gcc/config/i386/freebsd-unwind.h: In function 
‘x86_freebsd_fallback_frame_state’:


I guess I'm confused.  Why is it using config/i386 if it is
trying to build x86_64?  Check the port to see if it forces
target i386...


Oh, this wasn't your port, this was just the vanilla source package
taken from libre.adacore.com.

The port has some extra complexity (downloading bootstrap
binaries, etc) that I wanted to avoid until I knew it actually
built without (much) modification.


Oh, I see.  Did you configure it with host=i386-unknown-freebsd
and target=amd64-unknown-freebsd (or is it x86_64?)?

It looks like libgcc might not have support for x86_64
FreeBSD??

--
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"

Re: Issues with devel/boost-* on Sparc64

2009-11-11 Thread Alexander Churanov
Folks,

It seems that I have found a workaround. It is to store the address of
the variable in a register and then issue the "CAS" instruction, which
only accepts register for an address. I am currently testing it.

Alexander Churanov
___
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: Improving Ada support on FreeBSD and in the ports system

2009-11-11 Thread freebsd-ports
On 2009-11-11 14:48:35, Daniel Eischen wrote:
> > /gnat/gpl-2009/src/GNAT/obj/./gcc/xgcc -B/gnat/gpl-2009/src/GNAT/obj/./gcc/ 
> > -B/usr/local/x86_64-unknown-freebsd7.2/bin/ 
> > -B/usr/local/x86_64-unknown-freebsd7.2/lib/ -isystem 
> > /usr/local/x86_64-unknown-freebsd7.2/include -isystem 
> > /usr/local/x86_64-unknown-freebsd7.2/sys-include -g -fkeep-inline-functions 
> > -O2  -O2 -g -g -O2   -DIN_GCC-W -Wall -Wwrite-strings 
> > -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem 
> > ./include   -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 
> > -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I../../../src/libgcc 
> > -I../../../src/libgcc/. -I../../../src/libgcc/../gcc 
> > -I../../../src/libgcc/../include  -DHAVE_CC_TLS -o unwind-dw2.o -MT 
> > unwind-dw2.o -MD -MP -MF unwind-dw2.dep -fexceptions -c 
> > ../../../src/libgcc/../gcc/unwind-dw2.c -fvisibility=hidden -DHIDE_EXPORTS
> > In file included from ../../../src/libgcc/../gcc/unwind-dw2.c:338:
> > ../../../src/libgcc/../gcc/config/i386/freebsd-unwind.h: In function 
> > ‘x86_freebsd_fallback_frame_state’:
> 
> I guess I'm confused.  Why is it using config/i386 if it is
> trying to build x86_64?  Check the port to see if it forces
> target i386...

Oh, this wasn't your port, this was just the vanilla source package
taken from libre.adacore.com.

The port has some extra complexity (downloading bootstrap
binaries, etc) that I wanted to avoid until I knew it actually
built without (much) modification.

M
___
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: Improving Ada support on FreeBSD and in the ports system

2009-11-11 Thread Daniel Eischen

On Wed, 11 Nov 2009, freebsd-po...@coreland.ath.cx wrote:


On 2009-11-08 00:06:16, Daniel Eischen wrote:


Patches for amd64 support are also welcome.  I thought you were
going to do a port for GNAT-gpl amd64?


'Lo.

I just tried to compile the vanilla GNAT-GPL 2009 sources today and
came across the following error:

/gnat/gpl-2009/src/GNAT/obj/./gcc/xgcc -B/gnat/gpl-2009/src/GNAT/obj/./gcc/ 
-B/usr/local/x86_64-unknown-freebsd7.2/bin/ 
-B/usr/local/x86_64-unknown-freebsd7.2/lib/ -isystem 
/usr/local/x86_64-unknown-freebsd7.2/include -isystem 
/usr/local/x86_64-unknown-freebsd7.2/sys-include -g -fkeep-inline-functions -O2 
 -O2 -g -g -O2   -DIN_GCC-W -Wall -Wwrite-strings -Wstrict-prototypes 
-Wmissing-prototypes -Wold-style-definition  -isystem ./include   -fPIC 
-pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. 
-I../.././gcc -I../../../src/libgcc -I../../../src/libgcc/. 
-I../../../src/libgcc/../gcc -I../../../src/libgcc/../include  -DHAVE_CC_TLS -o 
unwind-dw2.o -MT unwind-dw2.o -MD -MP -MF unwind-dw2.dep -fexceptions -c 
../../../src/libgcc/../gcc/unwind-dw2.c -fvisibility=hidden -DHIDE_EXPORTS
In file included from ../../../src/libgcc/../gcc/unwind-dw2.c:338:
../../../src/libgcc/../gcc/config/i386/freebsd-unwind.h: In function 
‘x86_freebsd_fallback_frame_state’:


I guess I'm confused.  Why is it using config/i386 if it is
trying to build x86_64?  Check the port to see if it forces
target i386...

--
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"

Re: ports/139926: New port: Python language bindings for Cloud Files API - Rackspace

2009-11-11 Thread Roberto Pereyra

>Category:   ports
>Responsible:freebsd-ports-bugs
>Synopsis:   New port: Python language bindings for Cloud Files API - 
>Rackspace
>Arrival-Date:   Sat Oct 24 20:50:01 UTC 2009

___
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: nagios 3.1.x request

2009-11-11 Thread Eygene Ryabinkin
Wed, Nov 11, 2009 at 07:55:09PM +0100, Achim Hut wrote:
> Hi Portslist, dear Nagios-port Maintainer
> 
> How about cleaning the Nagios Core Ports a bit?
>
> 1) The actual stable Nagios Realease is 3.2.0 dated 2009/08/12
> What do we have in ports:
> a) nagios-2.12_5
> b) nagios-3.0.6_3
> c) nagios-devel-3.1.2_1
> 
> maybe its an good idea to delete port a) and
> build one nagios 3.2 port out of b) and c)

I see that you hadn't used PR search, aren't you?  If you would, you'll
find that an upgrade to 3.2.0 is hanging since September 28th:
  http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/139210

Martin, were there any problems with the port or you were just
overwhelmed with other business?
-- 
Eygene
 ____   _.--.   #
 \`.|\.....-'`   `-._.-'_.-'`   #  Remember that it is hard
 /  ' ` ,   __.--'  #  to read the on-line manual
 )/' _/ \   `-_,   /#  while single-stepping the kernel.
 `-'" `"\_  ,_.-;_.-\_ ',  fsc/as   #
 _.-'_./   {_.'   ; /   #-- FreeBSD Developers handbook
{_.-``-' {_/#
___
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: nagios 3.1.x request

2009-11-11 Thread Achim Hut

Stefan Bethke wrote:

Am 28.07.2009 um 08:44:



[...]

Sorry for the noise, nagios-devel is release 3.1.2.  I had falsely 
assumed it would build a CVS snapshot.



Stefan



Hi Portslist, dear Nagios-port Maintainer

How about cleaning the Nagios Core Ports a bit?

1) The actual stable Nagios Realease is 3.2.0 dated 2009/08/12
What do we have in ports:
a) nagios-2.12_5
b) nagios-3.0.6_3
c) nagios-devel-3.1.2_1

maybe its an good idea to delete port a) and
build one nagios 3.2 port out of b) and c)


Regards

Achim


--
Achim Hut | DIGITAL-IMPACT Deutschland
IT Systeme | IT Consulting | Internet Services

mailto: a@digital-impact.de
--
Fiedelerstr. 19 D 30519 Hannover
tel +49 (0)511 696 041 057 | fax +49(0)1801 0211 21 5305
Inhaber: Achim Hut
___
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: Improving Ada support on FreeBSD and in the ports system

2009-11-11 Thread freebsd-ports
On 2009-11-08 00:06:16, Daniel Eischen wrote:
> 
> Patches for amd64 support are also welcome.  I thought you were
> going to do a port for GNAT-gpl amd64?

'Lo.

I just tried to compile the vanilla GNAT-GPL 2009 sources today and
came across the following error:

/gnat/gpl-2009/src/GNAT/obj/./gcc/xgcc -B/gnat/gpl-2009/src/GNAT/obj/./gcc/ 
-B/usr/local/x86_64-unknown-freebsd7.2/bin/ 
-B/usr/local/x86_64-unknown-freebsd7.2/lib/ -isystem 
/usr/local/x86_64-unknown-freebsd7.2/include -isystem 
/usr/local/x86_64-unknown-freebsd7.2/sys-include -g -fkeep-inline-functions -O2 
 -O2 -g -g -O2   -DIN_GCC-W -Wall -Wwrite-strings -Wstrict-prototypes 
-Wmissing-prototypes -Wold-style-definition  -isystem ./include   -fPIC 
-pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. 
-I../.././gcc -I../../../src/libgcc -I../../../src/libgcc/. 
-I../../../src/libgcc/../gcc -I../../../src/libgcc/../include  -DHAVE_CC_TLS -o 
unwind-dw2.o -MT unwind-dw2.o -MD -MP -MF unwind-dw2.dep -fexceptions -c 
../../../src/libgcc/../gcc/unwind-dw2.c -fvisibility=hidden -DHIDE_EXPORTS
In file included from ../../../src/libgcc/../gcc/unwind-dw2.c:338:
../../../src/libgcc/../gcc/config/i386/freebsd-unwind.h: In function 
‘x86_freebsd_fallback_frame_state’:
../../../src/libgcc/../gcc/config/i386/freebsd-unwind.h:78: error: ‘struct 
sigcontext’ has no member named ‘sc_esp’
../../../src/libgcc/../gcc/config/i386/freebsd-unwind.h:85: error: ‘struct 
sigcontext’ has no member named ‘sc_eax’
../../../src/libgcc/../gcc/config/i386/freebsd-unwind.h:87: error: ‘struct 
sigcontext’ has no member named ‘sc_ebx’
../../../src/libgcc/../gcc/config/i386/freebsd-unwind.h:89: error: ‘struct 
sigcontext’ has no member named ‘sc_ecx’
../../../src/libgcc/../gcc/config/i386/freebsd-unwind.h:91: error: ‘struct 
sigcontext’ has no member named ‘sc_edx’
../../../src/libgcc/../gcc/config/i386/freebsd-unwind.h:93: error: ‘struct 
sigcontext’ has no member named ‘sc_esi’
../../../src/libgcc/../gcc/config/i386/freebsd-unwind.h:95: error: ‘struct 
sigcontext’ has no member named ‘sc_edi’
../../../src/libgcc/../gcc/config/i386/freebsd-unwind.h:97: error: ‘struct 
sigcontext’ has no member named ‘sc_ebp’
../../../src/libgcc/../gcc/config/i386/freebsd-unwind.h:99: error: ‘struct 
sigcontext’ has no member named ‘sc_eip’
gmake[3]: *** [unwind-dw2.o] Error 1
gmake[3]: Leaving directory 
`/gnat/gpl-2009/src/GNAT/obj/x86_64-unknown-freebsd7.2/libgcc'
gmake[2]: *** [all-stage1-target-libgcc] Error 2
gmake[2]: Leaving directory `/gnat/gpl-2009/src/GNAT/obj'
gmake[1]: *** [stage1-bubble] Error 2
gmake[1]: Leaving directory `/gnat/gpl-2009/src/GNAT/obj'
gmake: *** [all] Error 2

The actual GNAT part of the compiler appeared to compile without issue, using
the compiler from the lang/gnat-gcc44 port. The above, however, seems to be
a problem with the GCC core. It looks very i386 to me...

There doesn't appear to be any explicit support for FreeBSD amd64/x86_64
in those GCC sources as far as I can tell and not being very familiar with
the GCC codebase, I'm not sure how much work it'll be to add them.

Any ideas?
M
___
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: New port: sysutils/megacli waiting to commit

2009-11-11 Thread Mark Linimon
On Tue, Nov 10, 2009 at 01:06:26PM -0500, Sean McAfee wrote:
> What's the ports@ policy for things like this?  I know I'm pretty peeved  
> that openntpd was pushed to 4.x, which requires >7.

In a perfect world, I'd prefer for someone to fix the newer port on 6.
However, it's fair to note that 6 is only a year away from secteam EOL
(6.3 in January, 6.4 in November) and not much development is going on
there.  So, I think it's fair to ask maintainers to keep things working
on 7 and 8, and 6 only if they have time.  (Ports on -HEAD currently need
a lot of work, too.)

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: Portmaster with package support ready for beta testing

2009-11-11 Thread Michel Talon
On Tue, Nov 10, 2009 at 11:46:17PM +0100, Dominic Fandrey wrote:
> If you want to work without a ports tree use pkg_upgrade
> (sysutils/bsdadminscripts), it only requires an INDEX file.
> 
> The next version will also require the MOVED file (as is now
> provided by Pointyhead).

Very nice, your program is in the same spirit as my own:
http://www.lpthe.jussieu.fr/~talon/pkgupgrade
except written in shell, which is quite a feat!
Since python is easier to manage, pkgupgrade follows MOVED
and tries to be fast.

-- 

Michel TALON

___
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"


Please look at this PR

2009-11-11 Thread Stephen Montgomery-Smith
ports/139342 is a tiny change to ports, which will change about 70 to 80 
ports from completely not working to working perfectly.


I already had a similar PR closed prematurely, and I feel a bit like I 
have been abandoned.


In particular, it corrects that one port was declared broken, and this 
was done incorrectly.


Please can someone commit this PR?
___
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: freebsd-ports Digest, Vol 337, Issue 8

2009-11-11 Thread Agrapha

Thanks for your help Miroslav,
  In fact a portupgrade did this to me. I'll try rebuilding the extensions. The last time I tried to re-build the extensions was after the upgrade which was the cause of the broken pear module in the first place. 


ok new updated ports tree (just this morning)
rebuilt php5-extensions
tried devel/pear
segmentation fault Signal 11

next rebuilt lang/php5 no errors
then ran pkgdb -F

pkgdb -F
--->  Checking the package registry database
[Updating the pkgdb  in /var/db/pkg ... - 326 packages found 
(-1 +1) (...). done]
Stale dependency: horde-base-3.3.5 -> pear-1.8.1 (devel/pear):
pear-XML_Util-1.2.1 (score:25%) ? ([y]es/[n]o/[a]ll) [no] 
Install stale dependency? ([y]es/[n]o/[a]ll) [yes] 
[Gathering depends for devel/pear  done]

--->  Installing 'pear-1.9.0' from a port (devel/pear)
--->  Building '/usr/ports/devel/pear'
===>  Cleaning for pear-1.9.0
===>  Extracting for pear-1.9.0
=> MD5 Checksum OK for pear-1.9.0.tar.bz2.
=> SHA256 Checksum OK for pear-1.9.0.tar.bz2.
===>  Patching for pear-1.9.0
===>  Applying FreeBSD patches for pear-1.9.0
===>  Configuring for pear-1.9.0
--->  Installing the new version via the port
===>  Installing for pear-1.9.0
===>   pear-1.9.0 depends on file: /usr/local/include/php/main/php.h - found
===>   pear-1.9.0 depends on file: /usr/local/lib/php/20060613/pcre.so - found
===>   pear-1.9.0 depends on file: /usr/local/lib/php/20060613/xml.so - found
===>   Generating temporary packing list
===>  Checking if devel/pear already installed
PHP Warning:  PHP Startup: Unable to load dynamic library 
'/usr/local/lib/php/20060613/memcache.so' - /usr/local/lib/php/20060613/memcache.so: 
Undefined symbol "php_session_create_id" in Unknown on line 0

Bootstrapping Installer...
Using previously install ... ok

Extracting installer..
Using previously installed installer ... ok

Preparing installer..
Updating channel "doc.php.net"
Channel "doc.php.net" is up to date
Updating channel "pear.php.net"
Channel "pear.php.net" is up to date
Updating channel "pecl.php.net"
Channel "pecl.php.net" is up to date

Installing selected packages..
Package: PEAR-stable.. already installed ... ok
Package: Structures_Graph-stable.. already installed ... ok
Package: Archive_Tar-stable... already installed ... ok
Package: Console_Getopt-stable already installed ... ok
*** Signal 11

Stop in /usr/ports/devel/pear.
*** Error code 1

Stop in /usr/ports/devel/pear.
** Command failed [exit code 1]: /usr/bin/script -qa 
/tmp/portinstall2009-62353-qgctxi-0 env make reinstall
** Fix the installation problem and try again.
** Listing the failed packages (-:ignored / *:skipped / !:failed)
! devel/pear(install error)
Command failed [exit code 1]: /usr/local/sbin/portinstall devel/pear




I need some suggestions on how to untangle this mess. 
both php5-extensions and php5 builds without errors



/usr/local/lib/php/20060613/memcache.so: Undefined symbol

"php_session_create_id" in Unknown on line 0



Miroslav Lachman wrote:
[...]

It seems you have problem with your current PHP installation, not only 
with PEAR. Do you have memcache extension installed? If not, do you have 
it listed in the /usr/local/etc/php/extensions.ini or php.ini?

Try to commented out or reinstall your PHP and extensions.

Miroslav Lachman

___
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"


INDEX now builds successfully on 6.x

2009-11-11 Thread Erwin Lansing

___
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"


Problem using portupgrade-devel

2009-11-11 Thread Robert Huff

Jakob Breivik Grimstveit writes:

>  When trying to install or upgrade ports using current
>  portupgrade-devel, I get this:

I have seen something which I believe is the same.  I sent mail
to the portupgrade maintainer - ruby@ - a couple of days ago but
have had no reply.


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"



Problem using portupgrade-devel

2009-11-11 Thread Jakob Breivik Grimstveit
Hi,

When trying to install or upgrade ports using current
portupgrade-devel, I get this:

$ sudo portinstall cowsay
[Gathering depends for games/cowsay
./usr/local/sbin/portinstall:878:in `get_all_depends': private method
`scan' called for # (NoMethodError)
        from /usr/local/sbin/portinstall:871:in `get_all_depends'
        from /usr/local/lib/ruby/1.8/set.rb:195:in `each'
        from /usr/local/lib/ruby/1.8/set.rb:195:in `each_key'
        from /usr/local/lib/ruby/1.8/set.rb:195:in `each'
        from /usr/local/sbin/portinstall:870:in `get_all_depends'
        from /usr/local/sbin/portinstall:887:in `get_notinstalled_depends'
        from /usr/local/sbin/portinstall:773:in `main'
        from /usr/local/sbin/portinstall:751:in `each'
        from /usr/local/sbin/portinstall:751:in `main'
        from /usr/local/lib/ruby/1.8/optparse.rb:1310:in `call'
        from /usr/local/lib/ruby/1.8/optparse.rb:1310:in `parse_in_order'
        from /usr/local/lib/ruby/1.8/optparse.rb:1306:in `catch'
        from /usr/local/lib/ruby/1.8/optparse.rb:1306:in `parse_in_order'
        from /usr/local/lib/ruby/1.8/optparse.rb:1254:in `catch'
        from /usr/local/lib/ruby/1.8/optparse.rb:1254:in `parse_in_order'
        from /usr/local/lib/ruby/1.8/optparse.rb:1248:in `order!'
        from /usr/local/lib/ruby/1.8/optparse.rb:1241:in `order'
        from /usr/local/sbin/portinstall:559:in `main'
        from /usr/local/lib/ruby/1.8/optparse.rb:791:in `initialize'
        from /usr/local/sbin/portinstall:231:in `new'
        from /usr/local/sbin/portinstall:231:in `main'
        from /usr/local/sbin/portinstall:2213

$ portupgrade --version
portupgrade 2.4.6

-- 
Vyrdsamt,
  Jakob Breivik Grimstveit | +47 4829 8152
  http://grimstveit.no/jakob | http://www.google.com/profiles/jakobbg
___
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: cvs commit: ports/net/p5-Net-EPP-Proxy Makefile

2009-11-11 Thread QAT
The Restless Daemon identified a depend_object error while trying to build:
 p5-Net-EPP-Proxy-0.03 maintained by po...@freebsd.org
 Makefile ident: $FreeBSD: ports/net/p5-Net-EPP-Proxy/Makefile,v 1.7 2009/11/11 
10:10:15 wen Exp $

Excerpt from 
http://T64.TecNik93.com/logs/7-STABLE-FTP/p5-Net-EPP-Proxy-0.03.log :

===>Verifying install for /usr/local/lib/perl5/site_perl/5.8.9/Net/EPP.pm 
in /usr/ports/net/p5-Net-EPP
=> Net-EPP-Client-0.07.tar.gz doesn't seem to exist in /tmp/distfiles/.
=> Attempting to fetch from file:///distcache//.
Net-EPP-Client-0.07.tar.gz  10 kB   42 MBps
===>  Extracting for p5-Net-EPP-Client-0.07
=> MD5 Checksum OK for Net-EPP-Client-0.07.tar.gz.
=> SHA256 Checksum OK for Net-EPP-Client-0.07.tar.gz.
===>   p5-Net-EPP-Client-0.07 depends on file: /usr/local/bin/perl5.8.9 - found
===>  Patching for p5-Net-EPP-Client-0.07
===>   p5-Net-EPP-Client-0.07 depends on file: /usr/local/bin/perl5.8.9 - found
===>   p5-Net-EPP-Client-0.07 depends on file: 
/usr/local/lib/perl5/site_perl/5.8.9/IO/Socket/SSL.pm - found
===>   p5-Net-EPP-Client-0.07 depends on file: 
/usr/local/lib/perl5/site_perl/5.8.9/mach/XML/LibXML.pm - found
===>   p5-Net-EPP-Client-0.07 depends on file: 
/usr/local/lib/perl5/site_perl/5.8.9/Net/EPP/Frame.pm - found
===>   p5-Net-EPP-Client-0.07 depends on file: /usr/local/bin/perl5.8.9 - found
===>  Configuring for p5-Net-EPP-Client-0.07
Writing Makefile for Net::EPP::Client
===>  Building for p5-Net-EPP-Client-0.07
cp lib/Net/EPP/Client.pm blib/lib/Net/EPP/Client.pm
Manifying blib/man3/Net::EPP::Client.3
===>  Installing for p5-Net-EPP-Client-0.07
===>   p5-Net-EPP-Client-0.07 depends on file: 
/usr/local/lib/perl5/site_perl/5.8.9/IO/Socket/SSL.pm - found
===>   p5-Net-EPP-Client-0.07 depends on file: 
/usr/local/lib/perl5/site_perl/5.8.9/mach/XML/LibXML.pm - found
===>   p5-Net-EPP-Client-0.07 depends on file: 
/usr/local/lib/perl5/site_perl/5.8.9/Net/EPP/Frame.pm - found
===>   p5-Net-EPP-Client-0.07 depends on file: /usr/local/bin/perl5.8.9 - found
===>   Generating temporary packing list
===>  Checking if net/p5-Net-EPP already installed
===>   p5-Net-EPP-Client-0.07 is already installed
  You may wish to ``make deinstall'' and install this port again
  by ``make reinstall'' to upgrade it properly.
  If you really wish to overwrite the old port of net/p5-Net-EPP
  without deleting it first, set the variable "FORCE_PKG_REGISTER"
  in your environment or the "make install" command line.
*** Error code 1

Stop in /a/ports/net/p5-Net-EPP.
*** Error code 1

Stop in /a/ports/net/p5-Net-EPP-Proxy.

build of /usr/ports/net/p5-Net-EPP-Proxy ended at Wed Nov 11 10:33:19 UTC 2009

PortsMon page for the port:
http://portsmon.freebsd.org/portoverview.py?category=net&portname=p5-Net-EPP-Proxy

The build which triggered this BotMail was done under
tinderbox-devel-3.2_4; dsversion: 3.2 on RELENG_7 on amd64, kern.smp.cpus: 1
with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the
"official" up-to-date Ports Tree, with the following vars set:
NOPORTDOCS=yes,  NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes.

A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/


Thanks for your work on making FreeBSD better,

--
QAT - your friendly neighborhood Daemon,
preparing  a heck of an error trapping system:
 - "HMC and EOI?"
 - "Halt, Melt and Catch fire or Execute Operator Immediately."

___
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: cvs commit: ports/net/p5-Net-EPP-Proxy Makefile

2009-11-11 Thread QAT
The Restless Daemon identified a depend_object error while trying to build:
 p5-Net-EPP-Proxy-0.03 maintained by po...@freebsd.org
 Makefile ident: $FreeBSD: ports/net/p5-Net-EPP-Proxy/Makefile,v 1.7 2009/11/11 
10:10:15 wen Exp $

Excerpt from 
http://T64.TecNik93.com/logs/7-STABLE-FTP/p5-Net-EPP-Proxy-0.03.log :

===>Verifying install for /usr/local/lib/perl5/site_perl/5.8.9/Net/EPP.pm 
in /usr/ports/net/p5-Net-EPP
=> Net-EPP-Client-0.07.tar.gz doesn't seem to exist in /tmp/distfiles/.
=> Attempting to fetch from file:///distcache//.
Net-EPP-Client-0.07.tar.gz  10 kB 1038 kBps
===>  Extracting for p5-Net-EPP-Client-0.07
=> MD5 Checksum OK for Net-EPP-Client-0.07.tar.gz.
=> SHA256 Checksum OK for Net-EPP-Client-0.07.tar.gz.
===>   p5-Net-EPP-Client-0.07 depends on file: /usr/local/bin/perl5.8.9 - found
===>  Patching for p5-Net-EPP-Client-0.07
===>   p5-Net-EPP-Client-0.07 depends on file: /usr/local/bin/perl5.8.9 - found
===>   p5-Net-EPP-Client-0.07 depends on file: 
/usr/local/lib/perl5/site_perl/5.8.9/IO/Socket/SSL.pm - found
===>   p5-Net-EPP-Client-0.07 depends on file: 
/usr/local/lib/perl5/site_perl/5.8.9/mach/XML/LibXML.pm - found
===>   p5-Net-EPP-Client-0.07 depends on file: 
/usr/local/lib/perl5/site_perl/5.8.9/Net/EPP/Frame.pm - found
===>   p5-Net-EPP-Client-0.07 depends on file: /usr/local/bin/perl5.8.9 - found
===>  Configuring for p5-Net-EPP-Client-0.07
Writing Makefile for Net::EPP::Client
===>  Building for p5-Net-EPP-Client-0.07
cp lib/Net/EPP/Client.pm blib/lib/Net/EPP/Client.pm
Manifying blib/man3/Net::EPP::Client.3
===>  Installing for p5-Net-EPP-Client-0.07
===>   p5-Net-EPP-Client-0.07 depends on file: 
/usr/local/lib/perl5/site_perl/5.8.9/IO/Socket/SSL.pm - found
===>   p5-Net-EPP-Client-0.07 depends on file: 
/usr/local/lib/perl5/site_perl/5.8.9/mach/XML/LibXML.pm - found
===>   p5-Net-EPP-Client-0.07 depends on file: 
/usr/local/lib/perl5/site_perl/5.8.9/Net/EPP/Frame.pm - found
===>   p5-Net-EPP-Client-0.07 depends on file: /usr/local/bin/perl5.8.9 - found
===>   Generating temporary packing list
===>  Checking if net/p5-Net-EPP already installed
===>   p5-Net-EPP-Client-0.07 is already installed
  You may wish to ``make deinstall'' and install this port again
  by ``make reinstall'' to upgrade it properly.
  If you really wish to overwrite the old port of net/p5-Net-EPP
  without deleting it first, set the variable "FORCE_PKG_REGISTER"
  in your environment or the "make install" command line.
*** Error code 1

Stop in /a/ports/net/p5-Net-EPP.
*** Error code 1

Stop in /a/ports/net/p5-Net-EPP-Proxy.

build of /usr/ports/net/p5-Net-EPP-Proxy ended at Wed Nov 11 10:15:05 UTC 2009

PortsMon page for the port:
http://portsmon.freebsd.org/portoverview.py?category=net&portname=p5-Net-EPP-Proxy

The build which triggered this BotMail was done under
tinderbox-devel-3.2_4; dsversion: 3.2 on RELENG_7 on amd64, kern.smp.cpus: 1
with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the
"official" up-to-date Ports Tree, with the following vars set:
NOPORTDOCS=yes,  NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes.

A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/


Thanks for your work on making FreeBSD better,

--
QAT - your friendly neighborhood Daemon,
preparing  a heck of an error trapping system:
 - "HMC and EOI?"
 - "Halt, Melt and Catch fire or Execute Operator Immediately."

___
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"


INDEX build failed for 6.x

2009-11-11 Thread Erwin Lansing
INDEX build failed with errors:
Generating INDEX-6 - please wait..pkg_info: not found
pkg_info: not found
 Done.
make_index: p5-Net-EPP-Proxy-0.03: no entry for /usr/ports/net/p5-Net-EPP-Client
make_index: p5-Net-EPP-Proxy-0.03: no entry for /usr/ports/net/p5-Net-EPP-Frame
make_index: p5-Net-EPP-Proxy-0.03: no entry for /usr/ports/net/p5-Net-EPP-Client
make_index: p5-Net-EPP-Proxy-0.03: no entry for /usr/ports/net/p5-Net-EPP-Frame
make_index: p5-Net-EPP-Client-0.07: no entry for /usr/ports/net/p5-Net-EPP-Frame
make_index: p5-Net-EPP-Client-0.07: no entry for /usr/ports/net/p5-Net-EPP-Frame

Committers on the hook:
stas wen 

Most recent CVS update was:
U MOVED
U audio/p5-Audio-Scan/Makefile
U audio/p5-Audio-Scan/distinfo
U devel/libdispatch/Makefile
U devel/libdispatch/distinfo
U net/Makefile
U net/p5-Net-EPP/Makefile
U net/p5-Net-EPP/distinfo
U net/p5-Net-EPP/pkg-descr
U net/p5-Net-EPP/pkg-plist
U www/Makefile
U www/p5-ZConf-RSS/Makefile
U www/p5-ZConf-RSS/distinfo
U www/p5-ZConf-RSS/pkg-descr
U www/p5-ZConf-RSS/pkg-plist
___
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/14059: New port: roottail-0.0.4B

2009-11-11 Thread remko
Synopsis: New port: roottail-0.0.4B

Responsible-Changed-From-To: freebsd-doc->freebsd-ports
Responsible-Changed-By: remko
Responsible-Changed-When: Wed Nov 11 08:45:46 UTC 2009
Responsible-Changed-Why: 
Reassign to ports, typo

http://www.freebsd.org/cgi/query-pr.cgi?pr=14059
___
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/14058: new port: net/libunpipc

2009-11-11 Thread remko
Synopsis: new port: net/libunpipc

Responsible-Changed-From-To: freebsd-doc->freebsd-ports
Responsible-Changed-By: remko
Responsible-Changed-When: Wed Nov 11 08:45:31 UTC 2009
Responsible-Changed-Why: 
Reassign to ports, typo.

http://www.freebsd.org/cgi/query-pr.cgi?pr=14058
___
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/14057: new port: net/libunp

2009-11-11 Thread remko
Synopsis: new port: net/libunp

Responsible-Changed-From-To: freebsd-doc->freebsd-ports
Responsible-Changed-By: remko
Responsible-Changed-When: Wed Nov 11 08:45:03 UTC 2009
Responsible-Changed-Why: 
Reassign to ports.

http://www.freebsd.org/cgi/query-pr.cgi?pr=14057
___
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/14059: New port: roottail-0.0.4B

2009-11-11 Thread remko
Synopsis: New port: roottail-0.0.4B

Responsible-Changed-From-To: freebsd-ports->freebsd-doc
Responsible-Changed-By: remko
Responsible-Changed-When: Wed Nov 11 08:44:21 UTC 2009
Responsible-Changed-Why: 
Over to maintainer.

http://www.freebsd.org/cgi/query-pr.cgi?pr=14059
___
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/14058: new port: net/libunpipc

2009-11-11 Thread remko
Synopsis: new port: net/libunpipc

Responsible-Changed-From-To: freebsd-ports->freebsd-doc
Responsible-Changed-By: remko
Responsible-Changed-When: Wed Nov 11 08:44:15 UTC 2009
Responsible-Changed-Why: 
Over to maintainer.

http://www.freebsd.org/cgi/query-pr.cgi?pr=14058
___
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/14057: new port: net/libunp

2009-11-11 Thread remko
Synopsis: new port: net/libunp

Responsible-Changed-From-To: freebsd-ports->freebsd-doc
Responsible-Changed-By: remko
Responsible-Changed-When: Wed Nov 11 08:44:10 UTC 2009
Responsible-Changed-Why: 
Over to maintainer.

http://www.freebsd.org/cgi/query-pr.cgi?pr=14057
___
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"