Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 514808 Details for
Bug 644586
sys-apps/smartmontools-6.6 fails to build with musl (os_linux.cpp:3179:51: error: 'canonicalize_file_name' was not declared in this scope)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
upstream patch
musl-canonicalize_file_name.patch (text/plain), 353 bytes, created by
Felix Janda
on 2018-01-14 18:43:12 UTC
(
hide
)
Description:
upstream patch
Filename:
MIME Type:
Creator:
Felix Janda
Created:
2018-01-14 18:43:12 UTC
Size:
353 bytes
patch
obsolete
># Ticket: https://smartmontools.org/ticket/921#ticket >--- a/os_linux.cpp >+++ b/os_linux.cpp >@@ -3176,7 +3176,7 @@ > { > char path[128]; > snprintf(path, sizeof(path), "/sys/block/%s/device", name); >- char * syshostpath = canonicalize_file_name(path); >+ char * syshostpath = realpath(path, NULL); > if (!syshostpath) > return false; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 644586
:
514806
| 514808