From owner-freebsd-questions@FreeBSD.ORG Sat Oct 20 19:28:54 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 0F11C16A46C for ; Sat, 20 Oct 2007 19:28:54 +0000 (UTC) (envelope-from roberth.sjonoy@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.freebsd.org (Postfix) with ESMTP id 8764013C48E for ; Sat, 20 Oct 2007 19:28:06 +0000 (UTC) (envelope-from roberth.sjonoy@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so943514uge for ; Sat, 20 Oct 2007 12:27:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:subject:from:reply-to:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=Luz1sghVLryXiCrueZ06V6KPVU5oEtMz4hhQV4+0Rdc=; b=OxIIbcTgEsf8SoNgufXjKZu44sKwRalW6hpCTEQWU+BCH1vuWidG9cVLvCVOnM2J8jBtYSsmMqXsJcvkBKHMazzl4gENwleY6e4KrgsYAhKCAVVRfx3eVOC351hXP2kuhr+mwU0BlD+mCTgbZ9F7LMukVHHRV0xaZG6Zml9CRMY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:reply-to:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=eCOyH1EhSFeBNLSstNxNaX8PD+CrgLa+7qO2KlS7mthqwD+EVO+DSECkmyyPuUVGtZ349MHqu2lNTFuIco/eQEHLh7+xZuU8bigQG51CcVJM94lqmuUjteTcB2qtN3iqHBXEkxvSi0D6xK68QC4S14O9/sK1Zeei3QfYgobPYs0= Received: by 10.66.252.18 with SMTP id z18mr4291337ugh.1192908472500; Sat, 20 Oct 2007 12:27:52 -0700 (PDT) Received: from ?10.0.0.2? ( [83.109.229.218]) by mx.google.com with ESMTPS id y7sm10735633ugc.2007.10.20.12.27.51 (version=SSLv3 cipher=RC4-MD5); Sat, 20 Oct 2007 12:27:51 -0700 (PDT) From: User Roberth To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Sat, 20 Oct 2007 21:28:45 +0200 Message-Id: <1192908525.72738.2.camel@Magda> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Build transmission with gtk+ support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: roberth.sjonoy@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2007 19:28:54 -0000 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.