ltib
[Top][All Lists]
Advanced

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

[Ltib] Re: Problem building flex-2.5.4 in Ltib from Freescale


From: rmarathe
Subject: [Ltib] Re: Problem building flex-2.5.4 in Ltib from Freescale
Date: Tue, 25 Aug 2009 10:15:28 -0400 (EDT)
User-agent: SquirrelMail/1.4.13

Hi Stuart,

I was able to build freescale Ltib with the below fix. Thanks a lot for
your help.
However, I also tried to build latest CVS version (on Ubuntu 9.04 and with
shell changed to bash from dash with today's patches) but still ran into
issues building qtopia. The error I got is:
-----------------------------------------------------------------------
ls/qmemoryfile_unix.cpp: In member function 'QMemoryFileData*
QMemoryFile::openData(const QString&, int, uint)':
tools/qmemoryfile_unix.cpp:149: warning: format not a string literal and
no format arguments
tools/qmemoryfile_unix.cpp:152: warning: format not a string literal and
no format arguments
tools/qmemoryfile_unix.cpp:181: warning: format not a string literal and
no format arguments
tools/qmemoryfile_unix.cpp:190: warning: format not a string literal and
no format arguments
tools/qmemoryfile_unix.cpp:235: warning: format not a string literal and
no format arguments
In function 'int open(const char*, int, ...)',
    inlined from 'QMemoryFileData* QMemoryFile::openData(const QString&,
int, uint)' at tools/qmemoryfile_unix.cpp:143:
/usr/include/bits/fcntl2.h:51: error: call to '__open_missing_mode'
declared with attribute error: open with O_CREAT in second argument needs
3 arguments
make[1]: *** [tmp/release-shared-linux-g++/tools/qmemoryfile_unix.o] Error 1
make[1]: Leaving directory
`/home/rmarathe/myltib/cvsltib/ltib/rpm/BUILD/qtopia-free-2.2.0/qt2/src'
* ---------------------------------------------------------------------------
*
*               ERROR: Building Qtopia Tools has failed.
*
* Please investigate the problem by looking at the error messages in the
* make output.
* The Qtopia tools can be build using the separate buildQtopiaTools script
* which can be found in the qtopia/scripts directory of the package. The
* script is also invoked with the command 'make tools' from the package root
* directory.
*
* On most machines the default configuration options in the script works
fine.
* In case this doesn't work the configure parameters in the buildQtopiaTools
* script need to be tweaked to fit the environment/compiler used on the
machine
* and then run manually from the cmd line.
*
* Please make sure that the following binaries exist before trying to build
* Qtopia:
*  
/home/rmarathe/myltib/cvsltib/ltib/rpm/BUILD/qtopia-free-2.2.0/qt2/bin/moc
*  
/home/rmarathe/myltib/cvsltib/ltib/rpm/BUILD/qtopia-free-2.2.0/qt2/bin/uic
*  
/home/rmarathe/myltib/cvsltib/ltib/rpm/BUILD/qtopia-free-2.2.0/qt2/bin/qvfb
*  
/home/rmarathe/myltib/cvsltib/ltib/rpm/BUILD/qtopia-free-2.2.0/dqt/bin/lrelease
*  
/home/rmarathe/myltib/cvsltib/ltib/rpm/BUILD/qtopia-free-2.2.0/dqt/bin/lupdate
*
* As a rule, these tools need to be built only once.
*
******************************************************************************

***********************************
********* Build Qt 3 **************
***********************************
DQT_CFG="-thread -qt-gif -fast -no-xft -disable-opengl -disable-sql
-no-cups -no-sm  -no-xinerama -no-xcursor -no-xrandr -no-xrender -platform
'linux-g++'"


This is the Qt/X11 Open Source Edition.

You are licensed to use this software under the terms of either
the Q Public License (QPL) or the GNU General Public License (GPL).

Type 'Q' to view the Q Public License.
Type 'G' to view the GNU General Public License.
Type 'yes' to accept this license offer.
Type 'no' to decline this license offer.

Do you accept the terms of either license?
Creating qmake. Please wait...
make[1]: Entering directory
`/home/rmarathe/myltib/cvsltib/ltib/rpm/BUILD/qtopia-free-2.2.0/dqt/qmake'
make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent
make rule.
make[1]: `qmake' is up to date.
make[1]: Leaving directory
`/home/rmarathe/myltib/cvsltib/ltib/rpm/BUILD/qtopia-free-2.2.0/dqt/qmake'

        This target is using the GNU C++ compiler (linux-g++).

        Recent versions of this compiler automatically include code for
        exceptions, which increase both the size of the Qt library and the
        amount of memory taken by your applications.

        You may choose to re-run configure with the -no-exceptions
        option to compile Qt without exceptions. This is completely binary
        compatible, and existing applications should continue to work.


Build type:    linux-g++

Configuration .......  nocrosscompiler minimal-config small-config
medium-config large-config full-config styles tools kernel widgets dialogs
iconview workspace network canvas table xml release dll thread largefile
stl ipv6 png gif zlib nis bigcodecs
STL support ......... yes
PCH support ......... no
IPv6 support ........ yes
Thread support ...... yes
NIS support ......... yes
CUPS support ........ no
Large File support .. partial
GIF support ......... yes
MNG support ......... plugin (qt)
JPEG support ........ plugin (qt)
PNG support ......... yes (qt)
zlib support ........ yes
OpenGL support ...... no
NAS sound support ... no
Session management .. no
XShape support ...... no
Xinerama support .... no
Tablet support ...... no
Xcursor support ..... no
XRandR support ...... no
XRender support ..... no
Xft support ......... no
XKB Support ......... no

Finding project files. Please wait...
  89 projects found.

Creating makefiles. Please wait...

Qt is now configured for building. Just run /usr/bin/make.
To reconfigure, run /usr/bin/make confclean and configure.

