From noreply@sourceforge.net Sat Jun 2 03:52:55 2001 From: noreply@sourceforge.net (noreply@sourceforge.net) Date: Fri, 01 Jun 2001 19:52:55 -0700 Subject: [ expat-Patches-429501 ] predefined entities... Message-ID: Patches item #429501, was updated on 2001-06-01 19:52 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=310127&aid=429501&group_id=10127 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: David MacCormack (spoorancher) Assigned to: Nobody/Anonymous (nobody) Summary: predefined entities... Initial Comment: Co-workers and myself have found it useful to be able to disable the expansion of default entities under certain circumstances. For example, in a pipeline such as: app1 | app2 | app3 you only want app3 to actually expand default entities, otherwise you'll get wellformedness (is that a word ?:) errors if you have a character handler installed. A buddy of mine actually hacked the xmltok_impl code and recompiled (which works quite well), but I decided to take a stab at providing a function/runtime means of changing this behavior. The attached patch compiles, runs, and it produces the expected results against my test cases. changes include: * new func decl in expat.h (or expat.h.in I suppose) * a few mods to xmlparse.c Dave ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=310127&aid=429501&group_id=10127 From beebe@math.utah.edu Wed Jun 6 22:09:06 2001 From: beebe@math.utah.edu (Nelson H. F. Beebe) Date: Wed, 6 Jun 2001 15:09:06 -0600 (MDT) Subject: expat-1.95.1: build comments Message-ID: I've made build attempts for expat-1.95.1 on these platforms: Sun SPARC Solaris 2.7 Sun SPARC GNU/Linux 2.2.19-6.2.1 (Red Hat 6.2) SGI Origin 200 IRIX 6.5 Intel Pentium III GNU/Linux 2.2.17-14smp (Red Hat 6.2) Intel Pentium II FreeBSD 4.1.1 IBM SP/2 AIX 4.3.2.0 IBM PowerPC AIX 4.2 HP/Intel IA-64 GNU/Linux 2.2.17-14smp (Red Hat 6.2) [via HP NUE emulator on IA-32] HP 9000/712 HP-UX 10.20 DEC Alpha GNU/Linux 2.2.19-6.2.1 (Red Hat 6.2) Compaq/DEC Alpha OSF/1 4.0F Apple Power Mac 233MHz GNU/Linux 2.2.15pre9 Apple Macintosh PPC G3 Rhapsody 5.6 Apple Macintosh PPC G3 Darwin 1.3.3 They were successful on most, but there are few (likely) easy-to-fix problems: (1) The Makefile should have a check target, even it if just a dummy one: check: @echo This package does not yet have an installation suite There should also be other GNU standard Makefile targets, including all, distclean, mostlyclean, maintainer-clean, and uninstall. See the Makefile standards in emacs help node "(Standards) Standard Targets". Once those are in place, then one can say ./configure && make all check install or ./configure --prefix=/some/other/dir && make all check install everywhere. These recipes already work for almost all GNUware developed in the last five years or so. (2) The private typedef for stack_t in engine.[ch] conflicts with a typedef in system header files on at least IBM AIX 4.x. I had to make source code changes to work around that problem: I just renamed stack_t to Stack_t, but expat should have a more distinctive name for that type. (3) "make distclean" does not reduce the distribution directory to its original state: I find these left over % find . -mtime -1 -type f ./lib/xmlparse.B ./lib/xmltok.B ./lib/xmlrole.B ./config.cache ./Makefile It is imperative to remove config.cache and Makefile, since they are tuned by configure to a specific environment. (4) Compilation on SGI IRIX 6.5 with c89 produces these failures: c89 -DHAVE_CONFIG_H -DPACKAGE=\"expat\" -DVERSION=\"expat_1.95.1\" -I. -I.. -g -Wp,-MD,.deps/xmlparse.pp -c xmlparse.c -DPIC -o .libs/xmlparse.lo cc-1574 c89: ERROR The definition of macro %sq is not valid. cc-1005 c89: ERROR The source file ".deps/xmlparse.pp" is unavailable. 2 catastrophic errors detected in the compilation of ".deps/xmlparse.pp". c89 -DHAVE_CONFIG_H -DPACKAGE=\"expat\" -DVERSION=\"expat_1.95.1\" -I. -I.. -g -Wp,-MD,.deps/xmltok.pp -c xmltok.c -DPIC -o .libs/xmltok.lo cc-1574 c89: ERROR The definition of macro %sq is not valid. cc-1005 c89: ERROR The source file ".deps/xmltok.pp" is unavailable. 2 catastrophic errors detected in the compilation of ".deps/xmltok.pp". c89 -DHAVE_CONFIG_H -DPACKAGE=\"expat\" -DVERSION=\"expat_1.95.1\" -I. -I.. -g -Wp,-MD,.deps/xmlrole.pp -c xmlrole.c -DPIC -o .libs/xmlrole.lo cc-1574 c89: ERROR The definition of macro %sq is not valid. cc-1005 c89: ERROR The source file ".deps/xmlrole.pp" is unavailable. 2 catastrophic errors detected in the compilation of ".deps/xmlrole.pp". I was able to do the build by switching to gcc. ------------------------------------------------------------------------------- - Nelson H. F. Beebe Tel: +1 801 581 5254 - - Center for Scientific Computing FAX: +1 801 585 1640, +1 801 581 4148 - - University of Utah Internet e-mail: beebe@math.utah.edu - - Department of Mathematics, 322 INSCC beebe@acm.org beebe@computer.org - - 155 S 1400 E RM 233 beebe@ieee.org - - Salt Lake City, UT 84112-0090, USA URL: http://www.math.utah.edu/~beebe - ------------------------------------------------------------------------------- From noreply@sourceforge.net Thu Jun 7 06:02:55 2001 From: noreply@sourceforge.net (noreply@sourceforge.net) Date: Wed, 06 Jun 2001 22:02:55 -0700 Subject: [ expat-Bugs-428969 ] Cannot complile using cc Message-ID: Bugs item #428969, was updated on 2001-05-31 04:44 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=428969&group_id=10127 >Category: Build control >Group: Platform Specific Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Greg Stein (gstein) Summary: Cannot complile using cc Initial Comment: Please can someone fix the Makefile as it does not work with the cc compiler. I believe that this problem is not (UNIX) platform specific as I have seen the bug reported in lots of different guises. I have the same problem as everyone else who has reported this fault. I have the same fault cd lib; make /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -DPACKAGE=expat -DVERSION=1.95.0 -I. -I.. -g -c xmlparse.c rm -f .libs/xmlparse.lo cc -DHAVE_CONFIG_H -DPACKAGE=\expat\ -DVERSION=\1.95.0\ -I. -I.. -g -Wp,-MD,.deps/xmlparse.pp -c xmlparse.c -KPIC -DPIC -o xmlparse.o command line: fatal: invalid arg for option M D: No such file or directory cc: acomp failed for xmlparse.c *** Error code 1 make: Fatal error: Command failed for target `xmlparse.lo' Current working directory /tmp/soaplite/expat-1.95.0/lib *** Error code 1 make: Fatal error: Command failed for target `lib' I think this is due to the usage of the -MD option on the cc compile line and the fact that lib/.deps is empty. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=428969&group_id=10127 From noreply@sourceforge.net Thu Jun 7 06:03:15 2001 From: noreply@sourceforge.net (noreply@sourceforge.net) Date: Wed, 06 Jun 2001 22:03:15 -0700 Subject: [ expat-Bugs-419121 ] Build failure on DecUnix with Dec cc Message-ID: Bugs item #419121, was updated on 2001-04-26 06:10 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=419121&group_id=10127 >Category: Build control Group: Platform Specific Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Greg Stein (gstein) Summary: Build failure on DecUnix with Dec cc Initial Comment: When I try to build expat-1.95.1 on decUnix with Dec's C compiler i get the following failure: oc$ make cd lib; make make[1]: Entering directory `/bruger/ht000/work/expat- 1.95.1/lib' /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H - DPACKAGE=expat -DVERSION=expat_1.95.1 -I. -I.. -g -c xmlparse.c mkdir .libs cc -DHAVE_CONFIG_H -DPACKAGE=\expat\ - DVERSION=\expat_1.95.1\ -I. -I.. -g -Wp,- MD,.deps/xmlparse.pp -c xmlparse.c -DPIC - o .libs/xmlparse.lo cc: Severe: No such file or directory ... file is '.deps/xmlparse.pp' make[1]: *** [xmlparse.lo] Error 1 make[1]: Leaving directory `/bruger/ht000/work/expat- 1.95.1/lib' make: *** [lib] Error 2 < The lib/.deps directory is empty! The lib/.libs directory is also empty. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=419121&group_id=10127 From noreply@sourceforge.net Thu Jun 7 06:04:14 2001 From: noreply@sourceforge.net (noreply@sourceforge.net) Date: Wed, 06 Jun 2001 22:04:14 -0700 Subject: [ expat-Bugs-225689 ] expat compile fails in ld on HPUX B.10.20 Message-ID: Bugs item #225689, was updated on 2000-12-13 09:43 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=225689&group_id=10127 Category: Build control >Group: Platform Specific Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Greg Stein (gstein) Summary: expat compile fails in ld on HPUX B.10.20 Initial Comment: I may be missing something here, but I can't figure out what % configure loading cache ./config.cache checking host system type... hppa2.0-hp-hpux10.20 checking build system type... hppa2.0-hp-hpux10.20 checking for ranlib... (cached) ranlib checking for gcc... (cached) gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for ld used by GCC... (cached) /usr/intel/97r1/lib/gcc-lib/hppa1.1-hp-hpux10.20/cygnus-2.7-96q4/ld checking if the linker (/usr/intel/97r1/lib/gcc-lib/hppa1.1-hp-hpux10.20/cygnus-2.7-96q4/ld) is GNU ld... (cached) no checking for BSD-compatible nm... (cached) /usr/ucb/nm -p checking whether ln -s works... (cached) yes loading cache ./config.cache within ltconfig checking for object suffix... o checking for executable suffix... (cached) no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions ... yes checking if gcc static flag -static works... -static checking if the linker (/usr/intel/97r1/lib/gcc-lib/hppa1.1-hp-hpux10.20/cygnus-2.7-96q4/ld) is GNU ld... no checking whether the linker (/usr/intel/97r1/lib/gcc-lib/hppa1.1-hp-hpux10.20/cygnus-2.7-96q4/ld) supports shared libraries... yes checking command to parse /usr/ucb/nm -p output... ok checking how to hardcode library paths into programs... relink checking for /usr/intel/97r1/lib/gcc-lib/hppa1.1-hp-hpux10.20/cygnus-2.7-96q4/ld option to reload object files... -r checking dynamic linker characteristics... hpux10.20 dld.sl checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for objdir... .libs creating libtool loading cache ./config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc -g -O2 ) works... yes checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for a BSD compatible install... (cached) /usr/intel/bin/ginstall -c checking how to run the C preprocessor... (cached) gcc -E checking for ANSI C header files... (cached) yes checking for fcntl.h... (cached) yes checking for unistd.h... (cached) yes checking whether byte ordering is bigendian... (cached) yes checking for working const... (cached) yes checking for off_t... (cached) yes checking for size_t... (cached) yes checking for 8-bit clean memcmp... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) no checking for memmove... (cached) yes checking for bcopy... (cached) yes creating ./config.status creating Makefile creating lib/Makefile creating xmlwf/Makefile creating examples/Makefile creating config.h config.h is unchanged fhc2269[19]% make autoconf Make: Cannot load autoconf. Stop. *** Error exit code 1 Stop. % make install /bin/sh ../libtool --mode=link gcc -version-info 0:1:0 -g -O2 -o libexpat.la -rpath /usr/local/lib xmlparse.lo xmltok.lo xmlrole.lo rm -fr .libs/libexpat.la .libs/libexpat.* .libs/libexpat.* /usr/intel/97r1/lib/gcc-lib/hppa1.1-hp-hpux10.20/cygnus-2.7-96q4/ld -b +h libexpat.sl.0 +b /usr/local/lib -o .libs/libexpat.sl.0.1 xmlparse.lo xmltok.lo xmlrole.lo -lc collect2: unable to open dynamic dependency ' static branch' *** Error exit code 1 Stop. *** Error exit code 1 Stop. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=225689&group_id=10127 From noreply@sourceforge.net Thu Jun 7 06:04:36 2001 From: noreply@sourceforge.net (noreply@sourceforge.net) Date: Wed, 06 Jun 2001 22:04:36 -0700 Subject: [ expat-Bugs-225294 ] Makefile breaks on HP-UX 10.20 make Message-ID: Bugs item #225294, was updated on 2000-12-10 21:20 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=225294&group_id=10127 Category: Build control >Group: Platform Specific Status: Open Resolution: None Priority: 5 Submitted By: Wangden Kelsang (wngdn) >Assigned to: Greg Stein (gstein) Summary: Makefile breaks on HP-UX 10.20 make Initial Comment: The built-in make on HP-UX 10.20 has some problem with the Makefile which leads it to believe that it needs to run autoconf. Gnu make works just fine, so this isn't a huge problem. But, it would be great if you could mention this in the build instructions. Thanks, Wangden ---------------------------------------------------------------------- Comment By: Wangden Kelsang (wngdn) Date: 2000-12-10 21:26 Message: I forgot to mention that this is in reference to version 1.95.1. Wangden ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=225294&group_id=10127 From noreply@sourceforge.net Thu Jun 7 06:07:47 2001 From: noreply@sourceforge.net (noreply@sourceforge.net) Date: Wed, 06 Jun 2001 22:07:47 -0700 Subject: [ expat-Bugs-430942 ] build breakage, various platforms Message-ID: Bugs item #430942, was updated on 2001-06-06 22:07 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=430942&group_id=10127 Category: Build control Group: Platform Specific Status: Open Resolution: None Priority: 5 Submitted By: Greg Stein (gstein) Assigned to: Greg Stein (gstein) Summary: build breakage, various platforms Initial Comment: See the build comments detailed in: http://www.geocrawler.com/lists/3/SourceForge/5875/0/59 07540/ ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=430942&group_id=10127 From gstein@lyra.org Thu Jun 7 06:14:39 2001 From: gstein@lyra.org (Greg Stein) Date: Wed, 6 Jun 2001 22:14:39 -0700 Subject: expat-1.95.1: build comments In-Reply-To: ; from beebe@math.utah.edu on Wed, Jun 06, 2001 at 03:09:06PM -0600 References: Message-ID: <20010606221439.V23560@lyra.org> I've entered a reference to this email into Expat's bug tracker at SourceForge. We should have it fixed in the next release. Thank you very much for the detailed information! Cheers, -g On Wed, Jun 06, 2001 at 03:09:06PM -0600, Nelson H. F. Beebe wrote: > I've made build attempts for expat-1.95.1 on these platforms: > > Sun SPARC Solaris 2.7 > Sun SPARC GNU/Linux 2.2.19-6.2.1 (Red Hat 6.2) > SGI Origin 200 IRIX 6.5 > Intel Pentium III GNU/Linux 2.2.17-14smp (Red Hat 6.2) > Intel Pentium II FreeBSD 4.1.1 > IBM SP/2 AIX 4.3.2.0 > IBM PowerPC AIX 4.2 > HP/Intel IA-64 GNU/Linux 2.2.17-14smp (Red Hat 6.2) [via HP NUE emulator on IA-32] > HP 9000/712 HP-UX 10.20 > DEC Alpha GNU/Linux 2.2.19-6.2.1 (Red Hat 6.2) > Compaq/DEC Alpha OSF/1 4.0F > Apple Power Mac 233MHz GNU/Linux 2.2.15pre9 > Apple Macintosh PPC G3 Rhapsody 5.6 > Apple Macintosh PPC G3 Darwin 1.3.3 > > They were successful on most, but there are few (likely) easy-to-fix > problems: > > (1) The Makefile should have a check target, even it if just a dummy one: > > check: > @echo This package does not yet have an installation suite > > There should also be other GNU standard Makefile targets, > including all, distclean, mostlyclean, maintainer-clean, and > uninstall. See the Makefile standards in emacs help node > "(Standards) Standard Targets". > > Once those are in place, then one can say > > ./configure && make all check install > or > ./configure --prefix=/some/other/dir && make all check install > > everywhere. These recipes already work for almost all GNUware > developed in the last five years or so. > > (2) The private typedef for stack_t in engine.[ch] conflicts with a > typedef in system header files on at least IBM AIX 4.x. I had to > make source code changes to work around that problem: I just > renamed stack_t to Stack_t, but expat should have a more > distinctive name for that type. > > (3) "make distclean" does not reduce the distribution directory to its > original state: I find these left over > > % find . -mtime -1 -type f > ./lib/xmlparse.B > ./lib/xmltok.B > ./lib/xmlrole.B > ./config.cache > ./Makefile > > It is imperative to remove config.cache and Makefile, since they > are tuned by configure to a specific environment. > > (4) Compilation on SGI IRIX 6.5 with c89 produces these failures: > > c89 -DHAVE_CONFIG_H -DPACKAGE=\"expat\" > -DVERSION=\"expat_1.95.1\" -I. -I.. -g > -Wp,-MD,.deps/xmlparse.pp -c xmlparse.c -DPIC -o > .libs/xmlparse.lo > cc-1574 c89: ERROR > The definition of macro %sq is not valid. > cc-1005 c89: ERROR > The source file ".deps/xmlparse.pp" is unavailable. > 2 catastrophic errors detected in the compilation of ".deps/xmlparse.pp". > > c89 -DHAVE_CONFIG_H -DPACKAGE=\"expat\" > -DVERSION=\"expat_1.95.1\" -I. -I.. -g -Wp,-MD,.deps/xmltok.pp > -c xmltok.c -DPIC -o .libs/xmltok.lo > cc-1574 c89: ERROR > The definition of macro %sq is not valid. > cc-1005 c89: ERROR > The source file ".deps/xmltok.pp" is unavailable. > 2 catastrophic errors detected in the compilation of ".deps/xmltok.pp". > > c89 -DHAVE_CONFIG_H -DPACKAGE=\"expat\" > -DVERSION=\"expat_1.95.1\" -I. -I.. -g > -Wp,-MD,.deps/xmlrole.pp -c xmlrole.c -DPIC -o > .libs/xmlrole.lo > cc-1574 c89: ERROR > The definition of macro %sq is not valid. > cc-1005 c89: ERROR > The source file ".deps/xmlrole.pp" is unavailable. > 2 catastrophic errors detected in the compilation of ".deps/xmlrole.pp". > > I was able to do the build by switching to gcc. > > ------------------------------------------------------------------------------- > - Nelson H. F. Beebe Tel: +1 801 581 5254 - > - Center for Scientific Computing FAX: +1 801 585 1640, +1 801 581 4148 - > - University of Utah Internet e-mail: beebe@math.utah.edu - > - Department of Mathematics, 322 INSCC beebe@acm.org beebe@computer.org - > - 155 S 1400 E RM 233 beebe@ieee.org - > - Salt Lake City, UT 84112-0090, USA URL: http://www.math.utah.edu/~beebe - > ------------------------------------------------------------------------------- > > _______________________________________________ > Expat-bugs mailing list > Expat-bugs@lists.sourceforge.net > http://lists.sourceforge.net/lists/listinfo/expat-bugs -- Greg Stein, http://www.lyra.org/ From noreply@sourceforge.net Thu Jun 7 06:05:58 2001 From: noreply@sourceforge.net (noreply@sourceforge.net) Date: Wed, 06 Jun 2001 22:05:58 -0700 Subject: [ expat-Bugs-224390 ] File system filling when running configure on HP-UX 11.00 Message-ID: Bugs item #224390, was updated on 2000-12-04 07:23 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=224390&group_id=10127 Category: Build control >Group: Platform Specific Status: Open Resolution: None Priority: 5 Submitted By: Roger Spotts (rtspotts) >Assigned to: Greg Stein (gstein) Summary: File system filling when running configure on HP-UX 11.00 Initial Comment: When trying to run the configure script on a HP-UX 11.00 system /tmp is being filled with a pxdbXXXXXXX file. The last check it runs is: checking for executable suffix I've increased the amount of available space up to 500Meg+ and the file keeps growing. Any help would be appreciated. ---------------------------------------------------------------------- Comment By: Roger Spotts (rtspotts) Date: 2000-12-26 08:03 Message: I guessing, but from the looks of it ltconfig is what's running at the time of the file system filling. It creates a group of PXDB files, but one is always huge. Here's a list of /tmp after it fills: -rw-rw-rw- 1 root sys 132 Dec 26 09:50 pxdbb05197 -rw-rw-rw- 1 root sys 0 Dec 26 09:50 pxdbc05197 -rw-rw-rw- 1 root sys 0 Dec 26 09:50 pxdbd05197 -rw-rw-rw- 1 root sys 0 Dec 26 09:50 pxdbe05197 -rw-rw-rw- 1 root sys 0 Dec 26 09:50 pxdbf05197 -rw-rw-rw- 1 root sys 532953088 Dec 26 09:51 pxdbg05197 -rw-rw-rw- 1 root sys 0 Dec 26 09:50 pxdbh05197 Here's a tail of the config.log file. If you need more I'll email the whole file. configure:1012: checking if the linker (/usr/bin/ld) is GNU ld configure:1028: checking for BSD-compatible nm configure:1064: checking whether ln -s works ltconfig:581: checking whether we are using GNU C ltconfig:589: cc -E conftest.c ltconfig:603: checking for object suffix ltconfig:604: cc -c -g conftest.c 1>&5 ltconfig:629: checking for executable suffix ltconfig:630: cc -o conftest -g conftest.c 1>&5 /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on a PA 1.x system I am running as root when I run the configure script, unless I change alot of system permissions I can't run it any other way. ---------------------------------------------------------------------- Comment By: Fred L. Drake, Jr. (fdrake) Date: 2000-12-18 21:43 Message: This is *really* strange! Do you know what program configure is running when it creates the pxdb* file? Can you send the config.log file configure generates? Thanks! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2000-12-05 08:17 Message: This is a userid specific thing. I have the same problem (didn't get the reason for now). If i run configure as root, it works! Maybe you've installed a OS Patch that kill's the system. BUT i didn't got it running yet ... ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=224390&group_id=10127 From sam@uchicago.edu Thu Jun 7 13:29:29 2001 From: sam@uchicago.edu (Sam TH) Date: Thu, 7 Jun 2001 07:29:29 -0500 Subject: expat-1.95.1: build comments In-Reply-To: ; from beebe@math.utah.edu on Wed, Jun 06, 2001 at 03:09:06PM -0600 References: Message-ID: <20010607072929.A25499@uchicago.edu> ---------------------- multipart/signed attachment On Wed, Jun 06, 2001 at 03:09:06PM -0600, Nelson H. F. Beebe wrote: > I've made build attempts for expat-1.95.1 on these platforms: > (4) Compilation on SGI IRIX 6.5 with c89 produces these failures: >=20 This is fixed in current CVS. =20 sam th --- sam@uchicago.edu --- http://www.abisource.com/~sam/ OpenPGP Key: CABD33FC --- http://samth.dyndns.org/key DeCSS: http://samth.dyndns.org/decss ---------------------- multipart/signed attachment A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 232 bytes Desc: not available Url : http://mail.libexpat.org/pipermail-21/expat-bugs/attachments/20010607/89ba1932/attachment.bin ---------------------- multipart/signed attachment-- From noreply@sourceforge.net Thu Jun 7 15:57:32 2001 From: noreply@sourceforge.net (noreply@sourceforge.net) Date: Thu, 07 Jun 2001 07:57:32 -0700 Subject: [ expat-Bugs-224566 ] Compile-Problems for HP-UX 11.0 Message-ID: Bugs item #224566, was updated on 2000-12-05 08:54 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=224566&group_id=10127 Category: Build control Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Greg Stein (gstein) Summary: Compile-Problems for HP-UX 11.0 Initial Comment: I try to compile as my normal user -> got huge tempfiles in /tmp. I saw this with other packages too, i think that's no expat problem. I works e.g. as root. My user works wit CC=/opt/ansic/bin/cc too. After installing autoconf and m4 i tryed again with export CC=/opt/ansic/bin/cc and got make autoconf configure.in:69: warning: AC_TRY_RUN called without default to allow cross compiling /opt/autoconf-2.13/bin/autoconf[150]: gawk: not found. running /bin/sh ./configure --prefix=/opt/eate --no-create --no-recursion which kills ./configure :-( (there is a empty file left) So i installed gawk too. (i this really needed ???) I finally got i it running 1.export CC=/opt/ansic/bin/cc 2../configure --prefix=where_you_like 3. DO NOT CALL make 4. cd lib 5. remove -Wp,.... from Makefile 6. make 7. make install I 'm not familar with that autoconf stuff, so i don't know where to remove this -Wp stuff for the configure. There was some error while make, because of removing this -WP,... stuff, but the library seems to work (I use the XMLParser too :-) ) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2001-06-07 07:57 Message: Logged In: NO HP 11.00: I was able to compile after I installed autoconf-2.50 and m4-1.4, but I got the following warnings from the compiler: gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release) uname -a: HP-UX HOSTNAME B.11.00 C 9000/800 2000895455 32-user license gcc -DHAVE_CONFIG_H -DPACKAGE=\expat\ - DVERSION=\expat_1.95.1\ -I. -I.. -g -O2 -Wp,-MD,.deps/xml parse.pp -c xmlparse.c cc1: warning: -g is only supported when using GAS on this processor, cc1: warning: -g option disabled. ---------------------------------------------------------------------- Comment By: Fred L. Drake, Jr. (fdrake) Date: 2001-04-05 12:52 Message: Logged In: YES user_id=3066 The -Wp stuff has been removed, but I'm not sure what the gawk requirement from autoconf is all about. Assigning to Greg since he knows more about that. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2001-03-13 12:23 Message: Logged In: NO The change to the Makefile should be to change all lines that contain: -Wp,MD,.deps(...) To -Wp,M.deps(...) After making this change, I succesfully compiled on HPUX 11.0 ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=224566&group_id=10127 From noreply@sourceforge.net Thu Jun 7 16:55:16 2001 From: noreply@sourceforge.net (noreply@sourceforge.net) Date: Thu, 07 Jun 2001 08:55:16 -0700 Subject: [ expat-Bugs-431122 ] can't compile 1.95.1 on SCO Message-ID: Bugs item #431122, was updated on 2001-06-07 08:55 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=431122&group_id=10127 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: can't compile 1.95.1 on SCO Initial Comment: /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H - DPACKAGE=expat -DVERSION=expat_1.95.1 -I. -I.. -g -c xmlparse.c rm -f .libs/xmlparse.lo cc -DHAVE_CONFIG_H -DPACKAGE=\expat\ - DVERSION=\expat_1.95.1\ -I. -I.. -g -Wp,- MD,.deps/xmlparse.pp -c xmlparse.c -KPIC -DPIC - o .libs/xmlparse.lo UX:acomp: ERROR: Illegal option -- M UX:acomp: ERROR: command line: -D option argument not an identifier *** Error code 1 (bu21) UX:make: ERROR: fatal error. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=431122&group_id=10127 From noreply@sourceforge.net Fri Jun 8 09:20:56 2001 From: noreply@sourceforge.net (noreply@sourceforge.net) Date: Fri, 08 Jun 2001 01:20:56 -0700 Subject: [ expat-Patches-431340 ] Building when srcdir != buildir. Message-ID: Patches item #431340, was updated on 2001-06-08 01:20 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=310127&aid=431340&group_id=10127 Category: Build Control Group: None Status: Open Resolution: None Priority: 5 Submitted By: Mo DeJong (mdejong) Assigned to: Nobody/Anonymous (nobody) Summary: Building when srcdir != buildir. Initial Comment: Here is a quick patch that fixes building expat in a build dir. With it, you can build a debug and non-debug set of binaries from the same source tree. cheers Mo ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=310127&aid=431340&group_id=10127 From noreply@sourceforge.net Fri Jun 8 09:26:28 2001 From: noreply@sourceforge.net (noreply@sourceforge.net) Date: Fri, 08 Jun 2001 01:26:28 -0700 Subject: [ expat-Patches-431342 ] Fix cross compile. Message-ID: Patches item #431342, was updated on 2001-06-08 01:26 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=310127&aid=431342&group_id=10127 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Mo DeJong (mdejong) Assigned to: Nobody/Anonymous (nobody) Summary: Fix cross compile. Initial Comment: Here is a patch to fix cross compiling of expat. The problem is the AC_C_BIGENDIAN macro. Instead of using AC_C_BIGENDIAN, the AC_C_BIGENDIAN_CROSS macro from the autoconf archive should be used. I am going to attach the macro file here. Note that you can also obtain this same file from: http://cryp.to/autoconf-archive/Cross_Compilation/ac_c_bigendian_cross.html Also, I am not claiming this is the perfect way to add .m4 files to aclocal.m4. I tried to make it work like your existing buildconf.sh. Note that the macro file should live in: conftools/ac_c_bigendian_cross.m4 ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=310127&aid=431342&group_id=10127 From noreply@sourceforge.net Mon Jun 11 23:49:46 2001 From: noreply@sourceforge.net (noreply@sourceforge.net) Date: Mon, 11 Jun 2001 15:49:46 -0700 Subject: [ expat-Bugs-221127 ] Unable to build 1.95.1 "Win32 Release" under DevStudio Message-ID: Bugs item #221127, was updated on 2000-11-02 09:09 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=221127&group_id=10127 Category: Build control Group: None Status: Open Resolution: None Priority: 5 Submitted By: Rob Schafer (rschafer) Assigned to: Clark Cooper (coopercc) Summary: Unable to build 1.95.1 "Win32 Release" under DevStudio Initial Comment: Downloaded/extracted expat-1.95.1.tar.gz. I opened the DevStudio workspace and set the active configuration to "expat - Win32 Release". I encountered many compiler errors (too many to list here.) To fix, I made the following mods to the Win32 Release project settings (to bring them in sync with the Debug settings): - "C/C++:Precompiled Headers" Set to "Not using precompiled headers" - Under settings for xmlparse.c, escaped quotes in the VERSION #define (VERSION=\expat_1.95.1\). - Excluded xmltok_impl.c and xmltok_ns.c from the build (under "General:Exclude File From Build"). ---------------------------------------------------------------------- Comment By: Kevin Gilpin (kgilpin) Date: 2001-06-11 15:49 Message: Logged In: YES user_id=44882 I had the same problems, applied the same fixes. Now life is good. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2001-05-10 10:55 Message: Logged In: NO I owe you a lunch for explaining this ---------------------------------------------------------------------- Comment By: Fred L. Drake, Jr. (fdrake) Date: 2000-12-18 21:35 Message: Clark -- do you keep a Windows development system available? Can you handle this? I don't have an authenticated CVS set up under Windows. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=221127&group_id=10127 From noreply@sourceforge.net Sun Jun 10 11:12:59 2001 From: noreply@sourceforge.net (noreply@sourceforge.net) Date: Sun, 10 Jun 2001 03:12:59 -0700 Subject: [ expat-Bugs-221127 ] Unable to build 1.95.1 "Win32 Release" under DevStudio Message-ID: Bugs item #221127, was updated on 2000-11-02 09:09 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=221127&group_id=10127 Category: Build control Group: None Status: Open Resolution: None Priority: 5 Submitted By: Rob Schafer (rschafer) Assigned to: Clark Cooper (coopercc) Summary: Unable to build 1.95.1 "Win32 Release" under DevStudio Initial Comment: Downloaded/extracted expat-1.95.1.tar.gz. I opened the DevStudio workspace and set the active configuration to "expat - Win32 Release". I encountered many compiler errors (too many to list here.) To fix, I made the following mods to the Win32 Release project settings (to bring them in sync with the Debug settings): - "C/C++:Precompiled Headers" Set to "Not using precompiled headers" - Under settings for xmlparse.c, escaped quotes in the VERSION #define (VERSION=\expat_1.95.1\). - Excluded xmltok_impl.c and xmltok_ns.c from the build (under "General:Exclude File From Build"). ---------------------------------------------------------------------- Comment By: Kevin Gilpin (kgilpin) Date: 2001-06-11 15:49 Message: Logged In: YES user_id=44882 I had the same problems, applied the same fixes. Now life is good. ---------------------------------------------------------------------- Comment By: Kevin Gilpin (kgilpin) Date: 2001-06-10 03:12 Message: Logged In: YES user_id=44882 One more thing : I had to modify expat.h to be : void XMLPARSEAPI XML_DefaultCurrent(XML_Parser parser); Had to add the XMLPARSEAPI so that the function would be exported ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2001-05-10 10:55 Message: Logged In: NO I owe you a lunch for explaining this ---------------------------------------------------------------------- Comment By: Fred L. Drake, Jr. (fdrake) Date: 2000-12-18 21:35 Message: Clark -- do you keep a Windows development system available? Can you handle this? I don't have an authenticated CVS set up under Windows. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=221127&group_id=10127 From noreply@sourceforge.net Tue Jun 12 17:25:55 2001 From: noreply@sourceforge.net (noreply@sourceforge.net) Date: Tue, 12 Jun 2001 09:25:55 -0700 Subject: [ expat-Bugs-432456 ] DLL name 'expat.dll' causes problems Message-ID: Bugs item #432456, was updated on 2001-06-12 09:25 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=432456&group_id=10127 Category: None Group: Platform Specific Status: Open Resolution: None Priority: 5 Submitted By: Kevin Gilpin (kgilpin) Assigned to: Nobody/Anonymous (nobody) Summary: DLL name 'expat.dll' causes problems Initial Comment: On Win32, when attempting to build the XML::Parser Perl module with expat, the name 'expat.dll' is used by both projects. This causes problems when running XML::Parser, because only one of the 2 dlls can be loaded. By changing the output target of expat to 'libexpat.dll' (and generating and linking against the corresponding libexpat.lib) I was able to get XML::Parser successfully built and running on Win NT. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=432456&group_id=10127 From aliciaps@qwest.net Tue Jun 12 21:43:15 2001 From: aliciaps@qwest.net (aliciaps@qwest.net) Date: Tue, 12 Jun 2001 20:43:15 Subject: Got INK? Message-ID: GOT INK? Free Bonus Offer for your Injet Printer *ATTENTION ALL COMPUTER USERS* Tired of paying $20, $30 $40 or even $50 for injet cartridges? Tired of your printer running out of ink AGAIN? Tired of running from store to store looking for the right cartridge? Tired of having to wait until morning to get your printer working? Just Tired of being Tired? IT'S NOT YOUR FAULT THERE IS A SOLUTION!!!!! Throwing away the cartridge when you run out of ink is like throwing away your car when you run out of gas! Don't throw cash in the trash!!! *REFILL YOUR INJET CARTRIDGES* It dosent matter what type of inkjet printer you have, our refill kit works on any printer, any brand, any COLOR. With our refill kit you get all the ink & tools you need to refill your inkjet cartridge up to 10 times. Our refill kit is fast, easy & simple to use. Our INKJET REFILL KIT includes: 1 Bottle Of Black Ink 1 Bottle Of Cyan Ink 1 Bottle Of Yellow Ink 1 Bottle of Magenta Ink 1 Accessory Kit 1 Instructional CD-ROM 1 Instructional Manual 1 Access To Our Website For Online Help 1 Access To Our Live 24 Hour Tech Support All this for $29.95 + shipping and handling. Black only kits are available for even less. But wait, there's more! Be one of the next 500 to order and we'll include another bottle of black ink (total of two) absoluteluy FREE Call 1-866-947-0802 and mention the "Summer Ink" Special or reply to this email for more information. Alicia Wiles FillJet eCommerce Group This message is in full compliance with U.S. Federal requirements for commercial email under bill S.1618 Title lll, Section 301, Paragraph (a)(2)(C) passed by the 105th U.S. Congress and cannot be considered SPAM since it includes a remove mechanism. Further transmissions by the sender may be stopped at no cost to you by replying to the email address and place "REMOVE" in the subject line. From noreply@sourceforge.net Wed Jun 13 14:56:40 2001 From: noreply@sourceforge.net (noreply@sourceforge.net) Date: Wed, 13 Jun 2001 06:56:40 -0700 Subject: [ expat-Bugs-432762 ] illegal parameter entity reference Message-ID: Bugs item #432762, was updated on 2001-06-13 06:56 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=432762&group_id=10127 Category: XML::Parser Group: None Status: Open Resolution: None Priority: 5 Submitted By: Martin Harm (mharm) Assigned to: Clark Cooper (coopercc) Summary: illegal parameter entity reference Initial Comment: Hi folks, this is the error msg from the example prog outline when feeded with the following xml-file: ]> Oha -> Parse error at line 4: illegal parameter entity reference Why ?? (I'm using expat.1.95.1 on Linux) ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=432762&group_id=10127 From noreply@sourceforge.net Fri Jun 15 18:23:47 2001 From: noreply@sourceforge.net (noreply@sourceforge.net) Date: Fri, 15 Jun 2001 10:23:47 -0700 Subject: [ expat-Bugs-432762 ] illegal parameter entity reference Message-ID: Bugs item #432762, was updated on 2001-06-13 06:56 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=432762&group_id=10127 Category: XML::Parser Group: None Status: Open Resolution: None Priority: 5 Submitted By: Martin Harm (mharm) Assigned to: Clark Cooper (coopercc) Summary: illegal parameter entity reference Initial Comment: Hi folks, this is the error msg from the example prog outline when feeded with the following xml-file: ]> Oha -> Parse error at line 4: illegal parameter entity reference Why ?? (I'm using expat.1.95.1 on Linux) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2001-06-15 10:23 Message: Logged In: NO expat is right. Your example document isn't wellformed XML. See xml recommendation 2.8: Well-Formedness Constraint: PEs in Internal Subset ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=432762&group_id=10127 From noreply@sourceforge.net Wed Jun 20 03:44:25 2001 From: noreply@sourceforge.net (noreply@sourceforge.net) Date: Tue, 19 Jun 2001 19:44:25 -0700 Subject: [ expat-Bugs-434664 ] utf8_toutf16 infinite loop Message-ID: Bugs item #434664, was updated on 2001-06-19 19:44 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=434664&group_id=10127 Category: XML::Parser Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Clark Cooper (coopercc) Summary: utf8_toutf16 infinite loop Initial Comment: I believe this is a low priority bug since I can't see how it could ever get tickled calling only the interface in expat.h, but I came across it while calling into xmltok directly. If the input buffer contains a BT_LEAD4 character with only space left for one output character, the routine goes into an infinite loop. I fixed it with the following goto --- your tolerance of goto may vary. Michael Isard. [ I am waiting for sourceforge to fix their new account procedure which seems to have been broken for some days --- in the meantime you can mail me directly at michael.isard@compaq.com ] -------- from expat/xmltok/xmltok.c static void utf8_toUtf16(const ENCODING *enc, const char **fromP, const char *fromLim, unsigned short **toP, const unsigned short *toLim) { unsigned short *to = *toP; const char *from = *fromP; while (from != fromLim && to != toLim) { switch (((struct normal_encoding *)enc)->type [(unsigned char)*from]) { case BT_LEAD2: *to++ = ((from[0] & 0x1f) << 6) | (from[1] & 0x3f); from += 2; break; case BT_LEAD3: *to++ = ((from[0] & 0xf) << 12) | ((from[1] & 0x3f) << 6) | (from[2] & 0x3f); from += 3; break; case BT_LEAD4: { unsigned long n; if (to + 1 == toLim) goto after; /* BUGBUG this used to say break; which keeps looping */ n = ((from[0] & 0x7) << 18) | ((from[1] & 0x3f) << 12) | ((from[2] & 0x3f) << 6) | (from[3] & 0x3f); n -= 0x10000; to[0] = (unsigned short)((n >> 10) | 0xD800); to[1] = (unsigned short)((n & 0x3FF) | 0xDC00); to += 2; from += 4; } break; default: *to++ = *from++; break; } } after: /* BUGBUG new jump target added to escape from loop */ *fromP = from; *toP = to; } ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=434664&group_id=10127 From noreply@sourceforge.net Wed Jun 20 03:48:22 2001 From: noreply@sourceforge.net (noreply@sourceforge.net) Date: Tue, 19 Jun 2001 19:48:22 -0700 Subject: [ expat-Bugs-434665 ] memory bug in XML_Parse Message-ID: Bugs item #434665, was updated on 2001-06-19 19:48 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=434665&group_id=10127 Category: XML::Parser Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Clark Cooper (coopercc) Summary: memory bug in XML_Parse Initial Comment: A check should be added to the end of XML_Parse() in xmlparse.c --- the line currently reads memcpy(XML_GetBuffer(parser, len), s, len); but XML_GetBuffer can return 0. Michael Isard. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=434665&group_id=10127 From noreply@sourceforge.net Thu Jun 21 12:46:29 2001 From: noreply@sourceforge.net (noreply@sourceforge.net) Date: Thu, 21 Jun 2001 04:46:29 -0700 Subject: [ expat-Bugs-420516 ] Link Failure under Win32 with MSDEV Message-ID: Bugs item #420516, was updated on 2001-05-01 11:32 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=420516&group_id=10127 Category: XML::Parser Group: Platform Specific Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Clark Cooper (coopercc) Summary: Link Failure under Win32 with MSDEV Initial Comment: XML::Parser (and other projects that link against Expat) fails with link error 2001 "Unresolved external symbol _XML_DefaultCurrent". To fix this problem, edit expat.h so that the function name XML_DefaultCurrent is preceded by the macro XMLPARSEAPI, as it is with the other exported functions. Then recompile and reinstall Expat. ---------------------------------------------------------------------- Comment By: Richard Green (richy) Date: 2001-06-21 04:46 Message: Logged In: YES user_id=13587 Thanks for the hint ! Can we see this included on the cvs tree please ? ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=420516&group_id=10127 From noreply@sourceforge.net Thu Jun 21 17:40:16 2001 From: noreply@sourceforge.net (noreply@sourceforge.net) Date: Thu, 21 Jun 2001 09:40:16 -0700 Subject: [ expat-Bugs-435153 ] core dump on UTF-8 BOM Message-ID: Bugs item #435153, was updated on 2001-06-21 09:40 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=435153&group_id=10127 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: core dump on UTF-8 BOM Initial Comment: A document starting with the UTF-8 BOM (EF BB BF) causes a core dump (e.g. in the sample code xmlwf). This is because initScan in xmltok.c doesn't set nextTokPtr = ptr+3 as it should. Michael Isard. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=435153&group_id=10127 From noreply@sourceforge.net Thu Jun 21 17:47:10 2001 From: noreply@sourceforge.net (noreply@sourceforge.net) Date: Thu, 21 Jun 2001 09:47:10 -0700 Subject: [ expat-Bugs-435153 ] core dump on UTF-8 BOM Message-ID: Bugs item #435153, was updated on 2001-06-21 09:40 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=435153&group_id=10127 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: core dump on UTF-8 BOM Initial Comment: A document starting with the UTF-8 BOM (EF BB BF) causes a core dump (e.g. in the sample code xmlwf). This is because initScan in xmltok.c doesn't set nextTokPtr = ptr+3 as it should. Michael Isard. ---------------------------------------------------------------------- >Comment By: Fred L. Drake, Jr. (fdrake) Date: 2001-06-21 09:47 Message: Logged In: YES user_id=3066 Already fixed in the CVS repository; this fix will be included in the next release. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=435153&group_id=10127 From liang.jian@china-motion.com Fri Jun 22 11:00:20 2001 From: liang.jian@china-motion.com (swimming) Date: Fri, 22 Jun 2001 18:00:20 +0800 Subject: question Message-ID: <001b01c0fb02$25dfbc60$d88aa8c0@hlg> This is a multi-part message in MIME format. ---------------------- multipart/alternative attachment ZGVhciBzaXI6DQogICAgSSBhbSBhIGNoaW5lc2UsIEkgd2FubmEgdXNlIGV4cGF0IFhNTCBwYXJz ZXIgaW4gbXkgcHJvZ3JhbSwgYnV0IEkgZm91bmQgdGhhdCBFeHBhdChSZWxlYXNlIDEuOTUuMSkg ZG9lc24ndCBzdXBwb3J0IGNoaW5lc2UuaG93IGNhbiBJIHNvbHZlIHRoaXMgcHJvYmxlbT8NCiAg ICBJIGhvcGUgeW91IGNhbiBoZWxwIG1lIHRvIHNvbHZlIHRoaXMgcHJvYmxlbS50aGFua3MuDQoN CiAgICAgICAgICAgICAgICAgICAgICAgICAgICBzd2ltbWluZw0K ---------------------- multipart/alternative attachment An HTML attachment was scrubbed... URL: http://mail.libexpat.org/pipermail-21/expat-bugs/attachments/20010622/024e3511/attachment.html ---------------------- multipart/alternative attachment-- From noreply@sourceforge.net Tue Jun 26 10:09:14 2001 From: noreply@sourceforge.net (noreply@sourceforge.net) Date: Tue, 26 Jun 2001 02:09:14 -0700 Subject: [ expat-Bugs-420676 ] illegal compile option on AIX Message-ID: Bugs item #420676, was opened at 2001-05-02 00:58 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=420676&group_id=10127 Category: Build control Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Greg Stein (gstein) Summary: illegal compile option on AIX Initial Comment: I get the following /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H - DPACKAGE=expat -DVERSION=expat_1.95.1 -I. -I.. -g -c xmlparse.c cc -DHAVE_CONFIG_H -DPACKAGE=\expat\ - DVERSION=\expat_1.95.1\ -I. -I.. -g -Wp,- MD,.deps/xmlparse.pp -c xmlparse.c -DPIC -o xmlparse.lo 1506-173 (W) Option MD is not valid. Enter xlc for list of valid options. 1506-297 (S) Unable to open input file xmlparse.lo. No such file or directory. "xmlparse.lo", line 1.1: 1506-356 (W) Compilation unit is empty. make: 1254-004 The error code from the last command is 1. running make install on aix for expat 1.95.1. I have no idea what -MD is or how to repair this. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2001-06-26 02:09 Message: Logged In: NO J'ai aussi execatement le même problème sur AIX 4.3.3 et celà me pénalise pour installer XML::Parser de Perl ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=420676&group_id=10127 From noreply@sourceforge.net Tue Jun 26 13:16:40 2001 From: noreply@sourceforge.net (noreply@sourceforge.net) Date: Tue, 26 Jun 2001 05:16:40 -0700 Subject: [ expat-Bugs-420676 ] illegal compile option on AIX Message-ID: Bugs item #420676, was opened at 2001-05-02 00:58 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=420676&group_id=10127 Category: Build control Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Greg Stein (gstein) Summary: illegal compile option on AIX Initial Comment: I get the following /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H - DPACKAGE=expat -DVERSION=expat_1.95.1 -I. -I.. -g -c xmlparse.c cc -DHAVE_CONFIG_H -DPACKAGE=\expat\ - DVERSION=\expat_1.95.1\ -I. -I.. -g -Wp,- MD,.deps/xmlparse.pp -c xmlparse.c -DPIC -o xmlparse.lo 1506-173 (W) Option MD is not valid. Enter xlc for list of valid options. 1506-297 (S) Unable to open input file xmlparse.lo. No such file or directory. "xmlparse.lo", line 1.1: 1506-356 (W) Compilation unit is empty. make: 1254-004 The error code from the last command is 1. running make install on aix for expat 1.95.1. I have no idea what -MD is or how to repair this. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2001-06-26 05:16 Message: Logged In: NO suite au même probléme, des compléments d'information: make donne up-to-date => pas de .o pourquoi?? ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2001-06-26 02:09 Message: Logged In: NO J'ai aussi execatement le même problème sur AIX 4.3.3 et celà me pénalise pour installer XML::Parser de Perl ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=420676&group_id=10127 From noreply@sourceforge.net Wed Jun 27 11:55:32 2001 From: noreply@sourceforge.net (noreply@sourceforge.net) Date: Wed, 27 Jun 2001 03:55:32 -0700 Subject: [ expat-Bugs-436688 ] make install fails under cygwin Message-ID: Bugs item #436688, was opened at 2001-06-27 03:55 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=436688&group_id=10127 Category: Build control Group: Platform Specific Status: Open Resolution: None Priority: 5 Submitted By: Ricardo Gladwell (axonrg) Assigned to: Greg Stein (gstein) Summary: make install fails under cygwin Initial Comment: Configuration and compilation for expat 1.95.1 and expat 1.95.0 seems to work fine under cygwin. However, after executing: > ./configure > make Running 'make install' fails when it attempts to archive the libexpat.a file using ranlib. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110127&aid=436688&group_id=10127