[Bug 221977] [cad/kicad] failed to package if WITH_DEBUG=yes

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Sep 1 11:42:34 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221977

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

Hi,

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

===>  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/stable-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   
compiling.md             
Doxyfile                 
road-map.md              
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 line.
But I doubt...

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


More information about the freebsd-ports-bugs mailing list