Re: libreoffice-3.4.3 fails to upgrade

2011-09-06 Thread Christoph Moench-Tegeder
## Leslie Jensen (les...@eskk.nu):

 checking for dbopen in -ldb4... no
 checking for __db185_open in -ldb4... no
 configure: error: db not installed or functional


Looks as if you need to install one of databases/db[45]*.
At a quick glance through configure, I guess one of db41, db5, db48 or
db47 will do.

Regards,
Christoph

-- 
Spare Space
___
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


libreoffice-3.4.3 fails to upgrade

2011-09-06 Thread Pavel Timofeev
...
checking which db to use... external
checking for db41/db.h... no
checking for db41/db.h... no
checking for db-5.0/db.h... no
checking for db5.0/db.h... no
checking for db-5/db.h... no
checking for db5/db.h... no
checking for db-4.8/db.h... no
checking for db4.8/db.h... no
checking for db-4.7/db.h... no
checking for db4.7/db.h... no
checking for db-4/db.h... no
checking for db4/db.h... yes
checking whether db is at least 4.1... configure: error: no. you need at
least db 4.1
===  Script configure failed unexpectedly.
Please report the problem to off...@freebsd.org [maintainer] and attach the
/usr/ports/editors/libreoffice/work/libreoffice-bootstrap-3.4.3.2/config.log
including the output of the failure of your make command. Also, it might be
a good idea to provide an overview of all packages installed on your system
(e.g. an `ls /var/db/pkg`).
*** Error code 1

Stop in /usr/ports/editors/libreoffice.
*** Error code 1

Stop in /usr/ports/editors/libreoffice.

=== make failed for editors/libreoffice
=== Aborting update


=== You can restart from the point of failure with this command line:
   portmaster flags editors/libreoffice

[root@timbsd ~]# pkg_info | grep db
apr-devrandom-gdbm-db42-ldap24-mysql55-1.4.5.1.3.12 Apache Portability
Library
db4-4.0.14_1,1  The Berkeley DB package, revision 4
db42-4.2.52_5   The Berkeley DB package, revision 4.2
dbus-1.4.6  A message bus system for inter-application communication
dbus-glib-0.88  GLib bindings for the D-BUS messaging system
deadbeef-0.4.4_2DeaDBeeF is an audio player
eggdbus-0.6_1   D-Bus bindings for GObject
gdbm-1.8.3_3The GNU database manager
libcddb-1.3.2_1 A library to access data on a CDDB server
mdbtools-0.5_14 Utilities and libraries to export data from MS Access
datab
php5-odbc-5.3.8 The odbc shared extension for php
py27-dbus-0.83.2Python bindings for the D-BUS messaging system
tdb-1.2.9,1 Trivial Database
xcmsdb-1.0.2Device Color Characterization utility for X
xrdb-1.0.6_1X server resource database utility
___
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: libreoffice-3.4.3 fails to upgrade

2011-09-06 Thread Baptiste Daroussin
On Tue, Sep 06, 2011 at 08:54:16AM +0200, Christoph Moench-Tegeder wrote:
 ## Leslie Jensen (les...@eskk.nu):
 
  checking for dbopen in -ldb4... no
  checking for __db185_open in -ldb4... no
  configure: error: db not installed or functional
 
 
 Looks as if you need to install one of databases/db[45]*.
 At a quick glance through configure, I guess one of db41, db5, db48 or
 db47 will do.
 
 Regards,
 Christoph
 

in fact the configure script is patched to automatically check the version you 
have
installed.

There seems to be failures the installed version 4.4, not sure about that yet.

I'm pondering to modify the USE_BDB to force 4.4+ but I need more testings

regards,
Bapt


pgpLaeq7tAJd7.pgp
Description: PGP signature


Re: libreoffice-3.4.3 fails to upgrade

2011-09-06 Thread Ruslan Mahmatkhanov

Baptiste Daroussin wrote on 06.09.2011 16:09:

On Tue, Sep 06, 2011 at 08:54:16AM +0200, Christoph Moench-Tegeder wrote:

## Leslie Jensen (les...@eskk.nu):


checking for dbopen in -ldb4... no
checking for __db185_open in -ldb4... no
configure: error: db not installed or functional



Looks as if you need to install one of databases/db[45]*.
At a quick glance through configure, I guess one of db41, db5, db48 or
db47 will do.

Regards,
Christoph



in fact the configure script is patched to automatically check the version you 
have
installed.

There seems to be failures the installed version4.4, not sure about that yet.

I'm pondering to modify the USE_BDB to force 4.4+ but I need more testings

regards,
Bapt


It looks like it actually need 4.7+:
http://development.openoffice.org/releases/3.2.1.html

But i may be wrong. I just don't get if they bundle own version of bdb47.

