[Bug 476398] Review Request: eclib - A Library for Doing Computations on Elliptic Curves

bugzilla at redhat.com bugzilla at redhat.com
Tue May 5 10:39:45 UTC 2009


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=476398


Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mtasaka at ioa.s.u-tokyo.ac.jp




--- Comment #42 from Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>  2009-05-05 06:39:41 EDT ---
Only for the following "issue" (as I found this comment
by chance):

(In reply to comment #41)
> (In reply to comment #40)
> > (In reply to comment #38)
> > 2) I don't know why this happens, it should be resolved before this is
> > approved.
> 
> Ping?  I think this is the last issue remaining before approval.  

>From rpmlint, binaryinfo-readelf-failed message actually means that
(please check /usr/share/rpmlint/BinariesCheck.py )
$ readelf -W -S -l -d -s libjcntl.a >/dev/null ; echo $?
readelf: Error: Not an ELF file - it has the wrong magic bytes at the start
readelf: Error: ../libjcntl.a(smatrix_elim_n.o): Failed to read file header
readelf: Error: Not an ELF file - it has the wrong magic bytes at the start
readelf: Error: ../libjcntl.a(realroots_n.o): Failed to read file header
1
(Note that this result is for -static package rebuilt
 by koji scratch build)

Then when checking libjcnl.a, it shows:
$ ar x ../libjcntl.a 
$ ls -al smatrix_elim_n.o realroots_n.o
-rw-r--r-- 1 tasaka1 tasaka1 0 2009-05-05 19:30 realroots_n.o
-rw-r--r-- 1 tasaka1 tasaka1 0 2009-05-05 19:30 smatrix_elim_n.o
i.e. these files are empty.

Strangely, when I try mockbuild on my local machine, rpmlint
warns nothing for -static package and actually
$ ls -al smatrix_elim_n.o realroots_n.o
-rw-r--r-- 1 tasaka1 mock 52724 2009-05-05 19:22 realroots_n.o
-rw-r--r-- 1 tasaka1 mock 92368 2009-05-05 19:22 smatrix_elim_n.o

All other files in libjcntl.a (rebuilt on my local machine)
have the same sizes as those in libjcntl.a rebuilt by koji scratch
build.
So I am not sure why these 2 files are empty when rebuilt on koji.

-- 
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