Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Oct 2015 14:27:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 204146] [patch] devel/llvm37 : fails to package when EXTRAS option off
Message-ID:  <bug-204146-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204146

            Bug ID: 204146
           Summary: [patch] devel/llvm37 : fails to package when EXTRAS
                    option off
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: brooks@FreeBSD.org
          Reporter: marino@FreeBSD.org
             Flags: maintainer-feedback?(brooks@FreeBSD.org)
          Keywords: patch
          Assignee: brooks@FreeBSD.org

Created attachment 162600
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=162600&action=edit
fix plist when EXTRAS option is not set.

When EXTRAS option of devel/llvm37 is off, the port fails to package:

===========================================================================
=======================<phase: package        >============================
===>  Building package for llvm37-3.7.0_4
pkg-static: Unable to access file
/wrkdirs/devel/llvm37/work/stage/usr/local/bin/clang-tidy37: No such file or
directory
pkg-static: Unable to access file
/wrkdirs/devel/llvm37/work/stage/usr/local/llvm37/bin/clang-tidy: No such file
or directory
pkg-static: Unable to access file
/wrkdirs/devel/llvm37/work/stage/usr/local/llvm37/lib/libclangApplyReplacements.so:
No such file or directory
pkg-static: Unable to access file
/wrkdirs/devel/llvm37/work/stage/usr/local/llvm37/lib/libclangApplyReplacements.so.3.7.0:
No such file or directory
pkg-static: Unable to access file
/wrkdirs/devel/llvm37/work/stage/usr/local/llvm37/lib/libclangApplyReplacements.so.3.7:
No such file or directory
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/llvm37
=> Cleaning up wrkdir
===>  Cleaning for llvm37-3.7.0_4
build of devel/llvm37 ended at Fri Oct 30 04:09:52 PDT 2015
build time: 00:48:45
!!! build failure encountered !!!


The attached patch adjusts the pkg-plist so this configuration builds
correctly.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204146-13>