This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

generating csu/version-info.h


While compiling today snapshot (with some patches applied):

In file included from version.c:33:
/home/users/misiek/rpm/BUILD/glibc-2.3.3/builddir/csu/version-info.h:1:1: missing terminating " character
/home/users/misiek/rpm/BUILD/glibc-2.3.3/builddir/csu/version-info.h:2:1: missing terminating " character
/home/users/misiek/rpm/BUILD/glibc-2.3.3/builddir/csu/version-info.h:3:1: missing terminating " character
/home/users/misiek/rpm/BUILD/glibc-2.3.3/builddir/csu/version-info.h:4:1: missing terminating " character

[misiek@arm ~/rpm/SPECS]$ cat /home/users/misiek/rpm/BUILD/glibc-2.3.3/builddir/csu/version-info.h
"Compiled on a Linux 2.6.0 system on 2004-01-01.
"
"Available extensions:
"
"       GNU libio by Per Bothner\n"
"       crypt add-on version 2.1 by Michael Glad and others\n"
"       linuxthreads-0.10 by Xavier Leroy\n"
"       BIND-8.2.3-T5B\n"
"       libthread_db work sponsored by Alpha Processor Inc\n"
"       NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk\n"

Seems that this is needed:
                  echo "\"Compiled on a $$os $$version system" \
-                        "on `date +%Y-%m-%d`.\\n\"" ;; \
+                      "on `date +%Y-%m-%d`.\\\\n\"" ;; \
           *) ;; \

and then
-          echo "\"Available extensions:\\n\"";                       \
+          echo "\"Available extensions:\\\\n\"";                       \


ps. My /bin/sh is pdksh, sed 4.0.8
-- 
Arkadiusz Miśkiewicz    CS at FoE, Wroclaw University of Technology
arekm.pld-linux.org AM2-6BONE, 1024/3DB19BBD, arekm(at)ircnet, PLD/Linux


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]