ltib
[Top][All Lists]
Advanced

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

FW: [Ltib] Build results for 20100408


From: Kevin Wells
Subject: FW: [Ltib] Build results for 20100408
Date: Thu, 8 Apr 2010 21:04:35 +0200

Hi Stuart,

The following changes should fix the build failures for the ARM variants of the 
Microwindows builds.
This will effect other ARM user's using Microwindows and it assumes the target 
supports a standard
frame buffer device. Since this is in the common area, I figured I better post 
it here for comments.
If everything looks good, I can push the changes up to CVS and the gpp.

Currently, some files in the Microwindows target build link against the host 
machine static libraries.
The only issue I noticed was a link against /usr/bin/libz. (I guess some of the 
other files that
link against host libraries don't actually use any functions in those 
libraries). Changing to the
target library seemed to work.

The patch was tested against the 3250 based platforms. Unfortunately, this 
won't fix the ep93xx
and imx31 build failures.
--- dist/lfs-5.1/microwindows/microwindows.spec 2010-04-08 11:36:29.985053422 
-0700
+++ dist/lfs-5.1/microwindows/microwindows.spec.new     2010-04-08 
11:36:09.964117843 -0700
@@ -9,6 +9,7 @@
 Packager        : Matt Waddel / Yu Liu
 Group           : Applications/System
 Source          : microwindows-full-0.91.tar.gz
+Patch1         : microwindows-0.91-libz_fix.patch
 BuildRoot       : %{_tmppath}/%{name}-%{version}
 Prefix          : %{pfx}
 
@@ -23,9 +24,11 @@
 
 %Prep
 %setup
+%patch1 -p1
 cd src
 case "$LINTARCH" in
     arm*)
+       cp -v Configs/config.fb config
         ;;
     i386|i686)
         ;;

This patch needs to go to the GPP and is against Microwindows code 
(microwindows-0.91-libz_fix.patch).

diff -Naur microwindows-0.91-orig/src/Configs/config.fb 
microwindows-0.91/src/Configs/config.fb
--- microwindows-0.91-orig/src/Configs/config.fb        2010-04-08 
11:33:01.699929921 -0700
+++ microwindows-0.91/src/Configs/config.fb     2010-04-08 11:33:31.960744473 
-0700
@@ -143,7 +143,7 @@
 HAVE_PNG_SUPPORT         = N
 INCPNG                   = .
 LIBPNG                   = /usr/lib/libpng.a
-LIBZ                     = /usr/lib/libz.a
+LIBZ                     = -lz
 
 ####################################################################
 # TIFF support through libtiff

thanks,
Kevin


Sent: Thursday, April 08, 2010 10:50 AM
To: ltib-users
Subject: [Ltib] Build results for 20100408

BSP package build failures on Thu Apr 8 17:34:37 2010 GMT from skywalker 
start time
end time 
elapsed 
Thu Apr 8 17:01:01 2010 GMT 
Thu Apr 8 17:34:37 2010 GMT 
2016 seconds 
For full build results and other information click here and then navigate to 
Resources/Autobuilder Results
KEY: x : Failed, failed last time, + : Failed, new failure, - : Changed from 
fail to pass
Package
ep93xx
imx31ads
mpc5200
mpc82xx
mpc8349itx
mpc8548cds
phy3250
qs875s
DirectFB
 
 
 
 
 
x
-
 
DirectFB-examples
 
 
 
 
 
x
-
 
btcs
 
 
x
 
 
 
 
 
clamav
x
x
x
x
x
x
x
x
e2fsprogs
 
 
 
x
 
 
 
 
iozone
x
 
 
 
 
 
 
x
kernel-2.6.23-mpc8548
 
 
 
 
 
x
 
 
microwindows
x
x
 
 
 
 
x
 
nss-mdns
x
 
 
 
 
 
 
x
peak-linux-driver
 
 
x
 
 
 
 
 
rpm
x
 
 
 
 
 
 
x
samba
 
 
 
 
 
 
 
x
util-linux
 
 
 
x
 
 
 
 





reply via email to

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