public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/40286] mkinstalldirs in install-plugin target missing DESTDIR
  2009-05-29  4:57 [Bug bootstrap/40286] New: mkinstalldirs in install-plugin target missing DESTDIR dirtyepic at gentoo dot org
@ 2009-05-29  4:57 ` dirtyepic at gentoo dot org
  2009-05-29  7:56 ` rguenth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: dirtyepic at gentoo dot org @ 2009-05-29  4:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from dirtyepic at gentoo dot org  2009-05-29 04:57 -------
Created an attachment (id=17930)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17930&action=view)
gcc45-plugin-destdir.patch


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40286


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/40286]  New: mkinstalldirs in install-plugin target missing DESTDIR
@ 2009-05-29  4:57 dirtyepic at gentoo dot org
  2009-05-29  4:57 ` [Bug bootstrap/40286] " dirtyepic at gentoo dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: dirtyepic at gentoo dot org @ 2009-05-29  4:57 UTC (permalink / raw)
  To: gcc-bugs

currently the install-plugin target creates directories in
$(plugin_includedir).  this is broken wrt DESTDIR and causes a sandbox
violation for us (we install into a sandboxed DESTDIR before merging with the
live filesystem).  the attached patch was sent to gcc-patches but got no
response, so i'm filing a PR.

I don't have a copyright assignment, but I'm thinking this counts as obvious.

https://bugs.gentoo.org/270558


-- 
           Summary: mkinstalldirs in install-plugin target missing DESTDIR
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dirtyepic at gentoo dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40286


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/40286] mkinstalldirs in install-plugin target missing DESTDIR
  2009-05-29  4:57 [Bug bootstrap/40286] New: mkinstalldirs in install-plugin target missing DESTDIR dirtyepic at gentoo dot org
  2009-05-29  4:57 ` [Bug bootstrap/40286] " dirtyepic at gentoo dot org
@ 2009-05-29  7:56 ` rguenth at gcc dot gnu dot org
  2009-06-22 11:20 ` doko at ubuntu dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-05-29  7:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2009-05-29 07:55 -------
Confirmed.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dnovillo at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-05-29 07:55:55
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40286


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/40286] mkinstalldirs in install-plugin target missing DESTDIR
  2009-05-29  4:57 [Bug bootstrap/40286] New: mkinstalldirs in install-plugin target missing DESTDIR dirtyepic at gentoo dot org
  2009-05-29  4:57 ` [Bug bootstrap/40286] " dirtyepic at gentoo dot org
  2009-05-29  7:56 ` rguenth at gcc dot gnu dot org
@ 2009-06-22 11:20 ` doko at ubuntu dot com
  2009-06-22 15:35 ` doko at ubuntu dot com
  2009-06-30  5:04 ` dirtyepic at gentoo dot org
  4 siblings, 0 replies; 6+ messages in thread
From: doko at ubuntu dot com @ 2009-06-22 11:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from doko at ubuntu dot com  2009-06-22 11:20 -------
updated patch: http://gcc.gnu.org/ml/gcc-patches/2009-06/msg01724.html


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40286


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/40286] mkinstalldirs in install-plugin target missing DESTDIR
  2009-05-29  4:57 [Bug bootstrap/40286] New: mkinstalldirs in install-plugin target missing DESTDIR dirtyepic at gentoo dot org
                   ` (2 preceding siblings ...)
  2009-06-22 11:20 ` doko at ubuntu dot com
@ 2009-06-22 15:35 ` doko at ubuntu dot com
  2009-06-30  5:04 ` dirtyepic at gentoo dot org
  4 siblings, 0 replies; 6+ messages in thread
From: doko at ubuntu dot com @ 2009-06-22 15:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from doko at ubuntu dot com  2009-06-22 15:35 -------
fixed in rev 148806.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40286


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/40286] mkinstalldirs in install-plugin target missing DESTDIR
  2009-05-29  4:57 [Bug bootstrap/40286] New: mkinstalldirs in install-plugin target missing DESTDIR dirtyepic at gentoo dot org
                   ` (3 preceding siblings ...)
  2009-06-22 15:35 ` doko at ubuntu dot com
@ 2009-06-30  5:04 ` dirtyepic at gentoo dot org
  4 siblings, 0 replies; 6+ messages in thread
From: dirtyepic at gentoo dot org @ 2009-06-30  5:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from dirtyepic at gentoo dot org  2009-06-30 05:04 -------
Confirmed, thanks.


-- 

dirtyepic at gentoo dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40286


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-06-30  5:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-29  4:57 [Bug bootstrap/40286] New: mkinstalldirs in install-plugin target missing DESTDIR dirtyepic at gentoo dot org
2009-05-29  4:57 ` [Bug bootstrap/40286] " dirtyepic at gentoo dot org
2009-05-29  7:56 ` rguenth at gcc dot gnu dot org
2009-06-22 11:20 ` doko at ubuntu dot com
2009-06-22 15:35 ` doko at ubuntu dot com
2009-06-30  5:04 ` dirtyepic at gentoo dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).