[MacPorts] #48397: FreeRDP @1.1.0-beta1-2015031201 without VideoDecodeAcceleration for PPC?
#48397: FreeRDP @1.1.0-beta1-2015031201 without VideoDecodeAcceleration for PPC? -------------------------------------+-------------------------------- Reporter: braumann@… | Owner: macports-tickets@… Type: request | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Keywords: VideoDecodeAcceleration | Port: FreeRDP -------------------------------------+-------------------------------- FreeRDP requires VideoDecodeAcceleration (VDA) provided by ffmpeg, however, VDA apparently is "Intel only", so that ffmpeg is built without VDA on PPC, so presently FreeRDP in turn cannot be built on PPC. Though my Powerbook G4 has nothing to do with hardware accelerated video decoding, I wonder if there is a way to leave VDA out for FreeRDP. rdesktop is not capable to connect with Win2012 server, FreeRDP basically can. Here is how the configure script stops: {{{ ... :info:configure CMake Error: The following variables are used in this project, but they are set to NOTFOUND. :info:configure Please set them or make sure they are set and tested correctly in the CMake files: :info:configure COREVIDEODECODE_LIBRARY :info:configure linked by target "tsmf-client-ffmpeg-decoder" in directory /Volumes/Data/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_FreeRDP/FreeRDP/work /FreeRDP-770c67d/channels/tsmf/client/ffmpeg :info:configure :info:configure -- Configuring incomplete, errors occurred! ... }}} -- Ticket URL: <https://trac.macports.org/ticket/48397> MacPorts <https://www.macports.org/> Ports system for OS X
#48397: FreeRDP @1.1.0-beta1-2015031201 without VideoDecodeAcceleration for PPC? -------------------------+-------------------------------- Reporter: braumann@… | Owner: macports-tickets@… Type: request | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: FreeRDP | -------------------------+-------------------------------- Changes (by ionic@…): * keywords: VideoDecodeAcceleration => * cc: nomaintainer@… (removed) * cc: devans@… (added) Comment: `nomaintainer` and `openmaintainer` are [SpecialMaintainerAddresses pseudo addresses]. Please do not CC them. Do not add any tags that are not listed in the DraftKeywordGuidelines page, unless there's an obvious need. Yes, VDA is only supported on x86_64 (and maybe i386) on 10.6.4 and higher or something. I used to enable it in FFMPEG back then. `ffmpeg` support in `FreeRDP` will likely have to be disabled on ppc or VDA patched out - given that FreeRDP actually checks for VDA, they are likely making active use of it and it's not trivial. CCing Dave, as he was the last one to make a change to that port (but note that there's no official maintainer for this port.) -- Ticket URL: <https://trac.macports.org/ticket/48397#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X
#48397: FreeRDP @1.1.0-beta1-2015031201 without VideoDecodeAcceleration for PPC? --------------------------+-------------------------------- Reporter: braumann@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: FreeRDP | --------------------------+-------------------------------- Changes (by mf2k@…): * type: request => enhancement Comment: Note that a request ticket type is only for requesting a new port. -- Ticket URL: <https://trac.macports.org/ticket/48397#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
#48397: FreeRDP @1.1.0-beta1-2015031201 without VideoDecodeAcceleration for PPC? -------------------------+-------------------------------- Reporter: braumann@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: FreeRDP | -------------------------+-------------------------------- Changes (by ionic@…): * type: enhancement => defect Comment: Missed that... that's technically a defect, because the port is not building on ppc. -- Ticket URL: <https://trac.macports.org/ticket/48397#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X
#48397: FreeRDP @1.1.0-beta1-2015031201 without VideoDecodeAcceleration for PPC? -------------------------+-------------------------------- Reporter: braumann@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: FreeRDP | -------------------------+-------------------------------- Comment (by ridethecliche@…): Can you add a condition to the build if it's a PowerPC target? "-DWITH_FFMPEG=OFF" -- Ticket URL: <https://trac.macports.org/ticket/48397#comment:4> MacPorts <https://www.macports.org/> Ports system for macOS
#48397: FreeRDP @1.1.0-beta1-2015031201 without VideoDecodeAcceleration for PPC? -------------------------+-------------------------------- Reporter: braumann@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: FreeRDP | -------------------------+-------------------------------- Comment (by devans@…): Optional ffmpeg support disabled on platforms where VDA is not supported. Hopefully fixes this issue but let me know in any case. r152628. -- Ticket URL: <https://trac.macports.org/ticket/48397#comment:5> MacPorts <https://www.macports.org/> Ports system for macOS
#48397: FreeRDP @1.1.0-beta1-2015031201 without VideoDecodeAcceleration for PPC? -------------------------+-------------------------------- Reporter: braumann@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: FreeRDP | -------------------------+-------------------------------- Comment (by braumann@…): Thanks, my impression is that the ffmpeg/VDA problem is gone now as configuring is working, however, building stops with this complaint: "Please use a newer version of Interface Builder.": {{{ ... :info:build Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_FreeRDP/FreeRDP/work /FreeRDP-770c67d/client/Mac/PasswordDialog.xib :info:build cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_FreeRDP/FreeRDP/work/build/client/Mac && /usr/bin/ibtool --errors --warnings --notices --output-format human- readable-text --compile /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_FreeRDP/FreeRDP/work/build/client/Mac//MacFreeRDP.framework/Versions/1.1.0/Resources/PasswordDialog.nib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_FreeRDP/FreeRDP/work /FreeRDP-770c67d/client/Mac/PasswordDialog.xib :info:build /* com.apple.ibtool.errors */ :info:build Internal Error: :info:build Description: Could not read archive. :info:build Recovery Suggestion: Please use a newer version of Interface Builder. :info:build Failure Reason: This version of Interface Builder is too old to read this archive. :info:build make[2]: *** [client/Mac/MacFreeRDP.framework/Versions/1.1.0/MacFreeRDP] Error 1 ... }}} Any suggestions? -- Ticket URL: <https://trac.macports.org/ticket/48397#comment:6> MacPorts <https://www.macports.org/> Ports system for macOS
#48397: FreeRDP @1.1.0-beta1-2015031201 without VideoDecodeAcceleration for PPC? -------------------------+-------------------------------- Reporter: braumann@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: fixed | Keywords: Port: FreeRDP | -------------------------+-------------------------------- Changes (by devans@…): * status: new => closed * resolution: => fixed Comment: Replying to [comment:6 braumann@…]:
Thanks, my impression is that the ffmpeg/VDA problem is gone now as configuring is working, however, building stops with this complaint: "Please use a newer version of Interface Builder.":
{{{ ... :info:build Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_FreeRDP/FreeRDP/work /FreeRDP-770c67d/client/Mac/PasswordDialog.xib :info:build cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_FreeRDP/FreeRDP/work/build/client/Mac && /usr/bin/ibtool --errors --warnings --notices --output-format human- readable-text --compile /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_FreeRDP/FreeRDP/work/build/client/Mac//MacFreeRDP.framework/Versions/1.1.0/Resources/PasswordDialog.nib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_FreeRDP/FreeRDP/work /FreeRDP-770c67d/client/Mac/PasswordDialog.xib :info:build /* com.apple.ibtool.errors */ :info:build Internal Error: :info:build Description: Could not read archive. :info:build Recovery Suggestion: Please use a newer version of Interface Builder. :info:build Failure Reason: This version of Interface Builder is too old to read this archive. :info:build make[2]: *** [client/Mac/MacFreeRDP.framework/Versions/1.1.0/MacFreeRDP] Error 1 ... }}}
Any suggestions?
Looks like you need a newer version of Xcode than is currently installed on your machine or perhaps even supported. This is a separate problem entirely so please open a new ticket on this issue. Closing this one as fixed. Thanks. -- Ticket URL: <https://trac.macports.org/ticket/48397#comment:7> MacPorts <https://www.macports.org/> Ports system for macOS
participants (1)
-
MacPorts