[bug #21690] xserver crashes with cairo backend and intel 82815 and XAA

2008-08-20 Thread Fred Kiefer

Update of bug #21690 (project gnustep):

  Status:None = Works For Me   
 Open/Closed:Open = Closed 


___

Reply to this item at:

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

___
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/



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


[bug #20632] unrecognized color mask in art

2008-08-20 Thread Fred Kiefer

Update of bug #20632 (project gnustep):

  Status:None = Ready For Test 
 Open/Closed:Open = In Test

___

Follow-up Comment #2:

I tried to improve the byte swapping for the 16 bit case. Could you please
retest with recent art backend from the SVN repository.

___

Reply to this item at:

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

___
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/



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


[bug #12478] GNUstep don't start on a VNC or qemu 8bit display

2008-08-20 Thread Fred Kiefer

Update of bug #12478 (project gnustep):

  Status:None = Wont Fix   
 Open/Closed:Open = Declined   

___

Follow-up Comment #4:

As you found out yourself, the art backend doesn't work with 8 bit, but xlib
and cairo will. I will close this bug as there is a suitable workaround.

Perhaps I will look into this a bit later, as I noticed I get the same
problem when running a GNUstep application with my monitor in the fallback
mode. We really need a better error message for the user.  

___

Reply to this item at:

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

___
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/



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


[bug #22476] control and color problems on windows

2008-08-20 Thread Fred Kiefer

Follow-up Comment #1, bug #22476 (project gnustep):

All of this is caused by the missing alpha handling for bitmaps on windows.
There isn't much we can do about it. Perhaps a GDI+ based drawing system could
improve this, but there is nobody working on that.

___

Reply to this item at:

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

___
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/



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


[bug #12374] Windows move down

2008-08-20 Thread Fred Kiefer

Update of bug #12374 (project gnustep):

  Status:None = Fixed  
 Assigned to:None = FredKiefer 
 Open/Closed:Open = Closed 

___

Follow-up Comment #2:

Closed as I did not get a reply within a year.

___

Reply to this item at:

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

___
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/



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


[bug #23967] gdomap not starting up on NetBSD

2008-08-20 Thread Richard Frith-Macdonald

Update of bug #23967 (project gnustep):

  Status:None = Invalid
 Open/Closed:Open = Closed 

___

Follow-up Comment #3:

If it works when you run it using sudo, then you forgot to install it as root
on the bsd system, and ignored/missed the error/warning message saying
'FAILED gdomap installation - please re-run this as root'


___

Reply to this item at:

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

___
  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 #23876] gnustep-base does not build in a chrooted environment

2008-08-20 Thread Yavor Doganov

Follow-up Comment #8, bug #23876 (project gnustep):

AC_SYS_PROCFS is not a standard autoconf macro, just a macro polluting
autoconf's namespace (a common practice, unfortunately).

___

Reply to this item at:

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

___
  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 #23876] gnustep-base does not build in a chrooted environment

2008-08-20 Thread Richard Frith-Macdonald

Follow-up Comment #9, bug #23876 (project gnustep):

 AC_SYS_PROCFS is not a standard autoconf macro

Thanks ... I guess it must be defined somewhere in GNUstep then ... so if the
macro is generating a poor test, we need to change it once we know of a better
test.

___

Reply to this item at:

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

___
  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 #23876] gnustep-base does not build in a chrooted environment

2008-08-20 Thread Yavor Doganov

Follow-up Comment #10, bug #23876 (project gnustep):

The macro definition is in config/procfs.m4.  I don't know where it came
from, but definitely not Autoconf.

The test being performed there is going to fail in chroots that do not mount
/proc.

FWIW, it doesn't fail on Debian autobuilders; from a Debian buildd log for
1.16.3:

checking procfs.h usability... no
checking procfs.h presence... no
checking for procfs.h... no
checking kernel support for /proc filesystem... yes
checking support for /proc psinfo struct... no
checking link to exe of process in /proc... /proc/self/exe
checking /proc/10669/cmdline terminated by nul... yes

___

Reply to this item at:

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

___
  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 #23876] gnustep-base does not build in a chrooted environment

2008-08-20 Thread Yavor Doganov

Follow-up Comment #11, bug #23876 (project gnustep):

I just tried in a pbuilder chroot (which mounts /proc) -- the `mount' command
outputs nothing.

The attached trivial patch should be equally reliable and should DTRT in such
chroots.  Funda Wang, does it work for you if you apply it and then run
`autoreconf -vi'?

(file #16321)
___

Additional Item Attachment:

File name: procfs.diffSize:0 KB


___

Reply to this item at:

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

___
  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 #23876] gnustep-base does not build in a chrooted environment

2008-08-20 Thread Funda Wang

Follow-up Comment #12, bug #23876 (project gnustep):

yes it builds correctly in a chrooted environment. Thanks.

___

Reply to this item at:

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

___
  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 #23876] gnustep-base does not build in a chrooted environment

2008-08-20 Thread Richard Frith-Macdonald

Update of bug #23876 (project gnustep):

  Status:None = Fixed  
 Open/Closed:Open = Closed 

___

Follow-up Comment #13:

Thanks ... patch applied ... fixed in subversion now.

___

Reply to this item at:

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

___
  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 #24109] gnustep-gui 0.14.0 does not build with LDFLAGS=-Wl, --as-needed -Wl, --no-undefined

2008-08-20 Thread Funda Wang

URL:
  http://savannah.gnu.org/bugs/?24109

 Summary: gnustep-gui 0.14.0 does not build with
LDFLAGS=-Wl,--as-needed -Wl,--no-undefined
 Project: GNUstep
Submitted by: fundawang
Submitted on: Wed 20 Aug 2008 11:41:21 AM GMT
Category: Gui/AppKit
Severity: 3 - Normal
  Item Group: None
  Status: None
 Privacy: Public
 Assigned to: None
 Open/Closed: Open
 Discussion Lock: Any

___

Details:

When LDFLAGS is set to -Wl,--as-needed -Wl,--no-undefined, gnustep-gui
0.14.0 produces a lot of undefined refereces, such as:
obj/NSDocument.o: In function `-[NSDocument makeWindowControllers]':
/home/fwang/gnustep-gui/BUILD/gnustep-gui-0.14.0/Source/NSDocument.m:371:
undefined reference to `objc_get_class'
/home/fwang/gnustep-gui/BUILD/gnustep-gui-0.14.0/Source/NSDocument.m:371:
undefined reference to `objc_msg_lookup'
/home/fwang/gnustep-gui/BUILD/gnustep-gui-0.14.0/Source/NSDocument.m:371:
undefined reference to `objc_msg_lookup'
/home/fwang/gnustep-gui/BUILD/gnustep-gui-0.14.0/Source/NSDocument.m:373:
undefined reference to `objc_msg_lookup'
/home/fwang/gnustep-gui/BUILD/gnustep-gui-0.14.0/Source/NSDocument.m:374:
undefined reference to `objc_msg_lookup'
/home/fwang/gnustep-gui/BUILD/gnustep-gui-0.14.0/Source/NSDocument.m:378:
undefined reference to `objc_get_class'
/home/fwang/gnustep-gui/BUILD/gnustep-gui-0.14.0/Source/NSDocument.m:378:
undefined reference to `objc_msg_lookup'
/home/fwang/gnustep-gui/BUILD/gnustep-gui-0.14.0/Source/NSDocument.m:378:
undefined reference to `objc_msg_lookup'
obj/NSDocument.o: In function `-[NSDocument showWindows]':
/home/fwang/gnustep-gui/BUILD/gnustep-gui-0.14.0/Source/NSDocument.m:391:
undefined reference to `objc_msg_lookup'
obj/NSDocument.o: In function `-[NSDocument updateChangeCount:]':
/home/fwang/gnustep-gui/BUILD/gnustep-gui-0.14.0/Source/NSDocument.m:402:
undefined reference to `objc_msg_lookup'
/home/fwang/gnustep-gui/BUILD/gnustep-gui-0.14.0/Source/NSDocument.m:427:
undefined reference to `objc_msg_lookup'
obj/NSDocument.o:/home/fwang/gnustep-gui/BUILD/gnustep-gui-0.14.0/Source/NSDocument.m:431:
more undefined references to `objc_msg_lookup' follow

Maybe some more -l libs should be used?




___

Reply to this item at:

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

___
  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 #24110] gnustep-back 0.14.0 does not build in x86_64 environment

2008-08-20 Thread Funda Wang

URL:
  http://savannah.gnu.org/bugs/?24110

 Summary: gnustep-back 0.14.0 does not build in x86_64
environment
 Project: GNUstep
Submitted by: fundawang
Submitted on: Wed 20 Aug 2008 03:29:26 PM GMT
Category: Backend
Severity: 3 - Normal
  Item Group: Bug
  Status: None
 Privacy: Public
 Assigned to: None
 Open/Closed: Open
 Discussion Lock: Any

___

Details:

Due to bug#24109, i'm currently building gnustep-back with gnustep-base 0.16
and gnustep-gui 0.13.

It builds fine even in i586 chrooted environment. But fails in x86_64
environment.



___

File Attachments:


---
Date: Wed 20 Aug 2008 03:29:26 PM GMT  Name: build.0.20080820151119.log 
Size: 11kB   By: fundawang

http://savannah.gnu.org/bugs/download.php?file_id=16323

___

Reply to this item at:

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

___
  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 #24054] Segmentation fault in GSTest

2008-08-20 Thread Richard Frith-Macdonald

Follow-up Comment #1, bug #24054 (project gnustep):

So far I can't reproduce this with current svn on my system.
The animation test seems to run fine, but I do get a stream of warning
messages logged saying 'invalid type 1065353216'.
This seems to be coming from the art backend.

___

Reply to this item at:

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

___
  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 #24054] Segmentation fault in GSTest

2008-08-20 Thread Fred Kiefer

Follow-up Comment #2, bug #24054 (project gnustep):

Strange this may be due to system differences. I am working on a 32 bit
system and you are most likely using your 64 bit one.

Greg gets similar errors from art on his 64 bit system but I havent't been
able to reproduce this.

I will recompile base,gui back and GSTest from SVN, but don't expect much
differences there.

___

Reply to this item at:

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

___
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/



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


[bug #24110] gnustep-back 0.14.0 does not build in x86_64 environment

2008-08-20 Thread Gregory John Casamento

Follow-up Comment #1, bug #24110 (project gnustep):

It works properly on my x86_64 server running Debian Etch.  Which
distribution are you running on?  It looks like your missing the 64 bit
versions of some dependencies.

___

Reply to this item at:

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

___
  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 #24111] NetBSD Unable to detach thread

2008-08-20 Thread Riccardo mottola

URL:
  http://savannah.gnu.org/bugs/?24111

 Summary: NetBSD Unable to detach thread
 Project: GNUstep
Submitted by: rmottola
Submitted on: Wed 20 Aug 2008 11:19:29 PM GMT
Category: Base/Foundation
Severity: 4 - Important
  Item Group: Bug
  Status: None
 Privacy: Public
 Assigned to: None
 Open/Closed: Open
 Discussion Lock: Any

___

Details:

On x86-32, Netbsd 4.0 I get the following error when starting up FTP (current
CVS version with threads):

(gdomap is up and running as root)

2008-08-21 01:20:40.478 FTP[9696] Problem posting notification: NSException:
0x85285a8 NAME:NSInternalInconsistencyException REASON:Unable to detach
thread (last error Undefined error: 0) INFO:(nil)

the application is non functional and needs to be killed.






___

Reply to this item at:

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

___
  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