Brian Lu wrote:
> Hi, experts,
> 
> Our RE got the following build error when I built pango(1.24.1) on 
> snv_116 sparc(/usr/ccs/bin/ld version is 5.11-1.1673), I didn't see this 
> problem on snv_114(ld version is 5.11-1.1666) and snv_116 x86.
> ....
> *pkgbuild: ld: elf error: file viewer-pangox.o: elf_strptr: Request 
> error: no string table*

Is this reproducable?

This is typically a sign that someone else is building/updating
the relocatable object (viewer-pangox.o) at the same time ld(1)
is trying to read it.  ie. a parallel build issue?

Or perhaps viewer-pangox.o was building and interrupted in a
previous build and the inconsistent file that remains doesn't
trigger a new re-build.  Have you tried deleting the file?

-- 
Rod

Reply via email to