Tryag File Manager
Home
-
Turbo Force
Current Path :
/
usr
/
share
/
locale
/
C
/
LC_MESSAGES
/
Upload File :
New :
File
Dir
//usr/share/locale/C/LC_MESSAGES/probe
msgcc 2003-04-11 ©CC O%"& 4Fƒ.‚J~"X 5 ƒlvV|3† ƒ7‚h Boju%s probe information for %s language processor %s must be manually regenerated %s: %s clashes with %s %s: cannot create directory %s: cannot create override directory %s: cannot delete %s: cannot read %s: cannot rename to %s %s: cannot write %s: command exec error %s: command exit code %d %s: command io error %s: copy error %s: effective uid mismatch %s: information already generated %s: not found %s: override already generated %s: probe information already private %s: processor not found %s: recursive probe cannot generate probe key out of space probing %s language processor %s for %s information probe - generate/install/display language processor probe information %s: invalid probe path probe information is kept in a file with a pathname based on a hash of language, tool, and processor. The information is generated by a sh(1) script (probe script) specific to each language-processor pair. Any options that change the semantics of the language handled by processor should be included in the processor operand. e.g., if cc -++ processes C++ files, then processor should be cc -++, not cc. probe generation may take a few minutes on some systems or for some processors. Information is shared between users as much as possible. If the --key option produces a path under your $HOME directory then the probe installation does not support sharing and each user will have private copies of the generated information. Sometimes it is necessary to maintain private probe information for some processors or tools. See --override for details. attributes List probe attribute definitions. delete Delete the current information. Information can only be deleted by the generating user. generate Generate the probe information if it is out of date. Only probe information files with write mode disabled can be regenerated. key List the probe key path name on the standard output. list List the probe information on the standard output. An error occurs if the information has not been generated, unless --generate is also specified. override Make a writable copy of the probe information file in the directory bindir/../lib/probe/lang/tool and list the generated file pathname on the standard output. If --key is also specified then the override path is listed but not created. When probe-based commands are run with bindir in $PATH before the bin directory of the standard probe information the override information will be used. Note that since the override file is user writable automatic regeneration is disabled. bindir silent By default a message is printed on the standard error when probe generation starts; --silent disables this message. test Start probe generation but do not save the results. Used for debugging probe scripts. verify Each probe information file contains a comment (in the tool syntax) that can be used to verify the contents. This option does that verification. debug Start probe generation, do not save the results, and write the probe script trace (see sh(1) -x) to the standard error. language tool processor cpp(1), nmake(1), pathkey(3), pathprobe(3) probe generates, installs and displays on the standard output probe information for the language programming language with respect to the tool command as implemented by the processor command. The probe information is in the tool command syntax. In general the commands that rely on probe information (re)generate the information when it is out of date (see --generate), so direct control is not usually necessary. However, not all changes to processor that would affect the probe information are detected by this mechanism; such changes require manual intervention (see --delete and --override.) A probe information file (see --key) with write mode enabled signifies that manual changes have been made and disables automatic regeneration (see --generate.) For some language/tool combinations, the file lib/probe/language/tool/probe.lcl, if it exists in the same directory as the probe script, is sourced (via the . sh(1) command) before the probe variables are emitted. The emitted values may be modified by assigning appropriate sh variables (non-identifier name characters converted to _.) Additional non-standard values may be written directly to the standard output. For all language/tool combinations, the file lib/probe/language/tool/probe.ini, if it exists in the same directory as the probe script, is sourced (via the . sh(1) command) before the probe script proper. probe.ini may completely override the probe script by exiting (presumably after printing its own values on the standard output.) FILES tool specific information directory for language processors. Per-user directory when probe is installed non-set-uid or the probe directory is on a readonly filesystem. To allow probe information to be generated and shared among all users the executable lib/probe/probe must be set-uid to the owner of the lib/probe directory hierarchy and the probe directory filesystem must be mounted read-write. Automatic language processor probing is mostly black magic, but then so are most language processor implementations.