Re: port upgrade outdated woes continued ... now help2man wont upgrade

2011-03-02 Thread Ryan Schmidt
On Mar 2, 2011, at 03:50, Bill Christensen wrote:
 On Tue, Mar 1, 2011 at 2:48 PM, Ryan Schmidt wrote:
 On Mar 1, 2011, at 12:38, Bill Christensen wrote:
 
  Considering the error: perl module Locale::gettext required, is this 
  essentially fallout of the perl5 discussion currently going on?
 
 Presumably yes. Did you rebuild all your perl modules after upgrading perl? 
 If not, that's the suggested resolution for now.
 
 Saw the rev bump, so just re-updated everything.  No problems this time.  
 Thanks.

Oh good, glad to know rebuilding did solve this. I'll send this reply back to 
the mailing list so others know as well.


___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: port upgrade outdated woes continued ... now help2man wont upgrade

2011-03-01 Thread Bill Christensen
On Sat, Nov 20, 2010 at 2:02 AM, Andrea D'Amore and.dam...@macports.orgwrote:

 On Sat, Nov 20, 2010 at 5:09 AM, Gregory Dodwell gregree...@gmail.com
 wrote:
  port contents p5-locale-gettext
  Port p5-locale-gettext contains:
/opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/Locale/gettext.pm

  /opt/local/bin/perl  'foreach $prefix (@INC) {print $prefix\n;}'
  /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level

 That looks fine.

 Just to reproduce the bug can you run:
  port clean --all help2man
  port selfupdate
  port -d configure help2man

 and paste the part after ---  Configuring help2man line?


I'm looking for solutions for the same problem, and it appears that this is
as far as this thread went.  Maybe you continued off list...

Here's what I get:

---  Configuring help2man
DEBUG: Using compiler 'Mac OS X gcc 4.2'
DEBUG: configure phase started at Tue Mar  1 12:23:53 CST 2011
DEBUG: Executing org.macports.configure (help2man)
DEBUG: Environment: CPATH='/opt/local/include' CFLAGS='-pipe -O2 -arch
x86_64' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-pipe -O2 -arch x86_64'
LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.6'
PERL='/opt/local/bin/perl' CXX='/usr/bin/g++-4.2'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/work/.CC_PRINT_OPTIONS'
F90FLAGS='-pipe -O2 -m64' LDFLAGS='-L/opt/local/lib -arch x86_64'
OBJC='/usr/bin/gcc-4.2' FCFLAGS='-pipe -O2 -m64' INSTALL='/usr/bin/install
-c' OBJCFLAGS='-pipe -O2 -arch x86_64' FFLAGS='-pipe -O2 -m64'
CC_PRINT_OPTIONS='YES' CC='/usr/bin/gcc-4.2'
DEBUG: Assembled command: 'cd
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/work/help2man-1.38.4
 ./configure --prefix=/opt/local --enable-nls'
checking for perl... /opt/local/bin/perl
checking for module Locale::gettext... no
checking for msgfmt... /opt/local/bin/msgfmt
checking for gcc... /usr/bin/gcc-4.2
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc-4.2 accepts -g... yes
checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed
checking for library containing dlsym... none required
checking for library containing bindtextdomain... -lintl
configure: error: perl module Locale::gettext required
shell command  cd
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/work/help2man-1.38.4
 ./configure --prefix=/opt/local --enable-nls  returned error 1
Error: Target org.macports.configure returned: configure failure: shell
command failed (see log for details)
DEBUG: Backtrace: configure failure: shell command failed (see log for
details)
while executing
$procedure $targetname
Warning: the following items did not execute (for help2man):
org.macports.configure
Log for help2man is at:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/main.log
Error: Status 1 encountered during processing.


Considering the error: perl module Locale::gettext required, is this
essentially fallout of the perl5 discussion currently going on?


Thanks for any insights.
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: port upgrade outdated woes continued ... now help2man wont upgrade

2011-03-01 Thread Ryan Schmidt
On Mar 1, 2011, at 12:38, Bill Christensen wrote:

 Considering the error: perl module Locale::gettext required, is this 
 essentially fallout of the perl5 discussion currently going on?

Presumably yes. Did you rebuild all your perl modules after upgrading perl? If 
not, that's the suggested resolution for now.


___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: port upgrade outdated woes continued ... now help2man wont upgrade

2010-11-20 Thread Andrea D'Amore
On Sat, Nov 20, 2010 at 5:09 AM, Gregory Dodwell gregree...@gmail.com wrote:
 port contents p5-locale-gettext
 Port p5-locale-gettext contains:
   /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/Locale/gettext.pm

 /opt/local/bin/perl  'foreach $prefix (@INC) {print $prefix\n;}'
 /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level

That looks fine.

Just to reproduce the bug can you run:
  port clean --all help2man
  port selfupdate
  port -d configure help2man

and paste the part after ---  Configuring help2man line?

 Gregory Dodwell
 gregree...@gmail.com

-- 
Andrea
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: port upgrade outdated woes continued ... now help2man wont upgrade

