[opensuse-buildservice] Possible Bug in rpmlint/OBS?
I'm attempting to build devel:cloverleaf:Consort/athena and I keep running into the following error: [ 53s] ... testing for serious compiler warnings [ 53s] (using /usr/lib/build/checks-data/check_gcc_output) [ 53s] (using /var/tmp/build-root/.build.log) [ 54s] E: athena 64bit-portability-issue athena-toolbar.c:457 Everything compiles fine, but I run into that error, and the packaging fails. If I just build the tarball locally through the old ./configure && make and then check the build log, the error on athena-toolbar.c:457 isn't there. I'm running a current version of openSUSE Tumbleweed locally, and my buildtarget for OBS is also openSUSE_Tumbleweed What is going on here? Can somebody have a look at it?
Shawn, Like with the last one you had of the same type: check the respective build log for what error is being elevated here. This oe for example is very common when a function prototype is missing and the compiler implicitly defines one... Dominique Sent from my iPad On 19 mei 2013, at 06:00, Shawn W Dunn <sfalken@fuduntu.org> wrote:
I'm attempting to build devel:cloverleaf:Consort/athena and I keep running into the following error:
[ 53s] ... testing for serious compiler warnings [ 53s] (using /usr/lib/build/checks-data/check_gcc_output) [ 53s] (using /var/tmp/build-root/.build.log) [ 54s] E: athena 64bit-portability-issue athena-toolbar.c:457
Everything compiles fine, but I run into that error, and the packaging fails.
If I just build the tarball locally through the old ./configure && make and then check the build log, the error on athena-toolbar.c:457 isn't there.
I'm running a current version of openSUSE Tumbleweed locally, and my buildtarget for OBS is also openSUSE_Tumbleweed What is going on here?
Can somebody have a look at it? -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Sunday 19 May 2013 06:14:01 you wrote:
Shawn,
Like with the last one you had of the same type: check the respective build log for what error is being elevated here.
This oe for example is very common when a function prototype is missing and the compiler implicitly defines one...
Dominique
Sent from my iPad
On 19 mei 2013, at 06:00, Shawn W Dunn <sfalken@fuduntu.org> wrote:
I'm attempting to build devel:cloverleaf:Consort/athena and I keep running into the following error:
[ 53s] ... testing for serious compiler warnings [ 53s] (using /usr/lib/build/checks-data/check_gcc_output) [ 53s] (using /var/tmp/build-root/.build.log) [ 54s] E: athena 64bit-portability-issue athena-toolbar.c:457
Everything compiles fine, but I run into that error, and the packaging fails.
If I just build the tarball locally through the old ./configure && make and then check the build log, the error on athena-toolbar.c:457 isn't there.
I'm running a current version of openSUSE Tumbleweed locally, and my buildtarget for OBS is also openSUSE_Tumbleweed What is going on here?
Can somebody have a look at it?
Ah. Call off the dogs. One of my partners finally woke up, and he spotted a problem with gcc being forced strict, so this issue is fixed. Thanks for looking though =] I've been bashing my head against this one all day.
participants (2)
-
Dominique Leuenberger
-
Shawn W Dunn