--
Regards,
Ruslan

Tinderboxing kills... the drives.
___
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: libreoffice-3.4.3 fails to upgrade

2011-09-06 Thread Ruslan Mahmatkhanov

Ruslan Mahmatkhanov wrote on 06.09.2011 16:30:

Baptiste Daroussin wrote on 06.09.2011 16:09:

On Tue, Sep 06, 2011 at 08:54:16AM +0200, Christoph Moench-Tegeder wrote:

## Leslie Jensen (les...@eskk.nu):


checking for dbopen in -ldb4... no
checking for __db185_open in -ldb4... no
configure: error: db not installed or functional



Looks as if you need to install one of databases/db[45]*.
At a quick glance through configure, I guess one of db41, db5, db48 or
db47 will do.

Regards,
Christoph



in fact the configure script is patched to automatically check the
version you have
installed.

There seems to be failures the installed version4.4, not sure about
that yet.

I'm pondering to modify the USE_BDB to force 4.4+ but I need more
testings

regards,
Bapt


It looks like it actually need 4.7+:
http://development.openoffice.org/releases/3.2.1.html

But i may be wrong. I just don't get if they bundle own version of bdb47.



I forget to note that i come to this link from here :)
http://listarchives.libreoffice.org/global/users/msg00988.html

But i think it still relevant, since libreoffice was forked after OOo 
3.2.1 if i recall correctly.


--
Regards,
Ruslan

Tinderboxing kills... the drives.
___
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: libreoffice-3.4.3 fails to upgrade

2011-09-06 Thread George Liaskos
 There seems to be failures the installed version4.4, not sure about that
 yet.

 I'm pondering to modify the USE_BDB to force 4.4+ but I need more testings

 regards,
 Bapt

I vote for removing --with-system-db if it adds complexity and be done with it.
The extra time for testing and potential user pain doesn't worth it IMO.

Regards,
George
___
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: libreoffice-3.4.3 fails to upgrade

2011-09-06 Thread Baptiste Daroussin
On Tue, Sep 06, 2011 at 03:51:06PM +0300, George Liaskos wrote:
  There seems to be failures the installed version4.4, not sure about that
  yet.
 
  I'm pondering to modify the USE_BDB to force 4.4+ but I need more testings
 
  regards,
  Bapt
 
 I vote for removing --with-system-db if it adds complexity and be done with 
 it.
 The extra time for testing and potential user pain doesn't worth it IMO.
 
 Regards,
 George

Why not, no opinion on this, btw there is still bugs with icons and .desktop
(wanting libreoffice34).

regards,
Bapt


pgpR08pO2xb1f.pgp
Description: PGP signature


Re: libreoffice-3.4.3 fails to upgrade

2011-09-06 Thread Baptiste Daroussin
 
 checking for dbopen in -ldb4... no
 checking for __db185_open in -ldb4... no
 configure: error: db not installed or functional
 ===  Script configure failed unexpectedly.
 Please report the problem to off...@freebsd.org [maintainer] and attach the
 /usr/ports/editors/libreoffice/work/libreoffice-bootstrap-3.4.3.2/config.log
 including the output of the failure of your make command. Also, it might be
 a good idea to provide an overview of all packages installed on your system
 (e.g. an `ls /var/db/pkg`).
 *** Error code 1
 
 Stop in /usr/ports/editors/libreoffice.
 *** Error code 1
 
 Stop in /usr/ports/editors/libreoffice.
 
 === make failed for editors/libreoffice
 === Aborting update
 
 === Update for editors/libreoffice failed
 === Aborting update
 
 
 /Leslie
 
 

This should be fixed now, thanks for reporting

Bapt


pgpQSo0Mnyh3m.pgp
Description: PGP signature


Re: libreoffice-3.4.3 fails to upgrade

2011-09-06 Thread Leslie Jensen



Baptiste Daroussin skrev 2011-09-06 17:18:





This should be fixed now, thanks for reporting

Bapt



You're welcome :-)

The upgrade was successful now.

Thanks

/Leslie

___
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


libreoffice-3.4.3 fails to upgrade

2011-09-05 Thread Leslie Jensen



===   libreoffice-3.4.3 depends on file: /usr/local/bin/perl5.14.1 - found
===  Applying FreeBSD patches for libreoffice-3.4.3
1 out of 4 hunks failed--saving rejects to 
bin/distro-install-desktop-integration.rej
= Patch patch-bin__distro-install-desktop-integration failed to apply 
cleanly.

*** Error code 1

Stop in /usr/ports/editors/libreoffice.
*** Error code 1

Stop in /usr/ports/editors/libreoffice.

=== make failed for editors/libreoffice
=== Aborting update

=== Update for editors/libreoffice failed
=== Aborting update


