public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/2930] New: Syntax error in scripts/check-c++-types.sh line 38
@ 2006-07-15 17:39 milahu at gmail dot com
  2006-07-16 10:37 ` [Bug libc/2930] " milahu at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: milahu at gmail dot com @ 2006-07-15 17:39 UTC (permalink / raw)
  To: glibc-bugs

There's a syntax error in the file scripts/check-c++-types.sh in line 38:

scripts/check-c++-types.sh: line 38: syntax error near unexpected token `('
scripts/check-c++-types.sh: line 38: `  $cxx -S -xc++ -o - -D_GNU_SOURCE <(cat 
<<EOF'

Line 38:
$cxx -S -xc++ -o - -D_GNU_SOURCE <(cat <<EOF

I used the official glibc-2.4 tarball, not the CVS version, to build CLFS.
The error occured in step 10.6 [1].

Cheers, milahu :)

[1] http://cross-lfs.org/view/1.0.0rc1/x86/final-system/glibc.html

-- 
           Summary: Syntax error in scripts/check-c++-types.sh line 38
           Product: glibc
           Version: 2.4
            Status: NEW
          Severity: critical
          Priority: P1
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: milahu at gmail dot com
                CC: glibc-bugs at sources dot redhat dot com,milahu at gmail
                    dot com
  GCC host triplet: i686-cross-linux-gnu
GCC target triplet: i585-pc-linux-gnu


http://sourceware.org/bugzilla/show_bug.cgi?id=2930

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/2930] Syntax error in scripts/check-c++-types.sh line 38
  2006-07-15 17:39 [Bug libc/2930] New: Syntax error in scripts/check-c++-types.sh line 38 milahu at gmail dot com
@ 2006-07-16 10:37 ` milahu at gmail dot com
  2006-07-16 19:45 ` milahu at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: milahu at gmail dot com @ 2006-07-16 10:37 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From milahu at gmail dot com  2006-07-16 10:37 -------
Also CVS rev. 1.5 is buggy.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2930

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/2930] Syntax error in scripts/check-c++-types.sh line 38
  2006-07-15 17:39 [Bug libc/2930] New: Syntax error in scripts/check-c++-types.sh line 38 milahu at gmail dot com
  2006-07-16 10:37 ` [Bug libc/2930] " milahu at gmail dot com
@ 2006-07-16 19:45 ` milahu at gmail dot com
  2006-07-26  6:24 ` drepper at redhat dot com
  2006-07-26 13:40 ` milahu at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: milahu at gmail dot com @ 2006-07-16 19:45 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From milahu at gmail dot com  2006-07-16 19:45 -------
There seems to be another syntax error in line 45.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2930

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/2930] Syntax error in scripts/check-c++-types.sh line 38
  2006-07-15 17:39 [Bug libc/2930] New: Syntax error in scripts/check-c++-types.sh line 38 milahu at gmail dot com
  2006-07-16 10:37 ` [Bug libc/2930] " milahu at gmail dot com
  2006-07-16 19:45 ` milahu at gmail dot com
@ 2006-07-26  6:24 ` drepper at redhat dot com
  2006-07-26 13:40 ` milahu at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: drepper at redhat dot com @ 2006-07-26  6:24 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2006-07-26 06:23 -------
There is no problem.  The script gets used all the time.  Your shell is probably
buggy.  If you don't use bash it's your fault.

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


http://sourceware.org/bugzilla/show_bug.cgi?id=2930

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/2930] Syntax error in scripts/check-c++-types.sh line 38
  2006-07-15 17:39 [Bug libc/2930] New: Syntax error in scripts/check-c++-types.sh line 38 milahu at gmail dot com
                   ` (2 preceding siblings ...)
  2006-07-26  6:24 ` drepper at redhat dot com
@ 2006-07-26 13:40 ` milahu at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: milahu at gmail dot com @ 2006-07-26 13:40 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From milahu at gmail dot com  2006-07-26 13:40 -------
Bash is weird. Today the `make check` ran without a single error -- wow!

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED


http://sourceware.org/bugzilla/show_bug.cgi?id=2930

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2006-07-26 13:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-15 17:39 [Bug libc/2930] New: Syntax error in scripts/check-c++-types.sh line 38 milahu at gmail dot com
2006-07-16 10:37 ` [Bug libc/2930] " milahu at gmail dot com
2006-07-16 19:45 ` milahu at gmail dot com
2006-07-26  6:24 ` drepper at redhat dot com
2006-07-26 13:40 ` milahu at gmail dot com

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