Re: starnge ports tree error: perl5.16 non-existent -- dependency list incomplete

2013-03-15 Thread Beeblebrox
This is starting to look like a text parser problem to me.
In the poudriere buildjail, bulk-build textproc/gnome-doc-utils breaks. log
shows:
checking for intltool = 0.35.0... ./configure: intltool-update: not found
configure: error: Your intltool is too old.  You need intltool 0.35.0 or
later.

Compile from Host side for same shows:
checking for intltool = 0.35.0... 0.50.2 found

The log also showed these dependent ports:
Installing getopt-1.1.5...Installing gettext-0.18.1.1...Installing
libiconv-1.14...
So I decided to re-build those 3 ports and I ran into this:
http://freebsd.1045724.n5.nabble.com/devel-gettext-build-fails-td5795794.html



--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/starnge-ports-tree-error-perl5-16-non-existent-dependency-list-incomplete-tp5795304p5795799.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
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: starnge ports tree error: perl5.16 non-existent -- dependency list incomplete

2013-03-15 Thread Beeblebrox
OK, I just got textproc/gnome-doc-utils (and a bunch of other ports that
normally break) built in poudriere.
I did this by re-building  re-installing poudriere-devel.
I think the lesson is: If you switch from BSD_GREP to GNU_GREP in world, you
should re-build your poudriere!



--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/starnge-ports-tree-error-perl5-16-non-existent-dependency-list-incomplete-tp5795304p5795803.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
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: starnge ports tree error: perl5.16 non-existent -- dependency list incomplete

2013-03-14 Thread Beeblebrox
Can someone tell me what's going on here? Perl gets installed twice then
fails because it is not there?
I have tested with enabling only one of below at-a-time in build-jail's
make.conf, but no use.
PERL_VERSION= 5.16  \  #PERL_DEFAULT_VERSION= 5.16  \  #PERL_PORT= perl5.16

===   firefox-19.0.2,1 depends on file: /usr/local/sbin/pkg - not found
===Verifying install for /usr/local/sbin/pkg in
/usr/ports/ports-mgmt/pkg
===   Installing existing package /usr/ports/packages/All/pkg-1.0.8.txz
Installing pkg-1.0.8... done
If you are upgrading from the old package format, first run:

  # pkg2ng
===   Returning to build of firefox-19.0.2,1
===   firefox-19.0.2,1 depends on file: /usr/local/bin/perl5.16 - not found
===Verifying install for /usr/local/bin/perl5.16 in
/usr/ports/lang/perl5.16
===   Installing existing package
/usr/ports/packages/All/perl-threaded-5.16.2_1.txz
Installing perl-threaded-5.16.2_1...Removing stale symlinks from /usr/bin...
Skipping /usr/bin/perl
Skipping /usr/bin/perl5
Done.
Creating various symlinks in /usr/bin...
Symlinking /usr/local/bin/perl5.16.2 to /usr/bin/perl
Symlinking /usr/local/bin/perl5.16.2 to /usr/bin/perl5
Done.
Cleaning up /etc/make.conf... Done.
Spamming /etc/make.conf... Done.
 done
===   Returning to build of firefox-19.0.2,1
===   firefox-19.0.2,1 depends on file: /usr/local/bin/perl5.16 - not found
===Verifying install for /usr/local/bin/perl5.16 in
/usr/ports/lang/perl5.16
===   Installing existing package
/usr/ports/packages/All/perl-threaded-5.16.2_1.txz
Installing perl-threaded-5.16.2_1...perl-threaded-5.16.2_1 already installed

Failed to install the following 1 package(s):
/usr/ports/packages/All/perl-threaded-5.16.2_1.txz
*** [patch-depends] Error code 70

Stop in /usr/ports/www/firefox.



--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/starnge-ports-tree-error-perl5-16-non-existent-dependency-list-incomplete-tp5795304p5795590.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
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: starnge ports tree error: perl5.16 non-existent -- dependency list incomplete

2013-03-14 Thread Scot Hetzel
On Thu, Mar 14, 2013 at 9:04 AM, Beeblebrox zap...@berentweb.com wrote:
 Can someone tell me what's going on here? Perl gets installed twice then
 fails because it is not there?
 I have tested with enabling only one of below at-a-time in build-jail's
 make.conf, but no use.
 PERL_VERSION= 5.16  \  #PERL_DEFAULT_VERSION= 5.16  \  #PERL_PORT= perl5.16

 ===   firefox-19.0.2,1 depends on file: /usr/local/sbin/pkg - not found
 ===Verifying install for /usr/local/sbin/pkg in
 /usr/ports/ports-mgmt/pkg
 ===   Installing existing package /usr/ports/packages/All/pkg-1.0.8.txz
 Installing pkg-1.0.8... done
 If you are upgrading from the old package format, first run:

   # pkg2ng
 ===   Returning to build of firefox-19.0.2,1
 ===   firefox-19.0.2,1 depends on file: /usr/local/bin/perl5.16 - not found
 ===Verifying install for /usr/local/bin/perl5.16 in
 /usr/ports/lang/perl5.16

