Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org,
	openembedded-core@lists.openembedded.org
Subject: Re: State of bitbake world
Date: Mon, 24 Dec 2012 10:12:42 +0100	[thread overview]
Message-ID: <20121224091242.GS8988@jama.palm1.palmone.com> (raw)
In-Reply-To: <20121223201634.GN8988@jama.palm1.palmone.com>

[-- Attachment #1: Type: text/plain, Size: 20786 bytes --]

On Sun, Dec 23, 2012 at 09:16:34PM +0100, Martin Jansa wrote:
> On Thu, Dec 13, 2012 at 06:42:02PM +0100, Martin Jansa wrote:
> > Hi, 
> > 
> > I've sent a lot of small fixes to get world builds usable (to be able to
> > spot when there is more issues then usual).
> > 
> > Now I'm down to ~ 43 recipes failing (+ maybe something what depends on
> > them)
> 
> Now I'm down to 19 failures with this patchset
> http://lists.linuxtogo.org/pipermail/openembedded-devel/2012-December/043163.html
>   openembedded-core/meta/recipes-graphics/clutter/cogl_1.8.2.bb, do_compile
>   meta-openembedded/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb, do_compile
>   openembedded-core/meta/recipes-extended/sat-solver/sat-solver_git.bb, do_compile
>   meta-openembedded/meta-oe/recipes-connectivity/uhd/uhd_git.bb, do_compile
>   openembedded-core/meta/recipes-qt/qt-apps/qmmp_0.6.1.bb, do_compile
>   meta-openembedded/meta-oe/recipes-qt/qcanobserver/qcanobserver_svn.bb, do_compile
>   meta-openembedded/meta-oe/recipes-kernel/compat-wireless/compat-wireless-all_0.bb, do_compile
>   meta-openembedded/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb, do_compile
>   meta-openembedded/meta-oe/recipes-connectivity/hostapd/hostap-daemon_1.0.bb, do_compile
>   meta-openembedded/meta-networking/recipes-support/netcat/netcat_0.7.1.bb, do_compile
>   meta-openembedded/meta-oe/recipes-core/f2fs-tools/f2fs-tools_1.1.0.bb, do_fetch
>   meta-openembedded/meta-oe/recipes-graphics/slim/slim_1.3.2.bb, do_compile
>   meta-openembedded/meta-oe/recipes-graphics/fbida/fbida_2.08.bb, do_compile
>   meta-openembedded/meta-gnome/recipes-gnome/system-tools/system-tools-backends_2.10.2.bb, do_configure
>   meta-openembedded/meta-oe/recipes-support/syslog-ng/syslog-ng_3.2.5.bb, do_compile
>   meta-openembedded/meta-gnome/recipes-gnome/zenity/zenity_2.32.1.bb, do_compile
>   openembedded-core/meta/recipes-graphics/xorg-driver/xf86-video-omap_git.bb, do_compile
>   meta-openembedded/meta-networking/recipes-support/traceroute/traceroute_2.0.18.bb, do_install
>   meta-openembedded/meta-gnome/recipes-gnome/gnome/gnome-terminal_2.26.3.bb, do_compile
>   meta-openembedded/meta-oe/recipes-support/fftw/benchfft_3.1.bb, do_configure
>   meta-openembedded/meta-gnome/recipes-gnome/gnome-power-manager/gnome-power-manager_2.32.0.bb, do_compile
>   meta-openembedded/meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb, do_configure

Few more are failing when it's built without DISTRO setting (and also without gold)
http://jenkins.nas-admin.org/job/shr-core-branches_world_qemuarm/28/consoleFull
  meta-openembedded/meta-systemd/recipes-core/systemd/systemd_git.bb, do_package_write_ipk
  meta-smartphone/meta-shr/recipes-multimedia/mplayer/mplayer_svn.bb, do_compile
  meta-openembedded/meta-oe/recipes-multimedia/libdc1394/libdc1394_git.bb, do_compile
  virtual:native:meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs_0.6.20.bb, do_populate_sysroot
  meta-openembedded/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb, do_compile
  meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs_0.6.20.bb, do_install
  meta-openembedded/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb, do_configure
  meta-openembedded/meta-networking/recipes-support/traceroute/traceroute_2.0.18.bb, do_install

Systemd issues seems the same as Eric reported from denzil:
09:51:56 < JaMa|Off> this is with latest master and I've reported it too while ago.. looks like some conflict in bitbake
                     cache or something like that
