From owner-freebsd-questions@FreeBSD.ORG Thu Apr 13 07:30:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A16F16A403 for ; Thu, 13 Apr 2006 07:30:43 +0000 (UTC) (envelope-from guru@Sisis.de) Received: from hunter.Sisis.de (hunter.sisis.de [193.31.11.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC57343D62 for ; Thu, 13 Apr 2006 07:30:33 +0000 (GMT) (envelope-from guru@Sisis.de) Received: (from mail@localhost) by hunter.Sisis.de (8.8.8/8.8.8) id JAA28348; Thu, 13 Apr 2006 09:28:10 +0200 (CEST) (envelope-from guru@Sisis.de) From: guru@Sisis.de Received: from hermes.sisis.de(193.31.10.38) by hunter.Sisis.de via smap (V2.1) id xma028342; Thu, 13 Apr 06 09:27:48 +0200 Received: from rebelion.Sisis.de (rebelion.Sisis.de [193.31.10.34]) by hermes.sisis.de (8.8.8/8.8.8) with ESMTP id JAA12006; Thu, 13 Apr 2006 09:30:18 +0200 (CEST) (envelope-from guru@Sisis.de) Received: (from guru@localhost) by rebelion.Sisis.de (8.13.4/8.13.4/Submit) id k3D7U889033816; Thu, 13 Apr 2006 09:30:08 +0200 (CEST) (envelope-from guru@Sisis.de) X-Authentication-Warning: rebelion.Sisis.de: guru set sender to guru@Sisis.de using -f Date: Thu, 13 Apr 2006 09:30:08 +0200 To: Yuan Jue Message-ID: <20060413073008.GA30410@rebelion.Sisis.de> References: <200603141143.43335.work@ashleymoran.me.uk> <200604131043.08867.yuanjue@yuanjue.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200604131043.08867.yuanjue@yuanjue.net> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 6.0-RELEASE (i386) Cc: Ashley Moran , freebsd-questions@freebsd.org Subject: Re: Good subversion GUI? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias.Apitz@Sisis.de List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Apr 2006 07:30:43 -0000 El día Thursday, April 13, 2006 a las 10:43:08AM +0800, Yuan Jue escribió: > On Tuesday 14 March 2006 19:43, Ashley Moran wrote: > > I use KDE on my desktop and I'm trying to find a good svn GUI but I can't > > see one in the ports. I've tried eSVN but it's a bit flaky. I saw a good > > one on KDE-apps.org called KdeSvn but it's not in ports. KDE integration > > would be nice but any X11 GUI will do. > > > I have made a port for KDESvn. The problem report is here: > http://www.freebsd.org/cgi/query-pr.cgi?pr=95676 > > If anyone is interested in it, please feel free to test it :-) > > port: http://www.yuanjue.net/download/kdesvn_port.tar.gz > package: http://www.yuanjue.net/download/kdesvn-0.8.1.tbz > > Any feedback would be very appreciated ^_^ I've fetched the port into 6.0-REL... There is during linking some how the -lpthread missing: $ make ... /bin/sh /usr/local/bin/libtool15 --silent --mode=link --tag=CXX c++ -Wnon-virtu al-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -O2 -fno-strict-aliasing -pipe -fno-check-new -fno-common -fexceptions -o kdesvn -R /usr/local/lib -R /usr/X11R6/lib -R /usr/X11R6/lib -R /usr/local/lib -L/usr/X 11R6/lib -L/usr/local/lib -L/usr/local/lib main.o kdesvn.o urldlg.o commandline .o -lkparts -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr /X11R6/lib /usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_cleanup_pop' /usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_attr_destroy' /usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_attr_init' /usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_exit' /usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_cancel' ... I've added it to 'LIBS' in the Makefile (which of course is dirty) but then it linked. # make install gives: ... ===> Running ldconfig /sbin/ldconfig -m /usr/local/lib ===> Registering installation for kdesvn-0.8.1 pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/128x128/actions' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/128x128/filesystems' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/16x16/filesystems' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/22x22/filesystems' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/32x32/filesystems' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/48x48/filesystems' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/64x64/actions' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/64x64/filesystems' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/scalable/actions' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/scalable/filesystems' (package tools out of date?) pkg_create: write_plist: unknown command type -1 (share/icons/hicolor/128x128/actions) *** Error code 2 Stop in /usr/ports/devel/kdesvn_port. and it does not lauch from KDE's menue :-( it raises a popup with Error - kdevsvn 'Could not find our part.' matthias -- Matthias Apitz / Sisis Informationssysteme GmbH ein Tochterunternehmen der OCLC PICA B.V. Leiden (NL) D-82041 Oberhaching, Gruenwalder Weg 28g Fon: +49 89 / 61308-351, Fax: -399, Mobile +49 170 4527211 http://www.sisis.de/~guru/