Opened 19 years ago
Closed 18 years ago
#8678 closed defect (fixed)
BUG: ffmpeg-0.4.9 fails to compile on OSX/intel: memalign() error
Reported by: | celendis@… | Owned by: | ocheron@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.2 |
Keywords: | Cc: | joizsi@…, markd@… | |
Port: |
Description
Celendi:~ rich$ sudo port -d install ffmpeg
DEBUG: Found port in file:///opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/multimedia/ffmpeg DEBUG: Changing to port directory: /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/multimedia/ffmpeg DEBUG: Requested variant darwin is not provided by port ffmpeg. DEBUG: Requested variant i386 is not provided by port ffmpeg. DEBUG: Requested variant macosx is not provided by port ffmpeg. DEBUG: Executing com.apple.main (ffmpeg) DEBUG: No TGZ archive: /opt/local/var/db/dports/packages/darwin/i386/ffmpeg-0.4.9-pre1_0.i386.tgz DEBUG: Skipping unarchive (ffmpeg) since no archive found DEBUG: Skipping completed com.apple.unarchive (ffmpeg) ---> Fetching ffmpeg DEBUG: Executing com.apple.fetch (ffmpeg) DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_multimedia_ffmpeg/work" && echo | /usr/bin/env CVS_RSH=ssh /usr/bin/cvs -z9 -f -d :pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg login' Logging in to :pserver:anonymous@mplayerhq.hu:2401/cvsroot/ffmpeg CVS password: DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_multimedia_ffmpeg/work" && CVS_RSH=ssh /usr/bin/cvs -z9 -f -d :pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg co -D 20060210 ffmpeg' cvs checkout: Updating ffmpeg
[CVS files transferred removed]
---> Verifying checksum(s) for ffmpeg DEBUG: Executing com.apple.checksum (ffmpeg) ---> Extracting ffmpeg DEBUG: Executing com.apple.extract (ffmpeg) DEBUG: Executing com.apple.patch (ffmpeg) ---> Configuring ffmpeg DEBUG: Executing com.apple.configure (ffmpeg) DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_multimedia_ffmpeg/work/ffmpeg" && CFLAGS="-I/opt/local/include" ./configure --prefix=/opt/local --prefix=/opt/local --disable-vhook --mandir=/opt/local/share/man --extra-cflags="-DHAVE_LRINTF" --extra-ldflags="-d -L/opt/local/lib" --enable-gpl' Error, no memalign() but SSE enabled, disable it or use --enable-memalign-hack. Error: Target com.apple.configure returned: configure failure: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_multimedia_ffmpeg/work/ffmpeg" && CFLAGS="-I/opt/local/include" ./configure --prefix=/opt/local --prefix=/opt/local --disable-vhook --mandir=/opt/local/share/man --extra-cflags="-DHAVE_LRINTF" --extra-ldflags="-d -L/opt/local/lib" --enable-gpl" returned error 1 Command output: Error, no memalign() but SSE enabled, disable it or use --enable-memalign-hack.
Warning: the following items did not execute (for ffmpeg): com.apple.activate com.apple.configure com.apple.build com.apple.destroot com.apple.archive com.apple.install Error: /opt/local/bin/port: Status 1 encountered during processing.
Change History (5)
comment:1 Changed 19 years ago by celendis@…
Cc: | celendis@… added |
---|---|
Summary: | ffmpeg fails to compile on OSX/intel (iMac Core Duo 15") → ffmpeg fails to compile on OSX/intel: memalign() error |
comment:2 Changed 18 years ago by rhwood@…
Cc: | celendis@… removed |
---|---|
Owner: | changed from darwinports-bugs@… to ocheron@… |
comment:3 Changed 18 years ago by joizsi@…
Cc: | joizsi@… added |
---|
comment:4 Changed 18 years ago by markd@…
Summary: | ffmpeg fails to compile on OSX/intel: memalign() error → BUG: ffmpeg-0.4.9 fails to compile on OSX/intel: memalign() error |
---|
comment:5 Changed 18 years ago by markd@…
Cc: | markd@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Committed update. Now builds on Intel.
Assigned to owner.