Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Sep 2017 11:42:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 221977] [cad/kicad] failed to package if WITH_DEBUG=yes
Message-ID:  <bug-221977-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 221977
           Summary: [cad/kicad] failed to package if WITH_DEBUG=3Dyes
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: thierry@FreeBSD.org
          Reporter: mizhka@gmail.com
          Assignee: thierry@FreeBSD.org
             Flags: maintainer-feedback?(thierry@FreeBSD.org)

Hi,

Today I've tried to build cad/kicad (fresh tree, 12-CURRENT) with
WITH_DEBUG=3Dyes. It's failed due to error:

=3D=3D=3D>  Building package for kicad-4.0.7,2
pkg-static: Unable to access file
/usr/ports/cad/kicad/work/stage/usr/local/share/doc/kicad/development/stabl=
e-debug-policy.md:No
such file or directory
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/cad/kicad
*** Error code 1

Stop.
make: stopped in /usr/ports/cad/kicad

In pkg-plist this file is corresponding to:

%%PORTDOCS%%%%DOCSDIR%%/development/stable-%%CMAKE_BUILD_TYPE%%-policy.md

But actual tree is:

# ls /usr/ports/cad/kicad/work/stage/usr/local/share/doc/kicad/development/

coding-style-policy.md=20=20=20
compiling.md=20=20=20=20=20=20=20=20=20=20=20=20=20
Doxyfile=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
road-map.md=20=20=20=20=20=20=20=20=20=20=20=20=20=20
stable-release-policy.md

i.e. actual file name is stable-release-policy.md. I suppose it's issue of
make-plist ;) and can be fixed by replace of macros by "release" in this li=
ne.
But I doubt...

--=20
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-221977-13>