Re: Failed port upgrade

2009-12-31 Thread James Harrison

On Dec 25, 2009, at 8:48 PM 12/25/09, Rem P Roberti wrote:

 When running portupgrade the process is choking when it comes to
 consolekit.  Here is the error message:
 
 gmake[2]: *** [libgirepository_1_0_la-gfield.lo] Error 1
 gmake[2]: Leaving directory
 `/usr/tmp/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.7/girepository'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory
 `/usr/tmp/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.7'
 gmake: *** [all] Error 2
 *** Error code 1
 
 Stop in /usr/ports/devel/gobject-introspection.
 *** Error code 1
 
 Stop in /usr/ports/sysutils/polkit.
 *** Error code 1
 
 Stop in /usr/ports/sysutils/consolekit.
 ** Command failed [exit code 1]: /usr/bin/script -qa
 /tmp/portupgrade20091225-42364-180m9y8-0 env UPGRADE_TOOL=portupgrade
 UPGRADE_PORT=consolekit-0.4.1_1 UPGRADE_PORT_VER=0.4.1_1 make
 ** Fix the problem and try again.
 
 
 this obviously involves gobject-introspection and polkit, both of which
 refuse to make.  I could find nothing in UPDATING about this.
 
 Rem

Hey Rem,

did you ever get this solved?

James___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Failed port upgrade

2009-12-25 Thread Rem P Roberti
When running portupgrade the process is choking when it comes to
consolekit.  Here is the error message:

gmake[2]: *** [libgirepository_1_0_la-gfield.lo] Error 1
gmake[2]: Leaving directory
`/usr/tmp/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.7/girepository'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/usr/tmp/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.7'
gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/ports/devel/gobject-introspection.
*** Error code 1

Stop in /usr/ports/sysutils/polkit.
*** Error code 1

Stop in /usr/ports/sysutils/consolekit.
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portupgrade20091225-42364-180m9y8-0 env UPGRADE_TOOL=portupgrade
UPGRADE_PORT=consolekit-0.4.1_1 UPGRADE_PORT_VER=0.4.1_1 make
** Fix the problem and try again.


this obviously involves gobject-introspection and polkit, both of which
refuse to make.  I could find nothing in UPDATING about this.

Rem
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


failed port upgrade to subversion-1.2.3_1

2005-11-01 Thread cerion
Hi,
I'm following RELENG_4, and have successfully used portupgrade with all my 
ports bar subversion...

I make subversion with 
-DWITH_MOD_DAV_SVN -DWITH_SVNSERVE_WRAPPER SVNGROUP=svn
and the MOD_DAV flag enables WITH_APACHE2_APR
 - this completes without complaint.

but when i try make install, i get:
...
===   subversion-1.2.3_1 depends on shared library: apr-1.0 - not found
===Verifying install for apr-1.0 in /usr/ports/devel/apr-svn
===  Vulnerability check disabled, database not found
===  Extracting for apr-nothr-db4-1.2.2_1
= Checksum OK for apr-1.2.2.tar.gz.
...
(happily goes off and builds apr-1.2.2)
...
===   Returning to build of subversion-1.2.3_1
Error: shared library apr-1.0 does not exist
*** Error code 1

Argh!

/usr/local/lib/apache2 has:
libapr-0.a
libapr-0.so@ - libapr-0.so.9
libapr-0.so.9*

/usr/local/lib has:
libapr-1.a
libapr-1.so@ - libapr-1.so.2
libapr-1.so.2*

I see in the Makefile that it's the bdb requiring apr1.0:
.if !defined(WITHOUT_BDB)
LIB_DEPENDS+=   apr-1.0:${PORTSDIR}/devel/apr-svn
APR_PORT=   devel/apr-svn

But I don't know if I'm doing something wrong, or if this is a mistake in the 
port files...

Any suggestions most welcome!
Cerion

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: failed port upgrade to subversion-1.2.3_1

2005-11-01 Thread Michael C. Shultz
On Tuesday 01 November 2005 01:41, cerion wrote:
 Hi,
 I'm following RELENG_4, and have successfully used portupgrade with all my
 ports bar subversion...

 I make subversion with
 -DWITH_MOD_DAV_SVN -DWITH_SVNSERVE_WRAPPER SVNGROUP=svn
 and the MOD_DAV flag enables WITH_APACHE2_APR
  - this completes without complaint.

 but when i try make install, i get:
 ...
 ===   subversion-1.2.3_1 depends on shared library: apr-1.0 - not found
 ===Verifying install for apr-1.0 in /usr/ports/devel/apr-svn
 ===  Vulnerability check disabled, database not found
 ===  Extracting for apr-nothr-db4-1.2.2_1
 = Checksum OK for apr-1.2.2.tar.gz.
 ...
 (happily goes off and builds apr-1.2.2)
 ...
 ===   Returning to build of subversion-1.2.3_1
 Error: shared library apr-1.0 does not exist
 *** Error code 1

 Argh!

See

Problem Report ports/88307 : devel/subversion looks for wrong LIB_DEPENDS 
during make

-Mike


 /usr/local/lib/apache2 has:
 libapr-0.a
 libapr-0.so@ - libapr-0.so.9
 libapr-0.so.9*

 /usr/local/lib has:
 libapr-1.a
 libapr-1.so@ - libapr-1.so.2
 libapr-1.so.2*

 I see in the Makefile that it's the bdb requiring apr1.0:
 .if !defined(WITHOUT_BDB)
 LIB_DEPENDS+=   apr-1.0:${PORTSDIR}/devel/apr-svn
 APR_PORT=   devel/apr-svn

 But I don't know if I'm doing something wrong, or if this is a mistake in
 the port files...

 Any suggestions most welcome!
 Cerion

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: failed port upgrade to subversion-1.2.3_1

2005-11-01 Thread dick hoogendijk
On Tue, 1 Nov 2005 04:41:37 -0500
cerion [EMAIL PROTECTED] wrote:

 But I don't know if I'm doing something wrong, or if this is a
 mistake in the port files...

Happened to me too, yesterday. Didn't file a PR yet. Maybe you will? ;-)

-- 
dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.11-stable ++ FreeBSD 5.4
+ Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: failed port upgrade to subversion-1.2.3_1

2005-11-01 Thread Zakharov V.V
On Tue, Nov 01, 2005, cerion wrote:
 ..if !defined(WITHOUT_BDB)
 LIB_DEPENDS+=   apr-1.0:${PORTSDIR}/devel/apr-svn
 APR_PORT=   devel/apr-svn

--- Makefile.orig   Tue Nov  1 12:50:50 2005
+++ MakefileTue Nov  1 12:51:41 2005
@@ -177,11 +177,11 @@
 APR_CONFIG=apr-1-config
 APU_CONFIG=apu-1-config
 .if !defined(WITHOUT_BDB)
-LIB_DEPENDS+=  apr-1.0:${PORTSDIR}/devel/apr-svn
+LIB_DEPENDS+=  apr-1.2:${PORTSDIR}/devel/apr-svn
 APR_PORT=  devel/apr-svn
 OPT_NAME=  APR_UTIL_WITH_BERKELEY_DB=yes
 .else
-LIB_DEPENDS+=  apr-1.0:${PORTSDIR}/devel/apr
+LIB_DEPENDS+=  apr-1.2:${PORTSDIR}/devel/apr
 APR_PORT=  devel/apr
 .endif
 .endif

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]