[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] Success on 64bit Fedora 12, i386 Fedora 7 fails :)
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] Success on 64bit Fedora 12, i386 Fedora 7 fails :) |
Date: |
Wed, 07 Jul 2010 15:54:39 +0100 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
Dragiša Durić <address@hidden> writes:
> === gm2 Summary ===
>
> # of expected passes 9150
Hi Dragiša,
many thanks for the report - good to see all tests passing on Fedora
64 bit.
>
> # cat /etc/redhat-release
> Fedora release 12 (Constantine)
>
> # uname -a
> Linux boromir.m3w.org 2.6.32.14-127.fc12.x86_64 #1 SMP Fri May 28
> 04:30:39 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux
>
> I have basic rpm recipe done, and it works on x86_64 but i386 build
> fails somewhere. If there's interest, I can share it after I put
> dependicies in place.
>
> Fail is during make, like this:
>
>> ar rc .libs/libssp_nonshared.a libssp_nonshared_la-ssp-local.o
>> ranlib .libs/libssp_nonshared.a
>> creating libssp_nonshared.la
>> (cd .libs && rm -f libssp_nonshared.la && ln -s ../libssp_nonshared.la
>> libssp_nonshared.la)
>> true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-O2 -g -O2 " "CXXFLAGS=-g -O2
>> -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2 " "CFLAGS_FOR_TARGET=-O2 -g -O2 "
>> "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644"
>> "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c"
>> "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-O2 -g -O2 " "LIBCFLAGS_FOR_TARGET=-O2 -g
>> -O2 " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000
>> --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/bash"
>> "RUNTESTFLAGS=" "exec_prefix=/opt" "infodir=/opt/info" "libdir=/opt/lib"
>> "prefix=/opt" "includedir=/opt/include" "AR=ar"
>> "AS=/usr/src/redhat/BUILD/gm2-0.9.1/build-4.1.2/./gcc/as"
>> "CC=/usr/src/redhat/BUILD/gm2-0.9.1/build-4.1.2/./gcc/xgcc
>> -B/usr/src/redhat/BUILD/gm2-0.9.1/build-4.1.2/./gcc/
>> -B/opt/i686-pc-linux-gnu/bin/ -B/opt/i686-pc-linux-gnu/lib/ -isystem
>> /opt/i686-pc-linux-gnu/include -isystem /opt/i686-pc-linux-gnu/sys-include"
>> "CXX=/usr/src/redhat/BUILD/gm2-0.9.1/build-4.1.2/./gcc/g++
>> -B/usr/src/redhat/BUILD/gm2-0.9.1/build-4.1.2/./gcc/ -nostdinc++
>> -L/usr/src/redhat/BUILD/gm2-0.9.1/build-4.1.2/i686-pc-linux-gnu/libstdc++-v3/src
>>
>> -L/usr/src/redhat/BUILD/gm2-0.9.1/build-4.1.2/i686-pc-linux-gnu/libstdc++-v3/src/.libs
>> -B/opt/i686-pc-linux-gnu/bin/ -B/opt/i686-pc-linux-gnu/lib/ -isystem
>> /opt/i686-pc-linux-gnu/include -isystem /opt/i686-pc-linux-gnu/sys-include"
>> "LD=/usr/src/redhat/BUILD/gm2-0.9.1/build-4.1.2/./gcc/collect-ld"
>> "LIBCFLAGS=-O2 -g -O2 "
>> "NM=/usr/src/redhat/BUILD/gm2-0.9.1/build-4.1.2/./gcc/nm" "PICFLAG="
>> "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # make
>> make[3]: Leaving directory
>> `/usr/src/redhat/BUILD/gm2-0.9.1/build-4.1.2/i686-pc-linux-gnu/libssp'
>> make[2]: Leaving directory
>> `/usr/src/redhat/BUILD/gm2-0.9.1/build-4.1.2/i686-pc-linux-gnu/libssp'
>> make[1]: Leaving directory `/usr/src/redhat/BUILD/gm2-0.9.1/build-4.1.2'
>> + install -m0755 -d
>> install: missing file operand
>> Try `install --help' for more information.
>> error: Bad exit status from /var/tmp/rpm-tmp.44564 (%install)
>>
>>
>> RPM build errors:
>> Bad exit status from /var/tmp/rpm-tmp.44564 (%install)
>>
>
> Any ideas?
this is very odd. It might be worth obtaining the Makefile for both
the 32 bit and 64 bit versions (from the configure directory) and
diffing them near the offending 'install' command.
regards,
Gaius