Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Mar 2005 07:06:36 -0500
From:      Jan-Willem Regeer <xistence@x-istence.com>
To:        andy@fud.org.nz
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: handbrake-0.6.2_2 -- Compile is broken
Message-ID:  <1111665996.86400.2.camel@dragonflame.network.home>

next in thread | raw e-mail | index | archive | help
Hello Andy,

When compiling Handbrake from the ports tree, i get the following error:

dragonflame# make all
===>  Vulnerability check disabled, database not found
=> HandBrake-0.6.2-src.tar.gz doesn't seem to exist
in /usr/ports/distfiles/.
=> Attempting to fetch from http://people.via.ecp.fr/~titer/handbrake/.
HandBrake-0.6.2-src.tar.gz                    100% of 1945 kB  432 kBps
===>  Extracting for handbrake-0.6.2_2
=> Checksum OK for HandBrake-0.6.2-src.tar.gz.
===>  Patching for handbrake-0.6.2_2
===>  Applying FreeBSD patches for handbrake-0.6.2_2
===>   handbrake-0.6.2_2 depends on executable: jam - found
===>   handbrake-0.6.2_2 depends on executable: nasm - found
===>   handbrake-0.6.2_2 depends on
file: /usr/local/bin/intltool-extract - found
===>   handbrake-0.6.2_2 depends on executable: pkg-config - found
===>   handbrake-0.6.2_2 depends on shared library: a52.0 - found
===>   handbrake-0.6.2_2 depends on shared library: avcodec.1 - found
===>   handbrake-0.6.2_2 depends on shared library: dvdcss.2 - found
===>   handbrake-0.6.2_2 depends on shared library: dvdread.3 - found
===>   handbrake-0.6.2_2 depends on shared library: faac.0 - found
===>   handbrake-0.6.2_2 depends on shared library: mp3lame.0 - found
===>   handbrake-0.6.2_2 depends on shared library: mp4v2.0 - found
===>   handbrake-0.6.2_2 depends on shared library: mpeg2.0 - found
===>   handbrake-0.6.2_2 depends on shared library: ogg.5 - found
===>   handbrake-0.6.2_2 depends on shared library: samplerate.1 - found
===>   handbrake-0.6.2_2 depends on shared library: vorbis.3 - found
===>   handbrake-0.6.2_2 depends on shared library: xvidcore.4 - found
===>   handbrake-0.6.2_2 depends on shared library: atk-1.0.901 - found
===>   handbrake-0.6.2_2 depends on shared library: glib-2.0.600 - found
===>   handbrake-0.6.2_2 depends on shared library: gtk-x11-2.0.600 -
found
===>   handbrake-0.6.2_2 depends on shared library: pango-1.0.800 -
found
===>   handbrake-0.6.2_2 depends on shared library: X11.6 - found
===>  Configuring for handbrake-0.6.2_2
===>  Building for handbrake-0.6.2_2
...found 204 target(s)...
...updating 50 target(s)...
Cc contrib/libx264/core/mc.o
Cc contrib/libx264/core/predict.o
Cc contrib/libx264/core/pixel.o
Cc contrib/libx264/core/macroblock.o
Cc contrib/libx264/core/frame.o
Cc contrib/libx264/core/dct.o
Cc contrib/libx264/core/cpu.o
Cc contrib/libx264/core/cabac.o
Cc contrib/libx264/core/common.o
Cc contrib/libx264/core/mdate.o
Cc contrib/libx264/encoder/analyse.o
Cc contrib/libx264/encoder/me.o
Cc contrib/libx264/encoder/ratecontrol.o
Cc contrib/libx264/encoder/set.o
Cc contrib/libx264/encoder/macroblock.o
Cc contrib/libx264/encoder/cabac.o
Cc contrib/libx264/encoder/cavlc.o
Cc contrib/libx264/encoder/encoder.o
Archive contrib/libx264/libx264.a
ar: creating contrib/libx264/libx264.a
Ranlib contrib/libx264/libx264.a
Cc core/Ac3Dec.o
Cc core/AviMux.o
Cc core/DVDRead.o
Cc core/FaacEnc.o
Cc core/FfmpegEnc.o
Cc core/Fifo.o
Cc core/HandBrake.o
Cc core/LpcmDec.o
Cc core/Mp3Enc.o
Cc core/Mp4Mux.o
Cc core/Mpeg2Dec.o
Cc core/MpgaDec.o
Cc core/Mux.o
Cc core/OgmMux.o
Cc core/Resample.o
Cc core/Scale.o
Cc core/Scan.o
Cc core/Thread.o
Cc core/Utils.o
Cc core/VorbisEnc.o
Cc core/Work.o
Cc core/X264Enc.o
core/X264Enc.c: In function `HBX264EncInit':
core/X264Enc.c:44: error: structure has no member named `i_iframe'
core/X264Enc.c:45: error: structure has no member named `i_idrframe'
core/X264Enc.c:48: error: `X264_ANALYSE_I16x16' undeclared (first use in
this function)
core/X264Enc.c:48: error: (Each undeclared identifier is reported only
once
core/X264Enc.c:48: error: for each function it appears in.)
core/X264Enc.c:48: error: `X264_ANALYSE_P16x16' undeclared (first use in
this function)
core/X264Enc.c:49: error: `X264_ANALYSE_P16x8' undeclared (first use in
this function)
core/X264Enc.c:49: error: `X264_ANALYSE_P8x16' undeclared (first use in
this function)
core/X264Enc.c:49: error: `X264_ANALYSE_P8x8' undeclared (first use in
this function)
core/X264Enc.c:50: error: `X264_ANALYSE_SMART_PSUB' undeclared (first
use in this function)
core/X264Enc.c:58: error: structure has no member named `i_width'
core/X264Enc.c:59: error: structure has no member named `i_height'
core/X264Enc.c:60: error: structure has no member named `i_plane'
core/X264Enc.c:62: error: structure has no member named `i_iframe'
core/X264Enc.c: In function `HBX264EncWork':
core/X264Enc.c:108: error: structure has no member named `i_stride'
core/X264Enc.c:109: error: structure has no member named `i_stride'
core/X264Enc.c:110: error: structure has no member named `i_stride'
core/X264Enc.c:112: error: structure has no member named `plane'
core/X264Enc.c:113: error: structure has no member named `plane'
core/X264Enc.c:113: error: structure has no member named `plane'
core/X264Enc.c:114: error: structure has no member named `plane'
core/X264Enc.c:114: error: structure has no member named `plane'

cc -c -o core/X264Enc.o -O -pipe -g -Wall -W -I/usr/local/include
-DHB_FREEBSD -DHB_VERSION=\"0.6.2\" -Icore -I./contrib/libx264
core/X264Enc.c

...failed Cc core/X264Enc.o ...
Cc core/XvidEnc.o
...skipped libhb.a for lack of <core>X264Enc.o...
Cc test/test.o
...skipped HBTest for lack of libhb.a...
Cc gtk2/main.o
Cc gtk2/callbacks.o
Cc gtk2/interface.o
Cc gtk2/support.o
...skipped gtk2HB for lack of libhb.a...
...failed updating 1 target(s)...
...skipped 3 target(s)...
...updated 46 target(s)...
*** Error code 1

Stop in /usr/ports/multimedia/handbrake.
dragonflame#

I don't know if you are the right person to contact regarding this. Let
me know if i should sent this on to the author of the program.

Jan-Willem Regeer



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