Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 897639 Details for
Bug 933408
app-i18n/librime-1.7.3-r1 fails to compile: customizer.cc:97:25: error: fs::copy_option has not been declared
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for librime source code "copy_options.patch"
copy_options.patch (text/plain), 821 bytes, created by
sjlcwn
on 2024-07-15 03:32:13 UTC
(
hide
)
Description:
patch for librime source code "copy_options.patch"
Filename:
MIME Type:
Creator:
sjlcwn
Created:
2024-07-15 03:32:13 UTC
Size:
821 bytes
patch
obsolete
>--- a/src/rime/lever/deployment_tasks.cc >+++ b/src/rime/lever/deployment_tasks.cc >@@ -577,7 +577,7 @@ > continue; > } > boost::system::error_code ec; >- fs::copy_file(entry, backup, fs::copy_option::overwrite_if_exists, ec); >+ fs::copy_file(entry, backup, fs::copy_options::overwrite_existing, ec); > if (ec) { > LOG(ERROR) << "error backing up file " << backup.string(); > ++failure; > >--- a/src/rime/lever/customizer.cc >+++ b/src/rime/lever/customizer.cc >@@ -94,7 +94,7 @@ > if (redistribute || (is_dirty && !missing_original_copy)) { > try { > fs::copy_file(source_path_, dest_path_, >- fs::copy_option::overwrite_if_exists); >+ fs::copy_options::overwrite_existing); > } > catch (...) { > LOG(ERROR) << "Error copying config file '"
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 933408
:
894938
|
897638
| 897639