[bug #30766] Serious problems on hppa -- all programs abort with malloc assertion failure

2010-08-23 Thread Riccardo mottola

Follow-up Comment #22, bug #30766 (project gnustep):

This fix breaks at least OpenBSD and Windows because configure fails.

___

Reply to this item at:

  http://savannah.gnu.org/bugs/?30766

___
  Messaggio inviato con/da Savannah
  http://savannah.gnu.org/


___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep


[bug #30766] Serious problems on hppa -- all programs abort with malloc assertion failure

2010-08-23 Thread Yavor Doganov

Follow-up Comment #23, bug #30766 (project gnustep):

How does it fail exactly?  Can you post the relevant portions from
config.log?

___

Reply to this item at:

  http://savannah.gnu.org/bugs/?30766

___
  Message sent via/by Savannah
  http://savannah.gnu.org/


___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep



[bug #30766] Serious problems on hppa -- all programs abort with malloc assertion failure

2010-08-23 Thread Riccardo mottola

Follow-up Comment #24, bug #30766 (project gnustep):

on windows the failure log is:

configure:15202: result: 4
configure:15221: checking alignment of pthread_mutex_t
configure:15550: gcc -o conftest.exe -g -O2 
-I/GNUstep/System/Library/Headers -
I/GNUstep/Local/Library/Headers -I/GNUstep/Local/Library/Headers
-I/GNUstep/Syst
em/Library/Headers  -L/GNUstep/System/Library/Libraries
-L/GNUstep/Local/Library
/Libraries -L/GNUstep/Local/Library/Libraries
-L/GNUstep/System/Library/Librarie
s conftest.c  5
conftest.c:148: error: syntax error before pthread_mutex_t^M
conftest.c:148: warning: no semicolon at end of struct or union^M
conftest.c:148: warning: data definition has no type or storage class^M
conftest.c: In function `longval':^M
conftest.c:149: error: syntax error before ')' token^M
conftest.c: In function `ulongval':^M
conftest.c:150: error: syntax error before ')' token^M
conftest.c: In function `main':^M
conftest.c:160: error: syntax error before ')' token^M
conftest.c:163: error: syntax error before ')' token^M
conftest.c:170: error: syntax error before ')' token^M
configure:15554: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */

___

Reply to this item at:

  http://savannah.gnu.org/bugs/?30766

___
  Messaggio inviato con/da Savannah
  http://savannah.gnu.org/


___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep


[bug #30766] Serious problems on hppa -- all programs abort with malloc assertion failure

2010-08-23 Thread Yavor Doganov

Follow-up Comment #25, bug #30766 (project gnustep):

Looks like pthread.h is not included in the test program.  See if the
attached patch helps.

(file #21281)
___

Additional Item Attachment:

File name: AC_CHECK_ALIGNOF.patch Size:0 KB


___

Reply to this item at:

  http://savannah.gnu.org/bugs/?30766

___
  Message sent via/by Savannah
  http://savannah.gnu.org/


___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep