public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libmudflap/21724] New: [gcc]/libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir
@ 2005-05-23 17:20 ams at gnu dot org
  2005-05-23 17:28 ` [Bug libmudflap/21724] " ams at gnu dot org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: ams at gnu dot org @ 2005-05-23 17:20 UTC (permalink / raw)
  To: gcc-bugs

When doing something like:

  make install includedir=/foo/bar/baz

in gcc 4.0.0 you get the following error:

test -z "/include" || mkdir -p -- "/include"
 /usr/bin/install -c -m 644
'/home/ams/gsc/devel/gcc/src/libmudflap/mf-runtime.h' '/include/mf-runtime.h'
/usr/bin/install: cannot create regular file `/include/mf-runtime.h': Permission
denied
make[5]: *** [install-includeHEADERS] Error 1

This applys to any platform, not just GNU.

Happy hacking.

-- 
           Summary: [gcc]/libmudflap/Makefile.am, refusing to install mf-
                    runtime.h in includedir
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libmudflap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ams at gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-gnu0.3
  GCC host triplet: i686-pc-gnu0.3
GCC target triplet: i686-pc-gnu0.3


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


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

* [Bug libmudflap/21724] [gcc]/libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir
  2005-05-23 17:20 [Bug libmudflap/21724] New: [gcc]/libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir ams at gnu dot org
@ 2005-05-23 17:28 ` ams at gnu dot org
  2005-05-30 15:01 ` schwinge-bugzilla-gcc dot gnu dot org at nic-nac-project dot de
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ams at gnu dot org @ 2005-05-23 17:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ams at gnu dot org  2005-05-23 17:28 -------
Created an attachment (id=8955)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8955&action=view)
Fix for bug 21724

The following patch fixes the bug.

libmudflap/ChangeLog
2005-05-23  Alfred M. Szmidt  <ams@gnu.org>

	    * Makefile.am (AM_MAKEFLAGS): Pass includedir.


-- 


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


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

* [Bug libmudflap/21724] [gcc]/libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir
  2005-05-23 17:20 [Bug libmudflap/21724] New: [gcc]/libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir ams at gnu dot org
  2005-05-23 17:28 ` [Bug libmudflap/21724] " ams at gnu dot org
@ 2005-05-30 15:01 ` schwinge-bugzilla-gcc dot gnu dot org at nic-nac-project dot de
  2005-05-30 15:16 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: schwinge-bugzilla-gcc dot gnu dot org at nic-nac-project dot de @ 2005-05-30 15:01 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schwinge-bugzilla-gcc dot
                   |                            |gnu dot org at nic-nac-
                   |                            |project dot de


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


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

* [Bug libmudflap/21724] [gcc]/libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir
  2005-05-23 17:20 [Bug libmudflap/21724] New: [gcc]/libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir ams at gnu dot org
  2005-05-23 17:28 ` [Bug libmudflap/21724] " ams at gnu dot org
  2005-05-30 15:01 ` schwinge-bugzilla-gcc dot gnu dot org at nic-nac-project dot de
@ 2005-05-30 15:16 ` pinskia at gcc dot gnu dot org
  2005-05-30 15:17 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-30 15:16 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |21824
              nThis|                            |


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


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

* [Bug libmudflap/21724] [gcc]/libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir
  2005-05-23 17:20 [Bug libmudflap/21724] New: [gcc]/libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir ams at gnu dot org
                   ` (2 preceding siblings ...)
  2005-05-30 15:16 ` pinskia at gcc dot gnu dot org
@ 2005-05-30 15:17 ` pinskia at gcc dot gnu dot org
  2005-06-14 19:18 ` fche at redhat dot com
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-30 15:17 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build


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


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

* [Bug libmudflap/21724] [gcc]/libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir
  2005-05-23 17:20 [Bug libmudflap/21724] New: [gcc]/libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir ams at gnu dot org
                   ` (4 preceding siblings ...)
  2005-06-14 19:18 ` fche at redhat dot com
@ 2005-06-14 19:18 ` cvs-commit at gcc dot gnu dot org
  2005-06-14 19:24 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-06-14 19:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-06-14 19:18 -------
Subject: Bug 21724

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	fche@gcc.gnu.org	2005-06-14 19:18:16

Modified files:
	libmudflap     : ChangeLog Makefile.am Makefile.in 

Log message:
	2005-05-23  Alfred M. Szmidt  <ams@gnu.org>
	
	PR libmudflap/21724
	* Makefile.am (AM_MAKEFLAGS): Pass includedir.
	* Makefile.in: Amend.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libmudflap/ChangeLog.diff?cvsroot=gcc&r1=1.60&r2=1.61
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libmudflap/Makefile.am.diff?cvsroot=gcc&r1=1.15&r2=1.16
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libmudflap/Makefile.in.diff?cvsroot=gcc&r1=1.18&r2=1.19



-- 


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


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

* [Bug libmudflap/21724] [gcc]/libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir
  2005-05-23 17:20 [Bug libmudflap/21724] New: [gcc]/libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir ams at gnu dot org
                   ` (3 preceding siblings ...)
  2005-05-30 15:17 ` pinskia at gcc dot gnu dot org
@ 2005-06-14 19:18 ` fche at redhat dot com
  2005-06-14 19:18 ` cvs-commit at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: fche at redhat dot com @ 2005-06-14 19:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fche at redhat dot com  2005-06-14 19:18 -------
