[tools-compilers] inlining depth limit

2009-04-17 Thread Christian Thalinger
Hi! Does Sun Studio have something like an inlining depth limit? And if yes, what is it's value and can it be tuned? -- Christian

Re: New project: getting rid of IcedTea local patches

2009-04-01 Thread Christian Thalinger
On Wed, 2009-04-01 at 10:47 -0700, Kelly O'Hair wrote: I can certainly help out with any build related (makefiles etc.) changes. Ohh, that reminds me of this one: https://bugs.openjdk.java.net/show_bug.cgi?id=100011 Because one change touches a jdk Makefile, I didn't push yet. Either someone

Re: New project: getting rid of IcedTea local patches

2009-04-01 Thread Christian Thalinger
On Wed, 2009-04-01 at 11:33 -0700, Kelly O'Hair wrote: The changes to the jdk files look fine. One question though, does the name CORE_BUILD have a meaning to the JDK, or just the VM? Just wondering if a VM_CORE_BUILD or HOTSPOT_CORE_BUILD might be a better name. Not a big deal. I don't know,

[desktop-discuss] Where are these macros defined?

2009-03-27 Thread Christian Thalinger
On Fri, 2009-03-27 at 17:35 +, Ghee Teo wrote: Hi, I am working on patches that get the compiler to conditional include or exclude the OpenSolaris specific bit of code. I have seen upstream code that used #if defined(__sun__) ... #endif But that does not work for CBE when I

Re: [indiana-discuss] Lost COMPIZ after update to b109 from 108...

2009-03-12 Thread Christian Thalinger
On Thu, 2009-03-12 at 16:52 +0100, Gilles Gravier wrote: Hi! So... how do I get COMPIZ back on B109? Appearance-Visual Effects doesn't let me enable it anymore. I'm on a Toshiba Tecra M2, with NVIDIA drivers 173.14.16... /usr/X11/demo/glxgears works at 2200 FPS, so I have

[laptop-discuss] Suspend-to-RAM No Longer Works in os0906_109

2009-03-12 Thread Christian Thalinger
On Thu, 2009-03-12 at 20:02 +0900, Kazuyuki Sato wrote: Is it a problem that looks like? # uadmin 3 20 uadmin: Operation not supported Please execute /usr/sbin/pmconfig again. and, uadmin 3 20 No, it's more like it does nothing after pressing the power button to resume.

Re: [indiana-discuss] Status of bug

2009-03-11 Thread Christian Thalinger
On Wed, 2009-03-11 at 10:41 +0100, Gilles Gravier wrote: Hi gang! Can somebody explain what status 1-Dispatched means for this bug : http://bugs.opensolaris.org/view_bug.do?bug_id=6668816 ? Do we have a target date for fixing? Looking up the bug in Bugster says it's Accepted by Chris

Re: [indiana-discuss] System monitor doesn't display disk activity on b108?

