Re: apr-gdbm-db42 upgrade conflicting with libtool

2009-08-20 Thread David Southwell
 Troy wrote:
  David Southwell wrote:
  Troy wrote:
  Updated all ports to python 26 and the problem still exists:
 
  pkg_info|grep py
  boost-python-libs-1.39.0 Framework for interfacing Python and C++
  p5-Clone-0.31   Clone - recursively copy Perl datatypes
  py26-dbus-0.83.0_1  Python bindings for the D-BUS messaging system
  py26-elementtree-1.2.6_1 Container for hierarchical data structures
  written in Pytho
  py26-sip-4.8.2,1Python to C and C++ bindings generator
  py26-xml-0.8.4_2PyXML: Python XML library enhancements
  python26-2.6.2_1An interpreted object-oriented programming
  language
  ruby18-bdb-0.6.5_1  Ruby interface to Sleepycat's Berkeley DB revision
  2 or lat
  xdpyinfo-1.0.3  Display information utility for X
 
  checking for stdint.h... yes
  checking for unistd.h... yes
  checking minix/config.h usability... no
  checking minix/config.h presence... no
  checking for minix/config.h... no
  checking whether it is safe to define __EXTENSIONS__... yes
  checking for library containing strerror... none required
  checking whether system uses EBCDIC... no
  performing libtool configuration...
  ./configure: 9753: Syntax error: word unexpected (expecting ))
  *** Error code 2
 
  Stop in /usr/ports/devel/apr.
  *** Error code 1
 
  Stop in /usr/ports/devel/apr.
  *** Error code 1
 
  Stop in /usr/ports/devel/apr.
  ** Command failed [exit code 1]: /usr/bin/script -qa
  /tmp/portinstall20090810-73192-8x2jso-0 env make reinstall
  ** Fix the installation problem and try again.
  ** Listing the failed packages (-:ignored / *:skipped / !:failed)
 ! devel/apr (install error)
 
 
  FreeBSD somedomain 7.2-STABLE FreeBSD 7.2-STABLE #0: Sat May 23
  10:45:33 CDT 2009 some...@domain /usr/obj/usr/src/sys/kernel
  amd64
 
  Any thoughts?
 
  -Troy
 
  ___
  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
 
  Just to add to this the following warnings came up when trying to build
  apr.  I also deinstalled libtool and it installs just fine.   I also
  researched these errors and someone said it was related to gettext. I
  reinstalled it just to be safe and still it did not change the outcome.
 
 
  Copying libtool helper files ...
  buildconf: Using libtool.m4 at /usr/local/share/aclocal/libtool.m4.
  Creating include/arch/unix/apr_private.h.in ...
  configure.in:190: warning: LTOPTIONS_VERSION is m4_require'd but not
  m4_defun'd
  build/libtool.m4:67: LT_INIT is expanded from...
  build/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
  configure.in:190: the top level
  configure.in:190: warning: LTSUGAR_VERSION is m4_require'd but not
  m4_defun'd
  configure.in:190: warning: LTVERSION_VERSION is m4_require'd but not
  m4_defun'd
  configure.in:190: warning: LTOBSOLETE_VERSION is m4_require'd but not
  m4_defun'd
  Creating configure ...
  configure.in:190: warning: LTOPTIONS_VERSION is m4_require'd but not
  m4_defun'd
  build/libtool.m4:67: LT_INIT is expanded from...
  build/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
  configure.in:190: the top level
  configure.in:190: warning: LTSUGAR_VERSION is m4_require'd but not
  m4_defun'd
  configure.in:190: warning: LTVERSION_VERSION is m4_require'd but not
  m4_defun'd
  configure.in:190: warning: LTOBSOLETE_VERSION is m4_require'd but not
  m4_defun'd
  configure:9755: error: possibly undefined macro: m4_ifval
If this token and others are legitimate, please use
  m4_pattern_allow.
See the Autoconf documentation.
  configure:12392: error: possibly undefined macro: _LT_SET_OPTIONS
  configure:12392: error: possibly undefined macro: LT_INIT
 
  did you apply the following in updating??
 
  20090608:
AFFECTS: users of lang/python* and py-*
AUTHOR: m...@freebsd.org
 
The default version of Python has been changed from 2.5.x to 2.6.x.
If you have 2.5.x installed, perform an upgrade of lang/python25 to
lang/python26 with one of the following commands:
 
If using portupgrade:
# portupgrade -o lang/python26 lang/python25
 
If using portmaster:
# portmaster -o lang/python26 lang/python25
 
If you want to retain 2.5.x as default Python version, set the
PYTHON_DEFAULT_VERSION variable to 'python2.5' (without quotes) in
/etc/make.conf, then go to lang/python and perform the following
command:
 
# portupgrade -R python
 
Once the installed Python has been updated to 2.6, by using the
method above, it is required to run the upgrade-site-packages
  target in
lang/python to assure that site-packages are made available to the new
Python version.
 
If using portupgrade:
# cd /usr/ports/lang/python  make upgrade-site-packages
 
If using portmaster:
# cd /usr/ports/lang/python  make upgrade-site-packages
  -DUSE_PORTMASTER
 
The portmaster case can 

Re: apr-gdbm-db42 upgrade conflicting with libtool

2009-08-12 Thread Mel Flynn
On Tuesday 04 August 2009 08:10:53 N.J. Mann wrote:
 In message 20090803155055.ga31...@titania.njm.me.uk,

   N.J. Mann (n...@njm.me.uk) wrote:
  In message 20090803125519.ga60...@twisted.net,
 
  Troy (t...@twisted.net) wrote:
   I was trying to upgrade apr-gdbm-db42-1.3.6.1.3.8 to 1.3.7.1.3.8 and
   ran into the following error.  My libtool was just upgraded to
   libtool-2.2.6a so there may be a conflict there.  Anyone have ideas?
  
  
   checking minix/config.h usability... no
   checking minix/config.h presence... no
   checking for minix/config.h... no
   checking whether it is safe to define __EXTENSIONS__... yes
   checking for library containing strerror... none required
   checking whether system uses EBCDIC... no
   performing libtool configuration...
   ./configure: 9753: Syntax error: word unexpected (expecting ))
   *** Error code 2
  
   Stop in /usr/ports/devel/apr.
   *** Error code 1
  
   Stop in /usr/ports/devel/apr.
 
  I am also having problems updating devel/apr.  In my case it gets past
  the configure stage and fails during the compile stage:
 
  %
 
  ===  Building for apr-gdbm-db43-1.3.7.1.3.8
  cd /usr/ports.workdir/usr/ports/devel/apr/work/apr-1.3.7; /usr/bin/env
  TMPDIR=/home/njm/tmp TMPDIR=/home/njm/tmp SHELL=/bin/sh NO_LINT=YES
  ACLOCAL=/usr/local/bin/aclocal-1.9 AUTOMAKE=/usr/local/bin/automake-1.9
  AUTOMAKE_VERSION=19 AUTOCONF=/usr/local/bin/autoconf-2.62
  AUTOHEADER=/usr/local/bin/autoheader-2.62
  AUTOIFNAMES=/usr/local/bin/ifnames-2.62
  AUTOM4TE=/usr/local/bin/autom4te-2.62
  AUTORECONF=/usr/local/bin/autoreconf-2.62
  AUTOSCAN=/usr/local/bin/autoscan-2.62
  AUTOUPDATE=/usr/local/bin/autoupdate-2.62 AUTOCONF_VERSION=262
  LIBTOOL=/usr/local/bin/libtool LIBTOOLIZE=/usr/local/bin/libtoolize
  LIBTOOL_M4=/usr/local/share/aclocal/libtool.m4 PREFIX=/usr/local 
  LOCALBASE=/usr/local X11BASE=/usr/local  MOTIFLIB=-L/usr/local/lib -lXm
  -lXp LIBDIR=/usr/lib  CC=cc CFLAGS=-O2 -fno-strict-aliasing -pipe
  CXX=c++ CXXFLAGS=-O2 -fno-strict-aliasing -pipe 
  MANPREFIX=/usr/local BSD_INSTALL_PROGRAM=install  -s  -m 555 
  BSD_INSTALL_SCRIPT=install   -m 555  BSD_INSTALL_DATA=install   -m
  444  BSD_INSTALL_ MAN=install   -m 444 /usr/bin/make
  /bin/sh /libtool --silent --mode=compile cc   -O2 -fno-strict-aliasing
  -pipe -DHAVE_CONFIG_H-I./include
  -I/usr/ports.workdir/usr/ports/devel/apr/work/apr-1.3.7/include/arch/unix
  -I./include/arch/unix
  -I/usr/ports.workdir/usr/ports/devel/apr/work/apr-1.3.7/include/arch/unix
  -I/usr/ports.workdir/usr/ports/devel/apr/work/apr-1.3.7/include  -o
  passwd/apr_getpass.lo -c passwd/apr_getpass.c  touch
  passwd/apr_getpass.lo

   ^

 This is the why it fails.  In the relevant makefile this is actually:

 ./build/apr_rules.mk:38:LIBTOOL=$(SHELL) $(top_builddir)/libtool

 but  top_buildir  is not defined anywhere in the makefiles.  If I set it
 then everything works.  If I change the line above to use  top_blddir
 instead of  top_builddir  it works.

 So, why isn't it defined?  I looked through the config files - I know
 nothing about autoconf, automake, c., and found:

 ./config.log:17410:LIBTOOL='$(SHELL) $(top_builddir)/libtool'
 ./config.log:17611:top_builddir='/usr/ports.workdir/usr/ports/devel/apr/wor
