Summary: | The deskutils/ical port fails to build in latest 12.0-CURRENT | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | bob | ||||||||||
Component: | Individual Port(s) | Assignee: | Tobias Kortkamp <tobik> | ||||||||||
Status: | Closed FIXED | ||||||||||||
Severity: | Affects Some People | CC: | bob, david, fbsd, w.schwarzenfeld | ||||||||||
Priority: | --- | ||||||||||||
Version: | Latest | ||||||||||||
Hardware: | Any | ||||||||||||
OS: | Any | ||||||||||||
Attachments: |
|
Description
bob
2018-03-20 15:15:02 UTC
Created attachment 191722 [details]
[patch] fix the compilation problems
Also take maintainership.
I attempted to install the patch that J.R. Oldroyd provided but it fails to install It creates a bunch of patch-bitmaps files in the deskutils/ical directory and finally stops waiting on this: |diff -ruN /usr/ports/deskutils/ical/files/patch-main.C deskutils/ical/files/patch-main.C |--- /usr/ports/deskutils/ical/files/patch-main.C 2018-03-21 16:50:15.215144000 -0400 |+++ deskutils/ical/files/patch-main.C 2018-03-21 16:41:39.927260000 -0400 -------------------------- File to patch: So, what am I doing wrong here? Any clues? Thanks, Bob => |--- /usr/ports/deskutils/ical/files/patch-main.C /usr/ports should not in this line. Was not exact, depends on from which directory you patch it. If you are in the port it cannot find the path beginning with deskutils/ical. You had to cd to /usr/ports and patch it from there. Or you remove deskutils/ical from all pathes and you can patch it in the port. Or, if you're in the deskutils/ical directory: patch -p2 <ical-2.2_5.diff Created attachment 191755 [details]
[patch] clean up all remaining compilation warnings
Additional 2.2_6 patch, which should be applied after the 2.2_5 patch, which cleans up all remaining compilation warnings.
Created attachment 191756 [details]
[patch] clean up all remaining compilation warnings
Reroll of the 2.2_6 patch after running portlint.
I was wondering what the status for the patch/fix is for this problem? Is there an ETA for when it will be committed? I am seeing similar failures attempting to build ical-2.2_4 via poudriere in a stable/11 (amd64) environment, most recently: FreeBSD freebeast.catwhisker.org 11.2-BETA3 FreeBSD 11.2-BETA3 #697 r334246M/334253:1101515: Sun May 27 03:39:35 PDT 2018 root@freebeast.catwhisker.org:/common/S1/obj/usr/src/sys/GENERIC amd64 I can provide the log from the failed build; I hesitate only because I believe it would be redundant at this point. A commit references this bug: Author: tobik Date: Sat Jul 7 15:35:41 UTC 2018 New revision: 474101 URL: https://svnweb.freebsd.org/changeset/ports/474101 Log: desktuils/ical: Fix build with Clang 6 - Submitter becomes maintainer - While here add missing dependencies http://beefy11.nyi.freebsd.org/data/head-i386-default/p473790_s335878/logs/ical-2.2_4.log PR: 226799 Reported by: bob@immure.com Submitted by: fbsd@opal.com Changes: head/deskutils/ical/Makefile head/deskutils/ical/files/patch-Makefile.in head/deskutils/ical/files/patch-bitmaps-dleft.xbm head/deskutils/ical/files/patch-bitmaps-done.xbm head/deskutils/ical/files/patch-bitmaps-dright.xbm head/deskutils/ical/files/patch-bitmaps-ical.xbm head/deskutils/ical/files/patch-bitmaps-left.xbm head/deskutils/ical/files/patch-bitmaps-right.xbm head/deskutils/ical/files/patch-bitmaps-sleft.xbm head/deskutils/ical/files/patch-bitmaps-sright.xbm head/deskutils/ical/files/patch-bitmaps-todo.xbm head/deskutils/ical/files/patch-cal_tcl.C head/deskutils/ical/files/patch-calendar_Makefile.in head/deskutils/ical/files/patch-calendar_calendar.C head/deskutils/ical/files/patch-calendar_calfile.C head/deskutils/ical/files/patch-config.h.in head/deskutils/ical/files/patch-dateeditor.C head/deskutils/ical/files/patch-dispatch.C head/deskutils/ical/files/patch-ical.h head/deskutils/ical/files/patch-item_tcl.C head/deskutils/ical/files/patch-main.C head/deskutils/ical/files/patch-object.C head/deskutils/ical/files/patch-pref.tcl head/deskutils/ical/files/patch-time_Makefile.in head/deskutils/ical/files/patch-time_tcl.C head/deskutils/ical/files/patch-types_Makefile.in |