Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Aug 2014 07:28:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 190071] [stage] japanese/k12: Remove use of pkg-req
Message-ID:  <bug-190071-13-SMpySrRLCx@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-190071-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-190071-13@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #8 from WATANABE Kazuhiro <CQG00620@nifty.ne.jp> ---
With the old patch the following tests are finished normally.
Only with the new patch (@fontsdir in pkg-plist) "make check-plist" says error
like this:

root@aquarius-vm:/usr/ports/japanese/k12 # make check-plist
===>  Found saved configuration for ja-kaname12-1.1_3
===>   ja-kaname12-1.1_3 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by ja-kaname12-1.1_3 for building
===>  Extracting for ja-kaname12-1.1_3
===>  Found saved configuration for ja-kaname12-1.1_3
===>   ja-kaname12-1.1_3 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by ja-kaname12-1.1_3 for building
=> SHA256 Checksum OK for kaname_k12_bdf.tar.gz.
=> SHA256 Checksum OK for knm_new_linux.tar.gz.
===>  Patching for ja-kaname12-1.1_3
===>  Applying FreeBSD patches for ja-kaname12-1.1_3
===>   ja-kaname12-1.1_3 depends on executable: bdftopcf - found
===>  Configuring for ja-kaname12-1.1_3
===>  Building for ja-kaname12-1.1_3
bdftopcf knmhn12x.bdf > knmhn12x.pcf
gzip -9 -nf knmhn12x.pcf
===>  Staging for ja-kaname12-1.1_3
===>   ja-kaname12-1.1_3 depends on executable: mkfontdir - found
===>   Generating temporary packing list
if [ ! -d /FreeBSD/ports/japanese/k12/work/stage/usr/local/lib/X11/fonts/local
] ; then  /bin/mkdir -p
/FreeBSD/ports/japanese/k12/work/stage/usr/local/lib/X11/fonts/local ; fi
install  -o root -g wheel -m 444 kaname-latin1.pcf.gz
/FreeBSD/ports/japanese/k12/work/stage/usr/local/lib/X11/fonts/local
install  -o root -g wheel -m 444 knm12p.pcf.gz
/FreeBSD/ports/japanese/k12/work/stage/usr/local/lib/X11/fonts/local
install  -o root -g wheel -m 444 knm12pb.pcf.gz
/FreeBSD/ports/japanese/k12/work/stage/usr/local/lib/X11/fonts/local
install  -o root -g wheel -m 444 knmhn12x.pcf.gz
/FreeBSD/ports/japanese/k12/work/stage/usr/local/lib/X11/fonts/local
install  -o root -g wheel -m 444 knmzn12x.pcf.gz
/FreeBSD/ports/japanese/k12/work/stage/usr/local/lib/X11/fonts/local
install  -o root -g wheel -m 444 knmzn12xb.pcf.gz
/FreeBSD/ports/japanese/k12/work/stage/usr/local/lib/X11/fonts/local
====> Compressing man pages (compress-man)
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
===> Checking for directories owned by MTREEs
Error: Owned by MTREE: @dirrmtry %%FONTSDIR%%
===> Checking for directories handled by dependencies
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** [check-plist] Error code 1

Stop in /FreeBSD/ports/japanese/k12.
root@aquarius-vm:/usr/ports/japanese/k12 # make stage-qa
====> Running Q/A tests (stage-qa)
root@aquarius-vm:/usr/ports/japanese/k12 #

-- 
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-190071-13-SMpySrRLCx>