Opened 4 years ago

Closed 3 months ago

#60535 closed defect (fixed)

kdenlive @0.9.10_3 configure failure: Could NOT find SDL

Reported by: haponjap (calvin) Owned by: barracuda156
Priority: Normal Milestone:
Component: ports Version: 2.6.2
Keywords: Cc: haponjap23@…
Port: kdenlive

Description (last modified by jmroot (Joshua Root))

Im trying to install kdenlive on mac catalina OS i just follow the step but after a long installation i've got this error message

xcode version 11.3 (11C29)

down below are the log file

Here are some log file i also attach the whole log file

version:1
:debug:sysinfo macOS 10.15 (darwin/19.0.0) arch i386
:debug:sysinfo MacPorts 2.6.2
:debug:sysinfo Xcode 11.3
:debug:sysinfo SDK 10.15
:debug:sysinfo MACOSX_DEPLOYMENT_TARGET: 10.15
:msg:main --->  Computing dependencies for kdenlive:info:main .:debug:main kdenlive has no conflicts
:debug:main Searching for dependency: cmake
:debug:main Didn't find receipt, going to depspec regex for: cmake
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/
tarballs/ports/devel/cmake
:debug:main OS darwin/19.0.0 (macOS 10.15) arch i386

Attachments (2)

logfile.rtf (427.5 KB) - added by haponjap (calvin) 4 years ago.
log file error for installing port kdenlive
main.log (835.5 KB) - added by haponjap (calvin) 4 years ago.
this is a the original log file

Download all attachments as: .zip

Change History (9)

Changed 4 years ago by haponjap (calvin)

Attachment: logfile.rtf added

log file error for installing port kdenlive

comment:1 Changed 4 years ago by haponjap (calvin)

i been trying to fixed the problem but i cannot figure it out i hope you can help me

comment:2 Changed 4 years ago by jmroot (Joshua Root)

Description: modified (diff)
Keywords: Failed to configure kdenlive: configure failure: command execution failed removed
Port: kdenlive added
Summary: Failed to configure kdenlive: configure failure: command execution failedkdenlive @0.9.10_3 configure failure: Could NOT find SDL

In future, please don't covert the log to RTF, just attach it as-is.

The error is

:info:configure   Could NOT find SDL (missing: SDL_LIBRARY SDL_INCLUDE_DIR)
Version 0, edited 4 years ago by jmroot (Joshua Root) (next)

Changed 4 years ago by haponjap (calvin)

Attachment: main.log added

this is a the original log file

comment:3 Changed 4 years ago by haponjap (calvin)

i send the original log file

comment:4 Changed 4 years ago by haponjap (calvin)

is there any suggestion how to fix that?

comment:5 Changed 3 months ago by barracuda156

To begin with, it must be moved to use mlt-legacy, since the current mlt does not support Qt4, and this port requires Qt4.

comment:6 in reply to:  1 Changed 3 months ago by barracuda156

Replying to haponjap:

i been trying to fixed the problem but i cannot figure it out i hope you can help me

By default it would use libsdl (v. 1), but dependency is not declared. libsdl2 uses custom install location, so it is not found (if it can be used at all here).

UPD. It actually looks for SDL specifically, so dependency has to be declared.

Last edited 3 months ago by barracuda156 (previous) (diff)

comment:7 Changed 3 months ago by barracuda156

Owner: set to Sergey Fedorov <barracuda@…>
Resolution: fixed
Status: newclosed

In ca1520652806eda64d8ea4f4756643936e851c5b/macports-ports (master):

kdenlive: fix dependencies on SDL and MLT

Closes: #60535

Note: See TracTickets for help on using tickets.