Actions
Bug #12519
closedTargetdirs: remove left over /usr/4lib
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
Build issue on sparc:
Entries present in proto area but not manifests: dir group=group mode=0755 owner=owner path=usr/4lib
Testing done: build/install/boot. Since we still can not get full build done, the build was done with rest of the patches.
Related issues
Updated by Joshua M. Clulow about 2 years ago
- Related to Feature #12292: retire libbc added
Updated by Joshua M. Clulow about 2 years ago
Note that there are a fair few other mentions of /usr/4lib
in the gate which would probably be good to clean up:
$ GIT_PAGER= git grep -c usr.4lib Targetdirs:1 cmd/abi/appcert/scripts/abi_index.pl:1 cmd/sgs/crle/common/crle.msg:2 cmd/sgs/rtld/common/rtld.sparc32.msg:1 man/man1/crle.1:1 man/man5/filesystem.5:1 ucbcmd/Makefile.ucbcmd:1 uts/common/exec/aout/aout.c:1
Updated by Toomas Soome about 2 years ago
Joshua M. Clulow wrote:
Note that there are a fair few other mentions of
/usr/4lib
in the gate which would probably be good to clean up:[...]
took care about all but uts/common/exec/aout/aout.c -- this one would probably need to go with aout.
Updated by Electric Monk about 2 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 15fa1d047e03d3f123546d72f130c5ce4b278eba
commit 15fa1d047e03d3f123546d72f130c5ce4b278eba Author: Toomas Soome <tsoome@me.com> Date: 2020-05-01T19:24:41.000Z 12519 Targetdirs: remove left over /usr/4lib Reviewed by: Gergő Doma <domag02@gmail.com> Reviewed by: Yuri Pankov <ypankov@fastmail.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
Actions