From owner-freebsd-ports@FreeBSD.ORG Fri Aug 1 09:49:06 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C2EF1065684; Fri, 1 Aug 2008 09:49:06 +0000 (UTC) (envelope-from juergen.galonska@primamail.de) Received: from mail.server-king.de (mail.server-king.de [82.135.106.3]) by mx1.freebsd.org (Postfix) with ESMTP id 15A198FC27; Fri, 1 Aug 2008 09:49:05 +0000 (UTC) (envelope-from juergen.galonska@primamail.de) Received: from edgar1.server-king.de (edgar1.server-king.de [82.135.106.57]) by mail.server-king.de (8.14.3/8.14.3) with ESMTP id m719Jwbw098088; Fri, 1 Aug 2008 11:19:58 +0200 (CEST) (envelope-from juergen.galonska@primamail.de) Date: Fri, 01 Aug 2008 11:19:58 +0200 To: multimedia@freebsd.org From: "Juergen Galonska" Content-Type: text/plain; charset=iso-8859-15 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: User-Agent: Opera Mail/9.51 (FreeBSD) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (mail.server-king.de [82.135.106.3]); Fri, 01 Aug 2008 11:19:58 +0200 (CEST) Cc: ports@freebsd.org Subject: FreeBSD Port: transcode-1.0.6_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2008 09:49:06 -0000 Hello, building|updating transcode stops with: ~ snip ~ cc -DHAVE_CONFIG_H -I. -I../.. -pthread -D_REENTRANT -D_THREAD_SAFE -DMOD_PATH=\"/usr/local/lib/transcode\" -I../.. -I../../import -I../../src -isystem /usr/include -isystem /usr/local/include -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -MT import_nuv_la-import_nuv.lo -MD -MP -MF .deps/import_nuv_la-import_nuv.Tpo -c import_nuv.c -fPIC -DPIC -o .libs/import_nuv_la-import_nuv.o In file included from import_nuv.c:19: ../../libtc/tc_lzo.h:13:23: error: lzo/lzo1x.h: No such file or directory ../../libtc/tc_lzo.h:14:25: error: lzo/lzoutil.h: No such file or directory import_nuv.c: In function 'nuv_decode_video': import_nuv.c:473: warning: pointer targets in assignment differ in signedness import_nuv.c:480: error: 'lzo_uint' undeclared (first use in this function) import_nuv.c:480: error: (Each undeclared identifier is reported only once import_nuv.c:480: error: for each function it appears in.) import_nuv.c:480: error: expected ';' before 'len' import_nuv.c:486: warning: implicit declaration of function 'lzo1x_decompress' import_nuv.c:487: error: 'len' undeclared (first use in this function) import_nuv.c:487: error: 'LZO_E_OK' undeclared (first use in this function) import_nuv.c:509: warning: pointer targets in passing argument 2 of 'RTjpeg_decompressYUV420' differ in signedness import_nuv.c: In function 'import_nuv_decode': import_nuv.c:624: warning: pointer targets in assignment differ in signedness gmake[3]: *** [import_nuv_la-import_nuv.lo] Error 1 gmake[3]: Leaving directory `/home/samba/temp/ports/usr/ports/multimedia/transcode/work/transcode-1.0.6/import/nuv' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/home/samba/temp/ports/usr/ports/multimedia/transcode/work/transcode-1.0.6/import' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/home/samba/temp/ports/usr/ports/multimedia/transcode/work/transcode-1.0.6' gmake: *** [all] Error 2 *** Error code 2 This occures on FreeBSD-7.0-RELEASE-p3 and FreeBSD-6.3-RELEASE-p3 without having any lzo-port installed. ffmpeg and any other installed port on my machines are up-to-date. After installing archivers/lzo2, building|updating transcode works without any errors. So, probably you should add archivers/lzo2 as dependency. Thank you for your great work to improve the multimedia capabilities in FreeBSD. Bye. juergen -- Jürgen Galonska