Actions
Bug #7117
closedDangling references to usr/src/common/openssl
Start date:
2016-06-17
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
After 5086 removed usr/src/common/openssl, there was a remaining reference to usr/src/common/openssl/LICENSE
in usr/src/pkg/manifests/system-boot-wanboot.mf
This appears to cause a build failure in some instances (on OmniOS r151018):
/export/ws/illumos-gate/usr/src/pkg dmake: Warning: Don't know how to make target `/export/ws/illumos-gate/proto/root_i38 6/licenses/usr/src/common/openssl/LICENSE' Current working directory /export/ws/illumos-gate/usr/src/pkg dmake: Warning: Don't know how to make target `/export/ws/illumos-gate/proto/root_i38 6/licenses/usr/src/common/openssl/LICENSE.descrip' Current working directory /export/ws/illumos-gate/usr/src/pkg dmake: Warning: Target `/export/ws/illumos-gate/proto/root_i386/licenses/usr/src/cmd/acpihpd/THIRDPARTYLICENSE' not remade because of errors Current working directory /export/ws/illumos-gate/usr/src/pkg *** Error code 1 The following command caused the error: dmake -e -f Makefile.lic \ PKGDEBUG=@ LICROOT=/export/ws/illumos-gate/proto/root_i386/licenses \ `/usr/bin/nawk '{ \ print "/export/ws/illumos-gate/proto/root_i386/licenses/" $0; \ print "/export/ws/illumos-gate/proto/root_i386/licenses/" $0 ".descrip"; \ }' license-list` > /dev/null; dmake: Warning: Target `stage-licenses' not remade because of errors Current working directory /export/ws/illumos-gate/usr/src/pkg *** Error code 1 The following command caused the error: cd pkg; pwd; dmake stage-licenses dmake: Warning: Target `install' not remade because of errors Current working directory /export/ws/illumos-gate/usr/src'
Also, various usr/src/common/openssl
paths remain in exception_lists/*
.
Related issues
Updated by Albert Lee over 6 years ago
- Related to Bug #5086: Remove OpenSSL 0.9.8a added
Updated by Albert Lee over 6 years ago
This bug is not visible when the files from closed-bins (closed/root_i386/licenses/usr/src/common/openssl/*
) are considered sufficiently new enough for dmake not attempt to rebuild them.
Updated by Electric Monk over 6 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
git commit e64b5a1d424c9f5d94989cfbd14203251c97a024
commit e64b5a1d424c9f5d94989cfbd14203251c97a024 Author: Albert Lee <trisk@omniti.com> Date: 2016-06-20T16:57:55.000Z 7117 Dangling references to usr/src/common/openssl Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions