Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#18566 closed defect (worksforme)

ffmpeg 15261 build failure

Reported by: theckman@… Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc:
Port: ffmpeg

Description

Mac OS 10.4.11 Intel, XCode 2.4.1

THeckmanIntelMac:~ tim$ sudo port install ffmpeg          
--->  Building ffmpeg
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_ffmpeg/work/trunk" && gmake all " returned error 2
Command output: libavformat/matroskaenc.c: In function 'mkv_write_header':
libavformat/matroskaenc.c:650: error: 'EBML_ID_HEADER' undeclared (first use in this function)
libavformat/matroskaenc.c:651: error: 'EBML_ID_EBMLVERSION' undeclared (first use in this function)
libavformat/matroskaenc.c:652: error: 'EBML_ID_EBMLREADVERSION' undeclared (first use in this function)
libavformat/matroskaenc.c:653: error: 'EBML_ID_EBMLMAXIDLENGTH' undeclared (first use in this function)
libavformat/matroskaenc.c:654: error: 'EBML_ID_EBMLMAXSIZELENGTH' undeclared (first use in this function)
libavformat/matroskaenc.c:655: error: 'EBML_ID_DOCTYPE' undeclared (first use in this function)
libavformat/matroskaenc.c:656: error: 'EBML_ID_DOCTYPEVERSION' undeclared (first use in this function)
libavformat/matroskaenc.c:657: error: 'EBML_ID_DOCTYPEREADVERSION' undeclared (first use in this function)
libavformat/matroskaenc.c:660: error: 'MATROSKA_ID_SEGMENT' undeclared (first use in this function)
libavformat/matroskaenc.c:673: error: 'MATROSKA_ID_INFO' undeclared (first use in this function)
libavformat/matroskaenc.c:677: error: 'MATROSKA_ID_TIMECODESCALE' undeclared (first use in this function)
libavformat/matroskaenc.c:679: error: 'MATROSKA_ID_TITLE' undeclared (first use in this function)
libavformat/matroskaenc.c:681: error: 'MATROSKA_ID_MUXINGAPP' undeclared (first use in this function)
libavformat/matroskaenc.c:682: error: 'MATROSKA_ID_WRITINGAPP' undeclared (first use in this function)
libavformat/matroskaenc.c:698: error: 'MATROSKA_ID_CLUSTER' undeclared (first use in this function)
libavformat/matroskaenc.c:703: error: 'MATROSKA_ID_CLUSTERTIMECODE' undeclared (first use in this function)
libavformat/matroskaenc.c: In function 'mkv_write_packet':
libavformat/matroskaenc.c:761: error: 'MATROSKA_ID_CLUSTER' undeclared (first use in this function)
libavformat/matroskaenc.c:766: error: 'MATROSKA_ID_CLUSTERTIMECODE' undeclared (first use in this function)
libavformat/matroskaenc.c:782: error: 'MATROSKA_ID_SIMPLEBLOCK' undeclared (first use in this function)
libavformat/matroskaenc.c:784: error: 'MATROSKA_ID_BLOCKGROUP' undeclared (first use in this function)
libavformat/matroskaenc.c:786: error: 'MATROSKA_ID_BLOCK' undeclared (first use in this function)
libavformat/matroskaenc.c:787: error: 'MATROSKA_ID_DURATION' undeclared (first use in this function)
libavformat/matroskaenc.c: In function 'mkv_write_trailer':
libavformat/matroskaenc.c:813: error: 'MATROSKA_ID_CUES' undeclared (first use in this function)
libavformat/matroskaenc.c:815: error: 'MATROSKA_ID_SEEKHEAD' undeclared (first use in this function)
libavformat/matroskaenc.c:823: error: 'MATROSKA_ID_DURATION' undeclared (first use in this function)
libavformat/matroskaenc.c:830: error: 'MATROSKA_ID_SEGMENTUID' undeclared (first use in this function)
gmake: *** [libavformat/matroskaenc.o] Error 1

Error: Status 1 encountered during processing.

Change History (4)

comment:1 Changed 15 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to acho@…
Port: ffmpeg added

comment:2 Changed 15 years ago by dbevans (David B. Evans)

Owner: changed from acho@… to devans@…

I can't reproduce this with the current version ffmpeg @0.5_1. Please selfupdate your ports and file a new ticket if problems persist there:

sudo port selfupdate
sudo port upgrade outdated
sudo port clean --all ffmpeg
sudo port install ffmpeg

comment:3 Changed 15 years ago by dbevans (David B. Evans)

Resolution: worksforme
Status: newclosed

comment:4 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.