ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ltib] qtopia package build failure while building ltib from CVS (S


From: Stuart Hughes
Subject: Re: [Ltib] qtopia package build failure while building ltib from CVS (Savannah)
Date: Fri, 21 Aug 2009 16:30:05 +0100
User-agent: Thunderbird 2.0.0.16 (X11/20080707)

Hi Rajesh,

It looks like a shell quoting problem, it doesn't happen with the bash shell I'm using (3.2), are you using Ubuntu/dash (ls /bin/sh or echo $SHELL), maybe it behaves differently.

You could change your default shell to bash, or if you prefer you can try this patch (add extra quotes):

--- dist/lfs-5.1/qtopia/qtopia.spec     21 Aug 2009 08:02:28 -0000      1.4
+++ dist/lfs-5.1/qtopia/qtopia.spec     21 Aug 2009 15:26:34 -0000
@@ -90,8 +90,8 @@
 esac

 # Use toolchain flags when not spoofing
-export EXTRA_CFLAGS=$TOOLCHAIN_CFLAGS
-export EXTRA_LDFLAGS=$TOOLCHAIN_CFLAGS
+export EXTRA_CFLAGS="$TOOLCHAIN_CFLAGS"
+export EXTRA_LDFLAGS="$TOOLCHAIN_CFLAGS"

I don't have Ubuntu so am not able to fully build-test this. If this is the problem then there may be other parts that need quotes.

Regards, Stuart



address@hidden wrote:
Hi Stuart,

I am still not able to build the package qtopia. I took out a fresh
version from CVS and tried out a build but ran into this error.
------------------------------------------------------------------------
 patch -p1 -s
+ echo Patch #17 (qtopia-free-2.2.0-linux_input_h):
Patch #17 (qtopia-free-2.2.0-linux_input_h):
+ patch -p1 -s
+ echo Patch #18 (qtopia-free-2.2.0-ppc64-compiler-include-2.patch):
Patch #18 (qtopia-free-2.2.0-ppc64-compiler-include-2.patch):
+ patch -p1 -s
+ echo Patch #19 (qtopia-free-2.2.0-disable-dqt-options.patch):
Patch #19 (qtopia-free-2.2.0-disable-dqt-options.patch):
+ patch -p1 -s
+ echo Patch #20 (qtopia-free-2.2.0-headers-2.patch):
Patch #20 (qtopia-free-2.2.0-headers-2.patch):
+ patch -p1 -s
+ echo Patch #21 (qtopia-free-2.2.0-64bithost.patch):
Patch #21 (qtopia-free-2.2.0-64bithost.patch):
+ patch -p1 -s
+ export QWS_PLATFORM=mxc
+ export EXTRA_QTE_CONFIG=
+ [ -n y ]
+ export EXTRA_QTE_CONFIG=-tslib
+ export EXTRA_QPE_CONFIG=-edition pda -displaysize 240x320
+ export QWS_KEYBOARD=USB:/dev/input/event0
+ export EXTRA_CFLAGS=-O2 -fsigned-char -msoft-float
export: 1: -fsigned-char: bad variable name
error: Bad exit status from /home/rmarathe/myltib/ltib/tmp/rpm-tmp.34530
(%prep)


RPM build errors:
    Bad exit status from /home/rmarathe/myltib/ltib/tmp/rpm-tmp.34530 (%prep)
Build time for qtopia: 12 seconds

Failed building qtopia


f_buildrpms() returned an error, exiting
traceback:
 main:555


Started: Fri Aug 21 15:43:31 2009
Ended:   Fri Aug 21 16:01:35 2009
Elapsed: 1084 seconds

These packages failed to build:
qtopia

Build Failed

Exiting on error or interrupt
==========================================================================

Can you please look into this issue and let me know if I am doing
something wrong?

regards,
Rajesh Marathe.




Hi Rajesh,



There was a bug in the qtopia.spec file, I've checked in an update to
CVS.  Please do a "cvs up -dP" and then retry.

Regards, Stuart a fresh version

address@hidden wrote:
Hi,

I am seeing a build error while building ltib taken out of CVS. I use
the
command "./ltib" and set the kernel to IMXADS27. I have not made any
other
changes to the kernel settings and all other settings are set at
default.

On doing ',/ltib' I get the following message:
--------------------------------------------------------------------------

Processing: qtopia
====================
Build path taken because: no prebuilt rpm,
Testing network connectivity
OK GPP:

Try qtopia-src-2.2.0.tar.gz.md5 from the GPP
http://bitshrine.org/gpp/qtopia-src-2.2.0.tar.gz.md5:
10:00:27 ERROR 404: Not Found.
Try qtopia-src-2.2.0.tar.gz from the GPP
http://bitshrine.org/gpp/qtopia-src-2.2.0.tar.gz:
10:00:28 ERROR 404: Not Found.
Can't get: qtopia-src-2.2.0.tar.gz at ./ltib line 788.


f_buildrpms() returned an error, exiting
traceback:
 main:555


Started: Fri Aug 21 10:00:10 2009
Ended:   Fri Aug 21 10:00:28 2009
Elapsed: 18 seconds

These packages failed to build:
qtopia

Build Failed

Exiting on error or interrupt

--------------------------------------------------------------------------

It seems the build is trying to get this "qtopia-src-2.2.0.tar.gz.md5"
whereas the GPP repository has "qtopia-free-src-2.2.0.tar.gz.md5".

I tried to some changes to the qtopia.spec file but ran into issues.
Can anybody help me as to how to get qtopia build going?

thanks and regards,
Rajesh Marathe.



_______________________________________________
LTIB home page: http://ltib.org

Ltib mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/ltib








reply via email to

[Prev in Thread] Current Thread [Next in Thread]