Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#1254 - jade fails to build
Attached to Project:
Arch Linux
Opened by Steven J. Slizewski (slyski) - Saturday, 14 August 2004, 19:46 GMT
Last edited by Dale Blount (dale) - Sunday, 15 August 2004, 02:23 GMT
Opened by Steven J. Slizewski (slyski) - Saturday, 14 August 2004, 19:46 GMT
Last edited by Dale Blount (dale) - Sunday, 15 August 2004, 02:23 GMT
|
DetailsFirst problem is the jade_1.2.1-38.diff.gz file will not down load from present repo. Had to find new repo and fix PKGBUILD.
Second problem is it fails to build part way in on my i686 and my i586 machine. It states: c++ -march=i686 -O2 -pipe -fno-implicit-templates -I. -I./../include -I./../generic -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_ST_BLKSIZE=1 -DSP_HAVE_BOOL=1 -DSP_HAVE_LOCALE=1 -DSP_ANSI_CLASS_INST=1 -DSP_MULTI_BYTE=1 -DSGML_CATALOG_FILES_DEFAULT=\"/usr/share/sgml/catalog\" -DHAVE_DLFCN_H=1 -c CharsetInfo.cxx -fPIC -DPIC In file included from ./../include/UnivCharsetDesc.h:13, from ./../include/CharsetInfo.h:11, from CharsetInfo.cxx:8: ./../include/RangeMap.h:57: error: expected `;' before "ptr_" ./../include/RangeMap.h: In member function `Boolean RangeMapIter<From, To>::next(From&, From&, To&)': ./../include/RangeMap.h:47: error: `ptr_' undeclared (first use this function) ./../include/RangeMap.h:47: error: (Each undeclared identifier is reported only once for each function it appears in.) make[2]: *** [CharsetInfo.lo] Error 1 make[2]: Leaving directory `/var/abs/extra/office/jade/src/jade-1.2.1/lib' make[1]: *** [lib] Error 2 make[1]: Leaving directory `/var/abs/extra/office/jade/src/jade-1.2.1' make: *** [all] Error 2 ==> ERROR: Build Failed. Aborting... |
This task depends upon
I tried many times on the home site trying to find patches and fixes and updates with no success.
I also tried to substitute back to openjade and that won't build either.
It has to be the gcc3.4 thing.
The site states that it's been tested successfully on gcc2.97 or something so it hasn't been maintained to well.
slyski :(