k/apr-1.3.7'

Just got bitten by this too, amd64, 6.x in a jail, clean environment. I traced
it to building as normal user, root works. The tell tale is this:
buildconf: Using libtool.m4 at /usr/local/share/aclocal/libtool.m4.
./buildconf: cannot create build/libtool.m4: Permission denied

As a result, configure works with the provided libtool.m4 and things go
downhill from there.
The provided libtool.m4 is installed by libtoolize with 444 permissions. Thus:
cat $ltfile | sed -e 's/LIBTOOL=\(.*\)top_build/LIBTOOL=\1apr_build/'  \
build/libtool.m4

fails for a normal user. The patch below sig fixes the issue.
-- 
Mel

--- /dev/null   2009-08-12 08:33:00.0 -0800
+++ devel/apr/files/patch-buildconf 2009-08-12 08:32:46.0 -0800
@@ -0,0 +1,11 @@
+--- apr-1.3.8/buildconf.orig2009-08-12 08:28:47.0 -0800
 apr-1.3.8/buildconf 2009-08-12 08:31:45.0 -0800
+@@ -71,6 +71,7 @@
+
+ echo buildconf: Using libtool.m4 at ${ltfile}.
+
++rm -f build/libtool.m4
+ cat $ltfile | sed -e 's/LIBTOOL=\(.*\)top_build/LIBTOOL=\1apr_build/'  
build/libtool.m4
+
+ # libtool.m4 from 1.6 requires ltsugar.m4
+

___
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: apr-gdbm-db42 upgrade conflicting with libtool

2009-08-12 Thread N.J. Mann
In message 200908120851.14642.mel.flynn+fbsd.po...@mailing.thruhere.net,
Mel Flynn (mel.flynn+fbsd.po...@mailing.thruhere.net) wrote:
 
 Just got bitten by this too, amd64, 6.x in a jail, clean environment. I traced
 it to building as normal user, root works. The tell tale is this:
 buildconf: Using libtool.m4 at /usr/local/share/aclocal/libtool.m4.
 ./buildconf: cannot create build/libtool.m4: Permission denied
 
 As a result, configure works with the provided libtool.m4 and things go
 downhill from there.
 The provided libtool.m4 is installed by libtoolize with 444 permissions. Thus:
 cat $ltfile | sed -e 's/LIBTOOL=\(.*\)top_build/LIBTOOL=\1apr_build/'  \
   build/libtool.m4
 
 fails for a normal user. The patch below sig fixes the issue.

Your patch fixes it for me.

Many thanks.


Cheers,
   Nick.
-- 

___
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: apr-gdbm-db42 upgrade conflicting with libtool

2009-08-11 Thread David Southwell
 Troy wrote:
  Updated all ports to python 26 and the problem still exists:
 
  pkg_info|grep py
  boost-python-libs-1.39.0 Framework for interfacing Python and C++
  p5-Clone-0.31   Clone - recursively copy Perl datatypes
  py26-dbus-0.83.0_1  Python bindings for the D-BUS messaging system
  py26-elementtree-1.2.6_1 Container for hierarchical data structures
  written in Pytho
  py26-sip-4.8.2,1Python to C and C++ bindings generator
  py26-xml-0.8.4_2PyXML: Python XML library enhancements
  python26-2.6.2_1An interpreted object-oriented programming language
  ruby18-bdb-0.6.5_1  Ruby interface to Sleepycat's Berkeley DB revision
  2 or lat
  xdpyinfo-1.0.3  Display information utility for X
 
  checking for stdint.h... yes
  checking for unistd.h... yes
  checking minix/config.h usability... no
  checking minix/config.h presence... no
  checking for minix/config.h... no
  checking whether it is safe to define __EXTENSIONS__... yes
  checking for library containing strerror... none required
  checking whether system uses EBCDIC... no
  performing libtool configuration...
  ./configure: 9753: Syntax error: word unexpected (expecting ))
  *** Error code 2
 
  Stop in /usr/ports/devel/apr.
  *** Error code 1
 
  Stop in /usr/ports/devel/apr.
  *** Error code 1
 
  Stop in /usr/ports/devel/apr.
  ** Command failed [exit code 1]: /usr/bin/script -qa
  /tmp/portinstall20090810-73192-8x2jso-0 env make reinstall
  ** Fix the installation problem and try again.
  ** Listing the failed packages (-:ignored / *:skipped / !:failed)
 ! devel/apr (install error)
 
 
  FreeBSD somedomain 7.2-STABLE FreeBSD 7.2-STABLE #0: Sat May 23
  10:45:33 CDT 2009 some...@domain /usr/obj/usr/src/sys/kernel  amd64
 
  Any thoughts?
 
  -Troy
 
  ___
  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

 Just to add to this the following warnings came up when trying to build
 apr.  I also deinstalled libtool and it installs just fine.   I also
 researched these errors and someone said it was related to gettext. I
 reinstalled it just to be safe and still it did not change the outcome.


 Copying libtool helper files ...
 buildconf: Using libtool.m4 at /usr/local/share/aclocal/libtool.m4.
 Creating include/arch/unix/apr_private.h.in ...
 configure.in:190: warning: LTOPTIONS_VERSION is m4_require'd but not
 m4_defun'd
 build/libtool.m4:67: LT_INIT is expanded from...
 build/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
 configure.in:190: the top level
 configure.in:190: warning: LTSUGAR_VERSION is m4_require'd but not
 m4_defun'd
 configure.in:190: warning: LTVERSION_VERSION is m4_require'd but not
 m4_defun'd
 configure.in:190: warning: LTOBSOLETE_VERSION is m4_require'd but not
 m4_defun'd
 Creating configure ...
 configure.in:190: warning: LTOPTIONS_VERSION is m4_require'd but not
 m4_defun'd
 build/libtool.m4:67: LT_INIT is expanded from...
 build/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
 configure.in:190: the top level
 configure.in:190: warning: LTSUGAR_VERSION is m4_require'd but not
 m4_defun'd
 configure.in:190: warning: LTVERSION_VERSION is m4_require'd but not
 m4_defun'd
 configure.in:190: warning: LTOBSOLETE_VERSION is m4_require'd but not
 m4_defun'd
 configure:9755: error: possibly undefined macro: m4_ifval
   If this token and others are legitimate, please use m4_pattern_allow.
   See the Autoconf documentation.
 configure:12392: error: possibly undefined macro: _LT_SET_OPTIONS
 configure:12392: error: possibly undefined macro: LT_INIT
did you apply the following in updating??

20090608:
  AFFECTS: users of lang/python* and py-*
  AUTHOR: m...@freebsd.org

  The default version of Python has been changed from 2.5.x to 2.6.x.
  If you have 2.5.x installed, perform an upgrade of lang/python25 to
  lang/python26 with one of the following commands:

  If using portupgrade:
  # portupgrade -o lang/python26 lang/python25

  If using portmaster:
  # portmaster -o lang/python26 lang/python25

  If you want to retain 2.5.x as default Python version, set the
  PYTHON_DEFAULT_VERSION variable to 'python2.5' (without quotes) in
  /etc/make.conf, then go to lang/python and perform the following
  command:

  # portupgrade -R python

  Once the installed Python has been updated to 2.6, by using the
  method above, it is required to run the upgrade-site-packages target in
  lang/python to assure that site-packages are made available to the new
  Python version.

  If using portupgrade:
  # cd /usr/ports/lang/python  make upgrade-site-packages

  If using portmaster:
  # cd /usr/ports/lang/python  make upgrade-site-packages -DUSE_PORTMASTER

  The portmaster case can take quite some time to complete due to the lack of
  cached information that the portupgrade suite uses (specifically pkg_which).
  This is not the 

Re: apr-gdbm-db42 upgrade conflicting with libtool

2009-08-11 Thread Troy

