[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Ltib] Freescale Ltib fails
From: |
Ing. Giorgio Marinangeli |
Subject: |
Re: [Ltib] Freescale Ltib fails |
Date: |
Mon, 14 Dec 2009 14:09:09 +0100 |
This is my pkg_map original file:
----------------------------------------------------
[...]
PKG_LIBXT = libXt
PKG_LIBXMU = libXmu
PKG_LIBXAW = libXaw
PKG_DBUS = dbus
PKG_DBUS_GLIB = dbus-glib
PKG_CAIRO = cairo
PKG_ATK = atk
PKG_PANGO = pango
PKG_ALSA_LIB = alsa-lib
PKG_GTK2 = gtk2
PKG_SWIG = swig
PKG_MICROWINDOWS = microwindows
PKG_LIBXML2 = libxml2
PKG_HTTPD = httpd
[...]
----------------------------------------------------
In this case the gtk2 is compiled after the dbus and dbus-glib
I tried to change the order too by editing the pkg_map file myself
----------------------------------------------------
[...]
PKG_GTK2 = gtk2
PKG_DBUS = dbus
PKG_DBUS_GLIB = dbus-glib
PKG_CAIRO = cairo
PKG_ATK = atk
PKG_PANGO = pango
PKG_ALSA_LIB = alsa-lib
[...]
---------------------------------------------------
but I continue to get the same error.
>Antoher thing to check is the version of gtk that you is using.
How can I check the gtk version?
>Are you using the same packages of ltib or did you changed some
>sources?
I am using original LTIB provided by freescale.
I did not change any source.
Regards,
Giorgio.
Il giorno lun, 14/12/2009 alle 10.06 -0200, Rogério de Souza Moraes ha
scritto:
> Hi Giorgio,
>
> in the file "<ltib_dir>/config/userspace/pkg_map" the gtk2 is set to
> be compiled before the dbus and dbus-glib? In my file, I compile gtk2
> before these two packages, check if in yours is the same.
>
> Antoher thing to check is the version of gtk that you is using. Are
> you using the same packages of ltib or did you changed some sources?
>
> Best regards,
>
> Rogerio
>
> 2009/12/14 Ing. Giorgio Marinangeli <address@hidden>
> Thanks Rogério,
>
> I solved the problem with dbus-glib,
> but now I have another one problem with gtk2.
>
> This is the console output:
>
>
> -----------------------------------------------------------------------------------
> [........]
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\"
> -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk
> -DG_DISABLE_CAST_CHECKS -pthread
> -I/home/giorgio/freescale_EVM/ltib/rootfs/usr/include/glib-2.0
> -I/home/giorgio/freescale_EVM/ltib/rootfs/usr/lib/glib-2.0/include
> -I/home/giorgio/freescale_EVM/ltib/rootfs/usr/include/pango-1.0
> -I/home/giorgio/freescale_EVM/ltib/rootfs/usr/include/cairo
> -I/home/giorgio/freescale_EVM/ltib/rootfs/usr/include/freetype2
> -I/home/giorgio/freescale_EVM/ltib/rootfs/usr/include
> -I/home/giorgio/freescale_EVM/ltib/rootfs/usr/include/libpng12
> -I/home/giorgio/freescale_EVM/ltib/rootfs/usr/include/pixman-1
> -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES
> -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES
> -DGTK_DISABLE_SINGLE_INCLUDES
> -I/home/giorgio/freescale_EVM/ltib/rootfs/usr/include
> -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -MT gdkinput.lo
> -MD -MP
> -MF .deps/gdkinput.Tpo -c gdkinput.c -fPIC -DPIC
> -o .libs/gdkinput.o
> gdkdrawable-x11.c: In function 'gdk_x11_ref_cairo_surface':
> gdkdrawable-x11.c:1469: warning: implicit declaration of
> function
> 'cairo_xlib_surface_create'
> gdkdrawable-x11.c:1472: warning: assignment makes pointer from
> integer
> without a cast
> gdkdrawable-x11.c:1474: warning: implicit declaration of
> function
> 'cairo_xlib_surface_create_for_bitmap'
> gdkdrawable-x11.c:1477: warning: assignment makes pointer from
> integer
> without a cast
> make[4]: *** [gdkdrawable-x11.lo] Error 1
> make[4]: *** Waiting for unfinished jobs....
> gdkgeometry-x11.c: In function 'queue_item_free':
> gdkgeometry-x11.c:971: warning: dereferencing type-punned
> pointer will
> break strict-aliasing rules
>
> gdkgeometry-x11.c: In function 'gdk_window_queue':
> gdkgeometry-x11.c:1048: warning: dereferencing type-punned
> pointer will
> break strict-aliasing rules
> gdkim-x11.c: In function 'IA__gdk_wcstombs':
> gdkim-x11.c:173: warning: pointer targets in passing argument
> 1 of
> 'g_strdup' differ in signedness
> make[4]: Leaving directory
> `/home/giorgio/freescale_EVM/ltib/rpm/BUILD/gtk
> +-2.14.3/gdk/x11'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory
> `/home/giorgio/freescale_EVM/ltib/rpm/BUILD/gtk+-2.14.3/gdk'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory
> `/home/giorgio/freescale_EVM/ltib/rpm/BUILD/gtk+-2.14.3/gdk'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
>
> `/home/giorgio/freescale_EVM/ltib/rpm/BUILD/gtk+-2.14.3'
> make: *** [all] Error 2
> error: Bad exit status
>
> from /home/giorgio/freescale_EVM/ltib/tmp/rpm-tmp.66484 (%
> build)
>
>
> RPM build errors:
> Bad exit status
>
> from /home/giorgio/freescale_EVM/ltib/tmp/rpm-tmp.66484 (%
> build)
> Build time for gtk2: 50 seconds
>
> Failed building gtk2
>
> f_buildrpms() returned an error, exiting
> traceback:
> main:560
>
>
> Started: Mon Dec 14 12:09:37 2009
> Ended: Mon Dec 14 12:10:38 2009
> Elapsed: 61 seconds
>
> These packages failed to build:
>
> gtk2
>
> Build Failed
>
> -------------------------------------------------------------------------------------
>
>
> Do you have any suggestion?
>
> Regards,
> Giorgio.
>
>
>
>
>
>
> Il giorno ven, 11/12/2009 alle 14.14 -0200, Rogério de Souza
> Moraes ha
> scritto:
>
> > Hi Giorgio,
> >
> > you can create your own md5 file. Go to the dir where you
> keep the
> > sources and execute the command:
> >
> > md5sum -b fsl-gui-imx51-9.6.0.tar.gz >
> fsl-gui-imx51-9.6.0.tar.gz.md5
> >
> > Delete the files with the extension ".bad".
> > With this you probably skip this error.
> >
> > To solve the problem with dbus-glib, if you use ubuntu or
> debian you
> > can try to install the package libdbus-glib-1-dev to install
> the
> > binary dbus-binding-tool.
> >
> > Regards,
> >
> > Rogerio
> >
> > 2009/12/11 Ing. Giorgio Marinangeli <address@hidden>
> > Hi,
> > I am trying to build differents images using the
> available
> > package profile on freescale LTIB.
> >
> > Only:
> > - use packages in preconfig (Min profile) ,
> > - Minimum bootable root filesystem ,
> > - Qtopia 2 Release packages
> > seems to work fine.
> >
> >
> > When I select:
> > - Fl Gui release package
> >
> > the build process fails.
> >
> > This is the console output:
> >
> >
> --------------------------------------------------------------------
> > [......]
> >
> > Processing: fsl-gui-imx51
> > ===========================
> > Build path taken because: no prebuilt rpm,
> > Testing network connectivity
> > OK GPP:
> >
> > Try fsl-gui-imx51-9.6.0.tar.gz.md5 from the GPP
> >
> http://bitshrine.org/gpp/fsl-gui-imx51-9.6.0.tar.gz.md5:
> > 16:09:30 ERROR 404: Not Found.
> > Try fsl-gui-imx51-9.6.0.tar.gz from the GPP
> > http://bitshrine.org/gpp/fsl-gui-imx51-9.6.0.tar.gz:
> > 16:09:31 ERROR 404: Not Found.
> > Can't get: fsl-gui-imx51-9.6.0.tar.gz at ./ltib line
> 790.
> >
> > f_buildrpms() returned an error, exiting
> > traceback:
> > main:560
> >
> > [....]
> >
> > These packages failed to build:
> > fsl-gui-imx51
> >
> --------------------------------------------------------------------
> >
> > In this case, LTIB can't get
> fsl-gui-imx51-9.6.0.tar.gz.md5
> >
> > Where can I find this file?
> >
> >
> > When I select package profile called:
> >
> > - All supported packages
> >
> > the build process fails too.
> >
> > This is the console output:
> >
> >
> --------------------------------------------------------------------
> > [......]
> >
> > make[2]: Entering directory
> >
> `/home/giorgio/freescale_EVM/ltib/rpm/BUILD/dbus-glib-0.76/tools'
> > make[2]: Circular dbus-bus-introspect.xml <-
> > dbus-bus-introspect.xml
> > dependency dropped.
> > dbus-binding-tool --mode=glib-client
> --prefix=dbus_bus
> > --output=dbus-glib-bindings.h
> dbus-bus-introspect.xml
> > /bin/bash: dbus-binding-tool: command not found
> > make[2]: *** [dbus-glib-bindings.h] Error 127
> > make[2]: Leaving directory
> >
> `/home/giorgio/freescale_EVM/ltib/rpm/BUILD/dbus-glib-0.76/tools'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory
> >
> `/home/giorgio/freescale_EVM/ltib/rpm/BUILD/dbus-glib-0.76'
> > make: *** [all] Error 2
> > error: Bad exit status
> >
> from /home/giorgio/freescale_EVM/ltib/tmp/rpm-tmp.13814 (%
> > build)
> >
> > RPM build errors:
> > Bad exit status
> >
> from /home/giorgio/freescale_EVM/ltib/tmp/rpm-tmp.13814 (%
> > build)
> > Build time for dbus-glib: 20 seconds
> >
> > Failed building dbus-glib
> >
> > f_buildrpms() returned an error, exiting
> > traceback:
> > main:560
> >
> > [....]
> >
> > These packages failed to build:
> > dbus-glib
> >
> > Build Failed
> >
> >
> ---------------t-----------------------------------------------------
> >
> > When I select package profile called:
> >
> > - FSL gnome release package
> >
> > the build process fails too.
> >
> > This is the console output:
> >
> >
> --------------------------------------------------------------------
> > [......]
> > make[2]: Entering directory
> >
> `/home/giorgio/freescale_EVM/ltib/rpm/BUILD/dbus-glib-0.76/tools'
> > make[2]: Circular dbus-bus-introspect.xml <-
> > dbus-bus-introspect.xml
> > dependency dropped.
> > dbus-binding-tool --mode=glib-client
> --prefix=dbus_bus
> > --output=dbus-glib-bindings.h
> dbus-bus-introspect.xml
> > /bin/bash: dbus-binding-tool: command not found
> > make[2]: *** [dbus-glib-bindings.h] Error 127
> > make[2]: Leaving directory
> >
> `/home/giorgio/freescale_EVM/ltib/rpm/BUILD/dbus-glib-0.76/tools'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory
> >
> `/home/giorgio/freescale_EVM/ltib/rpm/BUILD/dbus-glib-0.76'
> > make: *** [all] Error 2
> > error: Bad exit status
> >
> from /home/giorgio/freescale_EVM/ltib/tmp/rpm-tmp.24371 (%
> > build)
> >
> >
> > RPM build errors:
> > Bad exit status
> >
> from /home/giorgio/freescale_EVM/ltib/tmp/rpm-tmp.24371 (%
> > build)
> > Build time for dbus-glib: 21 seconds
> >
> > Failed building dbus-glib
> >
> >
> > f_buildrpms() returned an error, exiting
> > traceback:
> > main:560
> >
> > [...]
> >
> > These packages failed to build:
> > dbus-glib
> >
> > Build Failed
> >
> >
> --------------------------------------------------------------------
> >
> > could someone give me a suggestion?
> > I am particularly interested in FSL package gnome
> release
> > package.
> >
> >
> > Thanks.
> > Giorgio.
> >
> >
> >
> >
> > _______________________________________________
> > LTIB home page: http://ltib.org
> >
> > Ltib mailing list
> > address@hidden
> > http://lists.nongnu.org/mailman/listinfo/ltib
> >
>
>
>
>