Bug 246520 - x11-fm/konqueror: Build error in configure: Could NOT find KF5Init (missing: KF5Init_DIR)
Summary: x11-fm/konqueror: Build error in configure: Could NOT find KF5Init (missing: ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-17 05:59 UTC by Felix Palmen
Modified: 2020-05-17 06:50 UTC (History)
1 user (show)

See Also:
tcberner: maintainer-feedback+


Attachments
Add dependency on KF5Init (828 bytes, patch)
2020-05-17 05:59 UTC, Felix Palmen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Palmen freebsd_committer freebsd_triage 2020-05-17 05:59:34 UTC
Created attachment 214578 [details]
Add dependency on KF5Init

konqueror depends on KF5Init which isn't listed in the dependencies.

Full error log:
http://home.palmen-it.de/builder/data/def-default/2020-05-16_22h14m25s/logs/errors/konqueror-20.04.1.log

Attached patch fixes the build by adding this dependency.
Comment 1 Tobias C. Berner freebsd_committer freebsd_triage 2020-05-17 06:29:22 UTC
Moin moin

Woops, thanks -- this is likely a fallout from my dependency correction commit yesterday, which no longer gives it that dependency implicitely.

mfg Tobias
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-05-17 06:50:33 UTC
A commit references this bug:

Author: tcberner
Date: Sun May 17 06:50:07 UTC 2020
New revision: 535518
URL: https://svnweb.freebsd.org/changeset/ports/535518

Log:
  x11-fm/konqueror: add previously implicit dependency on kinit

  In r535466 a wrong dependencies in kf5-kio and kf5-kded were fixed.
  However, this meant that konqueror lost an implicit dependency on kinit.

  PR:		246520
  Submitted by:	Felix Palmen <felix@palmen-it.de>

Changes:
  head/x11-fm/konqueror/Makefile
Comment 3 Tobias C. Berner freebsd_committer freebsd_triage 2020-05-17 06:50:46 UTC
Committed. Thanks.