David Southwell wrote:

Troy wrote:


Updated all ports to python 26 and the problem still exists:

pkg_info|grep py
boost-python-libs-1.39.0 Framework for interfacing Python and C++
p5-Clone-0.31   Clone - recursively copy Perl datatypes
py26-dbus-0.83.0_1  Python bindings for the D-BUS messaging system
py26-elementtree-1.2.6_1 Container for hierarchical data structures
written in Pytho
py26-sip-4.8.2,1Python to C and C++ bindings generator
py26-xml-0.8.4_2PyXML: Python XML library enhancements
python26-2.6.2_1An interpreted object-oriented programming language
ruby18-bdb-0.6.5_1  Ruby interface to Sleepycat's Berkeley DB revision
2 or lat
xdpyinfo-1.0.3  Display information utility for X

checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking whether system uses EBCDIC... no
performing libtool configuration...
./configure: 9753: Syntax error: word unexpected (expecting ))
*** Error code 2

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

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

Stop in /usr/ports/devel/apr.
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portinstall20090810-73192-8x2jso-0 env make reinstall
** Fix the installation problem and try again.
** Listing the failed packages (-:ignored / *:skipped / !:failed)
   ! devel/apr (install error)


FreeBSD somedomain 7.2-STABLE FreeBSD 7.2-STABLE #0: Sat May 23
10:45:33 CDT 2009 some...@domain /usr/obj/usr/src/sys/kernel  amd64

Any thoughts?

-Troy

___
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
  

Just to add to this the following warnings came up when trying to build
apr.  I also deinstalled libtool and it installs just fine.   I also
researched these errors and someone said it was related to gettext. I
reinstalled it just to be safe and still it did not change the outcome.


Copying libtool helper files ...
buildconf: Using libtool.m4 at /usr/local/share/aclocal/libtool.m4.
Creating include/arch/unix/apr_private.h.in ...
configure.in:190: warning: LTOPTIONS_VERSION is m4_require'd but not
m4_defun'd
build/libtool.m4:67: LT_INIT is expanded from...
build/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
configure.in:190: the top level
configure.in:190: warning: LTSUGAR_VERSION is m4_require'd but not
m4_defun'd
configure.in:190: warning: LTVERSION_VERSION is m4_require'd but not
m4_defun'd
configure.in:190: warning: LTOBSOLETE_VERSION is m4_require'd but not
m4_defun'd
Creating configure ...
configure.in:190: warning: LTOPTIONS_VERSION is m4_require'd but not
m4_defun'd
build/libtool.m4:67: LT_INIT is expanded from...
build/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
configure.in:190: the top level
configure.in:190: warning: LTSUGAR_VERSION is m4_require'd but not
m4_defun'd
configure.in:190: warning: LTVERSION_VERSION is m4_require'd but not
m4_defun'd
configure.in:190: warning: LTOBSOLETE_VERSION is m4_require'd but not
m4_defun'd
configure:9755: error: possibly undefined macro: m4_ifval
  If this token and others are legitimate, please use m4_pattern_allow.
  See the Autoconf documentation.
configure:12392: error: possibly undefined macro: _LT_SET_OPTIONS
configure:12392: error: possibly undefined macro: LT_INIT


did you apply the following in updating??

20090608:
  AFFECTS: users of lang/python* and py-*
  AUTHOR: m...@freebsd.org

  The default version of Python has been changed from 2.5.x to 2.6.x.
  If you have 2.5.x installed, perform an upgrade of lang/python25 to
  lang/python26 with one of the following commands:

  If using portupgrade:
  # portupgrade -o lang/python26 lang/python25

  If using portmaster:
  # portmaster -o lang/python26 lang/python25

  If you want to retain 2.5.x as default Python version, set the
  PYTHON_DEFAULT_VERSION variable to 'python2.5' (without quotes) in
  /etc/make.conf, then go to lang/python and perform the following
  command:

  # portupgrade -R python

  Once the installed Python has been updated to 2.6, by using the
  method above, it is required to run the upgrade-site-packages target in
  lang/python to assure that site-packages are made available to the new
  Python version.

  If using portupgrade:
  # cd /usr/ports/lang/python  make upgrade-site-packages

  If using portmaster:
  # cd /usr/ports/lang/python  make upgrade-site-packages -DUSE_PORTMASTER

  The portmaster case can take quite some time to complete due to the lack of
  cached information that the portupgrade suite uses (specifically pkg_which).
  This is not the fault of portmaster.
  
I removed the old versions and installed the new versions from 

Re: apr-gdbm-db42 upgrade conflicting with libtool

2009-08-11 Thread Troy

Troy wrote:

David Southwell wrote:

Troy wrote:
   

Updated all ports to python 26 and the problem still exists:

pkg_info|grep py
boost-python-libs-1.39.0 Framework for interfacing Python and C++
p5-Clone-0.31   Clone - recursively copy Perl datatypes
py26-dbus-0.83.0_1  Python bindings for the D-BUS messaging system
py26-elementtree-1.2.6_1 Container for hierarchical data structures
written in Pytho
py26-sip-4.8.2,1Python to C and C++ bindings generator
py26-xml-0.8.4_2PyXML: Python XML library enhancements
python26-2.6.2_1An interpreted object-oriented programming 
language

ruby18-bdb-0.6.5_1  Ruby interface to Sleepycat's Berkeley DB revision
2 or lat
xdpyinfo-1.0.3  Display information utility for X

checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking whether system uses EBCDIC... no
performing libtool configuration...
./configure: 9753: Syntax error: word unexpected (expecting ))
*** Error code 2

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

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

Stop in /usr/ports/devel/apr.
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portinstall20090810-73192-8x2jso-0 env make reinstall
** Fix the installation problem and try again.
** Listing the failed packages (-:ignored / *:skipped / !:failed)
   ! devel/apr (install error)


FreeBSD somedomain 7.2-STABLE FreeBSD 7.2-STABLE #0: Sat May 23
10:45:33 CDT 2009 some...@domain /usr/obj/usr/src/sys/kernel  
amd64


Any thoughts?

-Troy

___
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
  

Just to add to this the following warnings came up when trying to build
apr.  I also deinstalled libtool and it installs just fine.   I also
researched these errors and someone said it was related to gettext. I
reinstalled it just to be safe and still it did not change the outcome.


Copying libtool helper files ...
buildconf: Using libtool.m4 at /usr/local/share/aclocal/libtool.m4.
Creating include/arch/unix/apr_private.h.in ...
configure.in:190: warning: LTOPTIONS_VERSION is m4_require'd but not
m4_defun'd
build/libtool.m4:67: LT_INIT is expanded from...
build/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
configure.in:190: the top level
configure.in:190: warning: LTSUGAR_VERSION is m4_require'd but not
m4_defun'd
configure.in:190: warning: LTVERSION_VERSION is m4_require'd but not
m4_defun'd
configure.in:190: warning: LTOBSOLETE_VERSION is m4_require'd but not
m4_defun'd
Creating configure ...
configure.in:190: warning: LTOPTIONS_VERSION is m4_require'd but not
m4_defun'd
build/libtool.m4:67: LT_INIT is expanded from...
build/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
configure.in:190: the top level
configure.in:190: warning: LTSUGAR_VERSION is m4_require'd but not
m4_defun'd
configure.in:190: warning: LTVERSION_VERSION is m4_require'd but not
m4_defun'd
configure.in:190: warning: LTOBSOLETE_VERSION is m4_require'd but not
m4_defun'd
configure:9755: error: possibly undefined macro: m4_ifval
  If this token and others are legitimate, please use 
m4_pattern_allow.

  See the Autoconf documentation.
configure:12392: error: possibly undefined macro: _LT_SET_OPTIONS
configure:12392: error: possibly undefined macro: LT_INIT


did you apply the following in updating??

20090608:
  AFFECTS: users of lang/python* and py-*
  AUTHOR: m...@freebsd.org

  The default version of Python has been changed from 2.5.x to 2.6.x.
  If you have 2.5.x installed, perform an upgrade of lang/python25 to
  lang/python26 with one of the following commands:

  If using portupgrade:
  # portupgrade -o lang/python26 lang/python25

  If using portmaster:
  # portmaster -o lang/python26 lang/python25

  If you want to retain 2.5.x as default Python version, set the
  PYTHON_DEFAULT_VERSION variable to 'python2.5' (without quotes) in
  /etc/make.conf, then go to lang/python and perform the following
  command:

  # portupgrade -R python

  Once the installed Python has been updated to 2.6, by using the
  method above, it is required to run the upgrade-site-packages 
target in

  lang/python to assure that site-packages are made available to the new
  Python version.

  If using portupgrade:
  # cd /usr/ports/lang/python  make upgrade-site-packages

  If using portmaster:
  # cd /usr/ports/lang/python  make upgrade-site-packages 
