This is the mail archive of the libc-help@sourceware.org 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]

Re: Arguments to execve


On 06/14/2013 12:16 AM, Peter LaDow wrote:
On Tue, Jun 11, 2013 at 2:41 PM, Carlos O'Donell <carlos@redhat.com> wrote:
On 06/11/2013 05:30 PM, Peter LaDow wrote:
Please also feel free to submit a patch for
glibc's manual/process.texi (execve) section. :-)

Already working on it.  :)

I have some changes to the manual, but before I submit a patch I'd
like to make sure things look right.  Rather than completely re-build
all of glibc, is there a way I can just process the texi file?  I've
tried a full re-build of glibc, but I get build errors in the elf/
subdir (see below).
>
But rather than hash out build errors, I'd just like to process the
texi file and make sure I have things setup correctly.


Just run "make info" - or "make dvi pdf",

Andreas

Thanks,
Pete

Here's the build error:

make[3]: Leaving directory `/home/user/k/glibc/elf'
gcc   -nostdlib -nostartfiles -shared -o
/home/petelado/k/glibc-build/elf/ld.so.new             \
                   -Wl,-z,combreloc -Wl,-z,relro -Wl,--hash-style=both
-Wl,-z,defs       \
                   /home/petelado/k/glibc-build/elf/librtld.os
-Wl,--version-script=/home/petelado/k/glibc-build/ld.map          \
                   -Wl,-soname=ld-linux.so.2                     \
                   -Wl,-defsym=_begin=0
readelf -s /home/user/k/glibc-build/elf/ld.so.new \
           | gawk '($7 ~ /^UND(|EF)$/ && $1 != "0:" && $4 !=
"REGISTER") { print; p=1 } END { exit p != 0 }'
      1: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND __GI_memset
      2: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND __GI_memmove
    578: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND __GI_memset
    586: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND __GI_memmove
make[2]: *** [/home/user/k/glibc-build/elf/ld.so] Error 1



--
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
  SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg)
    GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


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