Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 741468 Details for
Bug 775710
media-video/handbrake-1.4.2-r1: makefile race: cp: cannot create regular file './internal_defaults.json': File exists
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch file for handbrake "file exists" compilation error
handbrake-1.3.3-file-exists.patch (text/plain), 566 bytes, created by
Dan F
on 2021-09-26 14:12:53 UTC
(
hide
)
Description:
Patch file for handbrake "file exists" compilation error
Filename:
MIME Type:
Creator:
Dan F
Created:
2021-09-26 14:12:53 UTC
Size:
566 bytes
patch
obsolete
>--- a/gtk/src/Makefile.am >+++ b/gtk/src/Makefile.am >@@ -139,7 +139,7 @@ data_res.c : data_res.gresource.xml $(srcdir)/internal_defaults.json widget.deps > glib-compile-resources --generate --target=$@ --c-name ghb_data --manual-register $< > > data_res.h : data_res.gresource.xml $(srcdir)/internal_defaults.json widget.deps widget_reverse.deps >- cp $(srcdir)/internal_defaults.json . >+ test -f ./internal_defaults.json || cp $(srcdir)/internal_defaults.json . > glib-compile-resources --generate --target=$@ --c-name ghb_data --manual-register $< > > if GHB_GTK_4_00
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 775710
:
691098
| 741468 |
741471
|
747714