Opened 7 years ago

Closed 7 years ago

#54302 closed defect (fixed)

kdepim4-runtime @4.14.3: fatal error: 'moc_akonadi_serializer_mail.cpp' file not found

Reported by: CodieCodemonkey (Codie Codemonkey) Owned by: NicosPavlov
Priority: Normal Milestone:
Component: ports Version: 2.4.1
Keywords: Cc: bjoern.ricks@…
Port: kdepim4-runtime

Description

According to the log file the issue is that kdepim4-runtime-4.14.3_2.darwin_15.x86_64.tbz2 could not be read from the known URLs. Three were tried, all three failed with a 404 error.

Attachments (1)

log.zip (585.0 KB) - added by CodieCodemonkey (Codie Codemonkey) 7 years ago.
Zip of log file.

Download all attachments as: .zip

Change History (4)

Changed 7 years ago by CodieCodemonkey (Codie Codemonkey)

Attachment: log.zip added

Zip of log file.

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

It is normal that pre-compiled packages are not available for kdepim4 because the combination of its license and its dependencies' licenses does not permit binary distribution.

"kdepim4" is not distributable because its license "gpl" conflicts with license "OpenSSL" of dependency "openssl"

You'll have to build it from source, which is what MacPorts will do automatically when no binary package is found.

The log you attached is not for kdepim4 but for kdepim4-runtime and shows a build failure with this error:

:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdepim4-runtime/kdepim4-runtime/work/kdepim-runtime-4.14.3/plugins/akonadi_serializer_mail.cpp:236:10: fatal error: 'moc_akonadi_serializer_mail.cpp' file not found
:info:build #include "moc_akonadi_serializer_mail.cpp"
:info:build          ^

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

Cc: NicosPavlov removed
Owner: set to NicosPavlov
Port: kdepim4-runtime added; kdepim4 removed
Status: newassigned
Summary: kdepim4 @4.14.3: Package is not available from listed sources.kdepim4-runtime @4.14.3: fatal error: 'moc_akonadi_serializer_mail.cpp' file not found

comment:3 Changed 7 years ago by NicosPavlov

Resolution: fixed
Status: assignedclosed

In e02ac7ddf4b38d6ec4822cb2056667f16cd4525e/macports-ports:

Fix compilation of kdepim4-runtime. Closes: #54302

Note: See TracTickets for help on using tickets.