-DUSE_PORTMASTER


  The portmaster case can take quite some time to complete due to the 
lack of
  cached information that the portupgrade suite uses (specifically 
pkg_which).

  This is not the fault of portmaster.
  
I removed the old versions and installed 

Re: apr-gdbm-db42 upgrade conflicting with libtool

2009-08-11 Thread David Southwell


Can you please
email me lines 9750-9759
from your file:
/usr/local/share/libtool/libltdl/configure
I want to see what error is being reported.

The reported error does not seem to reflect the content of my libtdl/configure 
at that line number

 ./configure: 9753: Syntax error: word unexpected (expecting ))
David
___
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: apr-gdbm-db42 upgrade conflicting with libtool

2009-08-10 Thread David Southwell
 Philip M. Gollucci wrote:
  David Southwell wrote:
  may be I have a clue but am not certain which step was responsible
  for finally getting apr to compile so I am going through what I did
  in the hope it may help I cannot guarantee I have remembered
  everything because it was spread over many hours whilst doing many
  other tasks!!
  1. I revisited UPDATING and found I had skipped: 20090802:
AFFECTS: users of devel/libtool15 and devel/libltdl15
AUTHOR: m...@freebsd.org
 
The devel/libtool15 and devel/libltdl15 ports have been moved to
  libtool22
and libltdl22 respectively then updated to 2.2.6a. You will need to
  run
portmaster or portupgrade to properly perform the upgrade:
 
  and followed the instructions there.
  2. I did portupgrade -af
 
  3. I then deinstalled devel/apr.
 
  4. I deinstalled and recompiled python2.6
 
  5. I then recompiled devel/apr and voila!!
 
  david
 
  This makes 100% sense.  I'm still betting that troy is having libtool
  issues too.

 Guys,

 You were right. I am still having problems.  Just one point here. I am
 running the amd64 kernel and I'm on 7.2 Stable.

 I deinstalled libtool and reinstalled it.  I am using python 2.5, I
 deinstalled it and reinstalled it.

 These are the ports that are installed:
 libtool-2.2.6a  Generic shared library support script

 pkg_info|grep python
 boost-python-libs-1.39.0 Framework for interfacing Python and C++
 python24-2.4.5_4An interpreted object-oriented programming language
 python25-2.5.4_2An interpreted object-oriented programming language


 I then tried to install devel/apr and viola here are the problems below:

 checking for strings.h... yes
 checking for inttypes.h... yes
 checking for stdint.h... yes
 checking for unistd.h... yes
 checking minix/config.h usability... no
 checking minix/config.h presence... no
 checking for minix/config.h... no
 checking whether it is safe to define __EXTENSIONS__... yes
 checking for library containing strerror... none required
 checking whether system uses EBCDIC... no
 performing libtool configuration...
 ./configure: 9753: Syntax error: word unexpected (expecting ))
 *** Error code 2

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

 Stop in /usr/ports/devel/apr.

 Thoughts?

 -Troy
Can you please post output of pkg_info |grep py
David
___
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: apr-gdbm-db42 upgrade conflicting with libtool

2009-08-10 Thread Troy

David Southwell wrote:

Philip M. Gollucci wrote:


David Southwell wrote:
  

may be I have a clue but am not certain which step was responsible
for finally getting apr to compile so I am going through what I did
in the hope it may help I cannot guarantee I have remembered
everything because it was spread over many hours whilst doing many
other tasks!!
1. I revisited UPDATING and found I had skipped: 20090802:
  AFFECTS: users of devel/libtool15 and devel/libltdl15
  AUTHOR: m...@freebsd.org

  The devel/libtool15 and devel/libltdl15 ports have been moved to
libtool22
  and libltdl22 respectively then updated to 2.2.6a. You will need to
run
  portmaster or portupgrade to properly perform the upgrade:

and followed the instructions there.
2. I did portupgrade -af

3. I then deinstalled devel/apr.

4. I deinstalled and recompiled python2.6

5. I then recompiled devel/apr and voila!!

david


This makes 100% sense.  I'm still betting that troy is having libtool
issues too.
  

Guys,

You were right. I am still having problems.  Just one point here. I am
running the amd64 kernel and I'm on 7.2 Stable.

I deinstalled libtool and reinstalled it.  I am using python 2.5, I
deinstalled it and reinstalled it.

These are the ports that are installed:
libtool-2.2.6a  Generic shared library support script

pkg_info|grep python
boost-python-libs-1.39.0 Framework for interfacing Python and C++
python24-2.4.5_4An interpreted object-oriented programming language
python25-2.5.4_2An interpreted object-oriented programming language


I then tried to install devel/apr and viola here are the problems below:

checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking whether system uses EBCDIC... no
performing libtool configuration...
./configure: 9753: Syntax error: word unexpected (expecting ))
*** Error code 2

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

Stop in /usr/ports/devel/apr.

Thoughts?

-Troy


Can you please post output of pkg_info |grep py
David
  

boost-python-libs-1.39.0 Framework for interfacing Python and C++
p5-Clone-0.31   Clone - recursively copy Perl datatypes
py25-dbus-0.83.0_1  Python bindings for the D-BUS messaging system
py25-elementtree-1.2.6_1 Container for hierarchical data structures 
written in Pytho

py25-sip-4.8.2,1Python to C and C++ bindings generator
py25-xml-0.8.4_2PyXML: Python XML library enhancements
python24-2.4.5_4An interpreted object-oriented programming language
python25-2.5.4_2An interpreted object-oriented programming language
ruby18-bdb-0.6.5_1  Ruby interface to Sleepycat's Berkeley DB revision 2 
or lat

xdpyinfo-1.0.3  Display information utility for X

___
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: apr-gdbm-db42 upgrade conflicting with libtool

2009-08-10 Thread David Southwell
 David Southwell wrote:
  Philip M. Gollucci wrote:
  David Southwell wrote:
  may be I have a clue but am not certain which step was responsible
  for finally getting apr to compile so I am going through what I did
  in the hope it may help I cannot guarantee I have remembered
  everything because it was spread over many hours whilst doing many
  other tasks!!
  1. I revisited UPDATING and found I had skipped: 20090802:
AFFECTS: users of devel/libtool15 and devel/libltdl15
AUTHOR: m...@freebsd.org
 
The devel/libtool15 and devel/libltdl15 ports have been moved to
  libtool22
and libltdl22 respectively then updated to 2.2.6a. You will need to
  run
portmaster or portupgrade to properly perform the upgrade:
 
  and followed the instructions there.
  2. I did portupgrade -af
 
  3. I then deinstalled devel/apr.
 
  4. I deinstalled and recompiled python2.6
 
  5. I then recompiled devel/apr and voila!!
 
  david
 
  This makes 100% sense.  I'm still betting that troy is having libtool
  issues too.
 
  Guys,
 
  You were right. I am still having problems.  Just one point here. I am
  running the amd64 kernel and I'm on 7.2 Stable.
 
  I deinstalled libtool and reinstalled it.  I am using python 2.5, I
  deinstalled it and reinstalled it.
 
  These are the ports that are installed:
  libtool-2.2.6a  Generic shared library support script
 
  pkg_info|grep python
  boost-python-libs-1.39.0 Framework for interfacing Python and C++
  python24-2.4.5_4An interpreted object-oriented programming language
  python25-2.5.4_2An interpreted object-oriented programming language
 
 
  I then tried to install devel/apr and viola here are the problems below:
 
  checking for strings.h... yes
  checking for inttypes.h... yes
  checking for stdint.h... yes
  checking for unistd.h... yes
  checking minix/config.h usability... no
  checking minix/config.h presence... no
  checking for minix/config.h... no
  checking whether it is safe to define __EXTENSIONS__... yes
  checking for library containing strerror... none required
  checking whether system uses EBCDIC... no
  performing libtool configuration...
  ./configure: 9753: Syntax error: word unexpected (expecting ))
  *** Error code 2
 
  Stop in /usr/ports/devel/apr.
  *** Error code 1
 
  Stop in /usr/ports/devel/apr.
 
  Thoughts?
 
  -Troy
 
  Can you please post output of pkg_info |grep py
  David

 boost-python-libs-1.39.0 Framework for interfacing Python and C++
 p5-Clone-0.31   Clone - recursively copy Perl datatypes
 py25-dbus-0.83.0_1  Python bindings for the D-BUS messaging system
 py25-elementtree-1.2.6_1 Container for hierarchical data structures
 written in Pytho
 py25-sip-4.8.2,1Python to C and C++ bindings generator
 py25-xml-0.8.4_2PyXML: Python XML library enhancements
 python24-2.4.5_4An interpreted object-oriented programming language
 python25-2.5.4_2An interpreted object-oriented programming language
 ruby18-bdb-0.6.5_1  Ruby interface to Sleepycat's Berkeley DB revision 2
 or lat
 xdpyinfo-1.0.3  Display information utility for X