2010-11-19 Thread Andrea D'Amore
On Fri, Nov 19, 2010 at 8:06 AM, Gregory Dodwell gregree...@gmail.com wrote:
 iMac 7,1 OSX 10.6.5, latest Macports, latest gcc (4.2.1). OSX can't load
 64-bit kernel on this model, as it's an older non pro model.
 Here's the log output:
 version:1

 :debug:main Found Dependency: receipt exists for p5-locale-gettext
 :debug:main Searching for dependency: gettext
 :debug:main Found Dependency: receipt exists for gettext

[…]

 :debug:configure Assembled command: 'cd
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/work/help2man-1.38.2
  ./configure --prefix=/opt/local --enable-nls'
 :info:configure checking for perl... /opt/local/bin/perl
 :info:configure checking for module Locale::gettext... no

Seems configure isn't able to find p5-locale-gettext, I just tried to
configure it and I got:

  checking for perl... /opt/local/bin/perl
  checking for module Locale::gettext... yes

I can't see any difference in my configure line and env apart a '-pipe' option.

Please run the following lines and copy and paste their output:
  port -v installed p5-locale-gettext
  echo $PATH


--
Andrea
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: port upgrade outdated woes continued ... now help2man wont upgrade

2010-11-19 Thread Ryan Schmidt
On Nov 19, 2010, at 01:06, Gregory Dodwell wrote:

 :info:configure configure: error: perl module Locale::gettext required

This problem comes up very frequently. You can have a look in the mailing list 
archives or the issue tracker. I wish we could once and for all figure out why 
this fails for so many people and fix it so it no longer does, but I have no 
idea anymore what's wrong with this software. Sorry.



___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: port upgrade outdated woes continued ... now help2man wont upgrade

2010-11-19 Thread Gregory Dodwell
Andrea, thanks for your prompt reply.

Here's the output for port -v installed p5-locale-gettex command:

The following ports are currently installed:
  p5-locale-gettext @1.05_0
  p5-locale-gettext @1.05_3 (active) platform='darwin 10' archs='x86_64'


And here's my $PATH echoed:

/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/texbin:/usr/X11/bin


the identical command on xterm (as opposed to the OSX Terminal.app):

/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/texbin:/usr/X11/bin:/usr/X11/bin


Ryan, thanks for your suggestion re searching archives. They may be on to
something re cruft in /usr/local/bin
which may or may not be essential to some other installations I have made
previously ...

Thanks again for the prompt replies.

Greg./

Gregory Dodwell
gregree...@gmail.com

On 19 November 2010 20:13, Andrea D'Amore and.dam...@macports.org wrote:

 On Fri, Nov 19, 2010 at 8:06 AM, Gregory Dodwell gregree...@gmail.com
 wrote:
  iMac 7,1 OSX 10.6.5, latest Macports, latest gcc (4.2.1). OSX can't load
  64-bit kernel on this model, as it's an older non pro model.
  Here's the log output:
  version:1

  :debug:main Found Dependency: receipt exists for p5-locale-gettext
  :debug:main Searching for dependency: gettext
  :debug:main Found Dependency: receipt exists for gettext

 […]

  :debug:configure Assembled command: 'cd
 
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/work/help2man-1.38.2
   ./configure --prefix=/opt/local --enable-nls'
  :info:configure checking for perl... /opt/local/bin/perl
  :info:configure checking for module Locale::gettext... no

 Seems configure isn't able to find p5-locale-gettext, I just tried to
 configure it and I got:

  checking for perl... /opt/local/bin/perl
   checking for module Locale::gettext... yes

 I can't see any difference in my configure line and env apart a '-pipe'
 option.

 Please run the following lines and copy and paste their output:
  port -v installed p5-locale-gettext
  echo $PATH


 --
 Andrea

___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: port upgrade outdated woes continued ... now help2man wont upgrade

2010-11-19 Thread Andrea D'Amore
On Fri, Nov 19, 2010 at 12:45 PM, Gregory Dodwell gregree...@gmail.com wrote:
 Here's the output for port -v installed p5-locale-gettex command:
 The following ports are currently installed:
   p5-locale-gettext @1.05_0
   p5-locale-gettext @1.05_3 (active) platform='darwin 10' archs='x86_64'

 And here's my $PATH echoed:
 /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/texbin:/usr/X11/bin

Those look fine, please paste output of:
  port contents p5-locale-gettext
  /opt/local/bin/perl  'foreach $prefix (@INC) { print $prefix\n; }'


-- 
Andrea
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: port upgrade outdated woes continued ... now help2man wont upgrade

2010-11-19 Thread Gregory Dodwell
port contents p5-locale-gettext
Port p5-locale-gettext contains:
  
/opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/auto/Locale/gettext/.packlist
  /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/auto/Locale/gettext/
gettext.bs
  
/opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/auto/Locale/gettext/gettext.bundle
  /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/Locale/gettext.pm
  /opt/local/share/man/man3/Locale::gettext.3pm.gz


