public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/16842] New: mkheaders can not find mkheaders.conf
@ 2004-07-31  9:04 andreas at almroth dot com
  2004-08-01  0:43 ` [Bug other/16842] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: andreas at almroth dot com @ 2004-07-31  9:04 UTC (permalink / raw)
  To: gcc-bugs

The mkheaders script does not find the mkheaders.conf file, because it is using
an incorrect path to the conf file.
My build uses $prefix/lib/gcc/... instead of in the older releases
$prefix/lib/gcc-lib/..., so the $prefix/libexec/.../mkheaders tries to read
using the old path.

So I changed the 

libsubdir=${libdir}/gcc-lib/${target_noncanonical}/${version}

line in libexec/gcc/i386-pc-solaris2.9/3.4.1/install-tools/mkheaders to

libsubdir=${libdir}/gcc/${target_noncanonical}/${version}

and it seems to work alright.

-- 
           Summary: mkheaders can not find mkheaders.conf
           Product: gcc
           Version: 3.4.1
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: andreas at almroth dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i386-pc-solaris2.9
  GCC host triplet: i386-pc-solaris2.9
GCC target triplet: i386-pc-solaris2.9


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


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

* [Bug other/16842] mkheaders can not find mkheaders.conf
  2004-07-31  9:04 [Bug other/16842] New: mkheaders can not find mkheaders.conf andreas at almroth dot com
@ 2004-08-01  0:43 ` pinskia at gcc dot gnu dot org
  2004-08-01  0:44 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-01  0:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-01 00:43 -------
Confirmed, fixing.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-08-01 00:43:28
               date|                            |
   Target Milestone|---                         |3.4.2


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


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

* [Bug other/16842] mkheaders can not find mkheaders.conf
  2004-07-31  9:04 [Bug other/16842] New: mkheaders can not find mkheaders.conf andreas at almroth dot com
  2004-08-01  0:43 ` [Bug other/16842] " pinskia at gcc dot gnu dot org
@ 2004-08-01  0:44 ` cvs-commit at gcc dot gnu dot org
  2004-08-01  0:45 ` [Bug other/16842] [3.4/3.5 Regression] " pinskia at gcc dot gnu dot org
  2004-08-01  0:45 ` [Bug other/16842] " cvs-commit at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-08-01  0:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-08-01 00:44 -------
Subject: Bug 16842

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	pinskia@gcc.gnu.org	2004-08-01 00:44:43

Modified files:
	gcc            : ChangeLog mkheaders.in 

Log message:
	2004-07-31  Andrew Pinski  <apinski@apple.com>
	
	PR other/16842
	* mkheaders.in (libsubdir): s/gcc-lib/gcc/.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.4751&r2=2.4752
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/mkheaders.in.diff?cvsroot=gcc&r1=1.3&r2=1.4



-- 


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


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

* [Bug other/16842] [3.4/3.5 Regression] mkheaders can not find mkheaders.conf
  2004-07-31  9:04 [Bug other/16842] New: mkheaders can not find mkheaders.conf andreas at almroth dot com
  2004-08-01  0:43 ` [Bug other/16842] " pinskia at gcc dot gnu dot org
  2004-08-01  0:44 ` cvs-commit at gcc dot gnu dot org
@ 2004-08-01  0:45 ` pinskia at gcc dot gnu dot org
  2004-08-01  0:45 ` [Bug other/16842] " cvs-commit at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-01  0:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-01 00:45 -------
Fixed in both 3.4.2 and 3.5.0

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
      Known to fail|                            |3.4.1 3.4.0
      Known to work|                            |3.4.2 3.5.0
         Resolution|                            |FIXED
            Summary|mkheaders can not find      |[3.4/3.5 Regression]
                   |mkheaders.conf              |mkheaders can not find
                   |                            |mkheaders.conf


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


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

* [Bug other/16842] mkheaders can not find mkheaders.conf
  2004-07-31  9:04 [Bug other/16842] New: mkheaders can not find mkheaders.conf andreas at almroth dot com
                   ` (2 preceding siblings ...)
  2004-08-01  0:45 ` [Bug other/16842] [3.4/3.5 Regression] " pinskia at gcc dot gnu dot org
@ 2004-08-01  0:45 ` cvs-commit at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-08-01  0:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-08-01 00:45 -------
Subject: Bug 16842

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	pinskia@gcc.gnu.org	2004-08-01 00:45:13

Modified files:
	gcc            : ChangeLog mkheaders.in 

Log message:
	2004-07-31  Andrew Pinski  <apinski@apple.com>
	
	PR other/16842
	* mkheaders.in (libsubdir): s/gcc-lib/gcc/.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=2.2326.2.571&r2=2.2326.2.572
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/mkheaders.in.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.3&r2=1.3.10.1



-- 


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


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

end of thread, other threads:[~2004-08-01  0:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-31  9:04 [Bug other/16842] New: mkheaders can not find mkheaders.conf andreas at almroth dot com
2004-08-01  0:43 ` [Bug other/16842] " pinskia at gcc dot gnu dot org
2004-08-01  0:44 ` cvs-commit at gcc dot gnu dot org
2004-08-01  0:45 ` [Bug other/16842] [3.4/3.5 Regression] " pinskia at gcc dot gnu dot org
2004-08-01  0:45 ` [Bug other/16842] " cvs-commit 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).