A quick glance at the Makefile for firefox doesn't show a dependency
on perl.  Do you have 'USE_PERL5 defined in your make.conf file(s)?

-- 
DISCLAIMER:

No electrons were maimed while sending this message. Only slightly bruised.
___
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: starnge ports tree error: perl5.16 non-existent -- dependency list incomplete

2013-03-14 Thread Scot Hetzel
On Thu, Mar 14, 2013 at 10:37 AM, Scot Hetzel swhet...@gmail.com wrote:
 On Thu, Mar 14, 2013 at 9:04 AM, Beeblebrox zap...@berentweb.com wrote:
 Can someone tell me what's going on here? Perl gets installed twice then
 fails because it is not there?
 I have tested with enabling only one of below at-a-time in build-jail's
 make.conf, but no use.
 PERL_VERSION= 5.16  \  #PERL_DEFAULT_VERSION= 5.16  \  #PERL_PORT= perl5.16

 ===   firefox-19.0.2,1 depends on file: /usr/local/sbin/pkg - not found
 ===Verifying install for /usr/local/sbin/pkg in
 /usr/ports/ports-mgmt/pkg
 ===   Installing existing package /usr/ports/packages/All/pkg-1.0.8.txz
 Installing pkg-1.0.8... done
 If you are upgrading from the old package format, first run:

   # pkg2ng
 ===   Returning to build of firefox-19.0.2,1
 ===   firefox-19.0.2,1 depends on file: /usr/local/bin/perl5.16 - not found
 ===Verifying install for /usr/local/bin/perl5.16 in
 /usr/ports/lang/perl5.16

 A quick glance at the Makefile for firefox doesn't show a dependency
 on perl.  Do you have 'USE_PERL5 defined in your make.conf file(s)?


Is PERL5 also defined in your make.conf files(s)?

-- 
DISCLAIMER:

No electrons were maimed while sending this message. Only slightly bruised.
___
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: starnge ports tree error: perl5.16 non-existent -- dependency list incomplete

2013-03-14 Thread Beeblebrox
Scot Hi,

No problems in my make.conf, but after your post I checked from host:
make all-depends-list -C www/firefox
/usr/ports/ports-mgmt/pkg
/usr/ports/lang/perl5.16
... etc...

The problem then is in my ports tree..



--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/starnge-ports-tree-error-perl5-16-non-existent-dependency-list-incomplete-tp5795304p5795629.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
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: starnge ports tree error: perl5.16 non-existent -- dependency list incomplete

2013-03-14 Thread Shane Ambler

On 15/03/2013 00:34, Beeblebrox wrote:

Can someone tell me what's going on here? Perl gets installed twice then
fails because it is not there?
I have tested with enabling only one of below at-a-time in build-jail's
make.conf, but no use.
PERL_VERSION= 5.16  \  #PERL_DEFAULT_VERSION= 5.16  \  #PERL_PORT= perl5.16



PERL_PORT uses a two digit version - 5.16
PERL_VERSION should be a three digit version - 5.16.2

My guess is that your entry for PERL_VERSION is not getting updated by 
the perl install as it isn't a grep match.


___
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: starnge ports tree error: perl5.16 non-existent -- dependency list incomplete

2013-03-14 Thread Beeblebrox
@Shane: Hi - Those were mostly debug attempts. Host and buildjail now only
have PERL_VERSION=5.16.2 defined, but Host still shows:
make all-depends-list -C sysutils/hal -  /usr/ports/lang/perl5.16

I just went ahead and re-built Perl with the default options:  PERL_64BITINT 
\  PTHREAD  \  USE_PERL
On Host, I still get the same depends output but not for every port this
time, while poudriere is able to build the packages even which claim perl
dependency. A small exception was x11-toolkits/pango, which was later built
from Host side:

===  Building for pango-1.30.1
gmake  all-recursive
gmake[1]: Entering directory
`/wrkdirs/usr/ports/x11-toolkits/pango/work/pango-1.30.1'
Making all in pango
gmake[2]: Entering directory
`/wrkdirs/usr/ports/x11-toolkits/pango/work/pango-1.30.1/pango'
  GENs-enum-types-h