09:52:44 < JaMa|Off> ERROR: Error executing a python function in 
/home/jenkins/shr/shr-core-branches/shr-core/meta-openembedded/meta-systemd/recipes-core/systemd/systemd_git.bb:
09:52:45 < JaMa|Off> OSError: [Errno 2] No such file or directory: 
'/home/jenkins/shr/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/udev/182-r3/packages-split/udev-systemd'
09:53:09 < ericben> JaMa|Off: I also have this one yes during build. 
09:53:09 < JaMa|Off> python task from systemd recipe is trying to use workdir from udev recipe

Regards,

> 
> Except this patchset I've fix for zenity, f2fs-tools and 
> SkipPackage for xf86-video-omap (without opengl DISTRO_FEATURE).
> 
> And I've added the rest to PNBLACKLIST and EXCLUDE_FROM_WORLD
> (including recipes which depend on one of them)
> so don't wait for me to fix the rest.
> 
> Maybe we should create nonworking directory to disable 
> unmaintained recipes which does not even build like we had in OE-classic.
> 
> Cheers,
> 
> > and 5 recipes with QA warnings (recorded in qa.log - e.g. deprecated use
> > of u-a.bbclass is not recorded there).
> > 
> > Attaching list so that people which find some recipe they care about can
> > step up and fix that..
> > 
> > failures and qa issues from bitbake world with qemuarm.
> > 
> > oe-core has Revert "ICU: add pkgconfig support" to build webkit-gtk and webkit-efl
> > all layers have some more fixes which I'm going to send soon
> > 
> > included layers:
> > meta-shr
> > meta-aurora
> > meta-fso
> > meta-android      = "jansa/test:df65a76943df086b3002f2e6f0512dbf568430c9"
> > meta-oe
> > meta-efl
> > meta-gnome
> > meta-gpe
> > meta-multimedia
> > meta-networking
> > meta-systemd      = "jansa/test:f6b59111bd40fad927cbde23e239231b4e07ea20"
> > meta-osmocombb
> > meta-nokia
> > meta-htc
> > meta-palm
> > meta-openmoko
> > meta-samsung      = "jansa/test:df65a76943df086b3002f2e6f0512dbf568430c9"
> > meta-browser      = "jansa/test:1231ef3d166231c0426174077da64282db2645a6"
> > meta              = "jansa/test:6721eda317f98c673d1ac30362e4d454ab843586"
> > 
> > $ cat world.log.qemuarm7.list | grep openembedded-core
> > ERROR: Task 13533 (/OE/jansa-test/shr-core/openembedded-core/meta/recipes-graphics/clutter/cogl_1.8.2.bb, do_compile) failed with exit code '1'
> >   | {standard input}:542: Error: selected processor does not support Thumb mode `clz r3,r0'
> > ERROR: Task 2074 (/OE/jansa-test/shr-core/openembedded-core/meta/recipes-extended/sat-solver/sat-solver_git.bb, do_compile) failed with exit code '1'
> >   | /tmp/cc7QsEPB.s: Assembler messages:
> >   | /tmp/cc7QsEPB.s:1542: Error: invalid offset, value too big (0x00000400)
> >   | make[2]: *** [src/CMakeFiles/satsolver.dir/sha2.o] Error 1
> > ERROR: Task 20335 (virtual:native:/OE/jansa-test/shr-core/openembedded-core/meta/recipes-extended/ghostscript/ghostscript_9.05.bb, do_compile) failed with exit code '1'
> >   patch on ML
> >   | /OE/jansa-test/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/lib/libfontconfig.so: undefined reference to `FT_Get_Sfnt_Name'
> >   | collect2: error: ld returned 1 exit status
> >   | make: *** [obj/aux/mkromfs_0] Error 1
> > ERROR: Task 3453 (/OE/jansa-test/shr-core/openembedded-core/meta/recipes-qt/qt-apps/qmmp_0.6.1.bb, do_compile) failed with exit code '1'
> >   | In file included from decoder_mpc.cpp:28:0:
> >   | decoder_mpc.h:27:24: fatal error: mpc/mpcdec.h: No such file or directory
> >   | compilation terminated.
> >   or
> >   | Project ERROR: Package wavpack not found
> > ERROR: Task 7843 (/OE/jansa-test/shr-core/openembedded-core/meta/recipes-graphics/xorg-driver/xf86-video-omap_git.bb, do_compile) failed with exit code '1'
> >   | omap_driver.h:54:18: fatal error: dri2.h: No such file or directory
> >   incompatible with DISTRO_FEATURES without opengl
> > ERROR: Task 6463 (/OE/jansa-test/shr-core/openembedded-core/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb, do_compile) failed with exit code '1'
> >   reported on ML
> >   | gstomx_base_filter.c:846:3: error: 'g_mutex_new' is deprecated (declared at /OE/jansa-test/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/glib-2.0/glib/deprecated/gthread.h:271) [-Werror=deprecated-declarations]
> >   | cc1: all warnings being treated as errors
> >  
> > $ cat world.log.qemuarm7.list | grep meta-openembedded
> > ERROR: Task 11018 (/OE/jansa-test/shr-core/meta-openembedded/meta-oe/recipes-connectivity/uhd/uhd_git.bb, do_configure) failed with exit code '1'
> >   | CMake Error at cmake/Modules/UHDPython.cmake:54 (MESSAGE):
> >   |   Error: Python interpretor required by the build system.
> > ERROR: Task 8798 (/OE/jansa-test/shr-core/meta-openembedded/meta-oe/recipes-qt/qwt/qwt-e_6.0.1.bb, do_compile) failed with exit code '1'
> >   this is OK, qwt-6.0.1 was built before
> >   | Project ERROR: local build will conflict with /OE/jansa-test/shr-core/tmp-eglibc/sysroots/qemuarm/usr/lib/libqwt.*
> > ERROR: Task 468 (/OE/jansa-test/shr-core/meta-openembedded/meta-oe/recipes-connectivity/libmicrohttpd/libmicrohttpd_0.4.6.bb, do_fetch) failed with exit code '1'
> >   WARNING: Failed to fetch URL ftp://ftp.nluug.nl/pub/gnu/libmicrohttpd//libmicrohttpd-0.4.6.tar.gz, attempting MIRRORS if available
> >   ERROR: Fetcher failure: Fetch command failed with exit code 8, output:
> >   No such file 'libmicrohttpd-0.4.6.tar.gz'.
> > ERROR: Task 104 (/OE/jansa-test/shr-core/meta-openembedded/meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb, do_compile) failed with exit code '1'
> >   | In file included from gnome-cups-init.h:4:0,
> >   |                  from gnome-cups-request.h:6,
> >   |                  from gnome-cups-util.c:7:
> >   | /OE/jansa-test/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/glib-2.0/glib/gtypes.h:28:2: error: #error "Only <glib.h> can be included directly."
> > ERROR: Task 5224 (/OE/jansa-test/shr-core/meta-openembedded/meta-oe/recipes-qt/qcanobserver/qcanobserver_svn.bb, do_compile) failed with exit code '1'
> >   | graphicwindow.h:62:23: error: 'class QwtPlotZoomer' has no member named 'setSelectionFlags'
> >   | graphicwindow.h:62:42: error: 'DragSelection' is not a member of 'QwtPicker'
> > 
> > ERROR: Task 19052 (/OE/jansa-test/shr-core/meta-openembedded/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.5.bb, do_compile) failed with exit code '1'
> >   patch on ML to upgrade it fixes this
> >   | mm-serial-port.c:1293:9: error: 'g_value_get_char' is deprecated (declared at /OE/jansa-test/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/glib-2.0/gobject/gvaluetypes.h:184): Use 'g_value_get_schar' instead [-Werror=deprecated-declarations]
> > ERROR: Task 18812 (/OE/jansa-test/shr-core/meta-openembedded/meta-oe/recipes-kernel/compat-wireless/compat-wireless-all_0.bb, do_compile) failed with exit code '1'
> >   | /OE/jansa-test/shr-core/tmp-eglibc/work/qemuarm-oe-linux-gnueabi/compat-wireless-all/3.5-rc5-1-r0/compat-wireless-3.5-rc5-1/include/linux/compat-3.5.h:76:8: error: redefinition of 'struct tc_fq_codel_qd_stats'
> > ERROR: Task 18643 (/OE/jansa-test/shr-core/meta-openembedded/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb, do_compile) failed with exit code '1'
> >   | downloader-view.c:340:7: error: too many arguments to function 'notify_notification_new'
> > ERROR: Task 16595 (/OE/jansa-test/shr-core/meta-openembedded/meta-oe/recipes-devtools/python/python-pyudev_0.11.bb, do_compile) failed with exit code '1'
> >   |   File "/OE/jansa-test/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/python-pyudev/0.11-r3/pyudev-0.11/pyudev/_libudev.py", line 205, in load_udev_library
> >   |     raise ImportError('No library named udev')
> >   | ImportError: No library named udev
> > ERROR: Task 16464 (/OE/jansa-test/shr-core/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb, do_patch) failed with exit code '1'
> >   ERROR: Command Error: exit status: 1  Output:
> >   Applying patch hddtemp-db.patch
> >   Ignoring potentially dangerous file name ../hddtemp.db
> >   can't find file to patch at input line 7
> > ERROR: Task 15665 (/OE/jansa-test/shr-core/meta-openembedded/meta-oe/recipes-core/f2fs-tools/f2fs-tools_1.1.0.bb, do_fetch) failed with exit code '1'
> >   ERROR: Fetcher failure: Fetch command failed with exit code 8, output:
> >   http://downloads.sourceforge.net/project/f2fs-tools/f2fs-tools-1.1.0.tar.gz:
> >   2012-12-13 05:06:20 ERROR 404: Not Found.
> > ERROR: Task 15569 (/OE/jansa-test/shr-core/meta-openembedded/meta-networking/recipes-support/netcat/netcat_0.7.1.bb, do_compile) failed with exit code '1'
> >   | intl.h:31:2: error: #error You must have locale.h in your system
> > ERROR: Task 13181 (/OE/jansa-test/shr-core/meta-openembedded/meta-oe/recipes-graphics/fbida/fbida_2.08.bb, do_compile) failed with exit code '1'
> >   | checking for libjpeg version ... <stdin>:1:21: fatal error: jpeglib.h: No such file or directory
> >   | compilation terminated.
> >   | # 1 "<stdin>"
> >   | /bin/sh: stdin: No such file or directory
> >   | make: *** No rule to make target `jpeg//transupp.o', needed by `exiftran'.  Stop.
> >   | make: *** Waiting for unfinished jobs....
> >   |   CC    jpegtools.o
> >   | jpegtools.c:36:59: fatal error: transupp.h: No such file or directory
> >   | compilation terminated.
> > ERROR: Task 10876 (/OE/jansa-test/shr-core/meta-openembedded/meta-gnome/recipes-gnome/system-tools/system-tools-backends_2.10.2.bb, do_configure) failed with exit code '1'
> >   | configure.in:8: error: version mismatch.  This is Automake 1.12.5,
> >   | configure.in:8: but the definition used by this AM_INIT_AUTOMAKE
> >   | configure.in:8: comes from Automake 1.11.1.  You should recreate
> >   | configure.in:8: aclocal.m4 with aclocal and run automake again.
> > ERROR: Task 10317 (/OE/jansa-test/shr-core/meta-openembedded/meta-oe/recipes-support/syslog-ng/syslog-ng_3.2.5.bb, do_compile) failed with exit code '1'
> >   | {standard input}:637: Error: bad instruction `rorw $8,'
> >   | make[3]: *** [misc.lo] Error 1
> > ERROR: Task 8769 (/OE/jansa-test/shr-core/meta-openembedded/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_git.bb, do_compile) failed with exit code '1'
> >   | make[2]: *** No rule to make target `README', needed by `all-am'.  Stop.
> >   | make[2]: Leaving directory `/OE/jansa-test/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/pavucontrol/0.9.10+git-r0/git/doc'
> > ERROR: Task 7983 (/OE/jansa-test/shr-core/meta-openembedded/meta-gnome/recipes-gnome/zenity/zenity_2.32.1.bb, do_compile) failed with exit code '1'
> >   | notification.c:187: error: undefined reference to 'notify_notification_new_with_status_icon'
> >   | collect2: error: ld returned 1 exit status
> > ERROR: Task 7852 (/OE/jansa-test/shr-core/meta-openembedded/meta-gnome/recipes-gnome/nautilus/nautilus3_3.0.2.bb, do_patch) failed with exit code '1'
> >   Applying patch no-try-run-strftime.diff
> >   patching file configure.in
> >   Hunk #1 FAILED at 375.
> >   1 out of 1 hunk FAILED -- rejects in file configure.in
> > ERROR: Task 7712 (/OE/jansa-test/shr-core/meta-openembedded/meta-oe/recipes-extended/iotop/iotop_0.4.4.bb, do_install) failed with exit code '1'
> >   patch on ML
> >   | Writing /OE/jansa-test/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/iotop/0.4.4-r0/image//usr/lib/python2.7/site-packages/iotop-0.4.4-py2.7.egg-info
> >   | ERROR: Function failed: do_install (see /OE/jansa-test/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/iotop/0.4.4-r0/temp/log.do_install.18090 for further information)
> > ERROR: Task 8067 (/OE/jansa-test/shr-core/meta-openembedded/meta-oe/recipes-devtools/glade/glade3_3.8.2.bb, do_compile) failed with exit code '1'
> >   patch on ML
> >   | http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-grk1.ent:1: parser error : Content error in the external subset
> >   | HTTP/1.1 200 OK
> > ERROR: Task 4056 (/OE/jansa-test/shr-core/meta-openembedded/meta-oe/recipes-support/fftw/benchfft_3.1.bb, do_configure) failed with exit code '1'
> >   | benchees/goedecker/Makefile.am: error: Fortran source seen but 'FC' is undefined
> >   | benchees/goedecker/Makefile.am:   The usual way to define 'FC' is to add 'AC_PROG_FC'
> >   | benchees/goedecker/Makefile.am:   to 'configure.ac' and run 'autoconf' again.
> > ERROR: Task 2662 (/OE/jansa-test/shr-core/meta-openembedded/meta-gnome/recipes-gnome/gnome/gnome-terminal_2.26.3.bb, do_compile) failed with exit code '1'
> >   | terminal-window.c: At top level:
> >   | terminal-window.c:2522:34: error: unknown type name 'GtkNotebookPage'
> > ERROR: Task 1591 (/OE/jansa-test/shr-core/meta-openembedded/meta-oe/recipes-devtools/libedit/libedit_20120601.bb, do_fetch) failed with exit code '1'
> >   ERROR: Fetcher failure: Fetch command failed with exit code 8, output:
> >   http://www.thrysoee.dk/editline/libedit-20120601-3.0.tar.gz:
> >   2012-12-13 06:29:21 ERROR 406: Not Acceptable.
> > ERROR: Task 372 (/OE/jansa-test/shr-core/meta-openembedded/meta-gnome/recipes-gnome/gnome-power-manager/gnome-power-manager_2.32.0.bb, do_compile) failed with exit code '1'
> >   | gpm-manager.c:488:3: error: too many arguments to function 'notify_notification_new'
> > 
> > QA:
> > libav-0.8.3+git1+2fb4be9a99a2c2a9435339830e3d940171cc0d9b: ELF binary '/OE/jansa-test/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/libav/0.8.3+git1+2fb4be9a99a2c2a9435339830e3d940171cc0d9b-r6.0/packages-split/libswscale/usr/lib/libswscale.so.2.1.0' has relocations in .text
> > libav-0.8.3+git1+2fb4be9a99a2c2a9435339830e3d940171cc0d9b: ELF binary '/OE/jansa-test/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/libav/0.8.3+git1+2fb4be9a99a2c2a9435339830e3d940171cc0d9b-r6.0/packages-split/libpostproc/usr/lib/libpostproc.so.52.0.0' has relocations in .text
> > libav-0.8.3+git1+2fb4be9a99a2c2a9435339830e3d940171cc0d9b: ELF binary '/OE/jansa-test/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/libav/0.8.3+git1+2fb4be9a99a2c2a9435339830e3d940171cc0d9b-r6.0/packages-split/libavutil/usr/lib/libavutil.so.51.22.1' has relocations in .text
> > libav-0.8.3+git1+2fb4be9a99a2c2a9435339830e3d940171cc0d9b: ELF binary '/OE/jansa-test/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/libav/0.8.3+git1+2fb4be9a99a2c2a9435339830e3d940171cc0d9b-r6.0/packages-split/libavformat/usr/lib/libavformat.so.53.21.0' has relocations in .text
> > libav-0.8.3+git1+2fb4be9a99a2c2a9435339830e3d940171cc0d9b: ELF binary '/OE/jansa-test/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/libav/0.8.3+git1+2fb4be9a99a2c2a9435339830e3d940171cc0d9b-r6.0/packages-split/libavfilter/usr/lib/libavfilter.so.2.15.0' has relocations in .text
> > libav-0.8.3+git1+2fb4be9a99a2c2a9435339830e3d940171cc0d9b: ELF binary '/OE/jansa-test/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/libav/0.8.3+git1+2fb4be9a99a2c2a9435339830e3d940171cc0d9b-r6.0/packages-split/libavdevice/usr/lib/libavdevice.so.53.2.0' has relocations in .text
> > libav-0.8.3+git1+2fb4be9a99a2c2a9435339830e3d940171cc0d9b: ELF binary '/OE/jansa-test/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/libav/0.8.3+git1+2fb4be9a99a2c2a9435339830e3d940171cc0d9b-r6.0/packages-split/libavcodec/usr/lib/libavcodec.so.53.35.0' has relocations in .text
> > libpostproc-0.0.0+git1+3b7053f46dbfe4662063345245cb00b6acbbe969: ELF binary '/OE/jansa-test/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/libpostproc/0.0.0+git1+3b7053f46dbfe4662063345245cb00b6acbbe969-r0/packages-split/libpostproc/usr/lib/libpostproc.so.52.0.100' has relocations in .text
> > tk-8.5.8: tk-lib: /work/armv5te-oe-linux-gnueabi/tk/8.5.8-r0/packages-split/tk-lib/usr/lib/libtk8.5.so.0 contains probably-redundant RPATH /usr/lib
> > tk-8.5.8: tk: /work/armv5te-oe-linux-gnueabi/tk/8.5.8-r0/packages-split/tk/usr/bin/wish8.5 contains probably-redundant RPATH /usr/lib
> > php-5.3.19: php: Files/directories were installed but not shipped
> >   reported on ML
> >   /var
> >   /OE
> >   /etc/php-fpm.conf.default
> >   /var/run
> >   /var/log
> >   /OE/jansa-test
> >   /OE/jansa-test/shr-core
> >   /OE/jansa-test/shr-core/tmp-eglibc
> >   /OE/jansa-test/shr-core/tmp-eglibc/sysroots
> > fakeroot-1.12.4: fakeroot: Files/directories were installed but not shipped
> >   reported on ML
> >   /usr/lib/libfakeroot
> >   /usr/lib/libfakeroot/libfakeroot.a
> >   /usr/lib/libfakeroot/libfakeroot.la
> >   /usr/lib/libfakeroot/libfakeroot-0.so
> >   /usr/lib/libfakeroot/libfakeroot.so
> >   /usr/lib/libfakeroot/.debug
> >   /usr/lib/libfakeroot/.debug/libfakeroot-0.so
> >   /usr/lib/libfakeroot/.debug/libfakeroot.so
> > gnome-control-center-2.32.1: non -staticdev package contains static .a library: gnome-control-center-dev path '/work/armv5te-oe-linux-gnueabi/gnome-control-center/2.32.1-r0/packages-split/gnome-control-center-dev/usr/lib/window-manager-settings/libmetacity.a'
> >   patch on ML
> > -- 
> > Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
> 
> 
> 
> -- 
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com



-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

  parent reply	other threads:[~2012-12-24  9:27 UTC|newest]

Thread overview: 101+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-13 17:42 State of bitbake world Martin Jansa
2012-12-13 18:20 ` Andreas Müller
2012-12-13 18:47   ` Martin Jansa
2012-12-13 18:57 ` Saul Wold
2012-12-13 19:15   ` Martin Jansa
2012-12-23 20:16 ` Martin Jansa
2012-12-23 21:42   ` Andreas Müller
2012-12-24  7:11     ` Martin Jansa
2012-12-24  7:36       ` Martin Jansa
2012-12-24  9:12   ` Martin Jansa [this message]
2012-12-25  8:56     ` Martin Jansa
2012-12-26 19:57     ` Martin Jansa
2013-01-09 13:28     ` Martin Jansa
2013-01-09 15:17       ` Andreas Müller
2013-01-09 16:25         ` Burton, Ross
2013-04-13 14:44           ` Martin Jansa
2013-03-03 12:39 ` Martin Jansa
2013-03-03 12:59   ` Richard Purdie
2013-03-05  9:32   ` [oe] " Andrea Adami
2013-04-15 14:12 ` Martin Jansa
     [not found]   ` <kkh3q2$gl0$1@ger.gmane.org>
2013-04-15 14:52     ` [oe] " Burton, Ross
2013-04-15 15:06       ` Martin Jansa
2013-04-15 15:13       ` Koen Kooi
2013-04-15 15:26         ` Burton, Ross
2013-04-27 10:54   ` Martin Jansa
2013-04-27 11:23     ` Paul Eggleton
2013-04-27 11:35       ` Martin Jansa
2013-04-27 16:21         ` [oe] " Paul Barker
2013-04-27 16:27         ` Paul Barker
2013-04-27 17:06           ` Martin Jansa
2013-04-27 12:22       ` Koen Kooi
2013-04-27 17:18       ` [oe] " Khem Raj
2013-04-27 18:23         ` Andreas Müller
2013-05-01 13:12           ` Trevor Woerner
2013-05-01 18:56             ` Martin Jansa
2013-04-27 17:14     ` Martin Jansa
2013-05-02 15:18     ` Martin Jansa
2013-05-02 15:28       ` Andreas Müller
2013-05-02 15:57       ` [oe] " Paul Barker
2013-05-02 16:30         ` Trevor Woerner
2013-05-02 17:22           ` Martin Jansa
2013-05-02 18:41             ` Trevor Woerner
2013-05-03  7:23       ` Andreas Müller
2013-05-03  7:24         ` Andreas Müller
2013-05-03 14:29       ` [oe] " Stefan Herbrechtsmeier
2013-05-06 12:23         ` Stefan Herbrechtsmeier
2013-05-06 19:15           ` Paul Barker
2013-05-06 19:47             ` Trevor Woerner
2013-05-07  8:38               ` Paul Barker
2013-05-07 11:50                 ` Philip Balister
2013-05-16  7:52       ` Martin Jansa
2013-05-16  9:14         ` Martin Jansa
2013-05-16 12:37           ` Andreas Müller
2013-05-16 10:36         ` [oe] " Paul Barker
2013-05-27 11:47           ` Paul Barker
2013-05-20 13:06         ` Martin Jansa
2013-06-03 15:10           ` Martin Jansa
2013-06-03 16:03             ` Andreas Müller
2013-06-04 11:58             ` Martin Jansa
2013-06-04 12:06               ` Jack Mitchell
2013-06-07  1:37                 ` Jonathan Liu
2013-06-11 16:04             ` Martin Jansa
2013-06-12 17:07               ` Paul Barker
2013-06-12 22:02               ` Khem Raj
2013-06-17  0:02               ` Paul Barker
2013-06-17  0:13                 ` Paul Barker
2013-06-17  3:25                   ` Martin Jansa
2013-06-19  8:07               ` Paul Barker
2013-06-19  8:19                 ` Richard Purdie
2013-06-20  2:28                 ` [oe] " Khem Raj
2013-06-20  9:39                   ` Paul Barker
2013-06-20 10:16                     ` Paul Eggleton
2013-06-20 10:25                       ` Paul Eggleton
2013-06-20 10:50                         ` Paul Barker
2013-06-20 10:52                           ` Paul Barker
2013-07-07 10:51                     ` Paul Barker
2013-06-22 18:16               ` Martin Jansa
2013-07-25 16:23                 ` Martin Jansa
2013-08-08 22:54                   ` Martin Jansa
2013-08-11 11:44                     ` Martin Jansa
     [not found]                       ` <20130812113228.GB3634@windriver.com>
