Hi,

I deleted some files from ${ROOT} directory since I have a problem with
libc linking ... btw, is it known issue?


Undefined                       first referenced
 symbol                             in file
_localtime_r
/export/on/hg/onnv-gate/proto/root_i386/lib/libc_i18n.a(strptime.o)
_fconvert
/export/on/hg/onnv-gate/proto/root_i386/lib/libc_i18n.a(__strfmon_std.o)
_strtok_r
/export/on/hg/onnv-gate/proto/root_i386/lib/libc_i18n.a(strptime.o)
ld: fatal: Symbol referencing errors. No output written to libc.so.1
*** Error code 1
dmake: Warning: Target `libc.so.1' not remade because of errors
Current working directory /export/on/hg/onnv-gate/usr/src/lib/libc/i386



How can I recreate that files?
# echo ${VERSION}
ON-20080612_6857-d

(x86, hg revision 6857)



# dmake install
dmake: defaulting to parallel mode.
See the man page dmake(1) for more information on setting up the
.dmakerc file.
Warning: closed binaries not properly unpacked.
Missing libc_i18n.a
*** Error code 1
The following command caused the error:
if [ ! -f /export/on/hg/onnv-gate/proto/root_i386/lib/libc_i18n.a -o \
    ! -f /export/on/hg/onnv-gate/proto/root_i386/lib/amd64/libc_i18n.a
]; then \
        if [ "$CLOSED_IS_PRESENT" = no ]; then \
                echo "Warning: closed binaries not" \
                    "properly unpacked." >&2;\
                echo "Missing libc_i18n.a" >&2; \
                exit 1; \
        else \
                echo "Warning: libc_i18n.a must be built" \
                    "before libc can be built." >&2; \
                exit 1; \
        fi \
fi
dmake: Fatal error: Command failed for target `check_i18n'
Current working directory /export/on/hg/onnv-gate/usr/src/lib/libc


-- 
Regards,
Piotr Jasiukajtis | estibi | SCA OS0072
http://estseg.blogspot.com

Reply via email to