advertising
related pastes to tag 'solaris'
- 1769075 - tme-0.6-solaris-fixes.patch: solaris sun tme sparc sun4 sun4c
-
- diff -r -C 3 tme-0.6.orig/ic/nec765.c tme-0.6/ic/nec765.c
- *** tme-0.6.orig/ic/nec765.c Sun Jan 7 16:31:17 2007
- --- tme-0.6/ic/nec765.c Wed Jan 27 23:11:03 2010
- ***************
- *** 44,49 ****
- --- 44,53 ----
- /* macros: */
- 1674967 - configure.in patch: compile solaris sunstudio libxml2
-
- --- ../configure.in~ Di Okt 6 18:28:58 2009
- +++ ../configure.in Di Nov 17 16:32:34 2009
- @@ -75,7 +75,8 @@
- $(/usr/bin/ld --help 2>&1 | grep -- --version-script >/dev/null) && \
- VERSION_SCRIPT_FLAGS=-Wl,--version-script=
- test "`uname`" == "SunOS" && \
- - VERSION_SCRIPT_FLAGS="-Wl,-M -Wl,"
- + #VERSION_SCRIPT_FLAGS="-Wl,-M -Wl,"
- 1674946 - Symbol referencing errors: compile solaris sunstudio libxml2
-
- /bin/bash ./libtool --tag=CC --mode=link /opt/sunstudio12.1/bin/cc -g -Wl,-M -Wl,../libxml2.syms -version-info 9:6:7 -o libxml2.la -rpath /opt/local/libxml2/lib SAX.lo entities.lo encoding.lo error.lo parserInternals.lo parser.lo tree.lo hash.lo list.lo xmlIO.lo xmlmemory.lo uri.lo valid.lo xlink.lo HTMLparser.lo HTMLtree.lo debugXML.lo xpath.lo xpointer.lo xinclude.lo nanohttp.lo nanoftp.lo DOCBparser.lo catalog.lo globals.lo threads.lo c14n.lo xmlstring.lo xmlregexp.lo xmlschemas.lo xmlschemastypes.lo xmlunicode.lo xmlreader.lo relaxng.lo dict.lo SAX2.lo xmlwriter.lo legacy.lo chvalid.lo pattern.lo xmlsave.lo xmlmodule.lo schematron.lo -lpthread -L/opt/local/zlib//lib -R/opt/local/zlib//lib -lz -lm -lsocket -lnsl libtool: link: /opt/sunstudio12.1/bin/cc -G -h libxml2.so.2 -o .libs/libxml2.so.2.7.6 .libs/SAX.o .libs/entities.o .libs/encoding.o .libs/error.o .libs/parserInternals.o .libs/parser.o .libs/tree.o .libs/hash.o .libs/list.o .libs/xmlIO.o .libs/xmlmemory.o .libs/uri.o .libs/valid.o .libs/xlink.o .libs/HTMLparser.o .libs/HTMLtree.o .libs/debugXML.o .libs/xpath.o .libs/xpointer.o .libs/xinclude.o .libs/nanohttp.o .libs/nanoftp.o .libs/DOCBparser.o .libs/catalog.o .libs/globals.o .libs/threads.o .libs/c14n.o .libs/xmlstring.o .libs/xmlregexp.o .libs/xmlschemas.o .libs/xmlschemastypes.o .libs/xmlunicode.o .libs/xmlreader.o .libs/relaxng.o .libs/dict.o .libs/SAX2.o .libs/xmlwriter.o .libs/legacy.o .libs/chvalid.o .libs/pattern.o .libs/xmlsave.o .libs/xmlmodule.o .libs/schematron.o -R/opt/local/zlib//lib -lpthread -L/opt/local/zlib//lib -lz -lm -lsocket -lnsl -lc -Wl,-M -Wl,../libxml2.syms Undefined first referenced symbol in file $XA1EAAKo5rALU5I.option_attrs .libs/HTMLparser.o (symbol has no version assigned) $XA1EAAK25rALE6K.xmlDictInitialized .libs/dict.o (symbol has no version assigned) $XA1EAAK45rALETL.xmlIsCombining_srng .libs/chvalid.o (symbol has no version assigned) $XA1EAAKo5rALU5I.alt_attr .libs/HTMLparser.o (symbol has no version assigned)
- 1674944 - relaxng.c patch: compile solaris sunstudio libxml2
-
- --- ../relaxng.c-kaputt_:-( Di Nov 17 16:14:40 2009
- +++ ../relaxng.c Di Nov 17 16:15:23 2009
- @@ -5369,7 +5369,7 @@
- } else {
- xmlRngPErr(ctxt, node, XML_RNGP_CHOICE_CONTENT,
- "expecting name, anyName, nsName or choice : got %s\n",
- - (node == NULL ? "nothing" : node->name), NULL);
- + (node == NULL ? BAD_CAST "nothing" : node->name), NULL);
- 1674937 - libxml2 compile error: compile solaris sunstudio libxml2
-
- libtool: compile: /opt/sunstudio12.1/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -I/opt/local/zlib//include -g -c ../relaxng.c -KPIC -DPIC -o .libs/relaxng.o
- "../relaxng.c", line 5372: operands have incompatible types:
- pointer to char ":" pointer to const unsigned char
- "../relaxng.c", line 5372: warning: argument #5 is incompatible with prototype:
- prototype: pointer to const unsigned char : "../relaxng.c", line 510
- argument : pointer to char
- "../relaxng.c", line 9462: warning: argument #3 is incompatible with prototype:
- prototype: pointer to const unsigned char : "../relaxng.c", line 2347
- 1577793 - /opt/local/nagios-3.2.0/method/n: solaris smf nagios solaris10 init-script
-
- #! /bin/sh
- #
- # chkconfig: 345 99 01
- # description: Nagios network monitor
- #
- # File : nagios
- #
- # Author : Jorge Sanchez Aymar (jsanchez@lanchile.cl)
- 1577792 - /opt/local/nagios-3.2.0/method/n: solaris smf nagios solaris10 init-script
-
- #!/bin/sh
- #
- # chkconfig: 345 99 01
- # description: Nagios network monitor
- #
- # File : nagios
- #
- # Author : Jorge Sanchez Aymar (jsanchez@lanchile.cl)
- 1354572 - zpurge 0.2.1: solaris zfs purge
-
- #!/bin/bash
- #
- # purge old zfs snapshots
- # work on Solaris 10, not tested in other environment
- # by Igor Velkov <dober-aeons.lv>
- # v 0.2.1
- # based on snap_zfs by trevor.pretty@sun.com
- 1316885 - weblogic-nodemanager.xml solaris smf bea wls nodemanager
- preview unavailable
- 945243 - tomww solaris liveupgrade
- preview unavailable
- 730945 - truss getent hosts, core dump ldap solaris core getent
- preview unavailable
- 730909 - truss getent hosts ldap solaris truss
- preview unavailable
- 709199 - James C CSK-http SMF issues apache2 solaris smf csk-http
- preview unavailable
- 697380 - metastat winds02 unix metastat solaris
- preview unavailable