Opened 7 years ago

Closed 7 years ago

#54121 closed defect (fixed)

qt5-qtwebengine @5.7.1: Qt WebEngine requires an OS X SDK version of 10.10 or newer.

Reported by: whodafly (Raoul Snyman) Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version: 2.4.1
Keywords: Cc: Ionic (Mihai Moldovan)
Port: qt5-qtwebengine

Description

Mac OS X 10.9 Xcode 6.1.1

@:~$ sudo port clean --all qt5-qtwebengine
Password:
--->  Cleaning qt5-qtwebengine
@:~$ sudo port upgrade outdated
Password:
--->  Computing dependencies for qt5-qtwebengine
--->  Fetching archive for qt5-qtwebengine
--->  Attempting to fetch qt5-qtwebengine-5.7.1_0.darwin_13.x86_64.tbz2 from https://packages.macports.org/qt5-qtwebengine
--->  Attempting to fetch qt5-qtwebengine-5.7.1_0.darwin_13.x86_64.tbz2 from http://sea.us.packages.macports.org/macports/packages/qt5-qtwebengine
--->  Attempting to fetch qt5-qtwebengine-5.7.1_0.darwin_13.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/qt5-qtwebengine
--->  Fetching distfiles for qt5-qtwebengine
--->  Attempting to fetch qtwebengine-opensource-src-5.7.1.tar.xz from https://distfiles.macports.org/qt5
--->  Verifying checksums for qt5-qtwebengine
--->  Extracting qt5-qtwebengine
--->  Configuring qt5-qtwebengine
--->  Building qt5-qtwebengine
--->  Staging qt5-qtwebengine into destroot
Error: No files have been installed in the destroot directory!
Error: Please make sure that this software supports 'make install DESTDIR=${destroot}' or implement an alternative destroot mechanism in the Portfile.
Error: Files might have been installed directly into your system, check before proceeding.
Error: Failed to destroot qt5-qtwebengine: Staging qt5-qtwebengine into destroot failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_qt5/qt5-qtwebengine/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.
@:~$

Attachments (1)

main.log (23.5 KB) - added by whodafly (Raoul Snyman) 7 years ago.
main.log

Download all attachments as: .zip

Change History (6)

Changed 7 years ago by whodafly (Raoul Snyman)

Attachment: main.log added

main.log

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

Owner: set to MarcusCalhoun-Lopez
Status: newassigned
Summary: Error: No files have been installed in the destroot directory!qt5-qtwebengine @5.7.1: Error: No files have been installed in the destroot directory!

comment:2 Changed 7 years ago by Ionic (Mihai Moldovan)

Cc: Ionic added
Summary: qt5-qtwebengine @5.7.1: Error: No files have been installed in the destroot directory!qt5-qtwebengine @5.7.1: Qt WebEngine requires an OS X SDK version of 10.10 or newer.

The real problem here is that qtwebengine 5.7.1 is only compatible with 10.10+. Can this easily be made compatible with 10.9+?

comment:3 Changed 7 years ago by whodafly (Raoul Snyman)

I'd be happy to help - for various reasons I'd prefer to stay on 10.9 for the moment. If someone gives me a couple of pointers I'd be more than happy to poke around.

comment:4 Changed 7 years ago by Ionic (Mihai Moldovan)

Looks like the fix is easy - build against the 10.10 SDK on 10.9. Doesn't make a whole lot of sense, but I'll test it.

comment:5 Changed 7 years ago by Mihai Moldovan <ionic@…>

Resolution: fixed
Status: assignedclosed

In 4a3250a8c2018ec963ba5f069c2d7623a520dff6/macports-ports:

aqua/qt5: fix qt5-qtwebengine on OS X 10.9.

Fixes: #54121.

Note: See TracTickets for help on using tickets.