Actions
Bug #10935
closeddisk_label.so shouldn't be packaged on sparc
Start date:
2019-05-09
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
A SPARC build with 10569 applied gives the following failure:
Entries present in manifests but not proto area:
file NOHASH group=sys mode=0555 owner=root path=usr/lib/mdb/raw/disk_label.so
file NOHASH group=sys mode=0555 owner=root path=usr/lib/mdb/raw/sparcv9/disk_label.so
The disk_label code isn't built on SPARC (which is why it's not in the proto area), but it's little-endian only, and poking around mbr and gpt isn't particularly relevant on SPARC, so we should just make sure this module is omitted from the SPARC package.
Looking at it, the usr/lib/mdb/raw directory isn't needed either.
Related issues
Updated by Peter Tribble over 4 years ago
- Related to Bug #10569: MDB module for disk labelling would be useful added
Updated by Peter Tribble over 4 years ago
- Related to Bug #10948: MDB module for disk labelling should work on SPARC too added
Updated by Electric Monk over 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit d18a00834222237a55b31342b315cfb42db9d6dc
commit d18a00834222237a55b31342b315cfb42db9d6dc Author: Peter Tribble <peter.tribble@gmail.com> Date: 2019-05-10T15:20:56.000Z 10935 disk_label.so shouldn't be packaged on sparc Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions