1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 24# Use is subject to license terms. 25# 26 27@ _START_ 28 29# Message file for cmd/sgs/rtld (ld.so.1) 30 31@ MSG_ID_RTLD 32 33# Usage error 34@ MSG_USG_BADOPT "usage: ld.so.1 [-e option,...] \ 35 dynamic-object [object args,...]" 36 37# Message formatting error. 38@ MSG_EMG_BUFOVRFLW "ld.so.1: internal: message buffer overflow" 39 40# Argument processing errors 41 42@ MSG_ARG_ILLMODE_1 "illegal mode: RTLD_NOW or RTLD_LAZY or RTLD_NOLOAD \ 43 required" 44@ MSG_ARG_ILLMODE_2 "illegal mode: RTLD_NOW cannot be combined with \ 45 RTLD_LAZY" 46@ MSG_ARG_ILLMODE_3 "illegal mode: LM_ID_NEWLM requires non-zero path" 47@ MSG_ARG_ILLMODE_4 "illegal mode: LM_ID_NEWLM cannot be combined with \ 48 RTLD_PARENT" 49@ MSG_ARG_ILLMODE_5 "illegal mode: potential multiple path expansion \ 50 requires RTLD_FIRST" 51 52@ MSG_ARG_ILLPATH "illegal pathname" 53@ MSG_ARG_ILLSYM "illegal symbol name" 54@ MSG_ARG_INVADDR "address 0x%llx does not fall within any mapped object" 55@ MSG_ARG_INVHNDL "invalid handle" 56@ MSG_ARG_ILLVAL "illegal request value" 57@ MSG_ARG_NOCONFIG "no configuration file in use" 58@ MSG_ARG_NOPROFNAME "no profile target specified" 59@ MSG_ARG_ATEXIT "purge of atexit() registrations failed: %d" 60@ MSG_ARG_SERCNT "information path count (%d) insufficient" 61@ MSG_ARG_SERSIZE "information buffer size (%lld) insufficient" 62@ MSG_ARG_ILLFLAGS "illegal flags value: %d" 63@ MSG_ARG_ILLINFO "non-null info field required for flags value: %d" 64@ MSG_ARG_INVSIG "invalid signal supplied: %d" 65 66 67# General error diagnostics 68 69@ MSG_GEN_NOOPEN "DF_1_NOOPEN tagged object may not be dlopen()'ed" 70 71@ MSG_GEN_NOFILE "%s: can't find file" 72@ MSG_GEN_ALTER "%s: alternate file in use" 73@ MSG_GEN_CORTRUNC "%s: corrupt or truncated file" 74@ MSG_GEN_NOSYM "%s: can't find symbol" 75@ MSG_GEN_BADTYPE "%s: bad ELF type: %s" 76@ MSG_GEN_INVPRGHDR "%s: invalid ELF program header, segments out of order" 77@ MSG_GEN_NOLOADSEG "%s: no loadable ELF segments found" 78@ MSG_GEN_MAPINUSE "%s: required mapping 0x%llx size 0x%llx, \ 79 is already in use by file %s" 80@ MSG_GEN_NODUMP "%s: DF_1_NODUMP tagged object may not be dldump()'ed" 81@ MSG_GEN_AUDITERM "%s: auditing terminated search" 82@ MSG_GEN_BADHWCAP_1 "hardware capability unsupported: %s" 83 84 85# Move related messages 86 87@ MSG_MOVE_ERR1 "move entry with illegal size; ignored" 88 89 90# Relocation processing messages (some of these are required to satisfy 91# do_reloc(), which is common code used by cmd/sgs/libld - make sure both 92# message files remain consistent). 93 94@ MSG_REL_NOSYM "relocation error: file %s: symbol %s: \ 95 referenced symbol not found" 96@ MSG_REL_PLTREF "relocation error: %s: unidentifiable procedure \ 97 reference: link-map 0x%llx, offset 0x%llx, \ 98 called from 0x%llx" 99@ MSG_REL_UNSUPSZ "relocation error: %s: file %s: symbol %s: \ 100 offset size (%d bytes) is not supported" 101@ MSG_REL_BADTLS "relocation error: %s: file %s: symbol %s: \ 102 file contains insufficient TLS support information" 103 104# System call messages. 105 106@ MSG_SYS_BRK "%s: brk failed: %s" 107@ MSG_SYS_OPEN "%s: open failed: %s" 108@ MSG_SYS_MMAP "%s: mmap failed: %s" 109@ MSG_SYS_MMAPANON "%s: mmap anon failed: %s" 110@ MSG_SYS_MPROT "%s: mprotect failed: %s" 111@ MSG_SYS_PROC "%s: /proc error: %s" 112 113@ MSG_SEC_OPEN "%s: open failed: No such file in secure directories" 114@ MSG_SEC_ILLEGAL "%s: open failed: illegal insecure pathname" 115 116 117# Configuration failures 118 119@ MSG_CONF_APP "configuration file: %s: is specific to application: %s" 120@ MSG_CONF_DSTAT "configuration file: %s: original directory %s: stat \ 121 failed: %s" 122@ MSG_CONF_FSTAT "configuration file: %s: original file %s: stat \ 123 failed: %s" 124@ MSG_CONF_FCMP "configuration file: %s: original file %s: modified \ 125 since configuration file creation" 126 127# Link Audit diagnostic message formats 128 129@ MSG_AUD_BADVERS "version mismatch: current %d: required %d" 130@ MSG_AUD_DISABLED "%s: audit initialization failure: disabled" 131 132 133# Versioning diagnostics. 134 135@ MSG_VER_NFOUND "%s: version `%s' not found (required by file %s)" 136 137 138# Diagnostics generated under the control of ldd(1). 139 140@ MSG_LDD_VER_FIND " find version=%s\n" 141@ MSG_LDD_VER_NFOUND "\t%s (%s) =>\t (version not found)\n" 142 143@ MSG_LDD_SYM_NFOUND "\tsymbol not found: %s\t\t(%s)\n" 144 145@ MSG_LDD_PTH_TRYING " trying path=%s%s\n" 146@ MSG_LDD_PTH_LIBPATH " search path=%s (LD_LIBRARY_PATH)\n" 147@ MSG_LDD_PTH_LIBPATHC " search path=%s (configuration \ 148 LD_LIBRARY_PATH - %s)\n" 149@ MSG_LDD_PTH_RUNPATH " search path=%s (RUNPATH/RPATH from file %s)\n" 150@ MSG_LDD_PTH_BGNDFL " search path=" 151@ MSG_LDD_PTH_ENDDFL " (default)\n" 152@ MSG_LDD_PTH_ENDDFLC " (configuration default - %s)\n" 153@ MSG_LDD_PTH_IGNORE " ignore path=%s (insecure directory name)\n" 154 155@ MSG_LDD_FIL_FILTER "\n object=%s; filter for %s\n" 156@ MSG_LDD_FIL_FIND "\n find object=%s; required by %s\n" 157@ MSG_LDD_FIL_NFOUND "\t%s =>\t (file not found)\n" 158@ MSG_LDD_FIL_ILLEGAL "\t%s =>\t (illegal insecure pathname)\n" 159@ MSG_LDD_FIL_ALTER " (alternate)" 160 161@ MSG_LDD_HWCAP_NFOUND "\t%s =>\t (no hardware capability objects found)\n" 162 163@ MSG_LDD_SEC_NFOUND "\t%s =>\t (file not found in secure directories)\n" 164 165@ MSG_LDD_REL_ERR1 "\trelocation %s offset invalid: %s: offset=0x%llx \ 166 lies outside memory image; relocation discarded\n" 167@ MSG_LDD_REL_ERR2 "\tloading after relocation has started: interposition \ 168 request (DF_1_INTERPOSE) ignored: %s\n" 169@ MSG_LDD_CPY_SIZDIF "\trelocation %s sizes differ: %s\n\ 170 \t\t(file %s size=0x%llx; file %s size=0x%llx)\n" 171@ MSG_LDD_CPY_INSDATA "\t\t%s size used; possible insufficient data copied\n" 172@ MSG_LDD_CPY_DATRUNC "\t\t%s size used; possible data truncation\n" 173@ MSG_LDD_CPY_PROT "\trelocation %s symbol: %s: file %s: relocation bound \ 174 to a symbol with STV_PROTECTED visibility\n" 175 176@ MSG_LDD_INIT_FMT_01 "\n cyclic dependencies detected, group [%d]:\n" 177@ MSG_LDD_INIT_FMT_02 " init object=%s\n" 178@ MSG_LDD_INIT_FMT_03 " init object=%s - cyclic group [%d], referenced \ 179 by:\n" 180 181@ MSG_LDD_UNUSED_FMT " unused object=%s\n" 182@ MSG_LDD_UNCYC_FMT " unused object=%s; member of cyclic group [%d]\n" 183@ MSG_LDD_UNREF_FMT " unreferenced object=%s; unused dependency of %s\n" 184 185@ MSG_LDD_REL_CPYDISP "\tsymbol %s: file %s: copy relocation symbol may \ 186 have been displacement relocated\n" 187 188@ MSG_LDD_REJ_MACH " - wrong ELF machine type: %s" 189@ MSG_LDD_REJ_CLASS " - wrong ELF class: %s" 190@ MSG_LDD_REJ_DATA " - wrong ELF data format: %s" 191@ MSG_LDD_REJ_TYPE " - bad ELF type: %s" 192@ MSG_LDD_REJ_BADFLAG " - bad ELF flags value: %s" 193@ MSG_LDD_REJ_MISFLAG " - mismatched ELF flags value: %s" 194@ MSG_LDD_REJ_VERSION " - mismatched ELF/lib version: %s" 195@ MSG_LDD_REJ_HAL " - HAL R1 extensions required" 196@ MSG_LDD_REJ_US3 " - Sun UltraSPARC III extensions required" 197@ MSG_LDD_REJ_STR " - %s" 198@ MSG_LDD_REJ_UNKFILE " - unknown file type" 199@ MSG_LDD_REJ_HWCAP_1 " - hardware capability unsupported: %s" 200@ MSG_LDD_REJ_SFCAP_1 " - software capability unsupported: %s" 201 202@ MSG_LDD_GEN_HWCAP_1 "%s: warning: hardware capability unsupported: %s\n" 203@ MSG_LDD_GEN_SFCAP_1 "%s: warning: hardware capability unsupported: %s\n" 204 205# Error rejection messages. 206 207@ MSG_ERR_REJ_MACH "%s: wrong ELF machine type: %s" 208@ MSG_ERR_REJ_CLASS "%s: wrong ELF class: %s" 209@ MSG_ERR_REJ_DATA "%s: wrong ELF data format: %s" 210@ MSG_ERR_REJ_TYPE "%s: bad ELF type: %s" 211@ MSG_ERR_REJ_BADFLAG "%s: bad ELF flags value: %s" 212@ MSG_ERR_REJ_MISFLAG "%s: mismatched ELF flags value: %s" 213@ MSG_ERR_REJ_VERSION "%s: mismatched ELF/lib version: %s" 214@ MSG_ERR_REJ_HAL "%s: HAL R1 extensions required" 215@ MSG_ERR_REJ_US3 "%s: Sun UltraSPARC III extensions required" 216@ MSG_ERR_REJ_STR "%s: %s" 217@ MSG_ERR_REJ_UNKFILE "%s: unknown file type" 218@ MSG_ERR_REJ_HWCAP_1 "%s: hardware capability unsupported: %s" 219@ MSG_ERR_REJ_SFCAP_1 "%s: software capability unsupported: %s" 220 221# Error TLS failures 222 223@ MSG_TLS_NOSUPPORT "%s: TLS requirement failure : TLS support is \ 224 unavailable" 225@ MSG_TLS_STATBASE "%s: static TLS failure: object is not part of primary \ 226 link-map list" 227@ MSG_TLS_STATSIZE "%s: static TLS failure: object loaded after process \ 228 initialization: size (%#llx) exceeds available backup \ 229 reservation (%#llx)" 230@ MSG_TLS_STATINIT "%s: static TLS failure: object loaded after process \ 231 initialization: can not accommodate initialized data" 232 233# Error expand() 234 235@ MSG_ERR_EXPAND1 "%s: %s: path name too long" 236@ MSG_ERR_EXPAND2 "%s: %s: token %s could not be expanded" 237 238# Error diagnostic standard prefixes. 239 240@ MSG_ERR_WARNING "warning: " 241@ MSG_ERR_FATAL "fatal: " 242@ MSG_ERR_ELF "elf error: " 243 244@ MSG_STR_UNKNOWN "(unknown)" 245@ MSG_STR_NULL "(null)" 246 247# Unused errors - used by ldd. 248 249@ MSG_USD_LDLIBPATH " unused search path=%s (LD_LIBRARY_PATH)\n" 250@ MSG_DUP_LDLIBPATH " unused (duplicate) search path=%s \ 251 (LD_LIBRARY_PATH)\n" 252@ MSG_USD_LDLIBPATHC " unused search path=%s (configuration \ 253 LD_LIBRARY_PATH - %s)\n" 254@ MSG_DUP_LDLIBPATHC " unused (duplicate) search path=%s (configuration \ 255 LD_LIBRARY_PATH - %s)\n" 256@ MSG_USD_RUNPATH " unused search path=%s (RUNPATH/RPATH from \ 257 file %s)\n" 258 259@ _END_ 260 261@ MSG_LDD_FIL_PATH "\t%s%s%s\n" 262@ MSG_LDD_FIL_EQUIV "\t%s =>\t %s%s%s\n" 263@ MSG_LDD_FMT_PATH1 "%s" 264@ MSG_LDD_FMT_PATHN ":%s" 265@ MSG_LDD_INIT_FMT_FILE "\t%s\n" 266@ MSG_LDD_VER_FOUND "\t%s (%s) =>\t %s\n" 267 268 269 270# The following strings represent reserved words, files, pathnames and symbols. 271# Reference to this strings is via the MSG_ORIG() macro, and thus no message 272# translation is required. 273 274@ MSG_STR_EMPTY "" 275@ MSG_STR_NEGATE "-" 276@ MSG_STR_ZERO "0" 277@ MSG_STR_HEX "0x" 278@ MSG_STR_ELF "ELF" 279@ MSG_STR_EMSGFOR1 "%s: %s: %s" 280@ MSG_STR_EMSGFOR2 "%s: %s" 281@ MSG_STR_HEXNUM "0123456789abcdef" 282@ MSG_STR_NL "\n" 283@ MSG_STR_SLASH "/" 284@ MSG_STR_DELIMIT ": " 285 286@ MSG_SUNW_OST_SGS "SUNW_OST_SGS" 287@ MSG_SUNW_OST_OSLIB "SUNW_OST_OSLIB" 288 289@ MSG_TKN_PLATFORM "PLATFORM" 290@ MSG_TKN_ORIGIN "ORIGIN" 291@ MSG_TKN_ISALIST "ISALIST" 292@ MSG_TKN_OSNAME "OSNAME" 293@ MSG_TKN_OSREL "OSREL" 294@ MSG_TKN_HWCAP "HWCAP" 295@ MSG_TKN_BINDINGS "bindings" 296@ MSG_TKN_POSIX "POSIX" 297@ MSG_TKN_DOTDOT ".." 298 299@ MSG_FMT_PATH "%s/%s" 300@ MSG_FMT_CWD "." 301@ MSG_FMT_PARENT "/.." 302@ MSG_FMT_PROC "/proc/%d" 303@ MSG_FMT_MSGFILE "/usr/lib/locale/%s/LC_MESSAGES/%s.mo" 304 305@ MSG_FIL_RTLD "ld.so.1" 306@ MSG_FIL_LIBC "libc.so.1" 307 308@ MSG_SYM_ELFERRMSG "elf_errmsg" 309@ MSG_SYM_ELFERRNO "elf_errno" 310@ MSG_SYM_ELFPLTTRACE "elf_plt_trace" 311@ MSG_SYM_ENVIRON "_environ" 312 313@ MSG_SYM_LAPREINIT "la_preinit" 314@ MSG_SYM_LAVERSION "la_version" 315@ MSG_SYM_LAACTIVITY "la_activity" 316@ MSG_SYM_LAOBJSEARCH "la_objsearch" 317@ MSG_SYM_LAOBJOPEN "la_objopen" 318@ MSG_SYM_LAOBJFILTER "la_objfilter" 319@ MSG_SYM_LAOBJCLOSE "la_objclose" 320@ MSG_SYM_LADYNDATA "la_dyndata" 321 322@ MSG_SYM_START "_START_" 323 324@ MSG_SPECFIL_DYNPLT "dyn_plt(ld.so.1)" 325 326@ MSG_PTH_LDPROF "/usr/lib/link_audit/ldprof.so.1" 327@ MSG_PTH_LDPROFSE "/usr/lib/secure/ldprof.so.1" 328@ MSG_PTH_LIBSYS "/usr/lib/libsys.so.1" 329@ MSG_PTH_RTLD "/usr/lib/ld.so.1" 330@ MSG_PTH_LIB "/lib" 331@ MSG_PTH_USRLIB "/usr/lib" 332@ MSG_PTH_LIBSE "/lib/secure" 333@ MSG_PTH_USRLIBSE "/usr/lib/secure" 334@ MSG_PTH_DEVNULL "/dev/null" 335@ MSG_PTH_DEVZERO "/dev/zero" 336@ MSG_PTH_CONFIG "/var/ld/ld.config" 337@ MSG_PTH_VARTMP "/var/tmp" 338 339@ MSG_ORG_CONFIG "$ORIGIN/ld.config.%s" 340 341@ MSG_LD_AUDIT "AUDIT" 342@ MSG_LD_AUDIT_ARGS "AUDIT_ARGS" 343@ MSG_LD_BIND_LAZY "BIND_LAZY" 344@ MSG_LD_BIND_NOW "BIND_NOW" 345@ MSG_LD_BIND_NOT "BIND_NOT" 346@ MSG_LD_BINDINGS "BINDINGS" 347@ MSG_LD_BREADTH "BREADTH" 348@ MSG_LD_CONCURRENCY "CONCURRENCY" 349@ MSG_LD_CONFGEN "CONFGEN" 350@ MSG_LD_CONFIG "CONFIG" 351@ MSG_LD_DEBUG "DEBUG" 352@ MSG_LD_DEBUG_OUTPUT "DEBUG_OUTPUT" 353@ MSG_LD_DEMANGLE "DEMANGLE" 354@ MSG_LD_FLAGS "FLAGS" 355@ MSG_LD_INIT "INIT" 356@ MSG_LD_LIBPATH "LIBRARY_PATH" 357@ MSG_LD_LOADAVAIL "LOADAVAIL" 358@ MSG_LD_LOADFLTR "LOADFLTR" 359@ MSG_LD_NOAUDIT "NOAUDIT" 360@ MSG_LD_NOAUXFLTR "NOAUXFLTR" 361@ MSG_LD_NOBAPLT "NOBAPLT" 362@ MSG_LD_NOCONFIG "NOCONFIG" 363@ MSG_LD_NODIRCONFIG "NODIRCONFIG" 364@ MSG_LD_NODIRECT "NODIRECT" 365@ MSG_LD_NOENVCONFIG "NOENVCONFIG" 366@ MSG_LD_NOFLTCONFIG "NOFLTCONFIG" 367@ MSG_LD_NOLAZY "NOLAZYLOAD" 368@ MSG_LD_NOOBJALTER "NOOBJALTER" 369@ MSG_LD_NOPAREXT "NOPAREXT" 370@ MSG_LD_NOUNRESWEAK "NOUNRESWEAK" 371@ MSG_LD_NOVERSION "NOVERSION" 372@ MSG_LD_ORIGIN "ORIGIN" 373@ MSG_LD_PRELOAD "PRELOAD" 374@ MSG_LD_PROFILE "PROFILE" 375@ MSG_LD_PROFILE_OUTPUT "PROFILE_OUTPUT" 376@ MSG_LD_SIGNAL "SIGNAL" 377@ MSG_LD_TRACE_OBJS "TRACE_LOADED_OBJECTS" 378@ MSG_LD_TRACE_OBJS_E "TRACE_LOADED_OBJECTS_E" 379@ MSG_LD_TRACE_OBJS_A "TRACE_LOADED_OBJECTS_A" 380@ MSG_LD_TRACE_PTHS "TRACE_SEARCH_PATHS" 381@ MSG_LD_UNREF "UNREF" 382@ MSG_LD_UNUSED "UNUSED" 383@ MSG_LD_VERBOSE "VERBOSE" 384@ MSG_LD_WARN "WARN" 385 386@ MSG_LD_BRAND_PREFIX "BRAND_" 387 388@ MSG_LD_FIX_1 "_FIX_1_" 389 390@ MSG_LC_ALL "ALL=" 391@ MSG_LC_MESSAGES "MESSAGES=" 392 393@ MSG_EMG_ENOMEM "internal: Not enough space" 394 395@ MSG_DBG_PID "%5.5d: " 396@ MSG_DBG_UNDEF "debug: " 397@ MSG_DBG_LMID "%s: " 398@ MSG_DBG_THREAD "%d: " 399@ MSG_DBG_FILE "%s.%5.5d" 400 401@ MSG_LMID_BASE "BASE" 402@ MSG_LMID_LDSO "LDSO" 403@ MSG_LMID_ALT "ALT" 404 405@ MSG_LMID_FMT "%s%d" 406@ MSG_LMID_MAXED "ALTMAXEDOUT" 407 408@ MSG_AUD_PLTENTER "la_pltenter" 409@ MSG_AUD_SYMBIND "la_symbind" 410