Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 2020 09:09:43 -0700
From:      Pete Wright <pete@nomadlogic.org>
To:        freebsd-pkgbase@freebsd.org
Subject:   Parse Error running make packages
Message-ID:  <5634b606-fece-58bd-f044-930248bb7a4a@nomadlogic.org>

next in thread | raw e-mail | index | archive | help
Hello,
Is the preferred method for building a package base repository still to 
run "make packages" after running buildworld and buildkernel?  I am 
testing this locally and am running into this error:

===> Creating FreeBSD-acct-dbg-13.0.s20200524150532
pkg -o 
ABI_FILE=/usr/obj/usr/home/pete/git/freebsd/amd64.amd64/worldstage/usr/bin/uname 
-o ALLOW_BASE_SHLIBS=yes  create -f txz -M 
/usr/obj/usr/home/pete/git/freebsd/amd64.am
d64/worldstage/acct-dbg.ucl  -p 
/usr/obj/usr/home/pete/git/freebsd/amd64.amd64/worldstage/acct-dbg.plist 
-r /usr/obj/usr/home/pete/git/freebsd/amd64.amd64/worldstage  -o /us
r/obj/usr/home/pete/git/freebsd/repo/FreeBSD:13:amd64/13.0.s20200524150532
pkg: Error parsing manifest: error while parsing <unknown>: line: 19, 
column: 12 - 'invalid character in a key', character: '%'
*** Error code 1


It looks like it's tripping up on this line in acct-dbg.ucl:
deps: {
     FreeBSD-%PKGDEPS%: {
         origin: "base",
         version: "13.0.s20200524150532"
     }
}


specifically the %PKGDEPS%.  I wonder if I'm missing a step in this process.


-pete

-- 
Pete Wright
pete@nomadlogic.org
@nomadlogicLA




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5634b606-fece-58bd-f044-930248bb7a4a>