In current circumstances you might want to consider uograding to py 26
Here is my list 

dns1# pkg_info |grep py 
py26-adns-1.2.1 A Python Interface to adns, the asynchronous DNS library
py26-cairo-1.8.6Python bindings for Cairo   
py26-dbus-0.83.0_1  Python bindings for the D-BUS messaging system  
py26-dns-2.3.3  DNS (Domain Name Service) library for Python
py26-dnspython-1.7.1 A DNS toolkit for Python   
py26-elementtree-1.2.6_1 Container for hierarchical data structures written in 
Pytho   
 
py26-gdata-2.0.0GData Python Client Library 
py26-gnome-2.26.1_1 A set of Python bindings for GNOME 2
py26-gnome-desktop-2.26.0_1 A set of Python bindings used by modules in the 
GNOME Deskt 

py26-gobject-2.16.1 Python bindings for GObject 
py26-gstreamer-0.10.15_1 A set of Python bindings for gstreamer 
py26-gtk-2.14.1_1   A set of Python bindings for GTK+   
py26-gtksourceview-2.6.0_1 A python bindings for the version 2 of the 
GtkSourceView li
  
py26-hotwire-shell-0.721_2 Hotwire is an object-oriented hypershell 
py26-libxml2-2.7.3  Python interface for XML parser library for GNOME   
py26-numeric-24.2_3 The Numeric Extension to Python 
py26-openssl-0.8_1  Python interface to the OpenSSL library 
py26-orbit-2.24.0   Python bindings for ORBit2  
py26-papyon-0.4.1   A fork of pymsn to support the telepathy MSN connection 
man

Re: apr-gdbm-db42 upgrade conflicting with libtool

2009-08-10 Thread Troy

Updated all ports to python 26 and the problem still exists:

pkg_info|grep py
boost-python-libs-1.39.0 Framework for interfacing Python and C++
p5-Clone-0.31   Clone - recursively copy Perl datatypes
py26-dbus-0.83.0_1  Python bindings for the D-BUS messaging system
py26-elementtree-1.2.6_1 Container for hierarchical data structures 
written in Pytho

py26-sip-4.8.2,1Python to C and C++ bindings generator
py26-xml-0.8.4_2PyXML: Python XML library enhancements
python26-2.6.2_1An interpreted object-oriented programming language
ruby18-bdb-0.6.5_1  Ruby interface to Sleepycat's Berkeley DB revision 2 
or lat

xdpyinfo-1.0.3  Display information utility for X

checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking whether system uses EBCDIC... no
performing libtool configuration...
./configure: 9753: Syntax error: word unexpected (expecting ))
*** Error code 2

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

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

Stop in /usr/ports/devel/apr.
** Command failed [exit code 1]: /usr/bin/script -qa 
/tmp/portinstall20090810-73192-8x2jso-0 env make reinstall

** Fix the installation problem and try again.
** Listing the failed packages (-:ignored / *:skipped / !:failed)
   ! devel/apr (install error)


FreeBSD somedomain 7.2-STABLE FreeBSD 7.2-STABLE #0: Sat May 23 10:45:33 
CDT 2009 some...@domain /usr/obj/usr/src/sys/kernel  amd64


Any thoughts?

-Troy

___
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: apr-gdbm-db42 upgrade conflicting with libtool

2009-08-10 Thread Troy

Troy wrote:

Updated all ports to python 26 and the problem still exists:

pkg_info|grep py
boost-python-libs-1.39.0 Framework for interfacing Python and C++
p5-Clone-0.31   Clone - recursively copy Perl datatypes
py26-dbus-0.83.0_1  Python bindings for the D-BUS messaging system
py26-elementtree-1.2.6_1 Container for hierarchical data structures 
written in Pytho

py26-sip-4.8.2,1Python to C and C++ bindings generator
py26-xml-0.8.4_2PyXML: Python XML library enhancements
python26-2.6.2_1An interpreted object-oriented programming language
ruby18-bdb-0.6.5_1  Ruby interface to Sleepycat's Berkeley DB revision 
2 or lat

xdpyinfo-1.0.3  Display information utility for X

checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking whether system uses EBCDIC... no
performing libtool configuration...
./configure: 9753: Syntax error: word unexpected (expecting ))
*** Error code 2

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

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

Stop in /usr/ports/devel/apr.
** Command failed [exit code 1]: /usr/bin/script -qa 
/tmp/portinstall20090810-73192-8x2jso-0 env make reinstall

** Fix the installation problem and try again.
** Listing the failed packages (-:ignored / *:skipped / !:failed)
   ! devel/apr (install error)


FreeBSD somedomain 7.2-STABLE FreeBSD 7.2-STABLE #0: Sat May 23 
10:45:33 CDT 2009 some...@domain /usr/obj/usr/src/sys/kernel  amd64


Any thoughts?

-Troy

___
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
Just to add to this the following warnings came up when trying to build 
apr.  I also deinstalled libtool and it installs just fine.   I also 
researched these errors and someone said it was related to gettext. I 
reinstalled it just to be safe and still it did not change the outcome.



Copying libtool helper files ...
buildconf: Using libtool.m4 at /usr/local/share/aclocal/libtool.m4.
Creating include/arch/unix/apr_private.h.in ...
configure.in:190: warning: LTOPTIONS_VERSION is m4_require'd but not 
m4_defun'd

build/libtool.m4:67: LT_INIT is expanded from...
build/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
configure.in:190: the top level
configure.in:190: warning: LTSUGAR_VERSION is m4_require'd but not 
m4_defun'd
configure.in:190: warning: LTVERSION_VERSION is m4_require'd but not 
m4_defun'd
configure.in:190: warning: LTOBSOLETE_VERSION is m4_require'd but not 
m4_defun'd

Creating configure ...
configure.in:190: warning: LTOPTIONS_VERSION is m4_require'd but not 
m4_defun'd

build/libtool.m4:67: LT_INIT is expanded from...
build/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
configure.in:190: the top level
configure.in:190: warning: LTSUGAR_VERSION is m4_require'd but not 
m4_defun'd
configure.in:190: warning: LTVERSION_VERSION is m4_require'd but not 
m4_defun'd
configure.in:190: warning: LTOBSOLETE_VERSION is m4_require'd but not 
m4_defun'd

configure:9755: error: possibly undefined macro: m4_ifval
 If this token and others are legitimate, please use m4_pattern_allow.
 See the Autoconf documentation.
configure:12392: error: possibly undefined macro: _LT_SET_OPTIONS
configure:12392: error: possibly undefined macro: LT_INIT

___
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: apr-gdbm-db42 upgrade conflicting with libtool

2009-08-09 Thread Troy

Philip M. Gollucci wrote:

David Southwell wrote:
may be I have a clue but am not certain which step was responsible 
for finally getting apr to compile so I am going through what I did 
in the hope it may help I cannot guarantee I have remembered 
everything because it was spread over many hours whilst doing many 
other tasks!!

1. I revisited UPDATING and found I had skipped: 20090802:
  AFFECTS: users of devel/libtool15 and devel/libltdl15
  AUTHOR: m...@freebsd.org

  The devel/libtool15 and devel/libltdl15 ports have been moved to 
libtool22
  and libltdl22 respectively then updated to 2.2.6a. You will need to 
run

  portmaster or portupgrade to properly perform the upgrade:

and followed the instructions there.
2. I did portupgrade -af

3. I then deinstalled devel/apr.

4. I deinstalled and recompiled python2.6

5. I then recompiled devel/apr and voila!!

david


This makes 100% sense.  I'm still betting that troy is having libtool 
issues too.





Guys,

You were right. I am still having problems.  Just one point here. I am 
running the amd64 kernel and I'm on 7.2 Stable.


I deinstalled libtool and reinstalled it.  I am using python 2.5, I 
deinstalled it and reinstalled it. 


These are the ports that are installed:
libtool-2.2.6a  Generic shared library support script

pkg_info|grep python
boost-python-libs-1.39.0 Framework for interfacing Python and C++
python24-2.4.5_4An interpreted object-oriented programming language
python25-2.5.4_2An interpreted object-oriented programming language


I then tried to install devel/apr and viola here are the problems below:

checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking whether system uses EBCDIC... no
performing libtool configuration...
./configure: 9753: Syntax error: word unexpected (expecting ))
*** Error code 2

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

Stop in /usr/ports/devel/apr.

Thoughts?