make[1]: Entering directory
`/home/rmarathe/myltib/cvsltib/ltib/rpm/BUILD/qtopia-free-2.2.0/dqt'
make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent
make rule.
cd qmake && make
make[2]: Entering directory
`/home/rmarathe/myltib/cvsltib/ltib/rpm/BUILD/qtopia-free-2.2.0/dqt/qmake'
make[2]: `qmake' is up to date.
make[2]: Leaving directory
`/home/rmarathe/myltib/cvsltib/ltib/rpm/BUILD/qtopia-free-2.2.0/dqt/qmake'
cd src/moc && make
make[2]: Entering directory
`/home/rmarathe/myltib/cvsltib/ltib/rpm/BUILD/qtopia-free-2.2.0/dqt/src/moc'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory
`/home/rmarathe/myltib/cvsltib/ltib/rpm/BUILD/qtopia-free-2.2.0/dqt/src/moc'
cd src && make
make[2]: Entering directory
`/home/rmarathe/myltib/cvsltib/ltib/rpm/BUILD/qtopia-free-2.2.0/dqt/src'
g++ -c -pipe -Wall -W -O2 -D_REENTRANT -fPIC -DQT_SHARED -DQT_NO_DEBUG
-DQT_THREAD_SUPPORT -DQT_THREAD_SUPPORT -DQT_NO_CUPS -D_LARGEFILE_SOURCE
-D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DQT_NO_XINERAMA -DQT_NO_SHAPE
-DQT_NO_XCURSOR -DQT_NO_XRANDR -DQT_NO_XRENDER -DQT_NO_XFTFREETYPE
-DQT_NO_XKB -DQT_NO_SM_SUPPORT -DQT_NO_IMAGEIO_MNG -DQT_NO_IMAGEIO_JPEG
-DQT_BUILTIN_GIF_READER=1 -DQT_NO_STYLE_MAC -DQT_NO_STYLE_AQUA
-DQT_NO_STYLE_INTERLACE -DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_COMPACT
-DQT_NO_STYLE_POCKETPC
-I/home/rmarathe/myltib/cvsltib/ltib/rpm/BUILD/qtopia-free-2.2.0/dqt/mkspecs/linux-g++
-I. -I3rdparty/libpng -I3rdparty/zlib -I../include -I/usr/X11R6/include
-I.moc/release-shared-mt/ -o .obj/release-shared-mt/qtaddons_x11.o
kernel/qtaddons_x11.cpp
In file included from kernel/qtaddons_x11.cpp:25:
kernel/qt_x11_p.h:66:22: error: X11/Xlib.h: No such file or directory
kernel/qt_x11_p.h:71:23: error: X11/Xutil.h: No such file or directory
kernel/qt_x11_p.h:72:21: error: X11/Xos.h: No such file or directory
kernel/qt_x11_p.h:73:23: error: X11/Xatom.h: No such file or directory
make[2]: *** [.obj/release-shared-mt/qtaddons_x11.o] Error 1
make[2]: Leaving directory
`/home/rmarathe/myltib/cvsltib/ltib/rpm/BUILD/qtopia-free-2.2.0/dqt/src'
make[1]: *** [sub-src] Error 2
make[1]: Leaving directory
`/home/rmarathe/myltib/cvsltib/ltib/rpm/BUILD/qtopia-free-2.2.0/dqt'
* ---------------------------------------------------------------------------
*
*               ERROR: Building Qtopia Tools has failed.
*
* Please investigate the problem by looking at the error messages in the
* make output.
* The Qtopia tools can be build using the separate buildQtopiaTools script
* which can be found in the qtopia/scripts directory of the package. The
* script is also invoked with the command 'make tools' from the package root
* directory.
*
* On most machines the default configuration options in the script works
fine.
* In case this doesn't work the configure parameters in the buildQtopiaTools
* script need to be tweaked to fit the environment/compiler used on the
machine
* and then run manually from the cmd line.
*
* Please make sure that the following binaries exist before trying to build
* Qtopia:
*  
/home/rmarathe/myltib/cvsltib/ltib/rpm/BUILD/qtopia-free-2.2.0/qt2/bin/moc
*  
/home/rmarathe/myltib/cvsltib/ltib/rpm/BUILD/qtopia-free-2.2.0/qt2/bin/uic
*  
/home/rmarathe/myltib/cvsltib/ltib/rpm/BUILD/qtopia-free-2.2.0/qt2/bin/qvfb
*  
/home/rmarathe/myltib/cvsltib/ltib/rpm/BUILD/qtopia-free-2.2.0/dqt/bin/lrelease
*  
/home/rmarathe/myltib/cvsltib/ltib/rpm/BUILD/qtopia-free-2.2.0/dqt/bin/lupdate
*
* As a rule, these tools need to be built only once.
*
******************************************************************************

***********************************
********* Build Qtopia ************
***********************************
QPE_CFG=" '-arch' 'arm' '-no-qvfb' '-with-libffmpeg' '-qconfig' 'qpe'
'-edition' 'pda' '-displaysize' '240x320' '-l' 'jpeg' '-l' 'uuid'
-no-qtopiadesktop -release -platform 'linux-g++' -xplatform
'linux-mxc-g++'"

make[1]: Entering directory
`/home/rmarathe/myltib/cvsltib/ltib/rpm/BUILD/qtopia-free-2.2.0/qtopia'
make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent
make rule.
make[1]: *** No rule to make target `install'.  Stop.
make[1]: Leaving directory
`/home/rmarathe/myltib/cvsltib/ltib/rpm/BUILD/qtopia-free-2.2.0/qtopia'
+ rm -rf /home/rmarathe/myltib/cvsltib/ltib/tmp/qtopia
+ install -d
/home/rmarathe/myltib/cvsltib/ltib/tmp/qtopia//opt/freescale/rootfs/arm
+ cp -a qt2/lib/fonts/5x7.bdf qt2/lib/fonts/README
qt2/lib/fonts/UTBI____.pfa qt2/lib/fonts/UTB_____.pfa
qt2/lib/fonts/UTI_____.pfa qt2/lib/fonts/UTRG____.pfa
qt2/lib/fonts/Vera.ttf qt2/lib/fonts/VeraBI.ttf qt2/lib/fonts/VeraBd.ttf
qt2/lib/fonts/VeraCopyright.txt qt2/lib/fonts/VeraIt.ttf
qt2/lib/fonts/VeraMoBI.ttf qt2/lib/fonts/VeraMoBd.ttf
qt2/lib/fonts/VeraMoIt.ttf qt2/lib/fonts/VeraMono.ttf
qt2/lib/fonts/VeraSe.ttf qt2/lib/fonts/VeraSeBd.ttf
qt2/lib/fonts/babelfish.ttf qt2/lib/fonts/c0419bt_.pfb
qt2/lib/fonts/c0582bt_.pfb qt2/lib/fonts/c0583bt_.pfb
qt2/lib/fonts/c0611bt_.pfb qt2/lib/fonts/c0632bt_.pfb
qt2/lib/fonts/c0633bt_.pfb qt2/lib/fonts/c0648bt_.pfb
qt2/lib/fonts/c0649bt_.pfb qt2/lib/fonts/cour.pfa qt2/lib/fonts/courb.pfa
qt2/lib/fonts/courbi.pfa qt2/lib/fonts/couri.pfa qt2/lib/fonts/cursor.pfa
qt2/lib/fonts/fixed_120_50.qpf qt2/lib/fonts/fixed_120_50_t10.qpf
qt2/lib/fonts/fixed_120_50_t15.qpf qt2/lib/fonts/fixed_120_50_t5.qpf
qt2/lib/fonts/fixed_70_50.qpf qt2/lib/fonts/fixed_70_50_t10.qpf
qt2/lib/fonts/fixed_70_50_t15.qpf qt2/lib/fonts/fixed_70_50_t5.qpf
qt2/lib/fonts/fontdir qt2/lib/fonts/fontdir-lots qt2/lib/fonts/helvB08.bdf
qt2/lib/fonts/helvB10.bdf qt2/lib/fonts/helvB12.bdf
qt2/lib/fonts/helvB14.bdf qt2/lib/fonts/helvB18.bdf
qt2/lib/fonts/helvB24.bdf qt2/lib/fonts/helvBO08.bdf
qt2/lib/fonts/helvBO10.bdf qt2/lib/fonts/helvBO12.bdf
qt2/lib/fonts/helvBO14.bdf qt2/lib/fonts/helvBO18.bdf
qt2/lib/fonts/helvBO24.bdf qt2/lib/fonts/helvO08.bdf
qt2/lib/fonts/helvO10.bdf qt2/lib/fonts/helvO12.bdf
qt2/lib/fonts/helvO14.bdf qt2/lib/fonts/helvO18.bdf
qt2/lib/fonts/helvO24.bdf qt2/lib/fonts/helvR08.bdf
qt2/lib/fonts/helvR10.bdf qt2/lib/fonts/helvR12.bdf
qt2/lib/fonts/helvR14.bdf qt2/lib/fonts/helvR18.bdf
qt2/lib/fonts/helvR24.bdf qt2/lib/fonts/helvetica_100_50.qpf
qt2/lib/fonts/helvetica_100_50_t10.qpf
qt2/lib/fonts/helvetica_100_50_t15.qpf
qt2/lib/fonts/helvetica_100_50_t5.qpf qt2/lib/fonts/helvetica_100_50i.qpf
qt2/lib/fonts/helvetica_100_50i_t10.qpf
qt2/lib/fonts/helvetica_100_50i_t15.qpf
qt2/lib/fonts/helvetica_100_50i_t5.qpf qt2/lib/fonts/helvetica_100_75.qpf
qt2/lib/fonts/helvetica_100_75_t10.qpf
qt2/lib/fonts/helvetica_100_75_t15.qpf
qt2/lib/fonts/helvetica_100_75_t5.qpf qt2/lib/fonts/helvetica_100_75i.qpf
qt2/lib/fonts/helvetica_100_75i_t10.qpf
qt2/lib/fonts/helvetica_100_75i_t15.qpf
qt2/lib/fonts/helvetica_100_75i_t5.qpf qt2/lib/fonts/helvetica_120_50.qpf
qt2/lib/fonts/helvetica_120_50_t10.qpf
qt2/lib/fonts/helvetica_120_50_t15.qpf
qt2/lib/fonts/helvetica_120_50_t5.qpf qt2/lib/fonts/helvetica_120_50i.qpf
qt2/lib/fonts/helvetica_120_50i_t10.qpf
qt2/lib/fonts/helvetica_120_50i_t15.qpf
qt2/lib/fonts/helvetica_120_50i_t5.qpf qt2/lib/fonts/helvetica_120_75.qpf
qt2/lib/fonts/helvetica_120_75_t10.qpf
qt2/lib/fonts/helvetica_120_75_t15.qpf
qt2/lib/fonts/helvetica_120_75_t5.qpf qt2/lib/fonts/helvetica_120_75i.qpf
qt2/lib/fonts/helvetica_120_75i_t10.qpf
qt2/lib/fonts/helvetica_120_75i_t15.qpf
qt2/lib/fonts/helvetica_120_75i_t5.qpf qt2/lib/fonts/helvetica_140_50.qpf
qt2/lib/fonts/helvetica_140_50_t10.qpf
qt2/lib/fonts/helvetica_140_50_t15.qpf
qt2/lib/fonts/helvetica_140_50_t5.qpf qt2/lib/fonts/helvetica_140_50i.qpf
qt2/lib/fonts/helvetica_140_50i_t10.qpf
qt2/lib/fonts/helvetica_140_50i_t15.qpf
qt2/lib/fonts/helvetica_140_50i_t5.qpf qt2/lib/fonts/helvetica_140_75.qpf
qt2/lib/fonts/helvetica_140_75_t10.qpf
qt2/lib/fonts/helvetica_140_75_t15.qpf
qt2/lib/fonts/helvetica_140_75_t5.qpf qt2/lib/fonts/helvetica_140_75i.qpf
qt2/lib/fonts/helvetica_140_75i_t10.qpf
qt2/lib/fonts/helvetica_140_75i_t15.qpf
qt2/lib/fonts/helvetica_140_75i_t5.qpf qt2/lib/fonts/helvetica_180_50.qpf
qt2/lib/fonts/helvetica_180_50_t10.qpf
qt2/lib/fonts/helvetica_180_50_t15.qpf
qt2/lib/fonts/helvetica_180_50_t5.qpf qt2/lib/fonts/helvetica_180_50i.qpf
qt2/lib/fonts/helvetica_180_50i_t10.qpf
qt2/lib/fonts/helvetica_180_50i_t15.qpf
qt2/lib/fonts/helvetica_180_50i_t5.qpf qt2/lib/fonts/helvetica_180_75.qpf
qt2/lib/fonts/helvetica_180_75_t10.qpf
qt2/lib/fonts/helvetica_180_75_t15.qpf
qt2/lib/fonts/helvetica_180_75_t5.qpf qt2/lib/fonts/helvetica_180_75i.qpf
qt2/lib/fonts/helvetica_180_75i_t10.qpf
qt2/lib/fonts/helvetica_180_75i_t15.qpf
qt2/lib/fonts/helvetica_180_75i_t5.qpf qt2/lib/fonts/helvetica_240_50.qpf
qt2/lib/fonts/helvetica_240_50_t10.qpf
qt2/lib/fonts/helvetica_240_50_t15.qpf
qt2/lib/fonts/helvetica_240_50_t5.qpf qt2/lib/fonts/helvetica_240_50i.qpf
qt2/lib/fonts/helvetica_240_50i_t10.qpf
qt2/lib/fonts/helvetica_240_50i_t15.qpf
qt2/lib/fonts/helvetica_240_50i_t5.qpf qt2/lib/fonts/helvetica_240_75.qpf
qt2/lib/fonts/helvetica_240_75_t10.qpf
qt2/lib/fonts/helvetica_240_75_t15.qpf
qt2/lib/fonts/helvetica_240_75_t5.qpf qt2/lib/fonts/helvetica_240_75i.qpf
qt2/lib/fonts/helvetica_240_75i_t10.qpf
qt2/lib/fonts/helvetica_240_75i_t15.qpf
qt2/lib/fonts/helvetica_240_75i_t5.qpf qt2/lib/fonts/helvetica_80_50.qpf
qt2/lib/fonts/helvetica_80_50_t10.qpf
qt2/lib/fonts/helvetica_80_50_t15.qpf qt2/lib/fonts/helvetica_80_50_t5.qpf
qt2/lib/fonts/helvetica_80_50i.qpf qt2/lib/fonts/helvetica_80_50i_t10.qpf
qt2/lib/fonts/helvetica_80_50i_t15.qpf
qt2/lib/fonts/helvetica_80_50i_t5.qpf qt2/lib/fonts/helvetica_80_75.qpf
qt2/lib/fonts/helvetica_80_75_t10.qpf
qt2/lib/fonts/helvetica_80_75_t15.qpf qt2/lib/fonts/helvetica_80_75_t5.qpf
qt2/lib/fonts/helvetica_80_75i.qpf qt2/lib/fonts/helvetica_80_75i_t10.qpf
qt2/lib/fonts/helvetica_80_75i_t15.qpf
qt2/lib/fonts/helvetica_80_75i_t5.qpf qt2/lib/fonts/japanese_230_50.qpf
qt2/lib/fonts/japanese_230_50_t10.qpf
qt2/lib/fonts/japanese_230_50_t15.qpf qt2/lib/fonts/japanese_230_50_t5.qpf
qt2/lib/fonts/lcdxmo.pfa qt2/lib/fonts/lcdxmr.pfa qt2/lib/fonts/lcdxro.pfa
qt2/lib/fonts/lcdxrr.pfa qt2/lib/fonts/lcdxso.pfa qt2/lib/fonts/lcdxsr.pfa
qt2/lib/fonts/micro.bdf qt2/lib/fonts/micro_40_50.qpf
qt2/lib/fonts/micro_40_50_t10.qpf qt2/lib/fonts/micro_40_50_t15.qpf
qt2/lib/fonts/micro_40_50_t5.qpf qt2/lib/fonts/mkfontdir-qws
qt2/lib/fonts/smallsmooth_90_50.qpf
qt2/lib/fonts/smallsmooth_90_50_t10.qpf
qt2/lib/fonts/smallsmooth_90_50_t15.qpf
qt2/lib/fonts/smallsmooth_90_50_t5.qpf qt2/lib/fonts/smoothmono_100_50.qpf
qt2/lib/fonts/smoothmono_100_50_t10.qpf
qt2/lib/fonts/smoothmono_100_50_t15.qpf
qt2/lib/fonts/smoothmono_100_50_t5.qpf
qt2/lib/fonts/smoothmono_100_50i.qpf
qt2/lib/fonts/smoothmono_100_50i_t10.qpf
qt2/lib/fonts/smoothmono_100_50i_t15.qpf
qt2/lib/fonts/smoothmono_100_50i_t5.qpf
qt2/lib/fonts/smoothmono_100_75.qpf
qt2/lib/fonts/smoothmono_100_75_t10.qpf
qt2/lib/fonts/smoothmono_100_75_t15.qpf
qt2/lib/fonts/smoothmono_100_75_t5.qpf
qt2/lib/fonts/smoothmono_100_75i.qpf
qt2/lib/fonts/smoothmono_100_75i_t10.qpf
qt2/lib/fonts/smoothmono_100_75i_t15.qpf
qt2/lib/fonts/smoothmono_100_75i_t5.qpf
qt2/lib/fonts/smoothmono_110_50.qpf
qt2/lib/fonts/smoothmono_110_50_t10.qpf
qt2/lib/fonts/smoothmono_110_50_t15.qpf
qt2/lib/fonts/smoothmono_110_50_t5.qpf
qt2/lib/fonts/smoothmono_110_50i.qpf
qt2/lib/fonts/smoothmono_110_50i_t10.qpf
qt2/lib/fonts/smoothmono_110_50i_t15.qpf
qt2/lib/fonts/smoothmono_110_50i_t5.qpf
qt2/lib/fonts/smoothmono_110_75.qpf
qt2/lib/fonts/smoothmono_110_75_t10.qpf
qt2/lib/fonts/smoothmono_110_75_t15.qpf
qt2/lib/fonts/smoothmono_110_75_t5.qpf
qt2/lib/fonts/smoothmono_110_75i.qpf
qt2/lib/fonts/smoothmono_110_75i_t10.qpf
qt2/lib/fonts/smoothmono_110_75i_t15.qpf
qt2/lib/fonts/smoothmono_110_75i_t5.qpf
qt2/lib/fonts/smoothmono_120_50.qpf
qt2/lib/fonts/smoothmono_120_50_t10.qpf
qt2/lib/fonts/smoothmono_120_50_t15.qpf
qt2/lib/fonts/smoothmono_120_50_t5.qpf
qt2/lib/fonts/smoothmono_120_50i.qpf
qt2/lib/fonts/smoothmono_120_50i_t10.qpf
qt2/lib/fonts/smoothmono_120_50i_t15.qpf
qt2/lib/fonts/smoothmono_120_50i_t5.qpf
qt2/lib/fonts/smoothmono_120_75.qpf
qt2/lib/fonts/smoothmono_120_75_t10.qpf
qt2/lib/fonts/smoothmono_120_75_t15.qpf
qt2/lib/fonts/smoothmono_120_75_t5.qpf
qt2/lib/fonts/smoothmono_120_75i.qpf
qt2/lib/fonts/smoothmono_120_75i_t10.qpf
qt2/lib/fonts/smoothmono_120_75i_t15.qpf
qt2/lib/fonts/smoothmono_120_75i_t5.qpf
qt2/lib/fonts/smoothmono_140_50.qpf
qt2/lib/fonts/smoothmono_140_50_t10.qpf
qt2/lib/fonts/smoothmono_140_50_t15.qpf
qt2/lib/fonts/smoothmono_140_50_t5.qpf
qt2/lib/fonts/smoothmono_140_50i.qpf
qt2/lib/fonts/smoothmono_140_50i_t10.qpf
qt2/lib/fonts/smoothmono_140_50i_t15.qpf
qt2/lib/fonts/smoothmono_140_50i_t5.qpf
qt2/lib/fonts/smoothmono_140_75.qpf
qt2/lib/fonts/smoothmono_140_75_t10.qpf
qt2/lib/fonts/smoothmono_140_75_t15.qpf
qt2/lib/fonts/smoothmono_140_75_t5.qpf
qt2/lib/fonts/smoothmono_140_75i.qpf
qt2/lib/fonts/smoothmono_140_75i_t10.qpf
qt2/lib/fonts/smoothmono_140_75i_t15.qpf
qt2/lib/fonts/smoothmono_140_75i_t5.qpf
qt2/lib/fonts/smoothmono_180_50.qpf
qt2/lib/fonts/smoothmono_180_50_t10.qpf
qt2/lib/fonts/smoothmono_180_50_t15.qpf
qt2/lib/fonts/smoothmono_180_50_t5.qpf
qt2/lib/fonts/smoothmono_180_50i.qpf
qt2/lib/fonts/smoothmono_180_50i_t10.qpf
qt2/lib/fonts/smoothmono_180_50i_t15.qpf
qt2/lib/fonts/smoothmono_180_50i_t5.qpf
qt2/lib/fonts/smoothmono_180_75.qpf
qt2/lib/fonts/smoothmono_180_75_t10.qpf
qt2/lib/fonts/smoothmono_180_75_t15.qpf
qt2/lib/fonts/smoothmono_180_75_t5.qpf
qt2/lib/fonts/smoothmono_180_75i.qpf
qt2/lib/fonts/smoothmono_180_75i_t10.qpf
qt2/lib/fonts/smoothmono_180_75i_t15.qpf
qt2/lib/fonts/smoothmono_180_75i_t5.qpf
qt2/lib/fonts/smoothmono_240_50.qpf
qt2/lib/fonts/smoothmono_240_50_t10.qpf
qt2/lib/fonts/smoothmono_240_50_t15.qpf
qt2/lib/fonts/smoothmono_240_50_t5.qpf
qt2/lib/fonts/smoothmono_240_50i.qpf
qt2/lib/fonts/smoothmono_240_50i_t10.qpf
qt2/lib/fonts/smoothmono_240_50i_t15.qpf
qt2/lib/fonts/smoothmono_240_50i_t5.qpf
qt2/lib/fonts/smoothmono_240_75.qpf
qt2/lib/fonts/smoothmono_240_75_t10.qpf
qt2/lib/fonts/smoothmono_240_75_t15.qpf
qt2/lib/fonts/smoothmono_240_75_t5.qpf
qt2/lib/fonts/smoothmono_240_75i.qpf
qt2/lib/fonts/smoothmono_240_75i_t10.qpf
qt2/lib/fonts/smoothmono_240_75i_t15.qpf
qt2/lib/fonts/smoothmono_240_75i_t5.qpf qt2/lib/fonts/smoothmono_90_50.qpf
qt2/lib/fonts/smoothmono_90_50_t10.qpf
qt2/lib/fonts/smoothmono_90_50_t15.qpf
qt2/lib/fonts/smoothmono_90_50_t5.qpf qt2/lib/fonts/smoothmono_90_50i.qpf
qt2/lib/fonts/smoothmono_90_50i_t10.qpf
qt2/lib/fonts/smoothmono_90_50i_t15.qpf
qt2/lib/fonts/smoothmono_90_50i_t5.qpf qt2/lib/fonts/smoothmono_90_75.qpf
qt2/lib/fonts/smoothmono_90_75_t10.qpf
qt2/lib/fonts/smoothmono_90_75_t15.qpf
qt2/lib/fonts/smoothmono_90_75_t5.qpf qt2/lib/fonts/smoothmono_90_75i.qpf
qt2/lib/fonts/smoothmono_90_75i_t10.qpf
qt2/lib/fonts/smoothmono_90_75i_t15.qpf
qt2/lib/fonts/smoothmono_90_75i_t5.qpf qt2/lib/fonts/smoothsans_100_50.qpf
qt2/lib/fonts/smoothsans_100_50_t10.qpf
qt2/lib/fonts/smoothsans_100_50_t15.qpf
qt2/lib/fonts/smoothsans_100_50_t5.qpf
qt2/lib/fonts/smoothsans_100_50i.qpf
qt2/lib/fonts/smoothsans_100_50i_t10.qpf
qt2/lib/fonts/smoothsans_100_50i_t15.qpf
qt2/lib/fonts/smoothsans_100_50i_t5.qpf
qt2/lib/fonts/smoothsans_100_75.qpf
qt2/lib/fonts/smoothsans_100_75_t10.qpf
qt2/lib/fonts/smoothsans_100_75_t15.qpf
qt2/lib/fonts/smoothsans_100_75_t5.qpf
qt2/lib/fonts/smoothsans_100_75i.qpf
qt2/lib/fonts/smoothsans_100_75i_t10.qpf
qt2/lib/fonts/smoothsans_100_75i_t15.qpf
qt2/lib/fonts/smoothsans_100_75i_t5.qpf
qt2/lib/fonts/smoothsans_110_50.qpf
qt2/lib/fonts/smoothsans_110_50_t10.qpf
qt2/lib/fonts/smoothsans_110_50_t15.qpf
qt2/lib/fonts/smoothsans_110_50_t5.qpf
qt2/lib/fonts/smoothsans_110_50i.qpf
qt2/lib/fonts/smoothsans_110_50i_t10.qpf
qt2/lib/fonts/smoothsans_110_50i_t15.qpf
qt2/lib/fonts/smoothsans_110_50i_t5.qpf
qt2/lib/fonts/smoothsans_110_75.qpf
qt2/lib/fonts/smoothsans_110_75_t10.qpf
qt2/lib/fonts/smoothsans_110_75_t15.qpf
qt2/lib/fonts/smoothsans_110_75_t5.qpf
qt2/lib/fonts/smoothsans_110_75i.qpf
qt2/lib/fonts/smoothsans_110_75i_t10.qpf
qt2/lib/fonts/smoothsans_110_75i_t15.qpf
qt2/lib/fonts/smoothsans_110_75i_t5.qpf
qt2/lib/fonts/smoothsans_120_50.qpf
qt2/lib/fonts/smoothsans_120_50_t10.qpf
qt2/lib/fonts/smoothsans_120_50_t15.qpf
qt2/lib/fonts/smoothsans_120_50_t5.qpf
qt2/lib/fonts/smoothsans_120_50i.qpf
qt2/lib/fonts/smoothsans_120_50i_t10.qpf
qt2/lib/fonts/smoothsans_120_50i_t15.qpf
qt2/lib/fonts/smoothsans_120_50i_t5.qpf
qt2/lib/fonts/smoothsans_120_75.qpf
qt2/lib/fonts/smoothsans_120_75_t10.qpf
qt2/lib/fonts/smoothsans_120_75_t15.qpf
qt2/lib/fonts/smoothsans_120_75_t5.qpf
qt2/lib/fonts/smoothsans_120_75i.qpf
qt2/lib/fonts/smoothsans_120_75i_t10.qpf
qt2/lib/fonts/smoothsans_120_75i_t15.qpf
qt2/lib/fonts/smoothsans_120_75i_t5.qpf
qt2/lib/fonts/smoothsans_140_50.qpf
qt2/lib/fonts/smoothsans_140_50_t10.qpf
qt2/lib/fonts/smoothsans_140_50_t15.qpf
qt2/lib/fonts/smoothsans_140_50_t5.qpf
qt2/lib/fonts/smoothsans_140_50i.qpf
qt2/lib/fonts/smoothsans_140_50i_t10.qpf
qt2/lib/fonts/smoothsans_140_50i_t15.qpf
qt2/lib/fonts/smoothsans_140_50i_t5.qpf
qt2/lib/fonts/smoothsans_140_75.qpf
qt2/lib/fonts/smoothsans_140_75_t10.qpf
qt2/lib/fonts/smoothsans_140_75_t15.qpf
qt2/lib/fonts/smoothsans_140_75_t5.qpf
qt2/lib/fonts/smoothsans_140_75i.qpf
qt2/lib/fonts/smoothsans_140_75i_t10.qpf
qt2/lib/fonts/smoothsans_140_75i_t15.qpf
qt2/lib/fonts/smoothsans_140_75i_t5.qpf
qt2/lib/fonts/smoothsans_180_50.qpf
qt2/lib/fonts/smoothsans_180_50_t10.qpf
qt2/lib/fonts/smoothsans_180_50_t15.qpf
qt2/lib/fonts/smoothsans_180_50_t5.qpf
qt2/lib/fonts/smoothsans_180_50i.qpf
qt2/lib/fonts/smoothsans_180_50i_t10.qpf
qt2/lib/fonts/smoothsans_180_50i_t15.qpf
qt2/lib/fonts/smoothsans_180_50i_t5.qpf
qt2/lib/fonts/smoothsans_180_75.qpf
qt2/lib/fonts/smoothsans_180_75_t10.qpf
qt2/lib/fonts/smoothsans_180_75_t15.qpf
qt2/lib/fonts/smoothsans_180_75_t5.qpf
qt2/lib/fonts/smoothsans_180_75i.qpf
qt2/lib/fonts/smoothsans_180_75i_t10.qpf
qt2/lib/fonts/smoothsans_180_75i_t15.qpf
qt2/lib/fonts/smoothsans_180_75i_t5.qpf
qt2/lib/fonts/smoothsans_240_50.qpf
qt2/lib/fonts/smoothsans_240_50_t10.qpf
qt2/lib/fonts/smoothsans_240_50_t15.qpf
qt2/lib/fonts/smoothsans_240_50_t5.qpf
qt2/lib/fonts/smoothsans_240_50i.qpf
qt2/lib/fonts/smoothsans_240_50i_t10.qpf
qt2/lib/fonts/smoothsans_240_50i_t15.qpf
qt2/lib/fonts/smoothsans_240_50i_t5.qpf
qt2/lib/fonts/smoothsans_240_75.qpf
qt2/lib/fonts/smoothsans_240_75_t10.qpf
qt2/lib/fonts/smoothsans_240_75_t15.qpf
qt2/lib/fonts/smoothsans_240_75_t5.qpf
qt2/lib/fonts/smoothsans_240_75i.qpf
qt2/lib/fonts/smoothsans_240_75i_t10.qpf
qt2/lib/fonts/smoothsans_240_75i_t15.qpf
qt2/lib/fonts/smoothsans_240_75i_t5.qpf qt2/lib/fonts/smoothsans_90_50.qpf
qt2/lib/fonts/smoothsans_90_50_t10.qpf
qt2/lib/fonts/smoothsans_90_50_t15.qpf
qt2/lib/fonts/smoothsans_90_50_t5.qpf qt2/lib/fonts/smoothsans_90_50i.qpf
qt2/lib/fonts/smoothsans_90_50i_t10.qpf
qt2/lib/fonts/smoothsans_90_50i_t15.qpf
qt2/lib/fonts/smoothsans_90_50i_t5.qpf qt2/lib/fonts/smoothsans_90_75.qpf
qt2/lib/fonts/smoothsans_90_75_t10.qpf
qt2/lib/fonts/smoothsans_90_75_t15.qpf
qt2/lib/fonts/smoothsans_90_75_t5.qpf qt2/lib/fonts/smoothsans_90_75i.qpf
qt2/lib/fonts/smoothsans_90_75i_t10.qpf
qt2/lib/fonts/smoothsans_90_75i_t15.qpf
qt2/lib/fonts/smoothsans_90_75i_t5.qpf
qt2/lib/fonts/smoothserif_100_50.qpf
qt2/lib/fonts/smoothserif_100_50_t10.qpf
qt2/lib/fonts/smoothserif_100_50_t15.qpf
qt2/lib/fonts/smoothserif_100_50_t5.qpf
qt2/lib/fonts/smoothserif_100_75.qpf
qt2/lib/fonts/smoothserif_100_75_t10.qpf
qt2/lib/fonts/smoothserif_100_75_t15.qpf
qt2/lib/fonts/smoothserif_100_75_t5.qpf
qt2/lib/fonts/smoothserif_110_50.qpf
qt2/lib/fonts/smoothserif_110_50_t10.qpf
qt2/lib/fonts/smoothserif_110_50_t15.qpf
qt2/lib/fonts/smoothserif_110_50_t5.qpf
qt2/lib/fonts/smoothserif_110_75.qpf
qt2/lib/fonts/smoothserif_110_75_t10.qpf
qt2/lib/fonts/smoothserif_110_75_t15.qpf
qt2/lib/fonts/smoothserif_110_75_t5.qpf
qt2/lib/fonts/smoothserif_120_50.qpf
qt2/lib/fonts/smoothserif_120_50_t10.qpf
qt2/lib/fonts/smoothserif_120_50_t15.qpf
qt2/lib/fonts/smoothserif_120_50_t5.qpf
qt2/lib/fonts/smoothserif_120_75.qpf
qt2/lib/fonts/smoothserif_120_75_t10.qpf
qt2/lib/fonts/smoothserif_120_75_t15.qpf
qt2/lib/fonts/smoothserif_120_75_t5.qpf
qt2/lib/fonts/smoothserif_140_50.qpf
qt2/lib/fonts/smoothserif_140_50_t10.qpf
qt2/lib/fonts/smoothserif_140_50_t15.qpf
qt2/lib/fonts/smoothserif_140_50_t5.qpf
qt2/lib/fonts/smoothserif_140_75.qpf
qt2/lib/fonts/smoothserif_140_75_t10.qpf
qt2/lib/fonts/smoothserif_140_75_t15.qpf
qt2/lib/fonts/smoothserif_140_75_t5.qpf
qt2/lib/fonts/smoothserif_180_50.qpf
qt2/lib/fonts/smoothserif_180_50_t10.qpf
qt2/lib/fonts/smoothserif_180_50_t15.qpf
qt2/lib/fonts/smoothserif_180_50_t5.qpf
qt2/lib/fonts/smoothserif_180_75.qpf
qt2/lib/fonts/smoothserif_180_75_t10.qpf
qt2/lib/fonts/smoothserif_180_75_t15.qpf
qt2/lib/fonts/smoothserif_180_75_t5.qpf
qt2/lib/fonts/smoothserif_240_50.qpf
qt2/lib/fonts/smoothserif_240_50_t10.qpf
qt2/lib/fonts/smoothserif_240_50_t15.qpf
qt2/lib/fonts/smoothserif_240_50_t5.qpf
qt2/lib/fonts/smoothserif_240_75.qpf
qt2/lib/fonts/smoothserif_240_75_t10.qpf
qt2/lib/fonts/smoothserif_240_75_t15.qpf
qt2/lib/fonts/smoothserif_240_75_t5.qpf
qt2/lib/fonts/smoothserif_90_50.qpf
qt2/lib/fonts/smoothserif_90_50_t10.qpf
qt2/lib/fonts/smoothserif_90_50_t15.qpf
qt2/lib/fonts/smoothserif_90_50_t5.qpf qt2/lib/fonts/smoothserif_90_75.qpf
qt2/lib/fonts/smoothserif_90_75_t10.qpf
qt2/lib/fonts/smoothserif_90_75_t15.qpf
qt2/lib/fonts/smoothserif_90_75_t5.qpf
qt2/lib/fonts/smoothtimes_100_50.qpf
qt2/lib/fonts/smoothtimes_100_50_t10.qpf
qt2/lib/fonts/smoothtimes_100_50_t15.qpf
qt2/lib/fonts/smoothtimes_100_50_t5.qpf
qt2/lib/fonts/smoothtimes_160_50.qpf
qt2/lib/fonts/smoothtimes_160_50_t10.qpf
qt2/lib/fonts/smoothtimes_160_50_t15.qpf
qt2/lib/fonts/smoothtimes_160_50_t5.qpf
qt2/lib/fonts/smoothtimes_170_50.qpf
qt2/lib/fonts/smoothtimes_170_50_t10.qpf
qt2/lib/fonts/smoothtimes_170_50_t15.qpf
qt2/lib/fonts/smoothtimes_170_50_t5.qpf
qt2/lib/fonts/smoothtimes_170_75.qpf
qt2/lib/fonts/smoothtimes_170_75_t10.qpf
qt2/lib/fonts/smoothtimes_170_75_t15.qpf
qt2/lib/fonts/smoothtimes_170_75_t5.qpf
qt2/lib/fonts/smoothtimes_220_50.qpf
qt2/lib/fonts/smoothtimes_220_50_t10.qpf
qt2/lib/fonts/smoothtimes_220_50_t15.qpf
qt2/lib/fonts/smoothtimes_220_50_t5.qpf
qt2/lib/fonts/smoothtimes_250_75.qpf
qt2/lib/fonts/smoothtimes_250_75_t10.qpf
qt2/lib/fonts/smoothtimes_250_75_t15.qpf
qt2/lib/fonts/smoothtimes_250_75_t5.qpf
qt2/lib/fonts/smoothtimes_440_75.qpf
qt2/lib/fonts/smoothtimes_440_75_t10.qpf
qt2/lib/fonts/smoothtimes_440_75_t15.qpf
qt2/lib/fonts/smoothtimes_440_75_t5.qpf qt2/lib/fonts/unifont_160_50.qpf
qt2/lib/fonts/unifont_160_50_t10.qpf qt2/lib/fonts/unifont_160_50_t15.qpf
qt2/lib/fonts/unifont_160_50_t5.qpf qtopia/image/opt/Qtopia/lib/fonts/
cp: target `qtopia/image/opt/Qtopia/lib/fonts/' is not a directory
error: Bad exit status from
/home/rmarathe/myltib/cvsltib/ltib/tmp/rpm-tmp.54583 (%install)


RPM build errors:
    Bad exit status from
/home/rmarathe/myltib/cvsltib/ltib/tmp/rpm-tmp.54583 (%install)
Build time for qtopia: 43 seconds

Failed building qtopia


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


Started: Tue Aug 25 18:57:54 2009
======================================================================


regards,
Rakesh Marathe



> Hi Rajesh,
>
> Please keep messages on the public mailing list.
>
> You don't need to touch your system's host package, the ones from LTIB
> as in a private area so you don't need to do this.  You should
> re-install flex using Synaptic.
>
> This is a problem that is fixed on later releases.  I don't have this
> BSP so can't be sure,but from what I recall you may be able to fix it by
> following the guide below, if not you need to contact Freescale support
> as it's one of theirs.
>
> The work-around is to build the bison package with a lower optimization
> level.
>
> a) Remove the failed build: rm -rf rpm/BUILD/flex*
> b) Edit: dist/lfs-5.1/bison/bison.spec and int the %Build section.
> change the "make" command to "make CFLAGS=-O0"
> c) Then build bison: ./ltib --hostcf -p bison -f
> d) Then run ltib again: ./ltib
>
> NOTE: I'm not sure if a BSP that old had the --hostcf option, if not
> first remove .host_wait_warning* and then just run ./ltib instead of
> steps c and d.
>
> Regards, Stuart
>
> address@hidden wrote:
>> Hi Stuart,
>>
>> I downloaded the iso version of ltib  file -
>> imx27_ads_20071219-rel3-ltib.iso
>> and tried to compile on ubuntu ver 9.04. I am getting an error while
>> building the package "flex 2.5.4". The error output appears like:
>>
>> ----------------------------------------------------------------------
>> touch .bootstrap
>> gcc -c -I. -I. -g -O ccl.c
>> gcc -c -I. -I. -g -O dfa.c
>> gcc -c -I. -I. -g -O ecs.c
>> gcc -c -I. -I. -g -O gen.c
>> gcc -c -I. -I. -g -O main.c
>> gcc -c -I. -I. -g -O misc.c
>> gcc -c -I. -I. -g -O nfa.c
>> bison -y -d ./parse.y
>> make: *** [parse.c] Segmentation fault
>> error: Bad exit status from /home/rma
>> rathe/myltib/ltib-imx27ads-20071219/tmp/rpm-tmp.77326 (%build)
>>
>>
>> RPM build errors:
>>     Bad exit status from
>> /home/rmarathe/myltib/ltib-imx27ads-20071219/tmp/rpm-tmp.77326
>> (%build)
>> Build time for flex: 4 seconds
>> -----------------------------------------------------------------------
>>
>> I have removed the flex package using Synaptic package Manager as the
>> ISO
>> from Freescale installs this package. Can you please let me know how to
>> eliminate this issue ?
>> Thanks in advance,
>>
>> regards,
>> Rajesh Marathe.
>>
>>
>






reply via email to

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