thanks, sorry for the wait

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


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


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

* [Bug libmudflap/21724] [gcc]/libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir
  2005-05-23 17:20 [Bug libmudflap/21724] New: [gcc]/libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir ams at gnu dot org
                   ` (5 preceding siblings ...)
  2005-06-14 19:18 ` cvs-commit at gcc dot gnu dot org
@ 2005-06-14 19:24 ` pinskia at gcc dot gnu dot org
  2005-06-16 15:46 ` schwinge-bugzilla-gcc dot gnu dot org at nic-nac-project dot de
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-14 19:24 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.0


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


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

* [Bug libmudflap/21724] [gcc]/libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir
  2005-05-23 17:20 [Bug libmudflap/21724] New: [gcc]/libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir ams at gnu dot org
                   ` (6 preceding siblings ...)
  2005-06-14 19:24 ` pinskia at gcc dot gnu dot org
@ 2005-06-16 15:46 ` schwinge-bugzilla-gcc dot gnu dot org at nic-nac-project dot de
  2005-06-16 15:58 ` [Bug libmudflap/21724] [4.0 Regression] libmudflap/Makefile.am, " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: schwinge-bugzilla-gcc dot gnu dot org at nic-nac-project dot de @ 2005-06-16 15:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From schwinge-bugzilla-gcc dot gnu dot org at nic-nac-project dot de  2005-06-16 15:46 -------
Could that please be fixed on the 4.0 branch as well?

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


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


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

* [Bug libmudflap/21724] [4.0 Regression] libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir
  2005-05-23 17:20 [Bug libmudflap/21724] New: [gcc]/libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir ams at gnu dot org
                   ` (7 preceding siblings ...)
  2005-06-16 15:46 ` schwinge-bugzilla-gcc dot gnu dot org at nic-nac-project dot de
@ 2005-06-16 15:58 ` pinskia at gcc dot gnu dot org
  2005-08-09 17:46 ` schwinge at nic-nac-project dot de
  2005-09-27 16:02 ` mmitchel at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-16 15:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-16 15:57 -------
(In reply to comment #4)
> Could that please be fixed on the 4.0 branch as well?

Most likely but not for the 4.0.1 as the branch is frozen and only the release manager can say it can go 
in.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |fche at redhat dot com
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-06-16 15:57:44
               date|                            |
            Summary|[gcc]/libmudflap/Makefile.am|[4.0 Regression]
                   |, refusing to install mf-   |libmudflap/Makefile.am,
                   |runtime.h in includedir     |refusing to install mf-
                   |                            |runtime.h in includedir
   Target Milestone|4.1.0                       |4.0.2


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


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

* [Bug libmudflap/21724] [4.0 Regression] libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir
  2005-05-23 17:20 [Bug libmudflap/21724] New: [gcc]/libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir ams at gnu dot org
                   ` (8 preceding siblings ...)
  2005-06-16 15:58 ` [Bug libmudflap/21724] [4.0 Regression] libmudflap/Makefile.am, " pinskia at gcc dot gnu dot org
@ 2005-08-09 17:46 ` schwinge at nic-nac-project dot de
  2005-09-27 16:02 ` mmitchel at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: schwinge at nic-nac-project dot de @ 2005-08-09 17:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From schwinge at nic-nac-project dot de  2005-08-09 17:46 -------
Subject: Re:  [4.0 Regression] libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir

On Thu, Jun 16, 2005 at 03:57:27PM -0000, pinskia at gcc dot gnu dot org wrote:
> 
> ------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-16 15:57 -------
> (In reply to comment #4)
> > Could that please be fixed on the 4.0 branch as well?
> 
> Most likely but not for the 4.0.1 as the branch is frozen and only the release manager can say it can go 
> in.

Ping.


Regards,
 Thomas


-- 


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


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

* [Bug libmudflap/21724] [4.0 Regression] libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir
  2005-05-23 17:20 [Bug libmudflap/21724] New: [gcc]/libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir ams at gnu dot org
                   ` (9 preceding siblings ...)
  2005-08-09 17:46 ` schwinge at nic-nac-project dot de
@ 2005-09-27 16:02 ` mmitchel at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-09-27 16:02 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.2                       |4.0.3


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


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

end of thread, other threads:[~2005-09-27 16:00 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-23 17:20 [Bug libmudflap/21724] New: [gcc]/libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir ams at gnu dot org
2005-05-23 17:28 ` [Bug libmudflap/21724] " ams at gnu dot org
2005-05-30 15:01 ` schwinge-bugzilla-gcc dot gnu dot org at nic-nac-project dot de
2005-05-30 15:16 ` pinskia at gcc dot gnu dot org
2005-05-30 15:17 ` pinskia at gcc dot gnu dot org
2005-06-14 19:18 ` fche at redhat dot com
2005-06-14 19:18 ` cvs-commit at gcc dot gnu dot org
2005-06-14 19:24 ` pinskia at gcc dot gnu dot org
2005-06-16 15:46 ` schwinge-bugzilla-gcc dot gnu dot org at nic-nac-project dot de
2005-06-16 15:58 ` [Bug libmudflap/21724] [4.0 Regression] libmudflap/Makefile.am, " pinskia at gcc dot gnu dot org
2005-08-09 17:46 ` schwinge at nic-nac-project dot de
2005-09-27 16:02 ` mmitchel at gcc dot gnu 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).