-Troy


___
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: apr-gdbm-db42 upgrade conflicting with libtool

2009-08-04 Thread David Southwell
 It seems this may be related to AMD64 kernel?

 Still getting the following error while trying to compile.

 checking whether it is safe to define __EXTENSIONS__... yes
 checking for library containing strerror... none required
 checking whether system uses EBCDIC... no
 performing libtool configuration...
 ./configure: 9753: Syntax error: word unexpected (expecting ))
 *** Error code 2

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

 Stop in /usr/ports/devel/apr.

  Whats in your /etc/make.conf and related?
 
  $ make -V PYTHON -V PYTHON_VER

 2.5

  What do the symlinks look like in /usr/local/bin/py* ?

 No symlinks there:

 -r-xr-xr-x  2 root  wheel   84 Jul 18 00:06 pydoc*
 -r-xr-xr-x  1 root  wheel   84 Jul 18 00:16 pydoc2.4*
 -r-xr-xr-x  2 root  wheel   84 Jul 18 00:06 pydoc2.5*
 -rwxr-xr-x  1 root  wheel  262 Jul 31 06:09 pyste.py*
 -r-xr-xr-x  2 root  wheel  1189960 Jul 18 00:05 python*
 -r-xr-xr-x  2 root  wheel 1424 Jul 18 00:06 python-config*
 -r-xr-xr-x  2 root  wheel 4976 Jul 18 00:06 python-shared*
 -r-xr-xr-x  2 root  wheel 1431 Jul 18 00:06 python-shared-config*
 -r-xr-xr-x  1 root  wheel 5040 Jul 18 00:16 python-shared2.4*
 -r-xr-xr-x  2 root  wheel 4976 Jul 18 00:06 python-shared2.5*
 -r-xr-xr-x  2 root  wheel 1431 Jul 18 00:06 python-shared2.5-config*
 -r-xr-xr-x  1 root  wheel  1024424 Jul 18 00:16 python2.4*
 -r-xr-xr-x  2 root  wheel  1189960 Jul 18 00:05 python2.5*
 -r-xr-xr-x  2 root  wheel 1424 Jul 18 00:06 python2.5-config*

may be I have a clue but am not certain which step was responsible for finally 
getting apr to compile so I am going through what I did in the hope it may 
help I cannot guarantee I have remembered everything because it was spread 
over many hours whilst doing many other tasks!!
1. 
I revisited UPDATING and found I had skipped: 
20090802:
  AFFECTS: users of devel/libtool15 and devel/libltdl15
  AUTHOR: m...@freebsd.org

  The devel/libtool15 and devel/libltdl15 ports have been moved to libtool22
  and libltdl22 respectively then updated to 2.2.6a. You will need to run
  portmaster or portupgrade to properly perform the upgrade:

and followed the instructions there.
2. I did portupgrade -af

3. I then deinstalled devel/apr.

4. I deinstalled and recompiled python2.6

5. I then recompiled devel/apr and voila!!

david
___
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: apr-gdbm-db42 upgrade conflicting with libtool

2009-08-04 Thread Philip M. Gollucci

David Southwell wrote:
may be I have a clue but am not certain which step was responsible for finally 
getting apr to compile so I am going through what I did in the hope it may 
help I cannot guarantee I have remembered everything because it was spread 
over many hours whilst doing many other tasks!!
1. 
I revisited UPDATING and found I had skipped: 
20090802:

  AFFECTS: users of devel/libtool15 and devel/libltdl15
  AUTHOR: m...@freebsd.org

  The devel/libtool15 and devel/libltdl15 ports have been moved to libtool22
  and libltdl22 respectively then updated to 2.2.6a. You will need to run
  portmaster or portupgrade to properly perform the upgrade:

and followed the instructions there.
2. I did portupgrade -af

3. I then deinstalled devel/apr.

4. I deinstalled and recompiled python2.6

5. I then recompiled devel/apr and voila!!

david


This makes 100% sense.  I'm still betting that troy is having libtool 
issues too.




--

1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollu...@p6m7g8.com) c: 703.336.9354
Consultant  - P6M7G8 Inc.http://p6m7g8.net
Senior Sys Admin- RideCharge, Inc.   http://ridecharge.com
ASF Member  - Apache Software Foundation http://apache.org
FreeBSD Committer   - FreeBSD Foundation http://freebsd.org

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
___
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: apr-gdbm-db42 upgrade conflicting with libtool

2009-08-04 Thread N.J. Mann
In message 20090803155055.ga31...@titania.njm.me.uk,
N.J. Mann (n...@njm.me.uk) wrote:
 In message 20090803125519.ga60...@twisted.net,
   Troy (t...@twisted.net) wrote:
  I was trying to upgrade apr-gdbm-db42-1.3.6.1.3.8 to 1.3.7.1.3.8 and ran
  into the following error.  My libtool was just upgraded to libtool-2.2.6a
  so there may be a conflict there.  Anyone have ideas?
  
  
  checking minix/config.h usability... no
  checking minix/config.h presence... no
  checking for minix/config.h... no
  checking whether it is safe to define __EXTENSIONS__... yes
  checking for library containing strerror... none required
  checking whether system uses EBCDIC... no
  performing libtool configuration...
  ./configure: 9753: Syntax error: word unexpected (expecting ))
  *** Error code 2
  
  Stop in /usr/ports/devel/apr.
  *** Error code 1
  
  Stop in /usr/ports/devel/apr.
 
 I am also having problems updating devel/apr.  In my case it gets past
 the configure stage and fails during the compile stage:
 
 %
 
 ===  Building for apr-gdbm-db43-1.3.7.1.3.8
 cd /usr/ports.workdir/usr/ports/devel/apr/work/apr-1.3.7; /usr/bin/env 
 TMPDIR=/home/njm/tmp TMPDIR=/home/njm/tmp SHELL=/bin/sh NO_LINT=YES 
 ACLOCAL=/usr/local/bin/aclocal-1.9 AUTOMAKE=/usr/local/bin/automake-1.9 
 AUTOMAKE_VERSION=19 AUTOCONF=/usr/local/bin/autoconf-2.62 
 AUTOHEADER=/usr/local/bin/autoheader-2.62 
 AUTOIFNAMES=/usr/local/bin/ifnames-2.62 AUTOM4TE=/usr/local/bin/autom4te-2.62 
 AUTORECONF=/usr/local/bin/autoreconf-2.62 
 AUTOSCAN=/usr/local/bin/autoscan-2.62 
 AUTOUPDATE=/usr/local/bin/autoupdate-2.62 AUTOCONF_VERSION=262 
 LIBTOOL=/usr/local/bin/libtool LIBTOOLIZE=/usr/local/bin/libtoolize 
 LIBTOOL_M4=/usr/local/share/aclocal/libtool.m4 PREFIX=/usr/local  
 LOCALBASE=/usr/local X11BASE=/usr/local  MOTIFLIB=-L/usr/local/lib -lXm 
 -lXp LIBDIR=/usr/lib  CC=cc CFLAGS=-O2 -fno-strict-aliasing -pipe 
 CXX=c++ CXXFLAGS=-O2 -fno-strict-aliasing -pipe  MANPREFIX=/usr/local 
 BSD_INSTALL_PROGRAM=install  -s  -m 555  BSD_INSTALL_SCRIPT=install   -m 
 555  BSD_INSTALL_DATA=install   -m 444  BSD_INSTALL_
 MAN=install   -m 444 /usr/bin/make
 /bin/sh /libtool --silent --mode=compile cc   -O2 -fno-strict-aliasing -pipe 
 -DHAVE_CONFIG_H-I./include 
 -I/usr/ports.workdir/usr/ports/devel/apr/work/apr-1.3.7/include/arch/unix 
 -I./include/arch/unix 
 -I/usr/ports.workdir/usr/ports/devel/apr/work/apr-1.3.7/include/arch/unix 
 -I/usr/ports.workdir/usr/ports/devel/apr/work/apr-1.3.7/include  -o 
 passwd/apr_getpass.lo -c passwd/apr_getpass.c  touch passwd/apr_getpass.lo

  ^
  |
This is the why it fails.  In the relevant makefile this is actually:

./build/apr_rules.mk:38:LIBTOOL=$(SHELL) $(top_builddir)/libtool

but  top_buildir  is not defined anywhere in the makefiles.  If I set it
then everything works.  If I change the line above to use  top_blddir
instead of  top_builddir  it works.

So, why isn't it defined?  I looked through the config files - I know
nothing about autoconf, automake, c., and found:

./config.log:17410:LIBTOOL='$(SHELL) $(top_builddir)/libtool'
./config.log:17611:top_builddir='/usr/ports.workdir/usr/ports/devel/apr/work/apr-1.3.7'

