Opened 3 years ago
Closed 3 years ago
#17086 closed defect (fixed)
Patch I would recommend for gptfdisk-1.0.9
Reported by: | Joe Locash | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 11.3 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: | Joe Locash |
Description ¶
The util-linux-2.38 release caused an issue in the way gptfdisk detects libuuid. If it doesn't find a system libuuid then it basically generates a random GUID which is fine for the most part, but could be a problem with other operating systems.
I would recommend applying this upstream commit:
https://sourceforge.net/p/gptfdisk/code/ci/6a8416cbd12d55f882bb751993b94f72d338d96f/
See also:
Can be resolved with a sed:
sed -i 's/^#ifdef _UUID_UUID_H/#if defined (_UUID_UUID_H) || defined (_UL_LIBUUID_UUID_H)/' guid.cc
Change History (2)
comment:1 by , 3 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed at commit f59d30d08c