Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2009 12:51:02 -0700
From:      Steve Franks <bahamasfranks@gmail.com>
To:        questions@freebsd.org
Subject:   dvdstyler failure on vanilla 8RC1
Message-ID:  <539c60b90909251251v1f22a80n66b74ef9605d3085@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?539c60b90909251251v1f22a80n66b74ef9605d3085>