but I do not know whether the syntax of the second line is correct (the
path is for my setup).

Anyway, I tried compiling after making the above change and it worked
until it changed directory into  apr/work/apr-util-1.3.8  whereapon the
same problem manifested.  This time though I had to change the line in
build/rules.mk  to be  LIBTOOL=$(SHELL) $(apr_builddir)/libtool  and
that did the trick: I now have an updated  devel/apr.

I really would like to get to the bottom of why this is failing for me,
even if it is not failing for anyone else.  Any and all suggetions
accepted.


Cheers,
   Nick.
-- 

___
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


apr-gdbm-db42 upgrade conflicting with libtool

2009-08-03 Thread Troy
I was trying to upgrade apr-gdbm-db42-1.3.6.1.3.8 to 1.3.7.1.3.8 and ran
into the following error.  My libtool was just upgraded to libtool-2.2.6a
so there may be a conflict there.  Anyone have ideas?


checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking whether system uses EBCDIC... no
performing libtool configuration...
./configure: 9753: Syntax error: word unexpected (expecting ))
*** Error code 2

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

Stop in /usr/ports/devel/apr.
___
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: apr-gdbm-db42 upgrade conflicting with libtool

2009-08-03 Thread N.J. Mann
In message 20090803125519.ga60...@twisted.net,
Troy (t...@twisted.net) wrote:
 I was trying to upgrade apr-gdbm-db42-1.3.6.1.3.8 to 1.3.7.1.3.8 and ran
 into the following error.  My libtool was just upgraded to libtool-2.2.6a
 so there may be a conflict there.  Anyone have ideas?
 
 
 checking minix/config.h usability... no
 checking minix/config.h presence... no
 checking for minix/config.h... no
 checking whether it is safe to define __EXTENSIONS__... yes
 checking for library containing strerror... none required
 checking whether system uses EBCDIC... no
 performing libtool configuration...
 ./configure: 9753: Syntax error: word unexpected (expecting ))
 *** Error code 2
 
 Stop in /usr/ports/devel/apr.
 *** Error code 1
 
 Stop in /usr/ports/devel/apr.

I am also having problems updating devel/apr.  In my case it gets past
the configure stage and fails during the compile stage:

%

===  Building for apr-gdbm-db43-1.3.7.1.3.8
cd /usr/ports.workdir/usr/ports/devel/apr/work/apr-1.3.7; /usr/bin/env 
TMPDIR=/home/njm/tmp TMPDIR=/home/njm/tmp SHELL=/bin/sh NO_LINT=YES 
ACLOCAL=/usr/local/bin/aclocal-1.9 AUTOMAKE=/usr/local/bin/automake-1.9 
AUTOMAKE_VERSION=19 AUTOCONF=/usr/local/bin/autoconf-2.62 
AUTOHEADER=/usr/local/bin/autoheader-2.62 
AUTOIFNAMES=/usr/local/bin/ifnames-2.62 AUTOM4TE=/usr/local/bin/autom4te-2.62 
AUTORECONF=/usr/local/bin/autoreconf-2.62 AUTOSCAN=/usr/local/bin/autoscan-2.62 
AUTOUPDATE=/usr/local/bin/autoupdate-2.62 AUTOCONF_VERSION=262 
LIBTOOL=/usr/local/bin/libtool LIBTOOLIZE=/usr/local/bin/libtoolize 
LIBTOOL_M4=/usr/local/share/aclocal/libtool.m4 PREFIX=/usr/local  
LOCALBASE=/usr/local X11BASE=/usr/local  MOTIFLIB=-L/usr/local/lib -lXm -lXp 
LIBDIR=/usr/lib  CC=cc CFLAGS=-O2 -fno-strict-aliasing -pipe CXX=c++ 
CXXFLAGS=-O2 -fno-strict-aliasing -pipe  MANPREFIX=/usr/local 
BSD_INSTALL_PROGRAM=install  -s  -m 555  BSD_INSTALL_SCRIPT=install   -m 
555  BSD_INSTALL_DATA=install   -m 444  BSD_INSTALL_MAN=install   -m 444 
/usr/bin/make
/bin/sh /libtool --silent --mode=compile cc   -O2 -fno-strict-aliasing -pipe 
-DHAVE_CONFIG_H-I./include 
-I/usr/ports.workdir/usr/ports/devel/apr/work/apr-1.3.7/include/arch/unix 
-I./include/arch/unix 
-I/usr/ports.workdir/usr/ports/devel/apr/work/apr-1.3.7/include/arch/unix 
-I/usr/ports.workdir/usr/ports/devel/apr/work/apr-1.3.7/include  -o 
passwd/apr_getpass.lo -c passwd/apr_getpass.c  touch passwd/apr_getpass.lo
/libtool: Can't open /libtool: No such file or directory
*** Error code 2

Stop in /usr/ports.workdir/usr/ports/devel/apr/work/apr-1.3.7.
*** Error code 1

Stop in /usr/ports.workdir/usr/ports/devel/apr/work/apr-1.3.7.
*** Error code 1

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

Stop in /usr/ports/devel/apr.

%

I have not had time to try to figure out what is going wrong, but I may
have time tomorrow.


Cheers,
   Nick.
-- 

___
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: apr-gdbm-db42 upgrade conflicting with libtool

2009-08-03 Thread David Southwell
 In message 20090803125519.ga60...@twisted.net,

   Troy (t...@twisted.net) wrote:
  I was trying to upgrade apr-gdbm-db42-1.3.6.1.3.8 to 1.3.7.1.3.8 and ran
  into the following error.  My libtool was just upgraded to libtool-2.2.6a
  so there may be a conflict there.  Anyone have ideas?
 
 
  checking minix/config.h usability... no
  checking minix/config.h presence... no
  checking for minix/config.h... no
  checking whether it is safe to define __EXTENSIONS__... yes
  checking for library containing strerror... none required
  checking whether system uses EBCDIC... no
  performing libtool configuration...
  ./configure: 9753: Syntax error: word unexpected (expecting ))
  *** Error code 2
 
  Stop in /usr/ports/devel/apr.
  *** Error code 1
 
  Stop in /usr/ports/devel/apr.

 I am also having problems updating devel/apr.  In my case it gets past
 the configure stage and fails during the compile stage:

 %

 ===  Building for apr-gdbm-db43-1.3.7.1.3.8
 cd /usr/ports.workdir/usr/ports/devel/apr/work/apr-1.3.7; /usr/bin/env
 TMPDIR=/home/njm/tmp TMPDIR=/home/njm/tmp SHELL=/bin/sh NO_LINT=YES
 ACLOCAL=/usr/local/bin/aclocal-1.9 AUTOMAKE=/usr/local/bin/automake-1.9
 AUTOMAKE_VERSION=19 AUTOCONF=/usr/local/bin/autoconf-2.62
 AUTOHEADER=/usr/local/bin/autoheader-2.62
 AUTOIFNAMES=/usr/local/bin/ifnames-2.62
 AUTOM4TE=/usr/local/bin/autom4te-2.62
 AUTORECONF=/usr/local/bin/autoreconf-2.62
 AUTOSCAN=/usr/local/bin/autoscan-2.62
 AUTOUPDATE=/usr/local/bin/autoupdate-2.62 AUTOCONF_VERSION=262
 LIBTOOL=/usr/local/bin/libtool LIBTOOLIZE=/usr/local/bin/libtoolize
 LIBTOOL_M4=/usr/local/share/aclocal/libtool.m4 PREFIX=/usr/local 
 LOCALBASE=/usr/local X11BASE=/usr/local  MOTIFLIB=-L/usr/local/lib -lXm
 -lXp LIBDIR=/usr/lib  CC=cc CFLAGS=-O2 -fno-strict-aliasing -pipe
 CXX=c++ CXXFLAGS=-O2 -fno-strict-aliasing -pipe  MANPREFIX=/usr/local
 BSD_INSTALL_PROGRAM=install  -s  -m 555  BSD_INSTALL_SCRIPT=install   -m
 555  BSD_INSTALL_DATA=install   -m 444  BSD_INSTALL_MAN=install   -m
 444 /usr/bin/make /bin/sh /libtool --silent --mode=compile cc   -O2
 -fno-strict-aliasing -pipe -DHAVE_CONFIG_H-I./include
 -I/usr/ports.workdir/usr/ports/devel/apr/work/apr-1.3.7/include/arch/unix
 -I./include/arch/unix
 -I/usr/ports.workdir/usr/ports/devel/apr/work/apr-1.3.7/include/arch/unix
 -I/usr/ports.workdir/usr/ports/devel/apr/work/apr-1.3.7/include  -o
 passwd/apr_getpass.lo -c passwd/apr_getpass.c  touch
 passwd/apr_getpass.lo /libtool: Can't open /libtool: No such file or
 directory
 *** Error code 2

 Stop in /usr/ports.workdir/usr/ports/devel/apr/work/apr-1.3.7.
 *** Error code 1

 Stop in /usr/ports.workdir/usr/ports/devel/apr/work/apr-1.3.7.
 *** Error code 1

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

 Stop in /usr/ports/devel/apr.

 %

 I have not had time to try to figure out what is going wrong, but I may
 have time tomorrow.


 Cheers,
