Bug 149889 - multimedia/ffmpeg-devel build errors
Summary: multimedia/ffmpeg-devel build errors
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-22 20:50 UTC by fullermd
Modified: 2011-06-29 15:24 UTC (History)
0 users

See Also:


Attachments
patch-configure.txt (1.10 KB, patch)
2010-08-22 21:29 UTC, Ivan Klymenko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description fullermd 2010-08-22 20:50:04 UTC
	Build of multimedia/ffmpeg-devel fails.  OPTIONS are default, except
	SSSE3 unchecked.

	Example of errors:

	CC      libavcodec/vp5.o
	{standard input}: Assembler messages:
	{standard input}:251: Error: `(%r8d,%eax)' is not a valid 64 bit base/index expression
	{standard input}:352: Error: `(%esi,%edx)' is not a valid 64 bit base/index expression
	{standard input}:453: Error: `(%esi,%edx)' is not a valid 64 bit base/index expression
	{standard input}:554: Error: `(%esi,%edx)' is not a valid 64 bit base/index expression
	{standard input}:659: Error: `(%r8d,%eax)' is not a valid 64 bit base/index expression

	[... many more lines ...]

	It also happens in at least one other file, as the parallel build
	shows.

	Possibly amd64 related?
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-08-22 20:50:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Ivan Klymenko 2010-08-22 21:29:48 UTC
try replacing the file /usr/ports/multimedia/ ffmpeg-devel/files/patch-configure my - so that in the embedding
Comment 3 Martin Matuska freebsd_committer freebsd_triage 2011-06-06 12:52:49 UTC
Does the problem still persist in latest versions?

-- 
Martin Matuska
FreeBSD committer
http://blog.vx.sk
Comment 4 Martin Matuska freebsd_committer freebsd_triage 2011-06-06 12:52:55 UTC
State Changed
From-To: open->feedback

Awaiting feedback from submitter.
Comment 5 fullermd 2011-06-08 10:30:22 UTC
Seems to build OK with current ports tree.
Comment 6 dfilter service freebsd_committer freebsd_triage 2011-06-29 15:16:34 UTC
mm          2011-06-29 14:16:13 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/ffmpeg    Makefile 
    multimedia/ffmpeg-devel Makefile 
  Log:
  Reintroduce OPENCV and FREI0R options and enable by default
  Remove SSSE3 and CPUDETECT options (now always on)
  
  PR:     ports/149889, ports/156803, ports/158289, ports/158331
  
  Revision  Changes    Path
  1.146     +12 -18    ports/multimedia/ffmpeg-devel/Makefile
  1.132     +20 -30    ports/multimedia/ffmpeg/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 7 Martin Matuska freebsd_committer freebsd_triage 2011-06-29 15:24:32 UTC
State Changed
From-To: feedback->closed

Resolved. Thanks!