Opened 12 years ago

Closed 11 years ago

#36606 closed defect (fixed)

Transcode build fails

Reported by: neukomp@… Owned by: Liontooth (David Liontooth)
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc: dbevans (David B. Evans), AP1010, jeremyhu (Jeremy Huddleston Sequoia), ak.ml@…
Port: transcode ffmpeg

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Ran following install command for transcode on a clean install on ML 10.8.2 & Xcode 4.5.1

sudo port install transcode +a52dec +faac +freetype +full +imagemagick +libdv +libogg +libpostproc +libquicktime +libsdl +libtheora +libvorbis +libxml2 +lzo +mjpegtools +x264 +xvid

It looks like its a problem with ffmpeg missing a file.

I have installed ffmpeg-devel prior to attempting to install transcode. Perhaps transcode doesn't like ffmpeg-devel??

Attachments (3)

main.log (147.4 KB) - added by ryandesign (Ryan Carsten Schmidt) 12 years ago.
neukomp's main.log
main.2.log (248.0 KB) - added by neukomp@… 12 years ago.
second log file
patch-ffmpeg-0.11.diff (12.3 KB) - added by ak.ml@… 11 years ago.

Download all attachments as: .zip

Change History (12)

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: devans@… added
Description: modified (diff)
Owner: changed from macports-tickets@… to lionteeth@…

Please attach lengthy output instead of pasting it. I've removed your log from the ticket description and attached it instead.

The log is not from a clean attempt. Please "sudo port clean transcode", then try again, then attach the new main.log if it fails again.

Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: main.log added

neukomp's main.log

Changed 12 years ago by neukomp@…

Attachment: main.2.log added

second log file

comment:2 Changed 12 years ago by neukomp@…

Darn. Lost my posting when I attached the second log file.

Firstly thanks for your help.

I guess I failed to mention that I did a "sudo port clean transcode" and retried the install before posting. My apologies.

So I did another "sudo port clean transcode" and re did the install command as above.

It still fails.

I did a diff on the two log files and see there are differences. I don't know enough about code to be able to figure out what is wrong or how to fix, so would appreciate any help.

thanks again.

comment:3 Changed 12 years ago by neukomp@…

OK. I figured out a work around. I had ffmpeg-devel installed. When I forced removed ffmpeg-devel and then installed ffmpeg (regular version), the port install transcode worked properly. So wouldn't that mean that there is a conflict between ffmpeg-devel and transcode?

I'd appreciate knowing how to get ffmpeg-devel to run with the present version of transcode.

thanks.

comment:4 Changed 11 years ago by mf2k (Frank Schima)

Cc: arthur@… added
Port: transcode, ffmpegtranscode ffmpeg

Cc'ing reporter of duplicate #36794.

comment:5 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)

I see there's a patch that gets transcode to work with the 0.11 ffmpeg API:

http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-video/transcode/files/transcode-1.1.7-ffmpeg-0.11.patch?view=markup

https://bugs.gentoo.org/show_bug.cgi?id=419551

Does this fix the issues with the 1.0 API as well?

comment:6 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Cc: jeremyhu@… added

Cc Me!

comment:7 Changed 11 years ago by ak.ml@…

Cc: ak.ml@… added

Cc Me!

comment:8 in reply to:  5 Changed 11 years ago by ak.ml@…

Replying to jeremyhu@…:

Does this fix the issues with the 1.0 API as well?

Thanks for the pointer. It worked for me after I converted it to -p0.

Changed 11 years ago by ak.ml@…

Attachment: patch-ffmpeg-0.11.diff added

comment:9 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: fixed
Status: newclosed

Thanks for testing.

r99285

Note: See TracTickets for help on using tickets.