[Bug 572512] Review Request: gluegen - Java/JNI glue code generator to call out to ANSI C

bugzilla at redhat.com bugzilla at redhat.com
Wed May 5 11:02:23 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=572512

--- Comment #69 from Henrique "LonelySpooky" Junior <henriquecsj at gmail.com> 2010-05-05 07:02:20 EDT ---
(In reply to comment #67)
> Some fix needed for gluegen:
> 
> 1. version and release issue
Yes, I have to fix this
> 2. Jni load patch
> 3. optflags issue
> export PATH=%{_builddir}/%{name}:$PATH
> cat << EOF > gcc 
> #!/bin/sh 
> %{_bindir}/gcc %{optflags} "\$@" 
> EOF 
> chmod +x gcc
> I think debug-on.patch is not needed, since it pass -g argument to gcc
I've tried passing -g to gcc and it didn't work
> 4. missing symbolic from *-x.y.z.jar to*.jar
> 
> pushd ${RPM_BUILD_ROOT}%{_javadir}
>  for jar in *-%{version}*; do
>   ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`
>  done
> popd    
Chen, I'm in a hurry this days due to some exams in my University, so, could
you apply this changes to the spec? I still have to do some reading and learn
how to apply all fixes.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list