Re: [SOLVED]Re: 64bit build errors - use gcc46

2011-12-08 Thread Da Rock
On 12/08/11 19:58, Tom Evans wrote: On Thu, Dec 8, 2011 at 6:05 AM, Da Rock wrote: Just to let the list know, I changed as - ./configure --as=/usr/local/bin/as. I still had the exact same error oddly enough. I then had to install gcc46; and the error changed. I then had to update the configu

Re: [SOLVED]Re: 64bit build errors - use gcc46

2011-12-08 Thread Tom Evans
On Thu, Dec 8, 2011 at 6:05 AM, Da Rock wrote: > > Just to let the list know, I changed as - ./configure > --as=/usr/local/bin/as. I still had the exact same error oddly enough. > > I then had to install gcc46; and the error changed. > > I then had to update the configure script to comment out the

[SOLVED]Re: 64bit build errors - use gcc46

2011-12-07 Thread Da Rock
On 12/08/11 08:33, Da Rock wrote: On 12/08/11 08:31, Da Rock wrote: On 12/08/11 05:47, Mike Meyer wrote: On Wed, 7 Dec 2011 12:17:57 + Tom Evans wrote: The way I understand it is that they use compiler/assembler features that did not exist in the version of binutils that is in base. Whic

Re: 64bit build errors

2011-12-07 Thread Da Rock
On 12/08/11 08:31, Da Rock wrote: On 12/08/11 05:47, Mike Meyer wrote: On Wed, 7 Dec 2011 12:17:57 + Tom Evans wrote: The way I understand it is that they use compiler/assembler features that did not exist in the version of binutils that is in base. Which begs the question - why isn't the

Re: 64bit build errors

2011-12-07 Thread Da Rock
On 12/08/11 05:47, Mike Meyer wrote: On Wed, 7 Dec 2011 12:17:57 + Tom Evans wrote: The way I understand it is that they use compiler/assembler features that did not exist in the version of binutils that is in base. Which begs the question - why isn't the new version of the tools (provided

Re: 64bit build errors

2011-12-07 Thread Da Rock
On 12/08/11 00:45, Garrett Cooper wrote: On Dec 7, 2011, at 6:22 AM, Tom Evans wrote: On Wed, Dec 7, 2011 at 1:52 PM, Dimitry Andric wrote: On 2011-12-07 01:40, Da Rock wrote: I'm trying to build some newer versions of ffserver. But I keep getting asm build errors when I get to libavcodec/v

Re: 64bit build errors

2011-12-07 Thread Mike Meyer
On Wed, 7 Dec 2011 12:17:57 + Tom Evans wrote: > The way I understand it is that they use compiler/assembler features > that did not exist in the version of binutils that is in base. Which begs the question - why isn't the new version of the tools (provided by ports) listed in BUILDDEPENDS in

Re: 64bit build errors

2011-12-07 Thread Garrett Cooper
On Dec 7, 2011, at 6:22 AM, Tom Evans wrote: > On Wed, Dec 7, 2011 at 1:52 PM, Dimitry Andric wrote: >> On 2011-12-07 01:40, Da Rock wrote: >>> >>> I'm trying to build some newer versions of ffserver. But I keep getting >>> asm build errors when I get to libavcodec/vp*. >>> >>> Error: `(%esi,%

Re: 64bit build errors

2011-12-07 Thread Tom Evans
On Wed, Dec 7, 2011 at 1:52 PM, Dimitry Andric wrote: > On 2011-12-07 01:40, Da Rock wrote: >> >> I'm trying to build some newer versions of ffserver. But I keep getting >> asm build errors when I get to libavcodec/vp*. >> >> Error: `(%esi,%eax)' is not a valid 64 bit base/index expression >> >> I

Re: 64bit build errors

2011-12-07 Thread Da Rock
On 12/07/11 22:17, Tom Evans wrote: On Wed, Dec 7, 2011 at 11:47 AM, Da Rock wrote: I really hate sounding like an idiot, but if I don't ask I'll never know: The assembler in base is not up-to-date with the latest instruction sets for the cpu, and is causing an error because its telling the cp

Re: 64bit build errors

2011-12-07 Thread Dimitry Andric
On 2011-12-07 01:40, Da Rock wrote: I'm trying to build some newer versions of ffserver. But I keep getting asm build errors when I get to libavcodec/vp*. Error: `(%esi,%eax)' is not a valid 64 bit base/index expression If I set it to build static it fails at h264. "Error: `-1(%edi)' is not a

Re: 64bit build errors

2011-12-07 Thread Tom Evans
On Wed, Dec 7, 2011 at 11:47 AM, Da Rock wrote: > I really hate sounding like an idiot, but if I don't ask I'll never know: > The assembler in base is not up-to-date with the latest instruction sets for > the cpu, and is causing an error because its telling the cpu to do something > it doesn't und

Re: 64bit build errors

2011-12-07 Thread Tom Evans
On Wed, Dec 7, 2011 at 10:59 AM, Da Rock wrote: > Cool! Thanks for that. > > I got a manual to read by the looks of it anyway, but can anyone give me the > inside gos on the why it does what it does? (Or something like that.. :) ) > > This email explains it: http://lists.mplayerhq.hu/pipermail/m

Re: 64bit build errors

2011-12-07 Thread Da Rock
On 12/07/11 21:29, Tom Evans wrote: On Wed, Dec 7, 2011 at 10:59 AM, Da Rock wrote: Cool! Thanks for that. I got a manual to read by the looks of it anyway, but can anyone give me the inside gos on the why it does what it does? (Or something like that.. :) ) This email explains it: http:/

Re: 64bit build errors

2011-12-07 Thread Da Rock
On 12/07/11 20:36, Tom Evans wrote: On Wed, Dec 7, 2011 at 12:40 AM, Da Rock wrote: I'm trying to build some newer versions of ffserver. But I keep getting asm build errors when I get to libavcodec/vp*. Error: `(%esi,%eax)' is not a valid 64 bit base/index expression If I set it to build sta

Re: 64bit build errors

2011-12-07 Thread Tom Evans
On Wed, Dec 7, 2011 at 12:40 AM, Da Rock wrote: > I'm trying to build some newer versions of ffserver. But I keep getting asm > build errors when I get to libavcodec/vp*. > > Error: `(%esi,%eax)' is not a valid 64 bit base/index expression > > If I set it to build static it fails at h264. > > "Err

64bit build errors

2011-12-06 Thread Da Rock
I'm trying to build some newer versions of ffserver. But I keep getting asm build errors when I get to libavcodec/vp*. Error: `(%esi,%eax)' is not a valid 64 bit base/index expression If I set it to build static it fails at h264. "Error: `-1(%edi)' is not a valid 64 bit base/index expression"