Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 292909 Details for
Bug 384737
media-tv/dvbstreamer-1.1-r1 fails to install (/usr/bin/install: will not overwrite just-created `.../types.h' with `types.h')
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Attempted to fix
1.1-newerautotoolsfix.patch (text/plain), 618 bytes, created by
Roger
on 2011-11-17 16:10:12 UTC
(
hide
)
Description:
Attempted to fix
Filename:
MIME Type:
Creator:
Roger
Created:
2011-11-17 16:10:12 UTC
Size:
618 bytes
patch
obsolete
>--- Makefile.am.orig 2011-11-17 06:33:52.384033070 -0900 >+++ Makefile.am 2011-11-17 06:34:41.739033562 -0900 >@@ -15,7 +16,8 @@ > pkginclude_DATA = \ > config.h > >-EXTRA_DIST = $(dvbstreamerdoc_DATA) $(pkginclude_DATA) >+EXTRA_DIST = $(sort \ >+ $(dvbstreamerdoc_DATA) $(pkginclude_DATA)) > > # Copy all the spec files. Of cource, only one is actually used. > dist-hook: > > >--- include/Makefile.am.orig 2011-11-17 06:47:29.162041723 -0900 >+++ include/Makefile.am 2011-11-17 06:47:48.851041956 -0900 >@@ -33,5 +33,6 @@ > events.h > > >-EXTRA_DIST = $(pkginclude_DATA) >+EXTRA_DIST = $(sort \ >+ $(pkginclude_DATA)) >
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 Raw
Actions:
View
Attachments on
bug 384737
:
288021
|
292907
| 292909