Menu

#27 RPM Build errors in openSUSE

closed
nobody
None
5
2009-06-21
2009-01-07
No

Hello, in openSUSE build service the viking 0.9.7 package is build. Now the build service added some security checks which prevent building for openSUSE >= 11.1:

... testing for serious compiler warnings
(using /usr/lib/build/checks-data/check_gcc_output)
(using //.build.log)
E: viking 64bit-portability-issue vikdemlayer.c:788

I: Program returns random data in a function
E: viking no-return-in-nonvoid-function util.c:45

Could these please be fixed?

Discussion

  • Guilhem BONNEFILLE

    I do not understand the first issue.

    The second one is solved at revision 809 on 2008-10-12.

     
  • Dirk Stoecker

    Dirk Stoecker - 2009-01-12

    It is the missing include

    #include "vikmapslayer.h"

    because the strlen() call is done to an unknown function and thus assuming int as return and strlen(int) would be a 64bit problem.

    Is there a new release to be expected soon, or should I patch my RPM build locally?

     
  • Guilhem BONNEFILLE

    What is the status of this bug?

    It seems that all these bugs are corrected now.

     
  • Dirk Stoecker

    Dirk Stoecker - 2009-06-21
    • status: open --> closed
     

Log in to post a comment.

Auth0 Logo