Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 810339 - app-backup/snapper-0.9.0: add musl support
Summary: app-backup/snapper-0.9.0: add musl support
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Dainius Masiliūnas
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2021-08-25 15:02 UTC by Leonardo Neumann
Modified: 2021-08-26 22:06 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to remove obsolete Regex.cc and Regex.h (snapper-0.9.0-remove-obsolete-regex.patch,5.05 KB, patch)
2021-08-25 15:02 UTC, Leonardo Neumann
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Leonardo Neumann 2021-08-25 15:02:07 UTC
Created attachment 735961 [details, diff]
Patch to remove obsolete Regex.cc and Regex.h

Currently, snapper is not working with musl libc due to the files Regex.cc and its header Regex.h, which are signed as obsolete in the source code and will be removed on future releases. So I've written a patch to remove those files and fix the problem for the current version. It shouldn't be a problem to remove those files as they were left to keep binary compatibility, which shouldn't be a problem on Gentoo.