Re: [kde-freebsd] KDE4 libssl conflicts

2008-08-13 Thread Warren Liddell
 You need to clean out the 6.3 versions of various libs/binaries.

 See the delete-old and delete-old-libs targets on /usr/src/Makefile


fixed that issue .. however now kde4 is conflicting with things needed for 
kde3..

Making all in include
===  Installing for tidy-lib-080621.c

===  tidy-lib-080621.c conflicts with installed package(s):
  tidy-2804_2

  They install files into the same place.
  Please remove them first with pkg_delete(1).
*** Error code 1

Stop in /usr/ports/www/tidy-lib.
*** Error code 1

Stop in /usr/ports/www/kdewebdev4.
*** Error code 1

Stop in /usr/ports/x11/kde4.
*** Error code 1

Stop in /usr/ports/x11/kde4.
# pkg_delete tidy-2804_2
pkg_delete: package 'tidy-2804_2' is required by these other packages
and may not be deinstalled:
kde-3.5.8_2
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [kde-freebsd] KDE4 libssl conflicts

2008-08-12 Thread Andy Fawcett
On Tuesday 12 August 2008 12:43:37 Warren Liddell wrote:
  You've got a mix of older and newer library versions, which makes
  me think that you are trying to do a partial upgrade of your ports
  after upgrading the FreeBSD base system to a newer version.  You
  really need to rebuild all ports when doing that, or else you'll
  run into issues.
 
  However, the specific problem you mention should have been resolved
  by this change here:
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126410
 
  ...so please double-check that your ports tree has been updated to
  get this fix.
 
  Regards,

 I did recently upgrade my base system from 6.3-STABLE to 7.0-STABLE,
 however, i just re-ran a csup and ran portupgrade an tried a re-build
 of KDE4 with the same error output.

You need to clean out the 6.3 versions of various libs/binaries.

See the delete-old and delete-old-libs targets on /usr/src/Makefile


-- 
Andy Fawcett | [EMAIL PROTECTED]
 | [EMAIL PROTECTED]
In an open world without walls and fences,  | [EMAIL PROTECTED]
  we wouldn't need Windows and Gates.  -- anon  | [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: [kde-freebsd] KDE4 libssl conflicts

2008-08-11 Thread Dorian Büttner
On Tuesday 12 August 2008 00:57:16 Warren Liddell wrote:
 How do i avoid//overturn this conflict ?


 /usr/bin/ld: warning: libssl.so.4, needed by /usr/local/lib/libcurl.so, may
 conflict with libssl.so.5
 /usr/bin/ld: warning: libcrypto.so.4, needed by /usr/local/lib/libcurl.so,
 may conflict with libcrypto.so.5
 /usr/bin/ld: warning: libz.so.3, needed by /usr/local/lib/libcurl.so, may
 conflict with libz.so.4
 /usr/bin/ld: warning: libm.so.4, needed by /usr/local/lib/libxslt.so, may
 conflict with libm.so.5
 /usr/bin/ld: warning: libcrypt.so.3, needed
 by /usr/local/lib/mysql/libmysqlclient.so, may conflict with libcrypt.so.4
 ../librdf/.libs/librdf.so: undefined reference to `db_create'
 ../librdf/.libs/librdf.so: undefined reference to `db_strerror'

looks like it's already known:
http://groups.google.com/group/lucky.freebsd.ports/browse_thread/thread/062933bb91c04166?fwc=1
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]