multimedia/x264 build failure

2015-02-06 Thread Bob Willcox
I'm getting the following error when trying to build x264: cc -o x264 x264.o input/input.o input/timecode.o input/raw.o input/y4m.o output/raw.o output/matroska.o output/matroska_ebml.o output/flv.o output/flv_bytestream.o filters/filters.o filters/video/video.o filters/video/source.o filters/

Re: multimedia/x264 build failure

2015-02-06 Thread Ben Woods
This issue was discussed in November here: https://lists.freebsd.org/pipermail/freebsd-ports/2014-November/096717.html The result was an entry being added to UPDATING, which can be found here: https://docs.freebsd.org/cgi/getmsg.cgi?fetch=2729771+0+/usr/local/www/db/text/2014/svn-ports-all/2014113

Re: multimedia/x264 build failure

2015-02-07 Thread Bob Willcox
On Sat, Feb 07, 2015 at 02:42:44PM +0800, Ben Woods wrote: > This issue was discussed in November here: > https://lists.freebsd.org/pipermail/freebsd-ports/2014-November/096717.html > > The result was an entry being added to UPDATING, which can be found here: > https://docs.freebsd.org/cgi/getmsg.

Re: multimedia/x264 build failure

2015-02-07 Thread Ben Woods
Correct. x264 port is no longer needed. Instead, the libx264 port is used (and should be installed automatically). On Saturday, February 7, 2015, Bob Willcox wrote: > On Sat, Feb 07, 2015 at 02:42:44PM +0800, Ben Woods wrote: > > This issue was discussed in November here: > > > https://lists.fre

multimedia/x264 build failure, linker error

2014-11-22 Thread Dave
portupgrade -c x264 [Reading data from pkg(8) ... - 1031 packages found - done] [Gathering depends for multimedia/x264 . done] ---> Upgrading 'x264-0.136.2358_4' to 'x264-0.142.2455' (multimedia/x264) ---> Building '/usr/ports/multimedi

multimedia/x264 build failure on ia64

2011-06-15 Thread Anton Shterenlikht
On ia64 r221488: ===> Building for x264-0.110.1820 gcc45 -shared -o libx264.so.110 common/mc.o common/predict.o common/pixel.o common/macroblock.o common/frame.o common/dct.o common/cpu.o common/cabac.o common/common.o common/mdate.o common/rectangle.o common/set.o common/quant.o common/debloc

Re: multimedia/x264 build failure, linker error

2014-11-22 Thread Dave
Sorry, forgot to mention, did a portsnap fetch update first and uname -a gives Box 1 FreeBSD amd.asgard.uk 9.3-RELEASE-p5 FreeBSD 9.3-RELEASE-p5 #0: Mon Nov 3 22:38:58 UTC 2014 root@amd64- builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 Box 2 FreeBSD webmaker.asgard.uk 9.3-RELEA

Re: multimedia/x264 build failure on ia64

2011-06-15 Thread Ivan Klymenko
В Wed, 15 Jun 2011 14:14:48 +0100 Anton Shterenlikht пишет: > On ia64 r221488: > > ===> Building for x264-0.110.1820 > gcc45 -shared -o libx264.so.110 common/mc.o common/predict.o > common/pixel.o common/macroblock.o common/frame.o common/dct.o > common/cpu.o common/cabac.o common/common.o comm

Re: multimedia/x264 build failure on ia64

2011-06-15 Thread Anton Shterenlikht
On Wed, Jun 15, 2011 at 04:31:35PM +0300, Ivan Klymenko wrote: > ?? Wed, 15 Jun 2011 14:14:48 +0100 > Anton Shterenlikht ??: > > > On ia64 r221488: > > > > ===> Building for x264-0.110.1820 > > gcc45 -shared -o libx264.so.110 common/mc.o common/predict.o > > common/pixel.o common/macrob

Re: [SOLVED] multimedia/x264 build failure, linker error

2014-11-24 Thread Dave
It appears I may have missed an announcement somewhere. pkg delete x264 lists the installed dependances make deinstall in multimedia/x264 make install in mulimedia/libx264 make deinstall reinstall clean in the dependant ports, eg mencoder, mplayer, ffmpeg, gstreamer-plugins-x264 So, is multim

Re: [SOLVED] multimedia/x264 build failure, linker error

2014-11-24 Thread Albert Shih
Le 24/11/2014 à 17:02:35+, Dave a écrit Hi, Sorry but I got the same issue. But I'm not sure I understand your answer. > > pkg delete x264 lists the installed dependances So you deinstall all package depends on x264-0.136.2358_4 ? > make deinstall in multimedia/x264 why you need tha

Re: [SOLVED] multimedia/x264 build failure, linker error

2014-11-24 Thread Kevin Oberman
On Mon, Nov 24, 2014 at 2:33 PM, Albert Shih wrote: > Le 24/11/2014 à 17:02:35+, Dave a écrit > > Hi, > > > Sorry but I got the same issue. But I'm not sure I understand your answer. > > > > > pkg delete x264 lists the installed dependances > > So you deinstall all package depends on x264-0.

Re: [SOLVED] multimedia/x264 build failure, linker error

2014-11-25 Thread Gary Palmer
On Mon, Nov 24, 2014 at 07:22:50PM -0800, Kevin Oberman wrote: > On Mon, Nov 24, 2014 at 2:33 PM, Albert Shih wrote: > > > Le 24/11/2014 ?? 17:02:35+, Dave a ??crit > > > > Hi, > > > > > > Sorry but I got the same issue. But I'm not sure I understand your answer. > > > > > > > > pkg delete x

Re: [SOLVED] multimedia/x264 build failure, linker error

2014-11-25 Thread Gary Palmer
On Tue, Nov 25, 2014 at 08:35:12AM -0600, Andrew Berg wrote: > On 2014.11.25 08:26, Gary Palmer wrote: > > Since I assume most of the packages that depend on the old x264-0.136.2358_4 > > depend on the library rather than the CLI command, is there any harm in > > doing > > > > portmaster -o multim

Re: [SOLVED] multimedia/x264 build failure, linker error

2014-11-25 Thread Andrew Berg
On 2014.11.25 08:56, Gary Palmer wrote: > On Tue, Nov 25, 2014 at 08:35:12AM -0600, Andrew Berg wrote: >> On 2014.11.25 08:26, Gary Palmer wrote: >> > Since I assume most of the packages that depend on the old >> > x264-0.136.2358_4 >> > depend on the library rather than the CLI command, is there

Re: [SOLVED] multimedia/x264 build failure, linker error

2014-11-25 Thread Christian Weisgerber
On 2014-11-25, Andrew Berg wrote: > As I have stated already in this thread, I am trying to get an UPDATING entry > committed: > > x264 was split into the application and its library. If an application > that uses libx264 is updated before x264 itself, multimedia/libx264 will > conflict wit

Re: [SOLVED] multimedia/x264 build failure, linker error

2014-11-25 Thread Warren Block
On Tue, 25 Nov 2014, Christian Weisgerber wrote: On 2014-11-25, Andrew Berg wrote: > As I have stated already in this thread, I am trying to get an UPDATING entry > committed: > > x264 was split into the application and its library. If an application > that uses libx264 is updated before x

Re: [SOLVED] multimedia/x264 build failure, linker error

2014-11-29 Thread Dave
On Monday 24 November 2014 23:33:44 Albert Shih wrote: > Le 24/11/2014 à 17:02:35+, Dave a écrit > > Hi, > > > Sorry but I got the same issue. But I'm not sure I understand your answer. > > > pkg delete x264 lists the installed dependances > > So you deinstall all package depends on x264-