public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: other/7727: `make install' fails when none of the localization files are installed (as controlled by LINGUAS)
@ 2003-05-14 10:28 giovannibajo
  0 siblings, 0 replies; 4+ messages in thread
From: giovannibajo @ 2003-05-14 10:28 UTC (permalink / raw)
  To: coola, gcc-bugs, gcc-prs, nobody

Synopsis: `make install' fails when none of the localization files are installed (as controlled by LINGUAS)

State-Changed-From-To: open->feedback
State-Changed-By: bajo
State-Changed-When: Wed May 14 10:28:43 2003
State-Changed-Why:
    See Dara's question.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7727


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

* Re: other/7727: `make install' fails when none of the localization files are installed (as controlled by LINGUAS)
@ 2003-05-13 18:36 Dara Hazeghi
  0 siblings, 0 replies; 4+ messages in thread
From: Dara Hazeghi @ 2003-05-13 18:36 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR other/7727; it has been noted by GNATS.

From: Dara Hazeghi <dhazeghi@yahoo.com>
To: Josh.Martin@abq.sc.philips.com, gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org
Cc:  
Subject: Re: other/7727: `make install' fails when none of the localization files are installed (as controlled by LINGUAS)
Date: Tue, 13 May 2003 11:21:55 -0700

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- 
 trail&database=gcc&pr=7727
 
 Hello Josh,
 
 was the patch you sent for this PR ever committed? Can you determine if  
 the problem you mentioned still an issue in current gcc sources (ie 3.3  
 branch or mainline)? Thanks,
 
 Dara
 


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

* Re: other/7727: `make install' fails when none of the localization files  are installed (as controlled by LINGUAS)
@ 2002-08-29 17:46 Josh Martin
  0 siblings, 0 replies; 4+ messages in thread
From: Josh Martin @ 2002-08-29 17:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR other/7727; it has been noted by GNATS.

From: Josh Martin <Josh.Martin@abq.sc.philips.com>
To: coola@localhost.localdomain, gcc-gnats@gcc.gnu.org,
	gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org
Cc:  
Subject: Re: other/7727: `make install' fails when none of the localization files 
 are installed (as controlled by LINGUAS)
Date: Thu, 29 Aug 2002 18:10:03 -0600

 This PR:
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7727
 
 Has been addressed by the (unreviewed) patch described at
 http://gcc.gnu.org/ml/gcc-patches/2002-08/msg01724.html
 
  - Josh Martin
 
 


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

* other/7727: `make install' fails when none of the localization files are installed (as controlled by LINGUAS)
@ 2002-08-26 11:26 Andrey R. Urazov
  0 siblings, 0 replies; 4+ messages in thread
From: Andrey R. Urazov @ 2002-08-26 11:26 UTC (permalink / raw)
  To: gcc-gnats


>Number:         7727
>Category:       other
>Synopsis:       `make install' fails when none of the localization files are installed (as controlled by LINGUAS)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Aug 26 09:46:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Andrey R. Urazov
>Release:        3.2
>Organization:
Novosibirsk State Technical University
>Environment:
System: Linux localhost.localdomain 2.4.18 #7 Don Jul 11 21:38:33 NOVST 2002 i686 unknown
Architecture: i686

	
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: i686-pc-linux-gnu
configured with: ../gcc-3.2/configure --prefix=/usr/local/gcc-3.2 --enable-languages=c,c++,java,f77
>Description:
	after I ran make install I got:
for cat in ; do \
  lang=`basename $cat | sed 's/\.gmo$//'`; \
  if [ -f $cat ]; then :; \
  elif [ -f ../../gcc-3.2/gcc/$cat ]; then cat=../../gcc-3.2/gcc/$cat; \
  else continue; \
  fi; \
  dir=/usr/local/gcc-3.2/share/locale/$lang/LC_MESSAGES; \
  echo /bin/sh ../../gcc-3.2/gcc/mkinstalldirs $dir; \
  /bin/sh ../../gcc-3.2/gcc/mkinstalldirs $dir || exit 1; \
  echo /bin/sh /usr/src/gcc/gcc-3.2/install-sh -c -m 644 $cat $dir/gcc.mo; \
  /bin/sh /usr/src/gcc/gcc-3.2/install-sh -c -m 644 $cat $dir/gcc.mo; \
done
/bin/sh: -c: line 1: syntax error near unexpected token `;'

This is on account of the fact I didn't need any localization files to be installed and the corresponding variable in the makefile turned out to be empty.

>How-To-Repeat:
	set environment var LINGUAS=en, configure, bootstrap and `make install'
>Fix:
 Probably it makes sense to treat such a case specially when constructing Makefile, or put an a branch in it so that in my case the loop is never entered.

>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2003-05-14 10:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-14 10:28 other/7727: `make install' fails when none of the localization files are installed (as controlled by LINGUAS) giovannibajo
  -- strict thread matches above, loose matches on Subject: below --
2003-05-13 18:36 Dara Hazeghi
2002-08-29 17:46 Josh Martin
2002-08-26 11:26 Andrey R. Urazov

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).