Nick.
I also have problems:

uname -a
FreeBSD dns1.vizion2000.net 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 
24 00:14:35 UTC 2009 r...@amd64-
builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64

Built on Intel quad Core

/usr/bin/sed -i.bak -e 's,-lpthread,-pthread,g'  
/usr/ports/devel/apr/work/apr-1.3.7/build/apr_threads.m4 
/usr/ports/devel/apr/work/apr-1.3.7/build/apr_hints.m4  
/usr/ports/devel/apr/work/apr-util-1.3.8/build/apu-conf.m4
===   apr-nothr-gdbm-db42-ldap-mysql-1.3.7.1.3.8 depends on file: 
/usr/local/bin/python2.6 - found
===   apr-nothr-gdbm-db42-ldap-mysql-1.3.7.1.3.8 depends on file: 
/usr/local/bin/perl5.8.9 - found
===   apr-nothr-gdbm-db42-ldap-mysql-1.3.7.1.3.8 depends on file: 
/usr/local/bin/automake-1.9 - found
===   apr-nothr-gdbm-db42-ldap-mysql-1.3.7.1.3.8 depends on file: 
/usr/local/bin/autoconf-2.62 - found
===   apr-nothr-gdbm-db42-ldap-mysql-1.3.7.1.3.8 depends on file: 
/usr/local/bin/libtool - found
===   apr-nothr-gdbm-db42-ldap-mysql-1.3.7.1.3.8 depends on shared library: 
expat.6 - found
===   apr-nothr-gdbm-db42-ldap-mysql-1.3.7.1.3.8 depends on shared library: 
gdbm.3 - found
===   apr-nothr-gdbm-db42-ldap-mysql-1.3.7.1.3.8 depends on shared library: 
ldap-2.4.7 - found
===   apr-nothr-gdbm-db42-ldap-mysql-1.3.7.1.3.8 depends on shared library: 
iconv.3 - found
===   apr-nothr-gdbm-db42-ldap-mysql-1.3.7.1.3.8 depends on shared library: 
mysqlclient.15 - found
===   apr-nothr-gdbm-db42-ldap-mysql-1.3.7.1.3.8 depends on shared library: 
db-4.2.2 - found
===  Configuring for apr-nothr-gdbm-db42-ldap-mysql-1.3.7.1.3.8
cd /usr/ports/devel/apr/work/apr-1.3.7 ;  /usr/bin/env CC=cc CFLAGS=-O2 -
fno-strict-aliasing -pipe -I/usr/local/include/mysql -DHAVE_MYSQL_H -
DLDAP_DEPRECATED LIBS= PYTHON=/usr/local/bin/python2.6 SHELL=/bin/sh 
CONFIG_SHELL=/bin/sh ACLOCAL=/usr/local/bin/aclocal-1.9 
AUTOMAKE=/usr/local/bin/automake-1.9 AUTOMAKE_VERSION=19 
AUTOCONF=/usr/local/bin/autoconf-2.62 
AUTOHEADER=/usr/local/bin/autoheader-2.62 
AUTOIFNAMES=/usr/local/bin/ifnames-2.62 AUTOM4TE=/usr/local/bin/autom4te-2.62 

Re: apr-gdbm-db42 upgrade conflicting with libtool

2009-08-03 Thread Philip M. Gollucci

Troy wrote:

I was trying to upgrade apr-gdbm-db42-1.3.6.1.3.8 to 1.3.7.1.3.8 and ran
into the following error.  My libtool was just upgraded to libtool-2.2.6a
so there may be a conflict there.  Anyone have ideas?


checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking whether system uses EBCDIC... no
performing libtool configuration...
./configure: 9753: Syntax error: word unexpected (expecting ))


I think its you.  You might have cleanuped up sufficently.

http://tb.p6m7g8.net/logs/8-CURRENT-amd64/apr-ipv6-gdbm-db42-1.3.7.1.3.8.log



--

1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollu...@p6m7g8.com) c: 703.336.9354
Consultant  - P6M7G8 Inc.http://p6m7g8.net
Senior Sys Admin- RideCharge, Inc.   http://ridecharge.com
ASF Member  - Apache Software Foundation http://apache.org
FreeBSD Committer   - FreeBSD Foundation http://freebsd.org

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
___
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: apr-gdbm-db42 upgrade conflicting with libtool

2009-08-03 Thread Jeremy Messenger
On Mon, 03 Aug 2009 11:39:33 -0500, David Southwell da...@vizion2000.net  
wrote:



In message 20090803125519.ga60...@twisted.net,

Troy (t...@twisted.net) wrote:
 I was trying to upgrade apr-gdbm-db42-1.3.6.1.3.8 to 1.3.7.1.3.8 and  
ran
 into the following error.  My libtool was just upgraded to  
libtool-2.2.6a

 so there may be a conflict there.  Anyone have ideas?


 checking minix/config.h usability... no
 checking minix/config.h presence... no
 checking for minix/config.h... no
 checking whether it is safe to define __EXTENSIONS__... yes
 checking for library containing strerror... none required
 checking whether system uses EBCDIC... no
 performing libtool configuration...
 ./configure: 9753: Syntax error: word unexpected (expecting ))
 *** Error code 2

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

 Stop in /usr/ports/devel/apr.

I am also having problems updating devel/apr.  In my case it gets past
the configure stage and fails during the compile stage:

%

===  Building for apr-gdbm-db43-1.3.7.1.3.8

snip

-I/usr/ports.workdir/usr/ports/devel/apr/work/apr-1.3.7/include  -o
passwd/apr_getpass.lo -c passwd/apr_getpass.c  touch
passwd/apr_getpass.lo /libtool: Can't open /libtool: No such file or
directory
*** Error code 2

Stop in /usr/ports.workdir/usr/ports/devel/apr/work/apr-1.3.7.
*** Error code 1

Stop in /usr/ports.workdir/usr/ports/devel/apr/work/apr-1.3.7.
*** Error code 1

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

Stop in /usr/ports/devel/apr.

%

I have not had time to try to figure out what is going wrong, but I may
have time tomorrow.


Cheers,
   Nick.

I also have problems:

uname -a
FreeBSD dns1.vizion2000.net 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0:  
Wed Jun

24 00:14:35 UTC 2009 r...@amd64-
builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64

Built on Intel quad Core


snip

lt_cv_sys_max_cmd_len=262144
/bin/sh ./buildconf
buildconf: checking installation...
buildconf: python not found.
   You need python installed
   to build APR from SVN.
*** Error code 1

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

snip

I can't reproduce it. Pav has ran pointyhat-exp a few times and devel/apr  
has never came up, which it always passed build. Did all of you follow the  
/usr/ports/UPDATING?


Cheers,
Mezz


--
me...@cox.net  -  m...@freebsd.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/  -  gn...@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: apr-gdbm-db42 upgrade conflicting with libtool

2009-08-03 Thread Philip M. Gollucci

I also have problems:

uname -a
FreeBSD dns1.vizion2000.net 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 
24 00:14:35 UTC 2009 r...@amd64-

builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
buildconf: checking installation...
buildconf: python not found.
   You need python installed
   to build APR from SVN.


Whats in your /etc/make.conf and related?

$ make -V PYTHON -V PYTHON_VER

What do the symlinks look like in /usr/local/bin/py* ?

http://tb.p6m7g8.net/logs/8-CURRENT-amd64/apr-ipv6-gdbm-db42-1.3.7.1.3.8.log

I've built it on well over 20 tbs with different configs, and on 
6-stable, 7-stable, 8-stable, and on amd64/i386.


I've seen 3 issues so far on the lists, all are local to the users in 
question.


I'd like to help with it, but I don't know where to start, and they 
aren't problems with apr itself.


IMHO, when in doubt --
pkg_delete -af
make install

done.


--

1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollu...@p6m7g8.com) c: 703.336.9354
Consultant  - P6M7G8 Inc.http://p6m7g8.net
Senior Sys Admin- RideCharge, Inc.   http://ridecharge.com
ASF Member  - Apache Software Foundation http://apache.org
FreeBSD Committer   - FreeBSD Foundation http://freebsd.org

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
___
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