/Leslie
___
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: libreoffice-3.4.3 fails to upgrade

2011-09-05 Thread Chris Rees
On 5 Sep 2011 14:45, Leslie Jensen les...@eskk.nu wrote:



 ===   libreoffice-3.4.3 depends on file: /usr/local/bin/perl5.14.1 -
found
 ===  Applying FreeBSD patches for libreoffice-3.4.3
 1 out of 4 hunks failed--saving rejects to
bin/distro-install-desktop-integration.rej
 = Patch patch-bin__distro-install-desktop-integration failed to apply
cleanly.
 *** Error code 1

 Stop in /usr/ports/editors/libreoffice.
 *** Error code 1

 Stop in /usr/ports/editors/libreoffice.

 === make failed for editors/libreoffice
 === Aborting update

 === Update for editors/libreoffice failed
 === Aborting update


 /Leslie

Please update your ports tree, make clean and try again.

Chris
___
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: libreoffice-3.4.3 fails to upgrade

2011-09-05 Thread Leslie Jensen

2011-09-05 15:51, Chris Rees skrev:

On 5 Sep 2011 14:45, Leslie Jensenles...@eskk.nu  wrote:




===libreoffice-3.4.3 depends on file: /usr/local/bin/perl5.14.1 -

found

===   Applying FreeBSD patches for libreoffice-3.4.3
1 out of 4 hunks failed--saving rejects to

bin/distro-install-desktop-integration.rej

=  Patch patch-bin__distro-install-desktop-integration failed to apply

cleanly.

*** Error code 1

Stop in /usr/ports/editors/libreoffice.
*** Error code 1

Stop in /usr/ports/editors/libreoffice.

===  make failed for editors/libreoffice
===  Aborting update

===  Update for editors/libreoffice failed
===  Aborting update


/Leslie


Please update your ports tree, make clean and try again.

Chris



Have done it again, but unfortunately same result.

/L

___
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: libreoffice-3.4.3 fails to upgrade

2011-09-05 Thread Chris Rees
On 5 September 2011 15:16, Leslie Jensen les...@eskk.nu wrote:
 2011-09-05 15:51, Chris Rees skrev:

 On 5 Sep 2011 14:45, Leslie Jensenles...@eskk.nu  wrote:
 ===    libreoffice-3.4.3 depends on file: /usr/local/bin/perl5.14.1 -

 found

 ===   Applying FreeBSD patches for libreoffice-3.4.3
 1 out of 4 hunks failed--saving rejects to

 bin/distro-install-desktop-integration.rej

 =  Patch patch-bin__distro-install-desktop-integration failed to apply

 cleanly.

 *** Error code 1

 Stop in /usr/ports/editors/libreoffice.
 *** Error code 1

 Stop in /usr/ports/editors/libreoffice.

 ===  make failed for editors/libreoffice
 ===  Aborting update

 ===  Update for editors/libreoffice failed
 ===  Aborting update


 /Leslie

 Please update your ports tree, make clean and try again.

 Chris


 Have done it again, but unfortunately same result.


Sorry about that.

Looks like it may be related to this commit:

http://www.freebsd.org/cgi/cvsweb.cgi/ports/editors/libreoffice/files/patch-bin__distro-install-desktop-integration

Bapt, please would you investigate?

Chris

-- 
Chris Rees          | FreeBSD Developer
cr...@freebsd.org   | http://people.freebsd.org/~crees
___
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: libreoffice-3.4.3 fails to upgrade

2011-09-05 Thread Baptiste Daroussin
On Mon, Sep 05, 2011 at 03:52:35PM +0100, Chris Rees wrote:
 On 5 September 2011 15:16, Leslie Jensen les...@eskk.nu wrote:
  2011-09-05 15:51, Chris Rees skrev:
 
  On 5 Sep 2011 14:45, Leslie Jensenles...@eskk.nu  wrote:
  ===    libreoffice-3.4.3 depends on file: /usr/local/bin/perl5.14.1 -
 
  found
 
  ===   Applying FreeBSD patches for libreoffice-3.4.3
  1 out of 4 hunks failed--saving rejects to
 
  bin/distro-install-desktop-integration.rej
 
  =  Patch patch-bin__distro-install-desktop-integration failed to apply
 
  cleanly.
 
  *** Error code 1
 
  Stop in /usr/ports/editors/libreoffice.
  *** Error code 1
 
  Stop in /usr/ports/editors/libreoffice.
 
  ===  make failed for editors/libreoffice
  ===  Aborting update
 
  ===  Update for editors/libreoffice failed
  ===  Aborting update
 
 
  /Leslie
 
  Please update your ports tree, make clean and try again.
 
  Chris
 
 
  Have done it again, but unfortunately same result.
 
 
 Sorry about that.
 
 Looks like it may be related to this commit:
 
 http://www.freebsd.org/cgi/cvsweb.cgi/ports/editors/libreoffice/files/patch-bin__distro-install-desktop-integration
 
 Bapt, please would you investigate?
 
 Chris
 

