Opened 5 years ago
Closed 4 years ago
#62006 closed defect (fixed)
scribus-devel @1.5.7.svn-20201209: Could not find a configuration file for package "Qt5Core" that is compatible with requested version "5.14.0".
| Reported by: | BasicBaer (Hendrik T. Voelker) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.6.4 |
| Keywords: | Cc: | ||
| Port: | scribus-devel |
Description (last modified by BasicBaer (Hendrik T. Voelker))
The at this time latest scribus-devel Port, scribus-devel-1.5.7.svn-20201209_0, is missing the proper source file. When trying to compile the log file reports
:msg:archivefetch ---> Attempting to fetch scribus-devel-1.5.7.svn-20201209_0.darwin_15.x86_64.tbz2 from http://atl.us.packages.macports.org/scribus-devel :debug:archivefetch Fetching archive failed: The requested URL returned error: 404 Not Found :error:archivefetch Failed to archivefetch scribus-devel: version @1.5.7.svn-20201209_0: The requested URL returned error: 404 Not Found :debug:archivefetch Error code: NONE :debug:archivefetch Backtrace: version @1.5.7.svn-20201209_0: The requested URL returned error: 404 Not Found
And indeed, looking at https://packages.macports.org/scribus-devel/ I only see files for darwin versions 17-20, but no 15.
Is this intentional? Because the minimum requirements for that port, qt5.11, is still supported on darwin v15.
Change History (7)
comment:1 Changed 5 years ago by BasicBaer (Hendrik T. Voelker)
| Description: | modified (diff) |
|---|
comment:2 Changed 5 years ago by BasicBaer (Hendrik T. Voelker)
| Description: | modified (diff) |
|---|
comment:3 Changed 5 years ago by BasicBaer (Hendrik T. Voelker)
| Description: | modified (diff) |
|---|
comment:4 Changed 5 years ago by kencu (Ken)
comment:5 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)
Replying to BasicBaer:
The at this time latest scribus-devel Port, scribus-devel-1.5.7.svn-20201209_0, is missing the proper source file.
No, the source is not missing. The binary file is missing, because we cannot build it. When a binary is missing, MacPorts falls back to building from source. And that fails for the reason Ken mentioned above.
comment:6 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)
| Summary: | scribus-devel package for darwin v15 not available → scribus-devel @1.5.7.svn-20201209: Could not find a configuration file for package "Qt5Core" that is compatible with requested version "5.14.0". |
|---|
comment:7 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
| Owner: | set to ryandesign |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |

The build is failing on < 10.13 due to:
<https://build.macports.org/builders/ports-10.11_x86_64-builder/builds/127805/steps/install-port/logs/stdio>
-- Qt5 Requested CMake Error at CMakeLists_Dependencies.cmake:12 (find_package): Could not find a configuration file for package "Qt5Core" that is compatible with requested version "5.14.0". The following configuration files were considered but not accepted: /opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake, version: 5.13.2 Call Stack (most recent call first): CMakeLists.txt:402 (include)So that suggests the software needs qt 5.14.X or better.