Bug 222855 - x11-fm/thunar fails to build with poudriere during patch phase
Summary: x11-fm/thunar fails to build with poudriere during patch phase
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-xfce (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-07 21:13 UTC by Robert Cina
Modified: 2017-10-07 22:49 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (xfce)


Attachments
Poudriere Build log of x11-fm/thunar (8.41 KB, text/x-log)
2017-10-07 21:13 UTC, Robert Cina
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Cina 2017-10-07 21:13:16 UTC
Created attachment 186988 [details]
Poudriere Build log of x11-fm/thunar

The port x11-fm/thunar fails to build in poudriere during the patch phase with the following error:

===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
test: /wrkdirs/usr/ports/x11-fm/thunar/work/Thunar-1.6.12/COPYING: unexpected operator
===>  Missing license file for GPLv2 in /wrkdirs/usr/ports/x11-fm/thunar/work/Thunar-1.6.12/COPYING /wrkdirs/usr/ports/x11-fm/thunar/work/Thunar-1.6.12/COPYING.LIB
*** Error code 1

Stop.
make: stopped in /usr/ports/x11-fm/thunar
====>> Cleaning up wrkdir
===>  Cleaning for Thunar-1.6.12
build of x11-fm/thunar ended at Sat Oct  7 16:57:59 EDT 2017
build time: 00:00:01
!!! build failure encountered !!!
Comment 1 Guido Falsi freebsd_committer freebsd_triage 2017-10-07 22:27:31 UTC
Hi,

This seems to be exposed by the recent change in bsd.licenses.mk from r451432.

It was not happening before that.

I'm investigating how this should be fixed, and if the fix belongs to this port or the mk file. (I sincerely don't know right away and need to dig a little more in this issue)
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-10-07 22:48:23 UTC
A commit references this bug:

Author: madpilot
Date: Sat Oct  7 22:48:08 UTC 2017
New revision: 451481
URL: https://svnweb.freebsd.org/changeset/ports/451481

Log:
  Fix LICENCE usage with multiple licence.

  This bug was exposed by r451432 change to bsd.licence.mk.

  PR:		222855
  Submitted by:	Robert Cina <transitive@gmail.com>

Changes:
  head/x11-fm/thunar/Makefile
Comment 3 Guido Falsi freebsd_committer freebsd_triage 2017-10-07 22:49:03 UTC
Fixed in r451481.

Thanks for reporting!