Bug 240186 - x11/plasma5-plasma: fails in build-depends
Summary: x11/plasma5-plasma: fails in build-depends
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: 2019-08-29 11:36 UTC by Felix Palmen
Modified: 2019-08-29 19:42 UTC (History)
2 users (show)

See Also:
tcberner: maintainer-feedback+


Attachments
patch (587 bytes, patch)
2019-08-29 12:42 UTC, Mikael Urankar
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 2019-08-29 11:36:30 UTC
Since upgrading ports to r510149, I can't build x11/plasma5-plasma any more. This is from poudriere's build log:

---
===>   plasma5-plasma-5.16.4 depends on file: /usr/local/lib/security/pam_kwalle
t5.so - not found
===>   Installing existing package /packages/All/plasma5-kwallet-pam-5.16.4_1.tx
z
[def-default-job-01] Installing plasma5-kwallet-pam-5.16.4_1...
[def-default-job-01] Extracting plasma5-kwallet-pam-5.16.4_1: ...... done
===>   plasma5-plasma-5.16.4 depends on file: /usr/local/lib/security/pam_kwalle
t5.so - not found
*** Error code 1
---

My system is FreeBSD 12.0-RELEASE-p8.

relevant config from make.conf:

---
DEFAULT_VERSIONS+= ssl=libressl samba=4.10 php=7.2 pgsql=10 linux=c7

OPTIONS_UNSET+= GSSAPI_BASE GSSAPI_NONE HEIMDAL ALSA JACK PULSE PULSEAUDIO
OPTIONS_SET+=   GSSAPI_MIT SNDIO PORTAUDIO
---

Best regards,
Felix
Comment 1 Mikael Urankar freebsd_committer freebsd_triage 2019-08-29 12:42:52 UTC
Created attachment 206997 [details]
patch

Oops, try the attached patch
Comment 2 Felix Palmen freebsd_committer freebsd_triage 2019-08-29 12:58:51 UTC
So there's the pam module now ... works for sure, thank you!
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-08-29 19:41:56 UTC
A commit references this bug:

Author: tcberner
Date: Thu Aug 29 19:41:38 UTC 2019
New revision: 510185
URL: https://svnweb.freebsd.org/changeset/ports/510185

Log:
  kde.mk: fix kwallet-pam component

  - the change in r510087 which fixes kwallet-pam on FreeBSD unfortunately did not
    include an update to the component in kde.mk

  PR:		240186
  Submitted by:	mikael.urankar@gmail.com
  Reported by:	Felix Palmen <felix@palmen-it.de>

Changes:
  head/Mk/Uses/kde.mk
  head/x11/plasma5-plasma/Makefile
Comment 4 Tobias C. Berner freebsd_committer freebsd_triage 2019-08-29 19:42:18 UTC
Thanks :)