/opt/local/bin/perl  'foreach $prefix (@INC) {print $prefix\n;}'
/opt/local/lib/perl5/site_perl/5.8.9/darwin-2level
/opt/local/lib/perl5/site_perl/5.8.9
/opt/local/lib/perl5/site_perl
/opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level
/opt/local/lib/perl5/vendor_perl/5.8.9
/opt/local/lib/perl5/vendor_perl
/opt/local/lib/perl5/5.8.9/darwin-2level
/opt/local/lib/perl5/5.8.9
.

Sorry about the delay, life got in the way ...

Greg./
Gregory Dodwell
gregree...@gmail.com



On 19 November 2010 23:01, Andrea D'Amore and.dam...@macports.org wrote:

 On Fri, Nov 19, 2010 at 12:45 PM, Gregory Dodwell gregree...@gmail.com
 wrote:
  Here's the output for port -v installed p5-locale-gettex command:
  The following ports are currently installed:
p5-locale-gettext @1.05_0
p5-locale-gettext @1.05_3 (active) platform='darwin 10' archs='x86_64'

  And here's my $PATH echoed:
 
 /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/texbin:/usr/X11/bin

 Those look fine, please paste output of:
  port contents p5-locale-gettext
  /opt/local/bin/perl  'foreach $prefix (@INC) { print $prefix\n; }'


 --
 Andrea

___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


port upgrade outdated woes continued ... now help2man wont upgrade

2010-11-18 Thread Gregory Dodwell
iMac 7,1 OSX 10.6.5, latest Macports, latest gcc (4.2.1). OSX can't load
64-bit kernel on this model, as it's an older non pro model.

Here's the log output:
version:1
:msg:main ---  Computing dependencies for help2man:info:main .:debug:main
Searching for dependency: perl5
:debug:main Found Dependency: receipt exists for perl5
:debug:main Searching for dependency: p5-locale-gettext
:debug:main Found Dependency: receipt exists for p5-locale-gettext
:debug:main Searching for dependency: gettext
:debug:main Found Dependency: receipt exists for gettext
:debug:main Searching for dependency: libiconv
:debug:main Found Dependency: receipt exists for libiconv
:msg:main
:debug:main Executing org.macports.main (help2man)
:debug:main Skipping completed org.macports.fetch (help2man)
:debug:main Skipping completed org.macports.checksum (help2man)
:debug:main Skipping completed org.macports.extract (help2man)
:debug:main Skipping completed org.macports.patch (help2man)
:msg:main ---  Configuring help2man
:debug:main Using compiler 'Mac OS X gcc 4.2'
:debug:configure configure phase started at Fri Nov 19 17:57:31 EST 2010
:debug:configure Executing org.macports.configure (help2man)
:debug:configure Environment: CPATH='/opt/local/include' CFLAGS='-O2 -arch
x86_64' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-O2 -arch x86_64'
LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.6'
PERL='/opt/local/bin/perl' CXX='/usr/bin/g++-4.2'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/work/.CC_PRINT_OPTIONS'
F90FLAGS='-O2 -m64' LDFLAGS='-L/opt/local/lib -arch x86_64'
OBJC='/usr/bin/gcc-4.2' FCFLAGS='-O2 -m64' INSTALL='/usr/bin/install -c'
OBJCFLAGS='-O2 -arch x86_64' FFLAGS='-O2 -m64' CC_PRINT_OPTIONS='YES'
CC='/usr/bin/gcc-4.2'
:debug:configure Assembled command: 'cd
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/work/help2man-1.38.2
 ./configure --prefix=/opt/local --enable-nls'
:info:configure checking for perl... /opt/local/bin/perl
:info:configure checking for module Locale::gettext... no
:info:configure checking for msgfmt... /opt/local/bin/msgfmt
:info:configure checking for gcc... /usr/bin/gcc-4.2
:info:configure checking whether the C compiler works... yes
:info:configure checking for C compiler default output file name... a.out
:info:configure checking for suffix of executables...
:info:configure checking whether we are cross compiling... no
:info:configure checking for suffix of object files... o
:info:configure checking whether we are using the GNU C compiler... yes
:info:configure checking whether /usr/bin/gcc-4.2 accepts -g... yes
:info:configure checking for /usr/bin/gcc-4.2 option to accept ISO C89...
none needed
:info:configure checking for library containing dlsym... none required
:info:configure checking for library containing bindtextdomain... -lintl
:info:configure configure: error: perl module Locale::gettext required
:info:configure shell command  cd
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/work/help2man-1.38.2
 ./configure --prefix=/opt/local --enable-nls  returned error 1
:error:configure Target org.macports.configure returned: configure failure:
shell command failed (see log for details)
:debug:configure Backtrace: configure failure: shell command failed (see log
for details)
while executing
$procedure $targetname
:info:configure Warning: the following items did not execute (for help2man):
org.macports.destroot org.macports.configure org.macports.build
:notice:configure Log for help2man is at:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/main.log


Thanks in advance for your help.

Greg./

gregree...@gmail.com
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users