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#4420 - abiword needs make -j1
Attached to Project:
Arch Linux
Opened by Andreas Radke (AndyRTR) - Sunday, 09 April 2006, 18:05 GMT
Opened by Andreas Radke (AndyRTR) - Sunday, 09 April 2006, 18:05 GMT
|
Detailschange the build line to "make -j1 || return 1" to make it build. else it breaks:
gcc -march=x86-64 -O2 -pipe -ansi -pedantic -I/usr/include/libpng12 -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o libole2/ms-ole-summary.o libole2/ms-ole-summary.c libole2/ms-ole.c:18:28: error: libole2/ms-ole.h: No such file or directory libole2/ms-ole.c:118: error: syntax error before 'gboolean' libole2/ms-ole.c:118: warning: no semicolon at end of struct or union libole2/ms-ole.c:119: warning: data definition has no type or storage class libole2/ms-ole.c:120: error: syntax error before 'length' libole2/ms-ole.c:120: warning: data definition has no type or storage class libole2/ms-ole.c:121: error: syntax error before '*' token libole2/ms-ole.c:121: warning: data definition has no type or storage class libole2/ms-ole.c:124: error: syntax error before 'file_des' libole2/ms-ole.c:124: warning: data definition has no type or storage class libole2/ms-ole.c:126: error: syntax error before '*' token ... libole2/ms-ole.c:3106: error: syntax error before 'ms_ole_stream_close' libole2/ms-ole.c:3106: error: syntax error before '*' token libole2/ms-ole.c: In function 'ms_ole_stream_close': libole2/ms-ole.c:3113: error: 'TRUE' undeclared (first use in this function) libole2/ms-ole.c:3120: error: 'MS_OLE_ERR_OK' undeclared (first use in this function) libole2/ms-ole.c:3122: error: 'MS_OLE_ERR_BADARG' undeclared (first use in this function) {standard input}: Assembler messages: {standard input}:13: Error: symbol `ans' is already defined make[1]: *** [libole2/ms-ole.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: *** [libole2/ms-ole-summary.o] Error 1 make[1]: Leaving directory `/var/abs32/office/abiword/src/abiword-2.4.3/wv' make: *** [wv] Error 2 ==> ERROR: Build Failed. Aborting... |
This task depends upon
Closed by arjan timmerman (blaasvis)
Sunday, 09 April 2006, 19:07 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in cvs for abiword and abiword-plugins
Sunday, 09 April 2006, 19:07 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in cvs for abiword and abiword-plugins