Bug #11473
closedSPARC build warns about unpackaged files
100%
Description
A sparc build reports:
==== Validating manifests against proto area ====
Entries present in proto area but not manifests:
file usr/include/libjedec.h group=group mode=0644 owner=owner path=usr/include/libjedec.h
file usr/lib/devfsadm/linkmod/SUNW_sensor_link.so group=group mode=0755 owner=owner path=usr/lib/devfsadm/linkmod/SUNW_sensor_link.so
The first appears to come from #10396. We should extend the exception on this file to cover sparc as well as x86.
The second is from #11184. We probably still want to build this, to check it will build, but there are as yet no consumers on sparc so there's no good reason to package it yet, which means adding an exception for it too.
Updated by Electric Monk almost 3 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit bf8679989f3c88a5ddb26dd955ca2dd4a52bc2d5
commit bf8679989f3c88a5ddb26dd955ca2dd4a52bc2d5 Author: Peter Tribble <peter.tribble@gmail.com> Date: 2019-07-17T19:28:34.000Z 11473 SPARC build warns about unpackaged files Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>