I just fixed it.

sorrt about that

Bapt


pgpRdLsdWtqeC.pgp
Description: PGP signature


Re: libreoffice-3.4.3 fails to upgrade

2011-09-05 Thread Christoph Moench-Tegeder
## Baptiste Daroussin (b...@freebsd.org):

  Looks like it may be related to this commit:
  
  http://www.freebsd.org/cgi/cvsweb.cgi/ports/editors/libreoffice/files/patch-bin__distro-install-desktop-integration
  
  Bapt, please would you investigate?
  
  Chris
  
 
 I just fixed it.
 
 sorrt about that

Just to be clear what we're talking about... Version 1.2 (latest in the
cvsweb I'm seeing on www.freebsd.org) won't cut it, as the mktemp in
line 81 of distro-install-desktop-integration needs to be fixed, too
(remove the -t).

See here (this is only the first - and fixed - hunk of that patch):

--- distro-install-desktop-integration.orig 2011-09-05 17:59:59.0 
+0200
+++ distro-install-desktop-integration  2011-09-05 18:01:11.0 +0200
@@ -74,12 +74,12 @@
 test -n $oowrapper_name  create_man_link $oowrapper_name 
$used_man_page $file_list
 
 # add desktop file to the right file list
-test -n $desktop_file -a -f $DESTDIR/$file_list  echo 
/usr/share/applications/$desktop_file $DESTDIR/$file_list
+test -n $desktop_file -a -f $DESTDIR/$file_list  echo 
$PREFIXDIR/share/applications/$desktop_file $DESTDIR/$file_list
 }
 
 # install desktop integration from plain packages
-sysui_temp=`mktemp -t -d distro-pack-desktop-integration-XX`
-cp -a sysui/unxlng*/misc/libreoffice/* $sysui_temp
+sysui_temp=`mktemp -d distro-pack-desktop-integration-XX`
+cp -a sysui/unx*/misc/libreoffice/* $sysui_temp
 cp -a sysui/desktop/share/create_tree.sh $sysui_temp
 builddir=`pwd`
 cd $sysui_temp


Regards,
Christoph

-- 
Spare Space
___
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: libreoffice-3.4.3 fails to upgrade

2011-09-05 Thread Baptiste Daroussin
On Mon, Sep 05, 2011 at 06:11:33PM +0200, Christoph Moench-Tegeder wrote:
 ## Baptiste Daroussin (b...@freebsd.org):
 
   Looks like it may be related to this commit:
   
   http://www.freebsd.org/cgi/cvsweb.cgi/ports/editors/libreoffice/files/patch-bin__distro-install-desktop-integration
   
   Bapt, please would you investigate?
   
   Chris
   
  
  I just fixed it.
  
  sorrt about that
 
 Just to be clear what we're talking about... Version 1.2 (latest in the
 cvsweb I'm seeing on www.freebsd.org) won't cut it, as the mktemp in
 line 81 of distro-install-desktop-integration needs to be fixed, too
 (remove the -t).
 
 See here (this is only the first - and fixed - hunk of that patch):
 
 --- distro-install-desktop-integration.orig   2011-09-05 17:59:59.0 
 +0200
 +++ distro-install-desktop-integration2011-09-05 18:01:11.0 
 +0200
 @@ -74,12 +74,12 @@
  test -n $oowrapper_name  create_man_link $oowrapper_name 
 $used_man_page $file_list
  
  # add desktop file to the right file list
 -test -n $desktop_file -a -f $DESTDIR/$file_list  echo 
 /usr/share/applications/$desktop_file $DESTDIR/$file_list
 +test -n $desktop_file -a -f $DESTDIR/$file_list  echo 
 $PREFIXDIR/share/applications/$desktop_file $DESTDIR/$file_list
  }
  
  # install desktop integration from plain packages
 -sysui_temp=`mktemp -t -d distro-pack-desktop-integration-XX`
 -cp -a sysui/unxlng*/misc/libreoffice/* $sysui_temp
 +sysui_temp=`mktemp -d distro-pack-desktop-integration-XX`
 +cp -a sysui/unx*/misc/libreoffice/* $sysui_temp
  cp -a sysui/desktop/share/create_tree.sh $sysui_temp
  builddir=`pwd`
  cd $sysui_temp
 
 
 Regards,
 Christoph
 

You are right, once again sorry for the mess.

/me promise to not touch libreoffice for a while :)

Bapt


pgp2fhiVTOfuZ.pgp
Description: PGP signature