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