*env: perl: No such file or directory*
gmake[2]: *** [s-enum-types-h] Error 127
gmake[2]: Leaving directory
`/wrkdirs/usr/ports/x11-toolkits/pango/work/pango-1.30.1/pango'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/wrkdirs/usr/ports/x11-toolkits/pango/work/pango-1.30.1'
gmake: *** [all] Error 2
*** [do-build] Error code 1



--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/starnge-ports-tree-error-perl5-16-non-existent-dependency-list-incomplete-tp5795304p5795762.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
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: starnge ports tree error: perl5.16 non-existent -- dependency list incomplete

2013-03-14 Thread Beeblebrox
And then, immediately after the manual package build and # pkg repo
/path-to/repo, poudriere does this:

Sanity checking the repository
 Deleting /path-to/repo/All/pango-1.30.1.txz: missing dependencies
 Deleting stale symlinks
/path-to/repo/x11-toolkits/pango-1.30.1.txz
/path-to/repo/Latest/pango.txz

WTF!!



--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/starnge-ports-tree-error-perl5-16-non-existent-dependency-list-incomplete-tp5795304p5795763.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
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


starnge ports tree error: perl5.16 non-existent -- dependency list incomplete

2013-03-13 Thread Beeblebrox
Whenever I try to do a make operation from the ports tree, I get below
message.
I have deleted the tree and uploaded a completely new one but I still get
the error. It has no effect with portmaster, but breaks every perl-dependent
port when building in poudriere.
ı also recently switched from BSD_GREP to GNU_GREP in world, as discussed in
the thread about lang/gcc not building. Since then I have re-built lang/perl
also but the error persists.
Host: 10_current-amd64. Perl5.16-threaded
ERR MESSAGE:
Gathering dependency list for port/name from ports
portname: /usr/ports*/lang/lang/*perl5.16 non-existent -- dependency list
incomplete

Thanks



--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/starnge-ports-tree-error-perl5-16-non-existent-dependency-list-incomplete-tp5795304.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
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: starnge ports tree error: perl5.16 non-existent -- dependency list incomplete

2013-03-13 Thread Beeblebrox
Well, turns out it's half-solved. The message no longer shows up in
make-related functions but poudriere just kills the whole deal:
1. poudriere bulk advises:
make: chdir /usr/ports/lang/lang/perl5.16: No such file or directory
 Sanity checking the repository
perl: not found

2. But better yet, it then poudriere proceeds to delete almost every binary
in the repository because missing dependencies, despite setting in
poudriere.conf CHECK_CHANGED_OPTIONS=no






--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/starnge-ports-tree-error-perl5-16-non-existent-dependency-list-incomplete-tp5795304p5795351.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
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: starnge ports tree error: perl5.16 non-existent -- dependency list incomplete

2013-03-13 Thread Beeblebrox
Never mind, I solved it - my mistake...



--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/starnge-ports-tree-error-perl5-16-non-existent-dependency-list-incomplete-tp5795304p5795353.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
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: starnge ports tree error: perl5.16 non-existent -- dependency list incomplete

2013-03-13 Thread Scot Hetzel
On Wed, Mar 13, 2013 at 9:27 AM, Beeblebrox zap...@berentweb.com wrote:
 Well, turns out it's half-solved. The message no longer shows up in
 make-related functions but poudriere just kills the whole deal:
 1. poudriere bulk advises:
 make: chdir /usr/ports/lang/lang/perl5.16: No such file or directory
  Sanity checking the repository
 perl: not found

Looks like poudriere is still mis-configured as it is looking for
/usr/ports/lang/lang/perl5.16 instead of /usr/ports/lang/perl5.16.

-- 
DISCLAIMER:

No electrons were maimed while sending this message. Only slightly bruised.
___
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: starnge ports tree error: perl5.16 non-existent -- dependency list incomplete

2013-03-13 Thread Beeblebrox
@scot: It was due to the second make.conf under /usr/local/poudriere.d that I
had not corrected (while I had corrected /etc/make.conf)




--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/starnge-ports-tree-error-perl5-16-non-existent-dependency-list-incomplete-tp5795304p5795358.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
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: starnge ports tree error: perl5.16 non-existent -- dependency list incomplete

2013-03-13 Thread Beeblebrox
This is just insanity...
devel/libical broke because:

===   Returning to build of libical-0.48
===   libical-0.48 depends on file: /usr/local/bin/perl5.16 - not found
===Verifying install for /usr/local/bin/perl5.16 in
/usr/ports/lang/perl5.16
===   Installing existing package
/usr/ports/packages/All/perl-threaded-5.16.2_1.txz
Installing perl-threaded-5.16.2_1...Removing stale symlinks from /usr/bin...
Skipping /usr/bin/perl
Skipping /usr/bin/perl5
Done.
Creating various symlinks in /usr/bin...
Symlinking /usr/local/bin/perl5.16.2 to /usr/bin/perl
Symlinking /usr/local/bin/perl5.16.2 to /usr/bin/perl5
Done.
Cleaning up /etc/make.conf... Done.
Spamming /etc/make.conf... Done.
 done
===   Returning to build of libical-0.48
===   libical-0.48 depends on file: /usr/local/bin/perl5.16 - not found
===Verifying install for /usr/local/bin/perl5.16 in
/usr/ports/lang/perl5.16
===   Installing existing package
/usr/ports/packages/All/perl-threaded-5.16.2_1.txz
Installing perl-threaded-5.16.2_1...perl-threaded-5.16.2_1 already installed

Failed to install the following 1 package(s):
/usr/ports/packages/All/perl-threaded-5.16.2_1.txz
*** [patch-depends] Error code 70

Stop in /usr/ports/devel/libical.



--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/starnge-ports-tree-error-perl5-16-non-existent-dependency-list-incomplete-tp5795304p5795366.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
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