Opened 12 years ago
Closed 12 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)
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@… |
Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
neukomp's main.log
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 12 years ago by mf2k (Frank Schima)
Cc: | arthur@… added |
---|---|
Port: | transcode, ffmpeg → transcode ffmpeg |
Cc'ing reporter of duplicate #36794.
comment:5 follow-up: 8 Changed 12 years ago by jeremyhu (Jeremy Huddleston Sequoia)
I see there's a patch that gets transcode to work with the 0.11 ffmpeg API:
https://bugs.gentoo.org/show_bug.cgi?id=419551
Does this fix the issues with the 1.0 API as well?
comment:8 Changed 12 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 12 years ago by ak.ml@…
Attachment: | patch-ffmpeg-0.11.diff added |
---|
comment:9 Changed 12 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks for testing.
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.