Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

RFS: java3d 1.5.2+dfsg-3

 
   Soft32 Home -> Linux -> Java RSS
Next:  Bug#542038: doc-base: Manual does not say anythin..  
Author Message
Onkar Shinde

External


Since: Jul 13, 2009
Posts: 13



(Msg. 1) Posted: Mon Aug 17, 2009 9:20 am
Post subject: RFS: java3d 1.5.2+dfsg-3
Archived from groups: linux>debian>maint>java (more info?)

Hi all,

I am looking for the sponsorship of new revision of java3d. This
revision should fix the FTBFS for most architectures.
Please note that I have made the changes as per my understanding of
the build system. I do not actually have access to the architectures
like ia64, sparc to check if FTBFS is actually fixed. So please check
if the fix actually works before sponsoring.

Following is the latest changelog entry.

java3d (1.5.2+dfsg-3) unstable; urgency=low

* debian/patches/02_fix_generic_ftbfs.patch
- Improve the patch as per my understanding of the build system.
(Closes: #541384)
* debian/patches/03_fix_ia64_ftbfs.patch
- Add fix for FTBFS on ia64.

-- Onkar Shinde <onkarshinde.RemoveThis@ubuntu.com> Fri, 14 Aug 2009 00:12:49 +0530


Thanks,
Onkar


--
To UNSUBSCRIBE, email to debian-java-REQUEST.RemoveThis@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.RemoveThis@lists.debian.org
Back to top
Login to vote
Torsten Werner

External


Since: Nov 25, 2006
Posts: 283



(Msg. 2) Posted: Fri Aug 21, 2009 11:20 am
Post subject: Re: RFS: java3d 1.5.2+dfsg-3 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Mon, Aug 17, 2009 at 2:39 PM, Onkar Shinde<onkarshinde.TakeThisOut@gmail.com> wrote:
> I am looking for the sponsorship of new revision of java3d.

It builds on sparc, ia64, and amd64 but I see strange messages during
javadoc. The build log
<http://people.debian.org/~twerner/java3d_1.5.2+dfsg-3_amd64.build.gz>.
Does anyone have an idea what might be wrong?

Cheers,
Torsten


--
To UNSUBSCRIBE, email to debian-java-REQUEST.TakeThisOut@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.TakeThisOut@lists.debian.org
Back to top
Login to vote
Damien Raude-Morvan

External


Since: Aug 21, 2009
Posts: 2



(Msg. 3) Posted: Fri Aug 21, 2009 11:20 am
Post subject: Re: RFS: java3d 1.5.2+dfsg-3 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 21 Aug 2009 16:01:11 +0200, Torsten Werner <twerner RemoveThis @debian.org>
wrote:
> On Mon, Aug 17, 2009 at 2:39 PM, Onkar Shinde<onkarshinde RemoveThis @gmail.com>
wrote:
>> I am looking for the sponsorship of new revision of java3d.
>
> It builds on sparc, ia64, and amd64 but I see strange messages during
> javadoc. The build log
> <http://people.debian.org/~twerner/java3d_1.5.2+dfsg-3_amd64.build.gz>.
> Does anyone have an idea what might be wrong?

java.lang.OutOfMemoryError: GC overhead limit exceeded

>From [1] :
"
The concurrent collector will throw an OutOfMemoryError if too much time is
being spent in garbage collection: if more than 98% of the total time is
spent in garbage collection and less than 2% of the heap is recovered, an
OutOfMemoryError will be thrown. This feature is designed to prevent
applications from running for an extended period of time while making
little or no progress because the heap is too small. If necessary, this
feature can be disabled by adding the option -XX:-UseGCOverheadLimit to the
command line.
"

GC seems to spend too much time trying to free heap memory.
You should try :
#1 to fork=yes Javadoc ant task
+
#2 to pass -Xmx parameter to javadoc cmd

If this doesn't work try to set -XX:-UseGCOverheadLimit.

[1]
http://java.sun.com/javase/technologies/hotspot/gc/gc_tuning_6.html#par_gc.oom

--
Damien Raude-Morvan - http://damien.raude-morvan.com/


--
To UNSUBSCRIBE, email to debian-java-REQUEST RemoveThis @lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster RemoveThis @lists.debian.org
Back to top
Login to vote
Torsten Werner

External


Since: Aug 21, 2009
Posts: 1



(Msg. 4) Posted: Fri Aug 21, 2009 3:20 pm
Post subject: Re: RFS: java3d 1.5.2+dfsg-3 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, Aug 21, 2009 at 4:59 PM, Damien
Raude-Morvan<damien DeleteThis @raude-morvan.com> wrote:
> The concurrent collector will throw an OutOfMemoryError if too much time is
> being spent in garbage collection: if more than 98% of the total time is
> spent in garbage collection and less than 2% of the heap is recovered, an
> OutOfMemoryError will be thrown. This feature is designed to prevent
> applications from running for an extended period of time while making
> little or no progress because the heap is too small. If necessary, this
> feature can be disabled by adding the option -XX:-UseGCOverheadLimit to the
> command line.

The difference between 1.5.2+dfsg-3 and 1.5.2+dfsg-2 are two
portability patches that are not related to javadoc at all but javadoc
fails for 1.5.2+dfsg-3 and not for 1.5.2+dfsg-2.

Torsten


--
To UNSUBSCRIBE, email to debian-java-REQUEST DeleteThis @lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster DeleteThis @lists.debian.org
Back to top
Login to vote
Torsten Werner

External


Since: Nov 25, 2006
Posts: 283



(Msg. 5) Posted: Sat Aug 22, 2009 7:20 am
Post subject: Re: RFS: java3d 1.5.2+dfsg-3 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, Aug 21, 2009 at 11:19 PM, Damien
Raude-Morvan<drazzib RemoveThis @drazzib.com> wrote:
> On my amd64, I'm getting "GC overhead limit exceeded" with 1.5.2+dfsg-*2* but
> I've managed to get 1.5.2+dfsg-*3* successfuly built Smile

Horror! Upstream's build.xml sets the maxmemory attribute to 128m and
I am building on a 64 bit arch. It builds fine after removing the
attribute. I have uploaded the package now.

Cheers,
Torsten


--
To UNSUBSCRIBE, email to debian-java-REQUEST RemoveThis @lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster RemoveThis @lists.debian.org
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Memory problems with gij-4.1 and glibc 2.6 - I have recently had problems building Java packages. The build would just eat memory, and occasionally show things like...

Please requeue powermanga_0.80-dfsg-1 - Hi, powermanga_0.80-dfsg-1 failed to build 3 months ago due to unmet build-dep and has not been requeued since then. Ca...

Processing of gnumach_20040915.dfsg.1-1_i386.changes - gnumach_20040915.dfsg.1-1_i386.changes uploaded successfully to localhost along with the files: ..

gnumach_20040915.dfsg.1-1_i386.changes ACCEPTED - Accepted: gnumach-dbg_20040915.dfsg.1-1_i386.deb to pool/main/g/gnumach/gnumach-dbg_20040915.dfsg.1-1_i386.deb..

Processing of gnumach_20040915.dfsg.1-2_multi.changes - gnumach_20040915.dfsg.1-2_multi.changes uploaded successfully to localhost along with the files: ..

gnumach_20040915.dfsg.1-2_multi.changes ACCEPTED - Accepted: gnumach-dbg_20040915.dfsg.1-2_hurd-i386.deb to..
       Soft32 Home -> Linux -> Java All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
  Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]