2013-08-12 11:50                         ` Martin Jansa
2013-08-12 15:46                       ` Khem Raj
2013-08-25 21:39                       ` Martin Jansa
2013-09-17 12:30                       ` Martin Jansa
2013-10-03 15:28                         ` State of bitbake world - test-dependencies Martin Jansa
2013-10-20 19:43                         ` State of bitbake world Martin Jansa
2013-10-21  8:32                           ` [oe] " Burton, Ross
2013-10-21  8:58                           ` Andrea Adami
2013-10-21 10:38                             ` Martin Jansa
2013-10-21 11:06                               ` Andrea Adami
2013-10-30 23:08                           ` Martin Jansa
2013-11-19 15:50                             ` Martin Jansa
2013-11-19 15:56                               ` Joe MacDonald
2013-11-19 16:01                                 ` [oe] " Andrea Adami
2013-11-19 18:21                                   ` Martin Jansa
2013-11-19 15:59                               ` Andreas Müller
2013-11-19 18:20                                 ` Martin Jansa
2013-11-19 18:36                                   ` Paul Eggleton
2013-11-19 18:51                                     ` Martin Jansa
2013-11-19 16:30                               ` [oe] " Paul Eggleton
2013-11-19 18:24                                 ` Martin Jansa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121224091242.GS8988@jama.palm1.palmone.com \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox