Bug 1352870
| Summary: | update msed to sedutil v. 1.12 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Brian J. Murrell <brian> |
| Component: | msed | Assignee: | Charles R. Anderson <cra> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 24 | CC: | cra, mike, remasch, thomas |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-06-25 16:19:12 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1447741 | ||
| Bug Blocks: | |||
|
Description
Brian J. Murrell
2016-07-05 10:41:05 UTC
Still not seeing a sedutil package in Fedora. The status of this ticket hasn't changed at all. Has the maintainer dropped the msed package? (In reply to Mike Goodwin from comment #1) > Still not seeing a sedutil package in Fedora. The status of this ticket > hasn't changed at all. Has the maintainer dropped the msed package? Excellent question. I'd like to know the answer to that also. I'll create a new sedutil package, get it added to Fedora, and then obsolete the msed package. There are some issues getting sedutil to compile:
g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -c -Werror -I.. -I../../Common -I../../Common/pbdkf2 -std=c++11 -MMD -MP -MF "build/Release_x86_64/GNU-Linux/_ext/5c0/DtaDevLinuxNvme.o.d" -o build/Release_x86_64/GNU-Linux/_ext/5c0/DtaDevLinuxNvme.o ../DtaDevLinuxNvme.cpp
../DtaDevLinuxNvme.cpp: In member function 'virtual uint8_t DtaDevLinuxNvme::sendCmd(ATACOMMAND, uint8_t, uint16_t, void*, uint16_t)':
../DtaDevLinuxNvme.cpp:77:21: error: 'nvme_admin_security_recv' was not declared in this scope
nvme_cmd.opcode = nvme_admin_security_recv;
^~~~~~~~~~~~~~~~~~~~~~~~
../DtaDevLinuxNvme.cpp:85:21: error: 'nvme_admin_security_send' was not declared in this scope
nvme_cmd.opcode = nvme_admin_security_send;
^~~~~~~~~~~~~~~~~~~~~~~~
../DtaDevLinuxNvme.cpp: In member function 'virtual void DtaDevLinuxNvme::identify(OPAL_DiskInfo&)':
../DtaDevLinuxNvme.cpp:113:22: error: aggregate 'DtaDevLinuxNvme::identify(OPAL_DiskInfo&)::nvme_id_ctrl ctrl' has incomplete type and cannot be defined
struct nvme_id_ctrl ctrl;
^~~~
../DtaDevLinuxNvme.cpp:117:15: error: 'nvme_admin_identify' was not declared in this scope
cmd.opcode = nvme_admin_identify;
^~~~~~~~~~~~~~~~~~~
nbproject/Makefile-Release_x86_64.mk:182: recipe for target 'build/Release_x86_64/GNU-Linux/_ext/5c0/DtaDevLinuxNvme.o' failed
make[2]: *** [build/Release_x86_64/GNU-Linux/_ext/5c0/DtaDevLinuxNvme.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/builddir/build/BUILD/sedutil-1.12/linux/CLI'
nbproject/Makefile-Release_x86_64.mk:80: recipe for target '.build-conf' failed
make[1]: Leaving directory '/builddir/build/BUILD/sedutil-1.12/linux/CLI'
make[1]: *** [.build-conf] Error 2
nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed
make: *** [.build-impl] Error 2
The compile issue is reported here: https://github.com/Drive-Trust-Alliance/sedutil/issues/52 No progress on a release with the fix yet, but I'll try the patch here: https://github.com/Drive-Trust-Alliance/sedutil/pull/56 sedutil review request: #1447741 sedutil-1.12-3.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-79d63f9b64 sedutil-1.12-3.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-16408468c4 sedutil-1.12-3.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-16408468c4 sedutil-1.12-3.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-79d63f9b64 hello, when will it be pushed to stable? Best Regards (In reply to Afox from comment #12) > hello, when will it be pushed to stable? Best Regards Can you please test it and file karma on: https://bodhi.fedoraproject.org/updates/?packages=sedutil Thanks. sedutil-1.12-3.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report. |