From owner-freebsd-questions@FreeBSD.ORG Sun Oct 21 20:43:59 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A02BB16A417 for ; Sun, 21 Oct 2007 20:43:59 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.189]) by mx1.freebsd.org (Postfix) with ESMTP id 30A5213C4C1 for ; Sun, 21 Oct 2007 20:43:58 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so1541724mue for ; Sun, 21 Oct 2007 13:43:51 -0700 (PDT) Received: by 10.82.146.14 with SMTP id t14mr5978863bud.1192909069752; Sat, 20 Oct 2007 12:37:49 -0700 (PDT) Received: by 10.82.115.2 with HTTP; Sat, 20 Oct 2007 12:37:49 -0700 (PDT) Message-ID: Date: Sat, 20 Oct 2007 15:37:49 -0400 From: "Michael Johnson" Sender: buhnux@gmail.com To: roberth.sjonoy@gmail.com In-Reply-To: <1192908525.72738.2.camel@Magda> MIME-Version: 1.0 References: <1192908525.72738.2.camel@Magda> X-Google-Sender-Auth: d97b54c4f76c86f7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Build transmission with gtk+ support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Oct 2007 20:43:59 -0000 On 10/20/07, User Roberth wrote: > > Hello, anyone sucsessfully installed transmission with gtk+ support from > ports? > > [root@Magda /usr/ports/net-p2p/transmission]# make install clean > You may specify the following on the command line: > > WITHOUT_OPENSSL=yes to disable OpenSSL support, using built-in SHA1 > implementation. Warning, it is a bit slower if you use this option. > ===> Vulnerability check disabled, database not found > ===> Extracting for transmission-0.82 > => MD5 Checksum OK for Transmission-0.82.tar.gz. > => SHA256 Checksum OK for Transmission-0.82.tar.gz. > ===> Patching for transmission-0.82 > ===> Applying FreeBSD patches for transmission-0.82 > ===> transmission-0.82 depends on executable: gmake - found > ===> Configuring for transmission-0.82 > System: FreeBSD > OpenSSL: yes > GTK+: yes > Daemon: disabled > > Now use GNU make to build Transmission. > It may be called 'make' or 'gmake' depending on your system. > ===> Building for transmission-0.82 > Checking SVN revision... > * Building libtransmission > Checking dependencies... > Cc basename.o > Cc bencode.o > Cc choking.o > Cc clients.o > Cc completion.o > Cc dirname.o > Cc fastresume.o > Cc fdlimit.o > Cc http.o > Cc inout.o > Cc ipcparse.o > ipcparse.c: In function `ipc_mkgetinfo': > ipcparse.c:494: warning: 'typecount' might be used uninitialized in this > function > ipcparse.c:495: warning: 'typearray' might be used uninitialized in this > function > ipcparse.c: In function `ipc_infoname': > ipcparse.c:1243: warning: 'array' might be used uninitialized in this > function > ipcparse.c:1244: warning: 'len' might be used uninitialized in this > function > ipcparse.c: In function `ipc_infotypes': > ipcparse.c:1181: warning: 'tree' might be used uninitialized in this > function > ipcparse.c:1183: warning: 'array' might be used uninitialized in this > function > ipcparse.c:1184: warning: 'len' might be used uninitialized in this > function > Cc list.o > Cc makemeta.o > Cc metainfo.o > Cc natpmp.o > Cc net.o > Cc peer.o > Cc platform.o > Cc ratecontrol.o > Cc sha1.o > Cc shared.o > Cc strlcat.o > Cc strlcpy.o > Cc torrent.o > Cc tracker.o > Cc transmission.o > Cc upnp.o > Cc utils.o > Cc xml.o > Library libtransmission.a > ar: creating libtransmission.a > * Building Transmission CLI client > Checking dependencies... > Cc transmissioncli.o > Link transmissioncli > * Building Transmission GTK+ client > gmake: *** gtk: No such file or directory. Stop. > gmake[1]: *** [.gtk] Error 2 > gmake: *** [all] Error 2 > *** Error code 2 > > Stop in /usr/ports/net-p2p/transmission. > > Only thing I've done to the Makefile is to enable gtk+ on compile > options. there is a net-p2p/transmission-gtk2 port