From owner-freebsd-ports@FreeBSD.ORG Sun Feb 2 21:45:20 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5DD08BC0 for ; Sun, 2 Feb 2014 21:45:20 +0000 (UTC) Received: from mail-qc0-x22e.google.com (mail-qc0-x22e.google.com [IPv6:2607:f8b0:400d:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1A45D128F for ; Sun, 2 Feb 2014 21:45:20 +0000 (UTC) Received: by mail-qc0-f174.google.com with SMTP id x13so10060430qcv.33 for ; Sun, 02 Feb 2014 13:45:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding:content-type; bh=/JDGL/f7cc3goqeof0Xtr6Z32e5tNC6Th8Vta0iG+LY=; b=Y5miqNX7KnqRc5HH4f+hfPOA37PDjYAZXU2HuGLdWnwLAnHW0usOdi7aXpzwGj3nUi nfqnIET6Tz+srV48rmv76/OOGjxR22pmpThC4h83b9nGJ8UBqDXsFKfg/bU5xCuSL1NQ 1Iqd7/U8mQ8fDwEgJh2pLBHzh2cAMkG8LJzI/yI4H9FLfstm4FH/TmAlxJJ4zHXfO2jA RYpG1uPXun+IoUgmg2kbSuIQ5NbAMABVeJbpp9b2dwBqF7ssQ5qX0RLEbhhB0wGjQODG 9jhAnzDN/F2C3oYK83c1kAhy7IGAEfVaSpo9wS/ok7sBTgOguR8eGshoo9TksTY8erRu D/nw== X-Received: by 10.224.169.11 with SMTP id w11mr50670186qay.71.1391377519036; Sun, 02 Feb 2014 13:45:19 -0800 (PST) Received: from lumiwa.farms.net ([71.241.213.42]) by mx.google.com with ESMTPSA id j50sm24144060qgf.14.2014.02.02.13.45.18 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 02 Feb 2014 13:45:18 -0800 (PST) From: Ajtim To: "Herbert J. Skuhra" Subject: Re: python33 Date: Sun, 02 Feb 2014 16:45:17 -0500 Message-ID: <2080513.YVpVIhRHju@lumiwa.farms.net> User-Agent: KMail/4.11.4 (FreeBSD/10.0-RELEASE; KDE/4.11.4; amd64; ; ) In-Reply-To: <86ha8h8yjg.wl%hskuhra@eumx.net> References: <4648013.WzZvqasPqJ@lumiwa.farms.net> <2527072.JuDvluNqEW@lumiwa.farms.net> <86ha8h8yjg.wl%hskuhra@eumx.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Feb 2014 21:45:20 -0000 On Sunday 02 February 2014 13:54:59 Herbert J. Skuhra wrote: > On Sun, 02 Feb 2014 06:31:31 -0500 > Ajtim wrote: > > > On Sunday 02 February 2014 11:46:47 Herbert J. Skuhra wrote: > > > On Sat, 01 Feb 2014 18:07:46 -0500 > > > Ajtim wrote: > > > > > > > Hi! > > > > > > > > Portmaster found update for python33 (version 3.3.3_2 from February 1st) and on FreeBSD 10.0-RELEASE (amd64) I got: > > > > Install them as needed. > > > > ==== > > > > ====> Compressing man pages (compress-man) > > > > ===> Installing for python33-3.3.3_2 > > > > ===> Checking if lang/python33 already installed > > > > ===> Registering installation for python33-3.3.3_2 > > > > pkg-static: lstat(/usr/ports/lang/python33/work/stage/usr/local/lib/python3.3/lib-dynload/_lzma.so): No such file or directory > > > > *** Error code 74 > > > > > > > > Stop. > > > > make[1]: stopped in /usr/ports/lang/python33 > > > > *** Error code 1 > > > > > > > > Stop. > > > > make: stopped in /usr/ports/lang/python33 > > > > > > I guess archivers/lzmalib is installed on your system. > > > In this case _lzma.so fails to build: > > > > > > cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -O2 -pipe -fno-strict-aliasing -I/usr/ > > > local/include build/temp.freebsd-10.0-STABLE-amd64-3.3/usr/ports/lang/python33/work/Python-3.3.3/Modu > > > les/_lzmamodule.o -L/usr/local/lib -llzma -o build/lib.freebsd-10.0-STABLE-amd64-3.3/_lzma.so^M > > > *** WARNING: renaming "_lzma" since importing it failed: build/lib.freebsd-10.0-STABLE-amd64-3.3/_lzm > > > a.so: Undefined symbol "lzma_properties_size" > > > > > > > > Yes, it was the problem. Thank you very much. > > But how is the future with lzmalib? Some applications need it. > > lzmalib is part of FreeBSD >= 8.1. > > A simple grep shows that only two ports depend on the port > (archivers/lzmalib): > > * p5-Compress-Raw-Lzma > only if /usr/lib/liblzma.so is missing (FreeBSD < 8.1) > > * databases/tokyocabinet: if option LZMA is on > even if xz/lzma is in base > > But maybe I miss something. > > dependencies that are still required: archivers/lzmalib: multimedia/vlc, graphics/GraphicsMagick13, graphics/gimp-app, deskutils/xfce4-tumbler, graphics/webp, textproc/redland, graphics/sane-backends, security/clamav, graphics/libgphoto2, devel/gvfs, graphics/graphviz, graphics/ImageMagick -- Mitja ------- http://www.redbubble.com/people/lumiwa