2009-03-10 Thread Christian Thalinger
On Tue, 2009-03-10 at 15:00 +0100, Gilles Gravier wrote: Hi! Since recent updates (don't remember during which build it started) the system monitor doesn't show disk activity (processor and memory meters seem to work OK). Anybody else see this? Yes:

[desktop-discuss] Disable Tif file preview in nautilus

2009-03-06 Thread Christian Thalinger
On Thu, 2009-03-05 at 17:15 -0600, Shawn Walker wrote: Karl Rossing wrote: The tif in question is 500K but eog takes over 1GB for nautilus to preview it and then EOG takes another 1GB. Unless there is something that can be changed with nautilus If preview size grows beyond xyz MB

[desktop-discuss] iTunes workalike?

2009-03-06 Thread Christian Thalinger
On Fri, 2009-03-06 at 08:54 -0800, Rich Teer wrote: On Fri, 6 Mar 2009, Shawn Walker wrote: Songbird; I use it with my older iPod. Thanks, I'll check it out. A bit of investigation suggests that Rhythmbox should also do the trick. Do you have experience with it too? Also can you also

Re: [indiana-discuss] network load indicator

2009-03-05 Thread Christian Thalinger
On Thu, 2009-03-05 at 12:15 +, Ghee Teo wrote: On 03/05/09 09:32, Aubrey Li wrote: Hi all, Sorry if this is a known issue, but does anyone notice the gnome network load indicator seems not work? It shows 0% in use even when I transfer a very big file from one machine to

Re: [indiana-discuss] network load indicator

2009-03-05 Thread Christian Thalinger
On Thu, 2009-03-05 at 12:50 +, Ghee Teo wrote: Sounds like: http://defect.opensolaris.org/bz/show_bug.cgi?id=4504 It is not exactly. 4504 is about showing the harddisk activity not network. Yeah, but in comment #2 I said that in snv_105 even network stopped working. Maybe we

[security-dev 00570]: inefficient Des3DkCrypto/DigestMD5Base.setParityBit()

2009-02-17 Thread Christian Thalinger
[I was told on core-libs-dev that I should probably send this one to this list.] Hi! While looking at the bitCount() thing I mentioned in the other thread, I noticed that Des3DkCrypto and DigestMD5Base are using a very inefficient implementation of setParityBit(). The one from DESKeyGenerator

Re: review request for 6622432

2009-02-17 Thread Christian Thalinger
On Mon, 2009-02-16 at 14:33 -0800, Xiaobin Lu wrote: Webrev: http://webrev.invokedynamic.info/xiaobin.lu/6622432/ 6622432: RFE: Performance improvements to java.math.BigDecimal snip As you know, the division operation is expensive and the algorithm to compare with the ten's power array

inefficient Des3DkCrypto/DigestMD5Base.setParityBit()

2009-02-17 Thread Christian Thalinger
Hi! While looking at the bitCount() thing I mentioned in the other thread, I noticed that Des3DkCrypto and DigestMD5Base are using a very inefficient implementation of setParityBit(). The one from DESKeyGenerator is much better and uses Integer.bitCount(), which could benefit from a

Re: inefficient Des3DkCrypto/DigestMD5Base.setParityBit()

2009-02-17 Thread Christian Thalinger
On Tue, 2009-02-17 at 15:18 +, Alan Bateman wrote: Christian Thalinger wrote: Hi! While looking at the bitCount() thing I mentioned in the other thread, I noticed that Des3DkCrypto and DigestMD5Base are using a very inefficient implementation of setParityBit(). The one from

Re: [indiana-discuss] still getting: ath0 link down

2009-02-15 Thread Christian Thalinger
On Thu, 2009-02-05 at 16:38 +0100, Christian Thalinger wrote: On Thu, 2009-02-05 at 07:32 -0800, Michael Schuster wrote: this seems to be closely related to what I saw recently (see the thread strange behaviour of atheros driver(?) on network-discuss, but don't go there expecting much

[indiana-discuss] still getting: ath0 link down

2009-02-05 Thread Christian Thalinger
Hi! This gets really annoying. Without any reason the ath0 link goes down and, obviously, NWAM disconnects: Feb 5 13:47:35 macbook mac: [ID 486395 kern.info] NOTICE: ath0 link down Feb 5 13:47:35 macbook mac: [ID 744254 kern.info] NOTICE: ath0 link up Feb 5 13:47:36 macbook mac: [ID 486395

Re: [indiana-discuss] still getting: ath0 link down

2009-02-05 Thread Christian Thalinger
On Thu, 2009-02-05 at 07:32 -0800, Michael Schuster wrote: this seems to be closely related to what I saw recently (see the thread strange behaviour of atheros driver(?) on network-discuss, but don't go there expecting much, all there is is a suggestion of Jim Carlson's which I haven't had

[desktop-discuss] power-management functions (blank screen, suspend) stopped working

2009-01-12 Thread Christian Thalinger
On Tue, 2009-01-06 at 17:43 +0100, Christian Thalinger wrote: On Tue, 2009-01-06 at 07:30 -0800, Alan Coopersmith wrote: 101b *is* the latest publicly available build of OpenSolaris at this time. The IPS repo should be updated to build 105 later this week for users who've chosen to use

[desktop-discuss] power-management functions (blank screen, suspend) stopped working

2009-01-06 Thread Christian Thalinger
On Tue, 2009-01-06 at 07:30 -0800, Alan Coopersmith wrote: 101b *is* the latest publicly available build of OpenSolaris at this time. The IPS repo should be updated to build 105 later this week for users who've chosen to use the /devel repo instead of the stable /release branch. Yeah, I'm

[desktop-discuss] power-management functions (blank screen, suspend) stopped working

2009-01-05 Thread Christian Thalinger
Hi! Since yesterday I have a problem when closing the laptop lip (blank screen) or suspending my laptop manually: it simply does nothing. These lines get written to the log when I try to suspend: Jan 5 14:46:29 macbook gnome-session[3711]: [ID 702911 daemon.warning] WARNING: Could not connect

[desktop-discuss] power-management functions (blank screen, suspend) stopped working

2009-01-05 Thread Christian Thalinger
On Mon, 2009-01-05 at 10:23 -0800, Phi Tran wrote: What version of Solaris are you using? Ohh, right, snv_101b. - Christian

Re: forward-port IMPORT_BINARY_PLUGS to OpenJDK7

2008-12-19 Thread Christian Thalinger
On Tue, 2008-12-09 at 12:25 +0100, Christian Thalinger wrote: On Thu, 2008-10-23 at 16:42 +0200, Daniel Fuchs wrote: Hi guys, I could take care of applying the same patch than what I did a few months ago for OpenJDK 6. Namely, if you compile OpenJDK with the binary plugs, the SNMP

[desktop-discuss] Sub-par playback of Theora+Vorbis encoded media in Totem

2008-12-15 Thread Christian Thalinger
On Mon, 2008-12-15 at 14:37 -0600, Brian Cameron wrote: Ch??: I'm also using OpenSolaris 2008.11 and don't see any jumpyness when viewing the referenced video. I tried running totem in full-screen mode and normal default window mode. Seems to work okay either way. example media:

[desktop-discuss] Sub-par playback of Theora+Vorbis encoded media in Totem

2008-12-15 Thread Christian Thalinger
On Mon, 2008-12-15 at 22:40 +0100, Christian Thalinger wrote: On Mon, 2008-12-15 at 14:37 -0600, Brian Cameron wrote: Ch??: I'm also using OpenSolaris 2008.11 and don't see any jumpyness when viewing the referenced video. I tried running totem in full-screen mode and normal default

Re: [indiana-discuss] missing lib: what package to choose? (libX11.so.4)

2008-12-15 Thread Christian Thalinger
On Mon, 2008-12-15 at 16:13 +0100, Free wrote: hello all, after install webstack in os200811, i notice that gd.so needs libX11.so.4. But pkg search -r libX11.so.4 gives me 3 answers: SUNWxwrtl SUNWxwplt FSWxwrtl FSWxwrtl only exits until 0.5.11-0.79 and SUNWxwrtl simply are links to

[laptop-discuss] Intermitent timeouts (was Re: ath not working, rum working)

2008-12-11 Thread Christian Thalinger
On Thu, 2008-12-11 at 09:08 +0800, Quaker Fang wrote: Hi, You all may hit *CR6775915, please upgrade to OpenSolaris build 105. It seems that bug is an internal one. - Christian

[laptop-discuss] Intermitent timeouts (was Re: ath not working, rum working)

2008-12-11 Thread Christian Thalinger
On Thu, 2008-12-11 at 18:03 +0800, Quaker Fang wrote: You can access it from bugs.opensolaris.org http://bugs.opensolaris.org/view_bug.do?bug_id=6775915 Ahh, right, thanks. I tried on bugs.sun.com :-/ Not very much information. When will snv_105 hit IPS? - Christian

[laptop-discuss] Intermitent timeouts (was Re: ath not working, rum working)

2008-12-11 Thread Christian Thalinger
On Thu, 2008-12-11 at 18:20 +0800, Quaker Fang wrote: Yes, I don't know why information on bugs.opensolaris.org is limited ;-) snv_105 will be released around 12/15/2008. OK. I have sent you a fix, so you needn't to reinstall opensolaris. Will try the wpad. - Christian

[laptop-discuss] Intermitent timeouts (was Re: ath not working, rum working)

2008-12-10 Thread Christian Thalinger
On Wed, 2008-12-10 at 09:25 -0800, Antonio wrote: Just for the records, here's a detail of the timeout: (I've been experimenting with dladm's '-T' option) I don't get timeouts but I get a lot of link-up/link-down messages with the Atheros driver: Dec 10 18:38:51 macbook mac: [ID 486395

[laptop-discuss] ath not working, rum working

2008-12-09 Thread Christian Thalinger
On Tue, 2008-12-09 at 10:46 -0800, Antonio wrote: My system has a Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter. I installed the ath (0.7.3) driver, and this card was working correctly. But after reboot the card doesn't work anymore with WPA: it times out. I

Re: forward-port IMPORT_BINARY_PLUGS to OpenJDK7

2008-12-09 Thread Christian Thalinger
On Thu, 2008-10-23 at 16:42 +0200, Daniel Fuchs wrote: Hi guys, I could take care of applying the same patch than what I did a few months ago for OpenJDK 6. Namely, if you compile OpenJDK with the binary plugs, the SNMP runtime will be compiled and included in rt.jar. If you compile

Re: [cifs-discuss] smbutil view -A //hostname times out while IP works

2008-12-06 Thread Christian Thalinger
Sorry for the very long delay. On Mon, 2008-09-29 at 13:55 -0700, Afshin Salek wrote: My problem is, when I open Places - Network I get Windows Network. What kind of system is this? a Windows system? Is this system is in the same subnet as your Solaris system? This is the OpenSolaris

[desktop-discuss] PR3650: Resize of terminal window slow when using compiz

2008-12-04 Thread Christian Thalinger
Hi! Do more people see this problem when resizing gnome-terminal: http://defect.opensolaris.org/bz/show_bug.cgi?id=3650 It seems nobody cares about it and I wanted to ask if this hits just a few people. - Christian

[desktop-discuss] PR3650: Resize of terminal window slow when using compiz

2008-12-04 Thread Christian Thalinger
On Thu, 2008-12-04 at 14:42 +0100, C. Bergstr??m wrote: Christian Thalinger wrote: Hi! Do more people see this problem when resizing gnome-terminal: http://defect.opensolaris.org/bz/show_bug.cgi?id=3650 It seems nobody cares about it and I wanted to ask if this hits just a few

[laptop-discuss] screen protector

2008-12-03 Thread Christian Thalinger
On Wed, 2008-12-03 at 07:51 -0800, laptoplt wrote: Can someone recommend a good screen saver? What do you mean by good? - Christian

[laptop-discuss] Laptop hardware not working on OpenSolaris

2008-11-28 Thread Christian Thalinger
On Fri, 2008-11-28 at 04:09 -0800, andrew wrote: I have a Toshiba Tecra A9 laptop with 2 devices that don't work on OpenSolaris at present. Both of these work under Ubuntu, so it should eventually be possible to get them working on OpenSolaris. The devices are reported by the Device Driver

[desktop-discuss] can't rename workspaces as root snv101

2008-11-25 Thread Christian Thalinger
On Mon, 2008-11-24 at 12:02 -0800, SV wrote: Didn't see a GNOME forum so I'll put it here in desktop. Sun Ultra 24 HW, snv 101, clean install/not upgrade install. If I log in as root, I cannot right click/preferences and rename my workspaces. The menu option does not appear. If I log in as a

Re: b39 build problems on Ubuntu 8.10

2008-11-24 Thread Christian Thalinger
On Fri, 2008-11-21 at 19:25 +, Andrew John Hughes wrote: 2008/11/21 Kelly O'Hair [EMAIL PROTECTED]: Sorry, I meant to explicitly call out the 3 WARNING: messages. The bcopy problem is a separate thing, more serious and needs to be fix in OpenJDK sources. Glad to hear that IcedTea has

[laptop-discuss] disable the loud beep?

2008-11-11 Thread Christian Thalinger
On Tue, 2008-11-11 at 07:10 +0100, Free wrote: hello all, some laptops made a very loud beep, in the terminal with autocolpetion, or when thunderbird receives a new mail. Unfortunately, it seems that this problem is related to something that os2008 (snv 101a) doesn't manage, you can turned

[PATCH] hotspot/make/solaris/makefiles/sparcWorks.make misses grep for CC version

2008-11-10 Thread Christian Thalinger
Hi! I just wanted to build the new OpenJDK 6 b13 drop on a recent OpenSolaris Indiana (snv_101a) and ran into this warning: cd solaris_i486_compiler2/product make -w WARNING: You are using CC version 5.10 Usage: CC [ options ] files. Use 'CC -flags' for details and should be using version

[PATCH] hotspot/make/solaris/makefiles/sparcWorks.make misses grep for CC version

2008-11-10 Thread Christian Thalinger
Hi! I just wanted to build the new OpenJDK 6 b13 drop on a recent OpenSolaris Indiana (snv_101a) and ran into this warning: cd solaris_i486_compiler2/product make -w WARNING: You are using CC version 5.10 Usage: CC [ options ] files. Use 'CC -flags' for details and should be using version

Re: [indiana-discuss] Sound on Toshiba Tecra w/ 11/2008

2008-11-08 Thread Christian Thalinger
On Sat, 2008-11-08 at 07:27 -0600, James Cornell wrote: don't let such a thing change purchasing decisions. Webcams don't make a difference; don't expect them to work. It was really cool to see that the iSight of my Apple MacBook Pro worked out-of-the-box. I was impressed. - Christian

[laptop-discuss] List of Laptops that are 100% working on opensolaris

2008-11-07 Thread Christian Thalinger
On Fri, 2008-11-07 at 08:58 -0600, James Cornell wrote: Bluetooth is not even released/working at all... memory card slots work with some, but there's more that don't (Toshiba) as they don't disclose how they work. Sound works for any Intel or Realtek HD card with SADA or you can go

Re: [GCJ] Performance of GUI applications on embedded systems

2008-11-06 Thread Christian Thalinger
On Thu, 2008-11-06 at 16:40 +, Andrew Haley wrote: What do you expect? You're setting up a Timer with a delay of 0 milliseconds between events, and it's running continuously. That may be because of this (taken from GNU Classpath's vm/reference/java/lang/VMThread.java): // Note: JDK

Re: forward-port IMPORT_BINARY_PLUGS to OpenJDK7

2008-10-27 Thread Christian Thalinger
On Thu, 2008-10-23 at 18:15 +0100, Andrew John Hughes wrote: This isn't Sun's rt-closed.jar, which is proprietary. This is a faked version which is part of the IcedTea build. However, on both IcedTea6 and IcedTea7 this only includes SNMP and sound stubs (and the latter should probably be

Re: forward-port IMPORT_BINARY_PLUGS to OpenJDK7

2008-10-23 Thread Christian Thalinger
On Wed, 2008-10-22 at 12:16 +0100, Andrew John Hughes wrote: Ok, then it sounds like something is either not being built into the jars in bootstrap/jdk1.6.0 or they are being missing off the classpath used by HotSpot. IIRC, hotspot-tools.jar should include com.sun.tools.jdi.*. The class is not

Re: forward-port IMPORT_BINARY_PLUGS to OpenJDK7

2008-10-23 Thread Christian Thalinger
On Thu, 2008-10-23 at 16:42 +0200, Daniel Fuchs wrote: Hi guys, I could take care of applying the same patch than what I did a few months ago for OpenJDK 6. Namely, if you compile OpenJDK with the binary plugs, the SNMP runtime will be compiled and included in rt.jar. If you compile

Re: forward-port IMPORT_BINARY_PLUGS to OpenJDK7

2008-10-22 Thread Christian Thalinger
On Wed, 2008-10-22 at 11:43 +0100, Andrew John Hughes wrote: The main show stopper would be sound support, unless Gervill has now been integrated into OpenJDK7. Otherwise, the jsoundhs plug is needed (or the IcedTea replacement). SNMP would have the same status as in OpenJDK6; an optional

Re: forward-port IMPORT_BINARY_PLUGS to OpenJDK7

2008-10-22 Thread Christian Thalinger
On Wed, 2008-10-22 at 12:08 +0100, Andrew John Hughes wrote: Is that error from building the hotspot-tools jar? If so, you probably need to add some additional packages to the list in Makefile.am. It happens when building HotSpot. Strange thing is, I could get it working for a 32-bit build

[desktop-discuss] Quick asm help needed on libffi

2008-10-15 Thread Christian Thalinger
On Wed, 2008-10-15 at 16:34 +0200, C. Bergstr?m wrote: If this is the wrong place to ask please point me in the right direction.. I think tools-compilers would be more appropriate. - Christian

Re: Problem in displaying swing components on ARM, using GNU Classpath and Cacao

2008-10-08 Thread Christian Thalinger
On Wed, 2008-10-08 at 11:37 +0530, Pavan Kumar Maddali wrote: Yes, with the same version of CACAO and GNU Classpath the program is working fine on X86. On ARM, AWT is working fine, but swings components are not visible and the same problem is with java 2d. The problem is not with a specific

Re: Building OpenJDK with a more recent compiler

2008-09-16 Thread Christian Thalinger
On Tue, 2008-09-16 at 14:49 +, [EMAIL PROTECTED] wrote: Unfortunately, the gcc install (v3.4.6) on my machine is not the version required by the build instructions. Since I don't have root access on my box, I worked on pulling down a more recent version of gcc (v4.3.1) and building it for

RE: Building OpenJDK with a more recent compiler

2008-09-16 Thread Christian Thalinger
On Tue, 2008-09-16 at 15:20 +, [EMAIL PROTECTED] wrote: Hi Christian, I've installed the GMP and MPFR libraries to separate directories other than /usr/lib or /usr/bin. When I built gcc, I used the configuration setting to point towards the local builds of these libraries. When

Re: [cp-patches] FYI: ThreadLocal optimisation

2008-09-12 Thread Christian Thalinger
On Fri, 2008-09-12 at 13:43 +0100, Ian Rogers wrote: As the patch comes from Jikes RVM it should be no surprise we addressed solving the performance problem in a metacircular manner. I imagine DaCapo jython is a lot faster on Classpath runtimes now. It is: 2008-09-10: = DaCapo jython

Re: [indiana-discuss] pkg.opensolaris.org package repository update (build 96)

2008-09-05 Thread Christian Thalinger
On Thu, 2008-09-04 at 13:46 -0700, [EMAIL PROTECTED] wrote: The OpenSolaris development package repository http://pkg.opensolaris.org/ has been updated to reflect the changes in snv_96 including major fixes to the Caiman Slim Install and the Image Packaging System (IPS). In

[desktop-discuss] gnome-terminal scrolling makes desktop unresponsive

2008-08-19 Thread Christian Thalinger
Hi! I filed a bug report[1] about this issue. Does anyone else see this problem? [1] http://defect.opensolaris.org/bz/show_bug.cgi?id=2950 - twisti

Re: [cp-patches] FYI: Add java.util.Scanner

2008-08-17 Thread Christian Thalinger
On Sun, 2008-08-17 at 00:24 +0100, Andrew John Hughes wrote: Finally add the Scanner implementation from Laszlo. Finally :-) - twisti

Re: [indiana-discuss] http://pkg.opensolaris.org/ package repository update (build 95)

2008-08-15 Thread Christian Thalinger
On Thu, 2008-08-14 at 08:32 -0700, Alan Steinberg wrote: The OpenSolaris development package repository http://pkg.opensolaris.org/ has been updated to reflect the changes in snv_95 including major fixes to the Caiman Slim Install and the Image Packaging System (IPS). Users who wish

Re: [indiana-discuss] http://pkg.opensolaris.org/ package repository update (build 95)

2008-08-15 Thread Christian Thalinger
On Fri, 2008-08-15 at 11:12 +0200, Christian Thalinger wrote: Since my first image-update didn't complete---couldn't activate the new BE because there's not enough disk space---I deleted some stuff and tried again, without downloading the packages again. That's what happened then: After

Re: java.lang.TypeNotPresentException when using reflection

2008-08-15 Thread Christian Thalinger
On Wed, 2008-08-13 at 18:20 +0100, Tom Spencer wrote: This code is compiled using the Eclipse Compiler and run on a PowerPC implementation. Classpath was compiled using Sun's javac compiler, version 1.6. Running the code, however, yields the following stack trace: When I run this code with

Re: FW: Help a noob?

2008-08-14 Thread Christian Thalinger
On Wed, 2008-08-13 at 21:03 +0100, Robert Lougher wrote: Hi, You could always try JamVM. It doesn't need javac to build, just a C compiler. It also supports MIPS32 (o32). The problem is, it has never been built or tested on IRIX. However, it's pretty portable, and as long as IRIX has

Re: FW: Help a noob?

2008-08-13 Thread Christian Thalinger
On Tue, 2008-08-12 at 17:49 -0600, Tom Tromey wrote: jni_md.h is built in a funny way. Basically we look for a pre-made one in $srcdir/include that matches the current CPU/OS combination. So, to do a new port you would have to write this file. This is not hard, ordinarily. You don't need

RE: FW: Help a noob?

2008-08-13 Thread Christian Thalinger
On Wed, 2008-08-13 at 11:29 +0200, Mark Wielaard wrote: On Tue, 2008-08-12 at 17:46 -0400, Greene, Geoffrey N wrote: Regrettably, OpenJDK 6: http://openjdk.dev.java.net/ does not appear to support IRIX. I was thinking about just copying the solaris-specific files. I'm losing hope here,

RE: FW: Help a noob?

2008-08-13 Thread Christian Thalinger
On Wed, 2008-08-13 at 11:32 -0400, Greene, Geoffrey N wrote: OK, I've got the glibj.zip (thanks!) Compiling now. (had to modifify configure, because it was STILL trying to run javac.) I see your os is IRIX64 What about mips32? Any support for that? Yes, we also support MIPS32 (o32 and

Re: [indiana-discuss] Failed to compile gst-ffmpeg

2008-07-17 Thread Christian Thalinger
On Wed, 2008-07-16 at 18:23 -0700, Praveen Kumar wrote: Praveen Kumar wrote: I am running OpenSolaris 2008.05 snv_93 with Sun Studio and most other development tools installed. I have managed to compile GNU Emacs 23 successfully. I am trying to compile gst-ffmpeg (0.10.4) and I am

Re: META-INF/INDEX.LIST

2008-07-14 Thread Christian Thalinger
On Fri, 2008-07-11 at 16:18 -0500, [EMAIL PROTECTED] wrote: What is this file and why is it accessed at startup? At the startup of every Java program, it would appear that the paths: /META-INF/INDEX.LIST and are have the stat file operation applied to them. I am working on a research

CACAO 0.99.2 released.

2008-07-08 Thread Christian Thalinger
CACAO 0.99.2 released. This is a bug-fix release. Here is a short list of the most important changes: * Rewrite of atomic instructions code. This fixes problems with AWT/Swing programs with OpenJDK. * Fixed PR83, PR89. CACAO uses GNU Classpath as default Java runtime library and

[cp-patches] fix build on OpenSolaris

2008-07-07 Thread Christian Thalinger
Hi! This small changes fix the build on OpenSolaris. It additionally checks for sys/sockio.h and libsocket.so. Andrew, can you try them on your Solaris system? - twisti --- Index: configure.ac === RCS file:

Re: [cp-patches] fix build on OpenSolaris

2008-07-07 Thread Christian Thalinger
On Mon, 2008-07-07 at 09:40 +0100, Andrew John Hughes wrote: 2008/7/7 Christian Thalinger [EMAIL PROTECTED]: Hi! This small changes fix the build on OpenSolaris. It additionally checks for sys/sockio.h and libsocket.so. Andrew, can you try them on your Solaris system? - twisti

Bug#479529: Upstream fix is partially incorrect

2008-07-07 Thread Christian Thalinger
I guess you are talking about this code: http://mips.complang.tuwien.ac.at/hg/cacao/file/2effc42cfb01/src/vm/jit/mips/asmpart.S#l426 This code is correct, as the fsX defines use paired registers, starting with a even one. Also see:

Bug#479529: Upstream fix is partially incorrect

2008-07-07 Thread Christian Thalinger
On Mon, 2008-07-07 at 12:49 +0100, Thiemo Seufer wrote: I leave the Debian bug open for this one. Is there still a problem somewhere? Did I miss something? - twisti ___ pkg-java-maintainers mailing list

Bug#479529: Upstream fix is partially incorrect

2008-07-07 Thread Christian Thalinger
On Mon, 2008-07-07 at 17:17 +0100, Thiemo Seufer wrote: Christian Thalinger wrote: On Mon, 2008-07-07 at 12:49 +0100, Thiemo Seufer wrote: I leave the Debian bug open for this one. Is there still a problem somewhere? Did I miss something? I believe the SVN commit you pointed

Bug#479529: Upstream fix is partially incorrect

2008-07-07 Thread Christian Thalinger
I guess you are talking about this code: http://mips.complang.tuwien.ac.at/hg/cacao/file/2effc42cfb01/src/vm/jit/mips/asmpart.S#l426 This code is correct, as the fsX defines use paired registers, starting with a even one. Also see:

Bug#479529: Upstream fix is partially incorrect

2008-07-07 Thread Christian Thalinger
On Mon, 2008-07-07 at 12:49 +0100, Thiemo Seufer wrote: I leave the Debian bug open for this one. Is there still a problem somewhere? Did I miss something? - twisti -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#479529: Upstream fix is partially incorrect

2008-07-07 Thread Christian Thalinger
On Mon, 2008-07-07 at 17:17 +0100, Thiemo Seufer wrote: Christian Thalinger wrote: On Mon, 2008-07-07 at 12:49 +0100, Thiemo Seufer wrote: I leave the Debian bug open for this one. Is there still a problem somewhere? Did I miss something? I believe the SVN commit you pointed

[commit-cp] classpath ChangeLog configure.ac native/jni/jav...

2008-07-07 Thread Christian Thalinger
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Christian Thalinger twisti08/07/07 09:19:37 Modified files: . : ChangeLog configure.ac native/jni/java-net: java_net_VMNetworkInterface.c Log message: 2008-07-07 Christian

Bug#479529: Upstream fix is partially incorrect

2008-07-07 Thread Christian Thalinger
I guess you are talking about this code: http://mips.complang.tuwien.ac.at/hg/cacao/file/2effc42cfb01/src/vm/jit/mips/asmpart.S#l426 This code is correct, as the fsX defines use paired registers, starting with a even one. Also see:

Bug#479529: Upstream fix is partially incorrect

2008-07-07 Thread Christian Thalinger
On Mon, 2008-07-07 at 12:49 +0100, Thiemo Seufer wrote: I leave the Debian bug open for this one. Is there still a problem somewhere? Did I miss something? - twisti -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#479529: Upstream fix is partially incorrect

2008-07-07 Thread Christian Thalinger
On Mon, 2008-07-07 at 17:17 +0100, Thiemo Seufer wrote: Christian Thalinger wrote: On Mon, 2008-07-07 at 12:49 +0100, Thiemo Seufer wrote: I leave the Debian bug open for this one. Is there still a problem somewhere? Did I miss something? I believe the SVN commit you pointed

Re: classpath build problems with libtool 2.2.4

2008-07-06 Thread Christian Thalinger
On Sun, 2008-07-06 at 17:06 +0200, Robert Schuster wrote: Hi, I am currently trying to build classpath (0.93) in an environment using libtool 2.2.4. I basically disable all optional external dependencies and compile with jikes: --with-jikes=jikes \ --with-fastjar=fastjar \

Re: [cp-patches] Other class libraries

2008-07-01 Thread Christian Thalinger
- @@ -1,3 +1,9 @@ +2008-07-01 Christian Thalinger [EMAIL PROTECTED] + + * java/lang/Integer.java (signum): Implemented properly as + described in Hacker's Delight Section 2-7, plus Andrew Haley's + explanation. + 2008-07-01 Andrew Haley [EMAIL PROTECTED] * java

Re: Other class libraries

2008-07-01 Thread Christian Thalinger
-3 -p -r1.9667 ChangeLog --- ChangeLog 30 Jun 2008 01:12:46 - 1.9667 +++ ChangeLog 1 Jul 2008 08:11:42 - @@ -1,3 +1,8 @@ +2008-07-01 Christian Thalinger [EMAIL PROTECTED] + + * java/lang/Long.java (signum): Implemented properly as described + in Hacker's Delight

Re: [cp-patches] Other class libraries

2008-07-01 Thread Christian Thalinger
- @@ -1,3 +1,9 @@ +2008-07-01 Christian Thalinger [EMAIL PROTECTED] + + * java/lang/Integer.java (signum): Implemented properly as + described in Hacker's Delight Section 2-7, plus Andrew Haley's + explanation. + 2008-07-01 Andrew Haley [EMAIL PROTECTED] * java

[commit-cp] classpath ChangeLog java/lang/Long.java

2008-07-01 Thread Christian Thalinger
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Christian Thalinger twisti08/07/01 08:12:31 Modified files: . : ChangeLog java/lang : Long.java Log message: 2008-07-01 Christian Thalinger [EMAIL PROTECTED

[commit-cp] classpath ChangeLog java/lang/Integer.java

2008-07-01 Thread Christian Thalinger
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Christian Thalinger twisti08/07/01 11:10:32 Modified files: . : ChangeLog java/lang : Integer.java Log message: 2008-07-01 Christian Thalinger [EMAIL PROTECTED

Re: Other class libraries

2008-06-27 Thread Christian Thalinger
On Tue, 2008-06-24 at 18:45 +0200, Christian Thalinger wrote: I guess this email came from the Long.signum() discussion we had today Ehh... will someone actually fix this bug? Otherwise I'll do it in the Hackers Delight/OpenJDK way. - twisti

Re: Ability to override compiler from environment

2008-06-26 Thread Christian Thalinger
On Wed, 2008-06-25 at 23:14 +0100, Andrew John Hughes wrote: I can guarantee that configure will fail on Windows; it tests for ALSA and fails if it isn't found. I think this is stopping Mac OS X and probably will stop OpenSolaris too so probably should be made optional. twisti, how did you

Re: Problem with TLS client authentication (bad_certificate)

2008-06-24 Thread Christian Thalinger
[Da du ja anscheinend aus Oesterreich bist, antworte ich dir mal off-list auf Deutsch.] On Tue, 2008-06-17 at 09:56 +0200, Gerhard Fliess wrote: Hi, I am working an a project that needs TLS with client authentication on an embedded system (ARM-linux) with keys stored in pkcs12. I have

Re: Problem with TLS client authentication (bad_certificate)

2008-06-24 Thread Christian Thalinger
On Tue, 2008-06-24 at 10:16 +0200, Christian Thalinger wrote: [Da du ja anscheinend aus Oesterreich bist, antworte ich dir mal off-list auf Deutsch.] Damn! Sorry list. I wanted to reply in private. - twisti

Re: Other class libraries

2008-06-24 Thread Christian Thalinger
On Tue, 2008-06-24 at 15:20 +0100, Andrew John Hughes wrote: Since OpenJDK has been released, I've noticed that a tendency has arisen to not treat that codebase with the same 'don't look if working on the same code' approach we had when it was proprietary. When working on GNU Classpath, we

[cp-patches] make jni.h C++ compatible with OpenJDK

2008-06-23 Thread Christian Thalinger
Hi! This patch renames the JNINativeInterface_ variable in _Jv_JNIEnv to be compatible with OpenJDK. Without that it's not possible to compile C++ code with both. OK to commit? - twisti --- Index: include/jni.h === RCS file:

Re: [cp-patches] make jni.h C++ compatible with OpenJDK

2008-06-23 Thread Christian Thalinger
On Sun, 2008-06-22 at 10:15 -0600, Tom Tromey wrote: Twisti == Christian Thalinger [EMAIL PROTECTED] writes: Twisti This patch renames the JNINativeInterface_ variable in Twisti _Jv_JNIEnv to be compatible with OpenJDK. Without that it's Twisti not possible to compile C++ code with both

[commit-cp] classpath ChangeLog include/jni.h

2008-06-23 Thread Christian Thalinger
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Christian Thalinger twisti08/06/23 14:48:04 Modified files: . : ChangeLog include: jni.h Log message: 2008-06-23 Christian Thalinger [EMAIL PROTECTED

Re: [indiana-discuss] I couldn't install IPSgawk from IPS blastwave repository

2008-06-22 Thread Christian Thalinger
On Sat, 2008-06-21 at 23:42 -0700, Juan Miguel Bernal Marcos wrote: Hello, I couldn't install IPSgawk from IPS blastwave repository but I could install: SUNWgcc, SUNWgmake, SUNWxorg-headers. This is the error message: $ pfexec pkg install IPSgawk pkg: no package matching 'IPSgawk' could

CACAO 0.99.1 released.

2008-06-17 Thread Christian Thalinger
CACAO 0.99.1 released. This is a bug-fix release. Here is a short list of the most important changes: * Fixed compilation of OpenJDK code (libltdl related). * Imported new gnu/java/lang/CPStringBuilder.java to fix OOMEs. * Fixed abort with OpenJDK's java binary when exiting. CACAO uses

Bug#434106:

2008-06-17 Thread Christian Thalinger
Hi Aurelien! Someone _really_ should take this package and update it. If that happens, I could remove our own copy of Boehm-GC from the CACAO repository. That would help a lot... - twisti -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

CACAO 0.99 released.

2008-06-14 Thread Christian Thalinger
CACAO 0.99 Just one step left... released. This is a major feature enhancement and bug-fix release. Here is a short list of the most important changes: * Initial support to use OpenJDK as Java runtime library. * Fixed memory leak in Boehm-GC. * Boehm-GC updated to version 7.1. * Removed

[tools-discuss] 64-bit libltdl.so

2008-06-11 Thread Christian Thalinger
[I'm not sure if this is the correct list, but I couldn't find a better one.] Is there a reason why no 64-bit version of the libtool library libltdl.so is shipped? Even Blastwave does not provide one. - twisti This message posted from opensolaris.org

<    4   5   6   7   8   9   10   11   12   13   >