From owner-freebsd-questions@FreeBSD.ORG Fri Sep 25 20:14:18 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BC151065670 for ; Fri, 25 Sep 2009 20:14:18 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from mail-vw0-f180.google.com (mail-vw0-f180.google.com [209.85.212.180]) by mx1.freebsd.org (Postfix) with ESMTP id 0796A8FC12 for ; Fri, 25 Sep 2009 20:14:17 +0000 (UTC) Received: by vws10 with SMTP id 10so2507198vws.7 for ; Fri, 25 Sep 2009 13:14:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=ESa/bj3YGJBwMFt78l0Ky75cj3qxXhVkR7f+8LUYCIk=; b=b53XjJcnFgSE8PJcs7W+Ukj1FsP7Ilyca3QtwOcH2SsQ7VF2/cvMt/Wqv7NK2cEtqY SUtKHQeJ4fOUjUCQz9hbl00MHBAdNI3M0eprbVq44287OD65IOjPeW374xavgUkBogvU BhP+PLzrhaTPVmS+imRgzL27mOH7JAA4XN0S8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Zxl3hVPE4dknMY/H10wtir1Tw2dT1E2T6Ass4uij7LyxYVPpT6GvS2I1HcjJDzZr+P N7pJI7yV2fwCanTvBhlGFfoUA9nX1TKmeFDJfd3gRarv402cm73QXOSf6Oh4TZtZ5vvc bkXNhTBtGH3hQfqBGIWhx8qCBjIgnnwT6Pujo= MIME-Version: 1.0 Received: by 10.220.89.82 with SMTP id d18mr994063vcm.34.1253908262063; Fri, 25 Sep 2009 12:51:02 -0700 (PDT) Date: Fri, 25 Sep 2009 12:51:02 -0700 Message-ID: <539c60b90909251251v1f22a80n66b74ef9605d3085@mail.gmail.com> From: Steve Franks To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: dvdstyler failure on vanilla 8RC1 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: Fri, 25 Sep 2009 20:14:18 -0000 Thought I'd try this out today, but it won't build. I'm not the sort to fool with make.conf, or /usr/include or /usr/local/include, so everything should be suitably vanilla as far as building ports. Here's the hiccup: [steve@fyre /usr/ports/multimedia/dvdstyler]$ sudo make install clean ... if cc -DHAVE_CONFIG_H -I. -I. -I. -DSYSCONFDIR="\"/usr/local/etc\"" -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/ImageMagick -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include -Wall -DICONV_CONV=yes -MT subreader.o -MD -MP -MF ".deps/subreader.Tpo" -c -o subreader.o subreader.c; \ then mv -f ".deps/subreader.Tpo" ".deps/subreader.Po"; else rm -f ".deps/subreader.Tpo"; exit 1; fi subreader.c: In function 'sub_read_line_aqt': subreader.c:661: warning: comparison with string literal results in unspecified behaviour subreader.c:661: warning: comparison with string literal results in unspecified behaviour subreader.c: In function 'sub_read_line_subrip09': subreader.c:717: warning: comparison with string literal results in unspecified behaviour subreader.c: In function 'sub_fribidi': subreader.c:1082: error: 'FRIBIDI_TRUE' undeclared (first use in this function) subreader.c:1082: error: (Each undeclared identifier is reported only once subreader.c:1082: error: for each function it appears in.) subreader.c:1083: error: 'FRIBIDI_FALSE' undeclared (first use in this function) subreader.c:1102: warning: passing argument 3 of 'fribidi_log2vis' from incompatible pointer type gmake[2]: *** [subreader.o] Error 1 gmake[2]: Leaving directory `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' gmake: *** [all-recursive] Error 1 *** Error code 1 Stop in /usr/ports/multimedia/dvdauthor. *** Error code 1 Stop in /usr/ports/multimedia/dvdstyler. I don't see any dependencies to fribidi in the port (looks like there should be one), but I do happen to have: [steve@fyre /usr/ports/multimedia]$ pkg_info | grep fri fribidi-0.19.2_1 A Free Implementation of the Unicode Bidirectional Algorith Is this pr material? I'm not exactly desperate for the port, but I like to help out where I can. Best, Steve