From bugzilla-daemon at tinman.treke.net Sat Sep 1 00:30:45 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 31 Aug 2007 17:30:45 -0700 (PDT) Subject: [oe-issues] [Bug 2905] New: python-pygtk does not provide working "import gtk" Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2905 Summary: python-pygtk does not provide working "import gtk" Product: Openembedded Version: Angstrom Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: kristian at mput.de python-pygtk depends on python-pygobject. It's in the DEPENDS but the pkg-config is only included in the -dev package. At least the .pth file is also missing. It's provided by python-pygobject with the other pygtk.* files but not with any python-pygtk package. root at fic-gta01:/media/card$ python Python 2.5.1 (r251:54863, Aug 24 2007, 16:00:14) [GCC 4.1.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import gtk Traceback (most recent call last): File "", line 1, in ImportError: No module named gtk >>> import sys >>> sys.path ['', '/usr/lib/python25.zip', '/usr/lib/python2.5', '/usr/lib/python2.5/plat-linux2', '/usr/lib/python2.5/lib-tk', '/usr/lib/python2.5/lib-dynload', '/usr/lib/python2.5/site-packages'] >>> sys.path.append('/usr/lib/python2.5/site-packages/gtk-2.0') >>> import gtk Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py", line 26, in from _gtk import * ImportError: could not import gobject > -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 1 00:41:38 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 31 Aug 2007 17:41:38 -0700 (PDT) Subject: [oe-issues] [Bug 2767] spitz: Unable to adjust brightness with FN+3/4 keys within GPE In-Reply-To: Message-ID: <20070901004138.8CE904285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2767 Cl?ment Hermann changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |2326 --- Comment #3 from Cl?ment Hermann 2007-08-31 17:41:38 --- Ok, I've found the problem : the fix for bug #2326 breaks keylaunch. I made this bug depends on #2326. Easy fix if you don't care about minimo handling of Fn key : comment the two last lines in /etc/X11/slcXXXX.xmodmap with a ! : !add mod5 = Mode_switch !remove mod4 = Mode_switch -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 1 00:42:37 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 31 Aug 2007 17:42:37 -0700 (PDT) Subject: [oe-issues] [Bug 2326] minimo not aware of Fn key In-Reply-To: Message-ID: <20070901004237.B98704285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2326 --- Comment #12 from Cl?ment Hermann 2007-08-31 17:42:37 --- Unfortunately, this fix breaks keylaunch. It prevents Fn key to be used in keylaunch. To use this fix, we also need to modify keylaunch (or to find a better way to fix this problem. Just made this bug block #2767. Cheers, Cl?ment Hermann (nodens) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 1 01:00:49 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 31 Aug 2007 18:00:49 -0700 (PDT) Subject: [oe-issues] [Bug 2326] minimo not aware of Fn key In-Reply-To: Message-ID: <20070901010049.B307A4285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2326 --- Comment #13 from Cl?ment Hermann 2007-08-31 18:00:49 --- Note : a s/Mod4Mask/Mod5Mask/g on keylaunch.c should make the trick in keylaunch. But what would be the impact on other machines ? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 1 05:51:13 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 31 Aug 2007 22:51:13 -0700 (PDT) Subject: [oe-issues] [Bug 2894] eglibc should provide glibc packages when chosen as default libc In-Reply-To: Message-ID: <20070901055113.23BCF4285B0@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2894 --- Comment #4 from Koen Kooi 2007-08-31 22:51:12 --- I guess I should learn how to write better sed scripts :) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 1 08:49:06 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 1 Sep 2007 01:49:06 -0700 (PDT) Subject: [oe-issues] [Bug 2906] New: /proc/arm stays permanent Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2906 Summary: /proc/arm stays permanent Product: Openembedded Version: Angstrom Platform: PowerPC OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: mitroshin at gmail.com 1. I compiled source from 20070826 (with option ext3=y in defconfig) for ipaq hx4700 (bitbake 1.8.8, monotone 0.35 from 20070826). 2. Today my battery indicator shows permanent battery life - 100%. 3. I've inspected /proc/apm - it stays permanent. Why? How to repair this? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 00:45:56 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 1 Sep 2007 17:45:56 -0700 (PDT) Subject: [oe-issues] [Bug 2907] New: IndentationError on package_ipk.bbclass Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2907 Summary: IndentationError on package_ipk.bbclass Product: Openembedded Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: blocker Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: cesarb at cesarb.net Buiding with MokoMakefile fails at openocd-native with an IndentationError, which seems to come from package_ipk.bbclass (the line in the error message is misindented there). The commit which added the offending line seems to be 4ab5dc0f4ce672782407d5b484e2319fd8c6e6dc (http://lists.linuxtogo.org/pipermail/openembedded-commits/2007-September/008470.html) NOTE: package openocd-native-0.0+svn20070902: started NOTE: package openocd-native-0.0+svn20070902-r0: task do_package_write: started ERROR: Error in compiling: ERROR: The lines resulting into this error were: ERROR: 54:IndentationError:' bb.data.setVar('ROOT', '', localdata)' ERROR: Printing the environment of the function ERROR: 0050: root = "%s/install/%s" % (workdir, pkg) ERROR: 0051: ERROR: 0052: lf = lockfile(root + ".lock") ERROR: 0053: ERROR: 0054: bb.data.setVar('ROOT', '', localdata) ERROR: 0055: bb.data.setVar('ROOT_%s' % pkg, root, localdata) ERROR: 0056: pkgname = bb.data.getVar('PKG_%s' % pkg, localdata, 1) ERROR: 0057: if not pkgname: ERROR: 0058: pkgname = pkg ERROR: Error in executing: ERROR: Exception: Message:1 ERROR: Printing the environment of the function ERROR: Error in executing: ERROR: Exception: Message:1 ERROR: Printing the environment of the function ERROR: Error in executing: ERROR: Exception: Message:1 ERROR: Printing the environment of the function -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 01:35:59 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 1 Sep 2007 18:35:59 -0700 (PDT) Subject: [oe-issues] [Bug 2907] IndentationError on package_ipk.bbclass In-Reply-To: Message-ID: <20070902013559.696674285B0@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2907 Cesar Eduardo Barros changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Cesar Eduardo Barros 2007-09-01 18:35:59 --- Seems to have been fixed on revision 3cb55f3839ae88970dfa5acd881fccfbd3a79fc8 (http://lists.linuxtogo.org/pipermail/openembedded-commits/2007-September/008480.html) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 07:38:58 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 00:38:58 -0700 (PDT) Subject: [oe-issues] [Bug 2910] New: gcc-cross-initial-4.1.2-r6-do_unpack Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2910 Summary: gcc-cross-initial-4.1.2-r6-do_unpack Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070902071819 for machine ep93xx -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 07:38:58 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 00:38:58 -0700 (PDT) Subject: [oe-issues] [Bug 2908] New: libtool-native-1.5.10-r6-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2908 Summary: libtool-native-1.5.10-r6-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070902071819 for machine ep93xx -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 07:38:58 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 00:38:58 -0700 (PDT) Subject: [oe-issues] [Bug 2909] New: glibc-intermediate-2.5-r6-do_unpack Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2909 Summary: glibc-intermediate-2.5-r6-do_unpack Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070902071819 for machine ep93xx -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 09:19:22 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 02:19:22 -0700 (PDT) Subject: [oe-issues] [Bug 2908] libtool-native-1.5.10-r6-do_compile In-Reply-To: Message-ID: <20070902091922.A65864285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2908 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Koen Kooi 2007-09-02 02:19:22 --- build restarted for bbclass changes -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 09:19:35 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 02:19:35 -0700 (PDT) Subject: [oe-issues] [Bug 2909] glibc-intermediate-2.5-r6-do_unpack In-Reply-To: Message-ID: <20070902091935.9AA2E4285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2909 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Koen Kooi 2007-09-02 02:19:35 --- build restarted for bbclass changes -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 09:19:44 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 02:19:44 -0700 (PDT) Subject: [oe-issues] [Bug 2910] gcc-cross-initial-4.1.2-r6-do_unpack In-Reply-To: Message-ID: <20070902091944.494434285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2910 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Koen Kooi 2007-09-02 02:19:44 --- build restarted for bbclass changes -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 13:20:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 06:20:20 -0700 (PDT) Subject: [oe-issues] [Bug 2598] angstrom simpad gpe: metabug suspend with power button does not work In-Reply-To: Message-ID: <20070902132020.C72984285B0@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2598 --- Comment #5 from Bernhard Guillon 2007-09-02 06:20:20 --- I wrote a power off daemon which reads out a given event file, and does apm -s if power key is pressed. In simpads case it reads out gpio-keys and watches for KEY_POWER event - but it is fully configurable. I needed to add a function to init.d/functions and I did not know If I can provide this as one patch. mtn2.diff includes this file. while mtn.diff does only include the daemon. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 16:44:51 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 09:44:51 -0700 (PDT) Subject: [oe-issues] [Bug 2911] New: angstrom-feed-configs-1.0-0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2911 Summary: angstrom-feed-configs-1.0-0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070902164525 for machine ep93xx -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 16:46:49 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 09:46:49 -0700 (PDT) Subject: [oe-issues] [Bug 2912] New: angstrom-feed-configs-1.0-0-do_install Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2912 Summary: angstrom-feed-configs-1.0-0-do_install Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070902164721 for machine ep93xx -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 16:51:03 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 09:51:03 -0700 (PDT) Subject: [oe-issues] [Bug 2911] angstrom-feed-configs-1.0-0-do_compile In-Reply-To: Message-ID: <20070902165103.9A6844285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2911 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Koen Kooi 2007-09-02 09:51:03 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 16:52:54 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 09:52:54 -0700 (PDT) Subject: [oe-issues] [Bug 2912] angstrom-feed-configs-1.0-0-do_install In-Reply-To: Message-ID: <20070902165254.C3A464285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2912 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Koen Kooi 2007-09-02 09:52:54 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 3 11:10:31 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 3 Sep 2007 04:10:31 -0700 (PDT) Subject: [oe-issues] [Bug 2914] New: gcc-cross-4.1. 2-r6 fails to compile because of internal compiler error Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2914 Summary: gcc-cross-4.1.2-r6 fails to compile because of internal compiler error Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: critical Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: hma at syd.odn.ne.jp I set the Severity to critical because of this error is on compiler itself. Please change it if needed. I cleaned cache of ccache, ccache -C, and rm -rf /opt/stuff/dev/tmp && mkdir /opt/stuff/dev/tmp before this bitbake execution. Distro version is set as DISTRO = "angstrom-2007.1" in /opt/stuff/build/conf/local.conf, and I tried DISTRO = "angstrom-2008.1" also, I encountered internal compiler error at other place. Is there anything I can try? And/Or should I have to add some information? The followings are last lines before internal compiler happens: ccache gcc -c -isystem/opt/stuff/dev/tmp/staging/i686-linux/include -Os -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -Icp -I/opt/stuff/dev/tmp/work/armv5te-angstrom-linux-gnueabi/gcc-cross-4.1.2-r6/gcc-4.1.2/gcc -I/opt/stuff/dev/tmp/work/armv5te-angstrom-linux-gnueabi/gcc-cross-4.1.2-r6/gcc-4.1.2/gcc/cp -I/opt/stuff/dev/tmp/work/armv5te-angstrom-linux-gnueabi/gcc-cross-4.1.2-r6/gcc-4.1.2/gcc/../include -I/opt/stuff/dev/tmp/work/armv5te-angstrom-linux-gnueabi/gcc-cross-4.1.2-r6/gcc-4.1.2/gcc/../libcpp/include -I/opt/stuff/dev/tmp/staging/i686-linux/include -isystem/opt/stuff/dev/tmp/staging/i686-linux/include /opt/stuff/dev/tmp/work/armv5te-angstrom-linux-gnueabi/gcc-cross-4.1.2-r6/gcc-4.1.2/gcc/cp/typeck2.c -o cp/typeck2.o /opt/stuff/dev/tmp/work/armv5te-angstrom-linux-gnueabi/gcc-cross-4.1.2-r6/gcc-4.1.2/gcc/cp/typeck2.c: In function 'digest_init': /opt/stuff/dev/tmp/work/armv5te-angstrom-linux-gnueabi/gcc-cross-4.1.2-r6/gcc-4.1.2/gcc/cp/typeck2.c:643: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. For Debian GNU/Linux specific bug reporting instructions, see . The bug is not reproducible, so it is likely a hardware or OS problem. make[2]: *** [cp/typeck2.o] Error 1 make[2]: Leaving directory `/opt/stuff/dev/tmp/work/armv5te-angstrom-linux-gnueabi/gcc-cross-4.1.2-r6/gcc-4.1.2/build.i686-linux.arm-angstrom-linux-gnueabi/gcc' make[1]: *** [all-gcc] Error 2 make[1]: Leaving directory `/opt/stuff/dev/tmp/work/armv5te-angstrom-linux-gnueabi/gcc-cross-4.1.2-r6/gcc-4.1.2/build.i686-linux.arm-angstrom-linux-gnueabi' make: *** [all] Error 2 FATAL: oe_runmake failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 3 13:22:12 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 3 Sep 2007 06:22:12 -0700 (PDT) Subject: [oe-issues] [Bug 2915] New: pxaregs utility for gumstix Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2915 Summary: pxaregs utility for gumstix Product: Openembedded Version: unspecified Platform: ARM OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: simon.vogl at researchstudio.at Created an attachment (id=1933) --> (http://bugs.openembedded.org/attachment.cgi?id=1933) pxaregs bb file and patches for gumstix This adds a bb file for the pxaregs utility + patches from the gumstix svn repository -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 3 13:34:46 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 3 Sep 2007 06:34:46 -0700 (PDT) Subject: [oe-issues] [Bug 2915] pxaregs utility for gumstix In-Reply-To: Message-ID: <20070903133446.30E4F4285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2915 Marcin Juszkiewicz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Marcin Juszkiewicz 2007-09-03 06:34:45 --- cleaned, changed to conform to styleguide more and pushed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 3 14:12:38 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 3 Sep 2007 07:12:38 -0700 (PDT) Subject: [oe-issues] [Bug 2916] New: gnome-desktop_2.18.3 fails do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2916 Summary: gnome-desktop_2.18.3 fails do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: compovod at gmail.com bitbake gnome-desktop fails with the folowing message: NOTE: Executing intltoolize --copy --force --automake NOTE: Executing autoreconf --verbose --install --force -I /home/compovod/OE/build/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/gnome2-macros -I /home/compovod/OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/gnome-desktop-2.18.3-r2/gnome-desktop-2.18.3/m4/ -I /home/compovod/OE/build/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal-1.9 -I /home/compovod/OE/build/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal autoreconf: Entering directory `.' autoreconf: configure.in: not using Gettext autoreconf: running: aclocal -I /home/compovod/OE/build/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/gnome2-macros -I /home/compovod/OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/gnome-desktop-2.18.3-r2/gnome-desktop-2.18.3/m4/ -I /home/compovod/OE/build/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal-1.9 -I /home/compovod/OE/build/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal --force -I m4 aclocal: couldn't open directory `/home/compovod/OE/build/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/gnome2-macros': No such file or directory autoreconf: aclocal failed with exit status: 1 FATAL: autoreconf execution failed. Removing line with EXTRA_AUTORECONF from .bb fixes it for me. The patch is attached. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 3 14:25:52 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 3 Sep 2007 07:25:52 -0700 (PDT) Subject: [oe-issues] [Bug 2762] prism2-firmware 1.8.4 does not work on DCF-660W In-Reply-To: Message-ID: <20070903142552.7946D4285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2762 Graeme Gregory changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Graeme Gregory 2007-09-03 07:25:52 --- Committed change to 1.7.4 firmware in a5a7ee9814548b1e054d96cea845556c4b5c39e9 so hopefully this closes the issue. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 3 20:00:49 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 3 Sep 2007 13:00:49 -0700 (PDT) Subject: [oe-issues] [Bug 2900] samba-3.0.25c support In-Reply-To: Message-ID: <20070903200049.79E634285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2900 --- Comment #1 from Marcin Juszkiewicz 2007-09-03 13:00:49 --- libiconv part pushed to 3.0.23c version -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 14:45:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 07:45:07 -0700 (PDT) Subject: [oe-issues] [Bug 2674] touchscreen on nokia 800 not working In-Reply-To: Message-ID: <20070904144507.CA1DE4285B3@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2674 Marc Poulhi?s changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dkm at kataplop.net --- Comment #1 from Marc Poulhi?s 2007-09-04 07:45:07 --- In fact, touchscreen is working. User can hit buttons and even hit the virtual keyboard (keys blinks blue). Problem is that nothing is written in the text entries and the creation of a new user fails ("empty password" error). My build uses OE from last week and I'm currently building up to date images to see if the problem has been fixed... -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From mdevico at qualcomm.com Tue Sep 4 17:28:50 2007 From: mdevico at qualcomm.com (DeVico, Michael) Date: Tue, 4 Sep 2007 10:28:50 -0700 Subject: [oe-issues] issue with oe_libinstall function in base.bbclass file when passed the -C option Message-ID: <9870FB9891C7AD4B910E20B14776DF850104141F@NAEX16.na.qualcomm.com> Has anyone had any issues with the oe_libinstall function when being passed the -C option? For me, if the -C option is specified, as in the standard package definition file for libtool do_stage () { install -m 0755 ${HOST_SYS}-libtool ${STAGING_BINDIR}/${HOST_SYS}-libtool install -m 0755 libtoolize ${STAGING_BINDIR}/libtoolize -->>> oe_libinstall -a -so -C libltdl libltdl ${STAGING_LIBDIR} install -m 0644 libltdl/ltdl.h ${STAGING_INCDIR}/ install -d ${STAGING_DATADIR}/libtool ${STAGING_DATADIR}/aclocal install -c config.guess ${STAGING_DATADIR}/libtool/ install -c config.sub ${STAGING_DATADIR}/libtool/ install -c -m 0644 ltmain.sh ${STAGING_DATADIR}/libtool/ install -c -m 0644 libtool.m4 ${STAGING_DATADIR}/aclocal/ install -c -m 0644 ltdl.m4 ${STAGING_DATADIR}/aclocal/ } I get the following error during the build: ERROR: function do_stage failed ERROR: log data follows (/opt/data/OpenEmbedded/tmp/work/x86_64-linux/libtool-native-1.5.10-r6/t emp/log.do_stage.8992) | find: write error: Broken pipe | oe_libinstall: cd libltdl/opt/data/OpenEmbedded/tmp/work/x86_64-linux/libtool-native-1.5.1 0-r6/libtool-1.5.10/libltdl | /opt/data/OpenEmbedded/tmp/work/x86_64-linux/libtool-native-1.5.10-r6/te mp/run.do_stage.8992: line 414: cd: libltdl/opt/data/OpenEmbedded/tmp/work/x86_64-linux/libtool-native-1.5.1 0-r6/libtool-1.5.10/libltdl: No such file or directory NOTE: Task failed: /opt/data/OpenEmbedded/tmp/work/x86_64-linux/libtool-native-1.5.10-r6/te mp/log.do_stage.8992 NOTE: package libtool-native-1.5.10-r6: task do_populate_staging: failed ERROR: TaskFailed event exception, aborting NOTE: package libtool-native-1.5.10: failed ERROR: Build of /opt/data/OpenEmbedded/org.openembedded.dev/packages/libtool/libtool-nat ive_1.5.10.bb do_populate_staging failed ERROR: Task 146 (/opt/data/OpenEmbedded/org.openembedded.dev/packages/libtool/libtool-na tive_1.5.10.bb, do_populate_staging) failed NOTE: Tasks Summary: Attempted 313 tasks of which 304 didn't need to be rerun and 1 failed. ERROR: '/opt/data/OpenEmbedded/org.openembedded.dev/packages/libtool/libtool-na tive_1.5.10.bb' failed Digging into the script I figured out that when -C is specified, gets pre-pended into the path and thus messes things up. To get it to work, I made the following changes to the body of the oe_libinstall function (look for #begin/#end My Mods block) oe_libinstall() { # Purpose: Install a library, in all its forms # Example # # oe_libinstall libltdl ${STAGING_LIBDIR}/ # oe_libinstall -C src/libblah libblah ${D}/${libdir}/ dir="" libtool="" silent="" require_static="" require_shared="" staging_install="" while [ "$#" -gt 0 ]; do case "$1" in -C) shift dir="$1" ;; -s) silent=1 ;; -a) require_static=1 ;; -so) require_shared=1 ;; -*) oefatal "oe_libinstall: unknown option: $1" ;; *) break; ;; esac shift done libname="$1" shift destpath="$1" if [ -z "$destpath" ]; then oefatal "oe_libinstall: no destination path specified" fi if echo "$destpath/" | egrep '^${STAGING_LIBDIR}/' >/dev/null then staging_install=1 fi __runcmd () { if [ -z "$silent" ]; then echo >&2 "oe_libinstall: $*" fi $* } # begin my Mods pwd=`pwd` if [ -z "$dir" ]; then dir=$pwd else dir=$pwd/$dir fi # end my Mods dotlai=$libname.lai dir=$dir`(cd $dir;find . -name "$dotlai") | sed "s/^\.//;s/\/$dotlai\$//;q"` olddir=`pwd` __runcmd cd $dir ... Am I missing something? I'm using the tip of the org.openembedded.dev branch as of this morning and my build host is running Fedora Core 7. I am new to the whole Linux distribution build process, so any help would be greatly appreciated. Thanks! --Mike From bugzilla-daemon at tinman.treke.net Tue Sep 4 17:30:13 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 10:30:13 -0700 (PDT) Subject: [oe-issues] [Bug 2917] New: angstrom-console-image-1.0-r0-do_rootfs Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2917 Summary: angstrom-console-image-1.0-r0-do_rootfs Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070904143134 for machine nslu2le -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 17:36:12 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 10:36:12 -0700 (PDT) Subject: [oe-issues] [Bug 2917] angstrom-console-image-1.0-r0-do_rootfs In-Reply-To: Message-ID: <20070904173612.93DD34285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2917 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #2 from Koen Kooi 2007-09-04 10:36:12 --- Ran out of flash space in - 0x1A0000 bytes too large. Marking as WONTFIX, we need another image that is in between minimal-image and console-image -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 19:34:01 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 12:34:01 -0700 (PDT) Subject: [oe-issues] [Bug 2918] New: Support for Technologic Systems TS-72xx SBC Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2918 Summary: Support for Technologic Systems TS-72xx SBC Product: Openembedded Version: unspecified Platform: ARM OS/Version: Linux Status: NEW Severity: enhancement Priority: P1 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: ynezz at true.cz CC: ynezz at true.cz This patch adds machine support for ts72xx and 2.6.22.6, 2.6.23-rc5 kernels -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 19:34:21 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 12:34:21 -0700 (PDT) Subject: [oe-issues] [Bug 2919] New: Create a distro for gumstix Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2919 Summary: Create a distro for gumstix Product: Openembedded Version: Angstrom Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: craig at gumstix.com Depends on: 2891,2893 Created an attachment (id=1938) --> (http://bugs.openembedded.org/attachment.cgi?id=1938) Create gumstix distro and first image Start a distro and set of target images for gumstix, to produce a "default" build for the various flash memory sizes. The current goal is to more or less reproduce the functionality/packages present in the current gumstix buildroot system's default configuration. This is a first cut at that. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 19:39:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 12:39:07 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070904193907.6A46A4285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #1 from Craig Hughes 2007-09-04 12:39:07 --- The distro is based on angstrom (forcing uclibc for now), with udev-115 and mtd-utils-native forced to 1.0.0 cos I was having problems with the git version there. I've also tried to move a bunch of stuff out of conf/local.conf to make it simpler for users. local.conf only needs MACHINE and DISTRO to be specified, and then the distro will configure IMAGE_FSTYPES, ANGSTROM_MODE, etc. so the user doesn't have to think about it. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 19:54:36 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 12:54:36 -0700 (PDT) Subject: [oe-issues] [Bug 2920] New: New Recipe: Free42 RPN Calculator Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2920 Summary: New Recipe: Free42 RPN Calculator Product: Openembedded Version: Angstrom Platform: Other OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: cwixon at usa.net Created an attachment (id=1939) --> (http://bugs.openembedded.org/attachment.cgi?id=1939) Bitbake file for initial release Initial release - includes the standard skin and one VGA skin. Runs nicely on OpenMoko (Neo). Eventually there should be a QVGA version and a VGA version, each with portrait and landscape skins. Those skins exist already, and when I have a chance, I will make separate recipes for the two options. Attached are the .bb file and the required patches, all in plaintext. I'd like to see this make it into the metadata repository. This is my first .bb, so hopefully it isn't too much of an ugly hack. Future revisions should improve. :-) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 19:56:26 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 12:56:26 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070904195626.3DD804285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #2 from Koen Kooi 2007-09-04 12:56:25 --- is it *really* necessary to start a new distro just to eliminate one* var (ANGSTROM_MODE) from local.conf? * MACHINE.conf may set the image types -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 20:06:18 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 13:06:18 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070904200618.29FC54285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #3 from Koen Kooi 2007-09-04 13:06:17 --- your small-image looks suspiciously like packages/images/angstrom-minimal-image-with-mtd-utils.bb :) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 20:09:36 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 13:09:36 -0700 (PDT) Subject: [oe-issues] [Bug 2921] New: ltrace-0.4-r1-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2921 Summary: ltrace-0.4-r1-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070904200056 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 20:15:52 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 13:15:52 -0700 (PDT) Subject: [oe-issues] [Bug 2922] New: qpe-mahjongg - replace some sick code Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2922 Summary: qpe-mahjongg - replace some sick code Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: marek.vasut at gmail.com CC: polyonymous at klever.net qpe-mahjongg contains images that are compiled directly into the application (DOH!). Following patch replaces one sick code with another (at least they arent compiled in anymore) ;) http://marex.hackndev.com/qpe-mahjongg.patch -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 20:16:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 13:16:53 -0700 (PDT) Subject: [oe-issues] [Bug 2921] ltrace-0.4-r1-do_compile In-Reply-To: Message-ID: <20070904201653.3D8414285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2921 --- Comment #1 from Koen Kooi 2007-09-04 13:16:53 --- /media/hda4/OE/build/tmp-new/angstrom/cross/lib/gcc/arm-angstrom-linux-gnueabi/4.1.2/../../../../arm-angstrom-linux-gnueabi/bin/ld: cannot find -liberty is that gcc or binutils? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 20:18:04 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 13:18:04 -0700 (PDT) Subject: [oe-issues] [Bug 2923] New: libsdl_net doesnt compile - looking for host includes Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2923 Summary: libsdl_net doesnt compile - looking for host includes Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: marek.vasut at gmail.com CC: polyonymous at klever.net http://marex.hackndev.com/libsdl_net-fix.patch this patch fixes it for me ... -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 20:18:40 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 13:18:40 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070904201840.6424A4285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #4 from Steve Sakoman 2007-09-04 13:18:40 --- (From update of attachment 1938) As a gumstix customer I don't have any issues with specifying uclibc in my local.conf. I *would* like to be able to control which kernel modules are installed and autoloaded per product image, so having it specified in the machine or distro kind of sucks. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 22:22:13 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 15:22:13 -0700 (PDT) Subject: [oe-issues] [Bug 2924] New: openmoko-image-1.0-r0-do_rootfs Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2924 Summary: openmoko-image-1.0-r0-do_rootfs Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070904201541 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 22:24:41 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 15:24:41 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070904222441.5BBC44285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #5 from Craig Hughes 2007-09-04 15:24:41 --- (In reply to comment #3) > your small-image looks suspiciously like > packages/images/angstrom-minimal-image-with-mtd-utils.bb :) Yeah, I've been lazy so far in defining what to actually put in the package -- it'll look very different once I actually add some packages and configure things to start up/have config scripts the way gumstix wants them. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 22:46:19 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 15:46:19 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070904224619.B3C634285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #6 from Craig Hughes 2007-09-04 15:46:19 --- (In reply to comment #2) > is it *really* necessary to start a new distro just to eliminate one* var > (ANGSTROM_MODE) from local.conf? > > * MACHINE.conf may set the image types It's not just one var in local.conf (which yes, I want to eliminate from there, since users won't have any clue (and shouldn't need any clue) whether to choose glibc or uclibc) and image type, though I don't agree that image type should go in machine.conf -- it surely is a distro issue since there's nothing fundamental about the gumstix machine which says "use JFFS2" rather than "use CRAMFS", etc. There's also the distro name, contents, package preferred versions, chopping out or /boot, stability, etc. which our customers are going to need. Right now, there's no way I can point 99% of our customers are the OE wiki and say "just use OE". It took *me* like 2 days to figure out that the word to type after "bitbake" is "angstrom-minimal-image", and actually that's not what I want at all, I want angstrom-miminal-image plus some more stuff. Actually, maybe if I have a gumstix with minimal on-board flash I want angstrom, but if I have more flash, I want some openmoko like thing. And for all I know, in 6 months I won't want angstrom any more, I'll want something else. The point of having a separate distro for gumstix specifically is that: 1) It's drop-dead easy to explain to gumstix users/customers in a way which won't change frequently -- just add MACHINE=gumstix-type, DISTRO=gumstix-distro to your local.conf and then "bitbake gumstix-xyzsize-image" 2) Strong dependency on angstrom is removed; soft dependency is still there, but if angstrom decides to head in a direction which isn't optimal for gumstix, then there's less problem. 3) It's easier to have a known-good build which gumstix users can use, with fixed package revisions for critical components. Soft dependency on angstrom makes this a lot easier. A stable base to build on is critical for people who want to deploy embedded systems; we have over 7000 customers now, and for many of them "why wouldn't you just want the latest revision?" is not an acceptable answer. My gut tells me there are more reasons than just those 3 too, but it's already been a longish day and I can't come up with them. The bottom line is I'm trying to simplify what a gumstix user needs to do in order to build a working software image. The process for setting up and building OE is currently orders of magnitude harder than setting up and building the gumstix buildroot. The latter is 3 steps: svn checkout; make oldconfig; make. OE is: first, follow the 20-step process on the "getting started" section of the OE wiki; then figure out how to configure the local.conf correctly. Then, figure out which image you want to build. No, there aren't really any clues on the wiki to help you through these choices. Oh, by the way, you need to know enough to make a choice about which C library you want on your system.... I *love* OE. I love being able to build ipkgs. I love having packages/* have thousands of packages (vs dozens with buildroot). But the getting started hurdle for OE is too high, and I'm trying to lower it. And the ongoing maintenance hurdle also looks to be a bit high, and I'm trying to lower that. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 22:47:54 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 15:47:54 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070904224754.4352D4285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #7 from Craig Hughes 2007-09-04 15:47:54 --- (In reply to comment #4) > (From update of attachment 1938 [details]) > As a gumstix customer I don't have any issues with specifying uclibc in my > local.conf. Steve, you're considerably more sophisticated than the average gumstix customer. I can guarantee you that most of our customers/users don't know how to decide on glibc vs uclibc, and I don't want to have the make them figure out how to choose. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 22:50:39 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 15:50:39 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070904225039.BA3654285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #8 from Craig Hughes 2007-09-04 15:50:39 --- (In reply to comment #4) > I *would* like to be able to control which kernel modules are installed and > autoloaded per product image, so having it specified in the machine or distro > kind of sucks. Yup, I agree that's an image thing generally. I'll definitely be going that way. The select-which-modules-to-include stuff is a work in progress for me right now. Putting the decisions in the image file(s) is for sure the better way to go though, I agree. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 23:46:31 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 16:46:31 -0700 (PDT) Subject: [oe-issues] [Bug 2925] New: Use linux decompressor instead of u-boot' s for uImage kernels Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2925 Summary: Use linux decompressor instead of u-boot's for uImage kernels Product: Openembedded Version: Angstrom Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: craig at gumstix.com Created an attachment (id=1946) --> (http://bugs.openembedded.org/attachment.cgi?id=1946) Patch to use linux decompressor for uImages not the u-boot one The u-boot gzip decompressor is painfully slow relative to the linux one. This patch uses the gzipped linux kernel image with the kernel's own decompressor header on it inside an uncompressed uImage instead of the uncompressed kernel with a uImage compression which u-boot then needs to decompress. As an added bonus, the uImage seems to come out smaller this way too (827936 bytes vs 994571 in my test). As an extra added bonus, u-boot no longer needs gunzip support to be compiled into it, reducing its size too. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 01:24:51 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 18:24:51 -0700 (PDT) Subject: [oe-issues] [Bug 2926] New: Clean build of Angstrom for Gumstix-Verdex Fails Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2926 Summary: Clean build of Angstrom for Gumstix-Verdex Fails Product: Openembedded Version: Angstrom Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: adam.smola at gmail.com When performing an "angstrom-minimal-image" build from a clean state for Angstrom 2007.1 for the Gumstix-Verdex, the build fails indicating that it cannot satisfy the "update-modules" dependency for task-boot. (Details are below, Section #1) Upon manually bitbaking update-modules and then trying to bitbake angstrom-miniminal-image again, I now receive an error that it cannot resolve the "module-init-tools-depmod" dependency for task-boot. (Details are below, Section #2) ########################################### SECTION #1 | | Successfully terminated. | Collected errors: | ERROR: Cannot satisfy the following dependencies for task-boot: | update-modules update-modules update-modules update-modules update-modules update-modules update-modules | NOTE: Task failed: /oe/build/conf/tmp/work/gumstix-verdex-angstrom-linux-gnueabi/angstrom-minimal-image-1.0-r0/temp/log.do_rootfs.4857 NOTE: package angstrom-minimal-image-1.0-r0: task do_rootfs: failed ERROR: TaskFailed event exception, aborting NOTE: package angstrom-minimal-image-1.0: failed ERROR: Build of /oe/org.openembedded.dev/packages/images/angstrom-minimal-image.bb do_rootfs failed ERROR: Task 4 (/oe/org.openembedded.dev/packages/images/angstrom-minimal-image.bb, do_rootfs) failed NOTE: Tasks Summary: Attempted 553 tasks of which 553 didn't need to be rerun and 1 failed. ERROR: '/oe/org.openembedded.dev/packages/images/angstrom-minimal-image.bb' failed ########################################### SECTION #2 | Successfully terminated. | Collected errors: | ERROR: Cannot satisfy the following dependencies for task-boot: | module-init-tools-depmod | NOTE: Task failed: /oe/build/tmp/work/gumstix-verdex-angstrom-linux-gnueabi/angstrom-minimal-image-1.0-r0/temp/log.do_rootfs.5135 NOTE: package angstrom-minimal-image-1.0-r0: task do_rootfs: failed ERROR: TaskFailed event exception, aborting NOTE: package angstrom-minimal-image-1.0: failed ERROR: Build of /oe/org.openembedded.dev/packages/images/angstrom-minimal-image.bb do_rootfs failed ERROR: Task 4 (/oe/org.openembedded.dev/packages/images/angstrom-minimal-image.bb, do_rootfs) failed NOTE: Tasks Summary: Attempted 553 tasks of which 553 didn't need to be rerun and 1 failed. ERROR: '/oe/org.openembedded.dev/packages/images/angstrom-minimal-image.bb' failed [asmola at localhost build]$ -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 01:26:56 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 18:26:56 -0700 (PDT) Subject: [oe-issues] [Bug 2926] Clean build of Angstrom for Gumstix-Verdex Fails In-Reply-To: Message-ID: <20070905012656.E7F884285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2926 --- Comment #1 from Philip 2007-09-04 18:26:56 --- I have the same problem doing the build with a clean tmp. If I first build for the omap5912osk machine, the gumstix builds succeed. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 04:20:50 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 21:20:50 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070905042050.682874285B0@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #9 from Koen Kooi 2007-09-04 21:20:50 --- (In reply to comment #6) > (In reply to comment #2) > > is it *really* necessary to start a new distro just to eliminate one* var > > (ANGSTROM_MODE) from local.conf? > > > > * MACHINE.conf may set the image types > > It's not just one var in local.conf (which yes, I want to eliminate from there, > since users won't have any clue (and shouldn't need any clue) whether to choose > glibc or uclibc) and image type, though I don't agree that image type should go > in machine.conf -- it surely is a distro issue since there's nothing > fundamental about the gumstix machine which says "use JFFS2" rather than "use > CRAMFS", etc. There is a thing like preferred format, since uboot can't load e.g. xfs images. > Actually, > maybe if I have a gumstix with minimal on-board flash I want angstrom, but if I > have more flash, I want some openmoko like thing. Now you're confusing distro and images The past shows that adding your own distro just leads to bitrot (see how bad the gmustix (no, that isn't a typo) distro has bitrotted the last year. >Strong dependency on angstrom is removed; soft dependency is still there, > but if angstrom decides to head in a direction which isn't optimal for > gumstix, then there's less problem. That's can be solved by something called communication :) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 06:18:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 23:18:27 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070905061827.42D584285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #10 from Craig Hughes 2007-09-04 23:18:27 --- (In reply to comment #9) > There is a thing like preferred format, since uboot can't load e.g. xfs images. I'm not sure what you're saying. There is a thing already there somewhere which I should be using in the distro to set preferred format which could then be over-ridden in local.conf? Or a preferred format thing should be implemented for this? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 06:27:21 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 23:27:21 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070905062721.0F02D4285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #11 from Craig Hughes 2007-09-04 23:27:20 --- (In reply to comment #9) > Now you're confusing distro and images Perhaps. To my mind "distro" means "if you get an ipkg for this distro and your ARCH, it'll work"; whereas "image" means "give me a rootfs with the following list of packages pre-installed in it". I there's a repository somewhere of pre-built angstrom arm ipkgs, then my users won't be able to say that those ipkgs will work on their system, since they won't know if those ipkgs use glibc or uclibc. They won't know if there's some dependency on an older version of udev which they can't downgrade because that'll break some gumstix configuration script or something. In order to provide stability and ease-of-use to gumstix users, I pretty much *need* to have a gumstix distro. > The past shows that adding your own distro just leads to bitrot (see how bad > the gmustix (no, that isn't a typo) distro has bitrotted the last year. I'm not sure the comparison is quite right here. gmustix, looking at it, was the project of some student who perhaps moved onto another project (or graduated?). the gumstix distro I'm talking about would be a core business concern for gumstix the company, and as long as gumstix stays in business, we'd have someone working on maintaining it. And it's not really a whole separate distro. It's like a distro-lite where it's basically taking advantange of all the hard work in angstrom, but just tweaking things a little bit here and there to provide stability and ease of use for gumstix users. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 06:33:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 23:33:07 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070905063307.90EA64285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #12 from Craig Hughes 2007-09-04 23:33:07 --- (In reply to comment #9) > >Strong dependency on angstrom is removed; soft dependency is still there, > > but if angstrom decides to head in a direction which isn't optimal for > > gumstix, then there's less problem. > > That's can be solved by something called communication :) I'd love for the general state of things to be that gumstix-distro.conf contains exactly one line: "require angstrom.bb". In practice though, I doubt that will ever happen; for example I definitely want ANGSTROM_MODE=uclibc; I definitely want udev-115 (well, I'd settle for 114...). I want the gumstix-distro to be a very stable platform which people can build their OEM software base on top of, where I suspect angstrom will want to be able to move faster and make changes more frequently. Communication can help, but I have trouble seeing that the delta between what I'd like for gumstix users specifically, and what angstrom wants for the broader audience it has will ever be 0, in practice. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 09:14:34 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 02:14:34 -0700 (PDT) Subject: [oe-issues] [Bug 2898] broken keymap in spitz image 20070828 In-Reply-To: Message-ID: <20070905091434.AF7404285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2898 --- Comment #1 from Erik Rakhorst 2007-09-05 02:14:34 --- The following was send to the user mailing list by Graeme Gregory: >A quick fix is move /etc/rcS.d/S00keymap to /etc/rcS.d/S04keymap This solves at least the mentioned issues with the 20070828 build on my terrier. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 09:22:57 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 02:22:57 -0700 (PDT) Subject: [oe-issues] [Bug 2898] broken keymap in spitz image 20070828 In-Reply-To: Message-ID: <20070905092257.271684285B0@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2898 --- Comment #2 from Graeme Gregory 2007-09-05 02:22:56 --- This is fixed in meta data, I am working on testing new images to upload. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 09:47:48 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 02:47:48 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070905094748.44F404285B0@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #13 from Richard Purdie 2007-09-05 02:47:47 --- I'm not sure this discussion should be happening in a bugzilla and it should perhaps move to the mailing list. I'll post this message here but I think there are wider issues under discussion here and the mailing list would be more visible. I believe gumstix has a clear cut need for its own distro for the reasons Craig mentions and probably others. I understand where Koen is coming from here as OE has a history of people wanting to create their own distro simply to customize packages or other things an independent distro is inappropriate for. I think Angstrom needs to recognise people are going to need their own distro in some cases though (omoko is another example). These need to be considered on a case by case basis and some agreement on who will maintain the distro is an important part of that consideration, I'm guessing if gusstix cusomters are using OE, bitrot won't be a problem though. I think aiming to use angstrom as a base for distros such as gumstix is a good idea and something we should strive for since it doesn't need to reimplement everything angstrom does, just tweak it for a specific use case. The pitfalls of an independent distro should also be stressed. The base gumstix machine files should be independent of the distro or the images that are produced. This means the machines should be useful on angstrom or any other distro like poky or openmoko). The same applies to a lesser extent to the images as an image is a collection of packages and should also work with any distro too (within reason). I've asked Koen in the past to try and merge the standard images with the angstrom images and this is something that needs consideration as its currently setting a bad example. I can certainly understand the need for making things simple to use for users and you might want to look at how Poky does things in that regard for ideas. We do give the users options there in the form of a well commented sample local.conf and sane defaults but the three command setup process to build an image might be attractive to you. Regarding FSTYPES and machine conf files, it makes sense in some cases and less sense in others. As an example, the update routines for an Akita always need a jffs2 file so defaulting to jffs2 images makes sense for that machine. Its something to consider on a case by case basis (and even in the akita case its just a default and as with most things in OE, is overridable). -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 10:26:55 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 03:26:55 -0700 (PDT) Subject: [oe-issues] [Bug 2925] Use linux decompressor instead of u-boot's for uImage kernels In-Reply-To: Message-ID: <20070905102655.7EED74285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2925 --- Comment #1 from Philip 2007-09-05 03:26:55 --- My test showed a slight size increase .... 994233 Sep 4 17:59 uImage-2.6.21-r7-gumstix-verdex-20070904212032.bin 930845 Sep 4 17:11 uImage-2.6.21-r7-gumstix-connex-20070904203402.bin after: 1007116 Sep 4 22:25 uImage-2.6.21-r7-gumstix-verdex-20070905020144.bin 943728 Sep 4 21:56 uImage-2.6.21-r7-gumstix-connex-20070905013534.bin I'll look at the sped issue when I get my gusmtix running. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 12:10:18 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 05:10:18 -0700 (PDT) Subject: [oe-issues] [Bug 2898] broken keymap in spitz image 20070828 In-Reply-To: Message-ID: <20070905121018.213BA4285B3@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2898 Graeme Gregory changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Graeme Gregory 2007-09-05 05:10:17 --- Uploaded new images, please play with them. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 12:59:11 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 05:59:11 -0700 (PDT) Subject: [oe-issues] [Bug 2927] New: directfb-0.9.25.1-r1 on OE 1.4 for Dreambox fails Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2927 Summary: directfb-0.9.25.1-r1 on OE 1.4 for Dreambox fails Product: Openembedded Version: unspecified Platform: MIPS OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: zengaja at gmx.de Making all in fbdev make[3]: Entering directory `/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/systems/fbdev' if /bin/sh ../../mipsel-linux-libtool --tag=CC --mode=compile mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/systems/fbdev -I../.. -I/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/include -I../../include -I../../lib -I/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/lib -I/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/src -D_XOPEN_SOURCE=500 -D_REENTRANT -I/data/Openembedded/build/tmp/staging/mipsel-linux/include -O3 -ffast-math -pipe -I/data/Openembedded/build/tmp/staging/mipsel-linux/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -D_GNU_SOURCE -Werror-implicit-function-declaration -MT fbdev.lo -MD -MP -MF ".deps/fbdev.Tpo" -c -o fbdev.lo fbdev.c; \ then mv -f ".deps/fbdev.Tpo" ".deps/fbdev.Plo"; else rm -f ".deps/fbdev.Tpo"; exit 1; fi mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/systems/fbdev -I../.. -I/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/include -I../../include -I../../lib -I/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/lib -I/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/src -D_XOPEN_SOURCE=500 -D_REENTRANT -I/data/Openembedded/build/tmp/staging/mipsel-linux/include -O3 -ffast-math -pipe -I/data/Openembedded/build/tmp/staging/mipsel-linux/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -D_GNU_SOURCE -Werror-implicit-function-declaration -MT fbdev.lo -MD -MP -MF .deps/fbdev.Tpo -c fbdev.c -fPIC -DPIC -o .libs/fbdev.o In file included from /data/Openembedded/build/tmp/staging/mipsel-linux/include/linux/types.h:6, from /data/Openembedded/build/tmp/staging/mipsel-linux/include/linux/agpgart.h:52, from agp.h:32, from fbdev.h:40, from fbdev.c:84: /data/Openembedded/build/tmp/staging/mipsel-linux/include/asm/types.h:22: error: redefinition of typedef 'int8_t' /data/Openembedded/build/tmp/staging/mipsel-linux/include/sys/types.h:191: error: previous declaration of 'int8_t' was here /data/Openembedded/build/tmp/staging/mipsel-linux/include/asm/types.h:23: error: redefinition of typedef 'u_int8_t' /data/Openembedded/build/tmp/staging/mipsel-linux/include/sys/types.h:197: error: previous declaration of 'u_int8_t' was here /data/Openembedded/build/tmp/staging/mipsel-linux/include/asm/types.h:25: error: redefinition of typedef 'int16_t' /data/Openembedded/build/tmp/staging/mipsel-linux/include/sys/types.h:192: error: previous declaration of 'int16_t' was here /data/Openembedded/build/tmp/staging/mipsel-linux/include/asm/types.h:26: error: redefinition of typedef 'u_int16_t' /data/Openembedded/build/tmp/staging/mipsel-linux/include/sys/types.h:198: error: previous declaration of 'u_int16_t' was here /data/Openembedded/build/tmp/staging/mipsel-linux/include/asm/types.h:28: error: redefinition of typedef 'int32_t' /data/Openembedded/build/tmp/staging/mipsel-linux/include/sys/types.h:193: error: previous declaration of 'int32_t' was here /data/Openembedded/build/tmp/staging/mipsel-linux/include/asm/types.h:29: error: redefinition of typedef 'u_int32_t' /data/Openembedded/build/tmp/staging/mipsel-linux/include/sys/types.h:199: error: previous declaration of 'u_int32_t' was here /data/Openembedded/build/tmp/staging/mipsel-linux/include/asm/types.h:42: error: redefinition of typedef 'int64_t' /data/Openembedded/build/tmp/staging/mipsel-linux/include/sys/types.h:194: error: previous declaration of 'int64_t' was here /data/Openembedded/build/tmp/staging/mipsel-linux/include/asm/types.h:43: error: redefinition of typedef 'u_int64_t' /data/Openembedded/build/tmp/staging/mipsel-linux/include/sys/types.h:200: error: previous declaration of 'u_int64_t' was here make[3]: *** [fbdev.lo] Error 1 make[3]: Leaving directory `/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/systems/fbdev' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/systems' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1' make: *** [all] Error 2 FATAL: oe_runmake failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 13:16:49 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 06:16:49 -0700 (PDT) Subject: [oe-issues] [Bug 2927] directfb-0.9.25.1-r1 on OE 1.4 for Dreambox fails In-Reply-To: Message-ID: <20070905131649.688064285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2927 --- Comment #1 from Joaquim Duran 2007-09-05 06:16:49 --- You should update your repository. The current version of directfb in the repository is 1.0.0. This problem could be fixed in this new version. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 13:38:02 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 06:38:02 -0700 (PDT) Subject: [oe-issues] [Bug 2927] directfb-0.9.25.1-r1 on OE 1.4 for Dreambox fails In-Reply-To: Message-ID: <20070905133802.B97404285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2927 --- Comment #2 from zengaja at gmx.de 2007-09-05 06:38:02 --- (In reply to comment #1) > You should update your repository. The current version of directfb in the > repository is 1.0.0. This problem could be fixed in this new version. > tried it with ver. 1.0.0 from the dev-branch. this produces another error. But change is good i suppose :-) if mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I/data/Openembedded/build/tmp/work/directfb-1.0.0-r5/DirectFB-1.0.0/tools -I.. -I../lib -I../inclu de -I/data/Openembedded/build/tmp/work/directfb-1.0.0-r5/DirectFB-1.0.0/include -I/data/Openembedded/build/tmp/work/directfb-1.0.0-r5/Direc tFB-1.0.0/lib -I/data/Openembedded/build/tmp/work/directfb-1.0.0-r5/DirectFB-1.0.0/src -D_REENTRANT -I/data/Openembedded/build/tmp/staging /mipsel-linux/include -I/data/Openembedded/build/tmp/staging/mipsel-linux/lib/../include -I/data/Openembedded/build/tmp/staging/mipsel-linu x/lib/../include/freetype2 -O3 -ffast-math -pipe -I/data/Openembedded/build/tmp/staging/mipsel-linux/include -fexpensive-optimizations -fom it-frame-pointer -frename-registers -O2 -D_GNU_SOURCE -Werror-implicit-function-declaration -MT mkdgiff.o -MD -MP -MF ".deps/mkdgiff.Tpo" -c -o mkdgiff.o mkdgiff.c; \ then mv -f ".deps/mkdgiff.Tpo" ".deps/mkdgiff.Po"; else rm -f ".deps/mkdgiff.Tpo"; exit 1; fi mkdgiff.c: In function 'main': mkdgiff.c:583: error: 'ft_encoding_latin_1' undeclared (first use in this function) mkdgiff.c:583: error: (Each undeclared identifier is reported only once mkdgiff.c:583: error: for each function it appears in.) make[2]: *** [mkdgiff.o] Error 1 make[2]: Leaving directory `/data/Openembedded/build/tmp/work/directfb-1.0.0-r5/DirectFB-1.0.0/tools' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/data/Openembedded/build/tmp/work/directfb-1.0.0-r5/DirectFB-1.0.0' make: *** [all] Error 2 FATAL: oe_runmake failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 15:32:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 08:32:07 -0700 (PDT) Subject: [oe-issues] [Bug 2928] New: binutils-cross fails to build on x86_64 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2928 Summary: binutils-cross fails to build on x86_64 Product: Openembedded Version: Angstrom Platform: PC OS/Version: Linux Status: NEW Severity: blocker Priority: P5 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: philip at balister.org Created an attachment (id=1953) --> (http://bugs.openembedded.org/attachment.cgi?id=1953) do_stage log I have installed OE on a Fedora 7 machine using the x86_64 media. The PC is an Intel Core 2 Duo. binutils-cross fails to build with this message : | rmdir: /home/balister/oe/tmp/cross//home/balister/oe/tmp/cross/lib/gcc-lib: No such file or directory | rmdir: /home/balister/oe/tmp/cross//home/balister/oe/tmp/cross/lib: No such file or directory | rmdir: /home/balister/oe/tmp/cross//home/balister/oe/tmp/cross: No such file or directory | mv: cannot stat `/home/balister/oe/tmp/cross/lib/libiberty.a': No such file or directory NOTE: Task failed: /home/balister/oe/tmp/work/armv5te-angstrom-linux-gnueabi/binutils-cross-2.18-r0/temp/log.do_stage.15707 NOTE: package binutils-cross-2.18-r0: task do_populate_staging: failed ERROR: TaskFailed event exception, aborting NOTE: package binutils-cross-2.18: failed ERROR: Build of /home/balister/oe/org.openembedded.dev/packages/binutils/binutils-cross_2.18.bb do_populate_staging failed ERROR: Task 279 (/home/balister/oe/org.openembedded.dev/packages/binutils/binutils-cross_2.18.bb, do_populate_staging) failed NOTE: Tasks Summary: Attempted 101 tasks of which 0 didn't need to be rerun and 1 failed. ERROR: '/home/balister/oe/org.openembedded.dev/packages/binutils/binutils-cross_2.18.bb' failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 15:48:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 08:48:53 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070905154853.9D2574285B0@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #14 from Koen Kooi 2007-09-05 08:48:53 --- (In reply to comment #13) > I'm not sure this discussion should be happening in a bugzilla and it should > perhaps move to the mailing list. I'll post this message here but I think there > are wider issues under discussion here and the mailing list would be more > visible. > > I believe gumstix has a clear cut need for its own distro for the reasons Craig > mentions and probably others. I understand where Koen is coming from here as OE > has a history of people wanting to create their own distro simply to customize > packages or other things an independent distro is inappropriate for. I think > Angstrom needs to recognise people are going to need their own distro in some > cases though (omoko is another example). These need to be considered on a case > by case basis and some agreement on who will maintain the distro is an > important part of that consideration, I'm guessing if gusstix cusomters are > using OE, bitrot won't be a problem though. I recognize there is a need for a derivative distro, in the openmoko cases all parties agreed on it. In the gumstix case I'm having this discussion to see if it's really needed or (don't take this the wrong way) the usual thing of believing to be 'special'. A big number of bogus arguments are being used, which I want to counter :) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 16:53:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 09:53:07 -0700 (PDT) Subject: [oe-issues] [Bug 2926] Clean build of Angstrom for Gumstix-Verdex Fails In-Reply-To: Message-ID: <20070905165307.7862C402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2926 --- Comment #2 from Philip 2007-09-05 09:53:07 --- I believe I can build angstrom-console-image after the angstrom-minimal-iamge failure. After the successful console build, the minimal build succeeds. I hope this is right, I might be losing track of things. Philip -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 17:09:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 10:09:07 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross fails to build on x86_64 In-Reply-To: Message-ID: <20070905170907.4EB1E402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #1 from Cliff Brake 2007-09-05 10:09:07 --- I see the same thing on Ubuntu 7.04/AMD64 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 18:09:34 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 11:09:34 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070905180934.D85A6402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #15 from Craig Hughes 2007-09-05 11:09:34 --- (In reply to comment #14) > I recognize there is a need for a derivative distro, in the openmoko cases all > parties agreed on it. In the gumstix case I'm having this discussion to see if > it's really needed or (don't take this the wrong way) the usual thing of > believing to be 'special'. A big number of bogus arguments are being used, > which I want to counter :) I guess the specialness in the gumstix case is several thousand users who might start using OE if we switch to it as the primary build platform for gumstix. Many of those users have AOL-level sophistication. Many will probably switch from building themselves to using pre-built .ipkgs, but that will make it even more important that when they find an .ipkg somewhere, it'll actually work on their gumstix, including correct libc, etc. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 18:10:57 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 11:10:57 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070905181057.60BC4402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #16 from Craig Hughes 2007-09-05 11:10:57 --- Just to be clear, I'm completely new to OE -- having a derived distro just seems like by far the easiest way to manage this sort of thing within the OE framework. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 18:11:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 11:11:07 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross fails to build on x86_64 In-Reply-To: Message-ID: <20070905181107.B69FC401FBF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #2 from Cliff Brake 2007-09-05 11:11:07 --- The following line from binutils-cross.inc is failing: mv -f ${CROSS_DIR}/lib/libiberty.a ${CROSS_DIR}/${TARGET_SYS}/lib The problem is the directory should be: ${CROSS_DIR}/lib64/libiberty.a The make install outputs the following: mv -f /build/openmoko/oe/build/tmp/cross/lib/`gcc -isystem/build/openmoko/oe/build/tmp/staging/x86_64-linux/include -Os -print-multi-os-directory`/./libiberty.an /build/openmoko/oe/build/tmp/cross/lib/`gcc -isystem/build/openmoko/oe/build/tmp/staging/x86_64-linux/include -Os-print-multi-os-directory`/./libiberty.a `gcc -isystem/build/openmoko/oe/build/tmp/staging/x86_64-linux/include -Os-print-multi-os-directory` on this system returns: ../lib64 further suggestions welcome ... -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 18:13:32 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 11:13:32 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross fails to build on x86_64 In-Reply-To: Message-ID: <20070905181332.26032402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #3 from Philip 2007-09-05 11:13:31 --- khem pasted this and it appears to have solved the build problem for me # # old_revision [f187242e911a395651f8c0b903c471eaa5944ab9] # # patch "packages/binutils/binutils-cross.inc" # from [2a9f9e4a843e43fc6356fa81e25f167e69bdd8d2] # to [c3cfcc09fe95e51f8ed861c38e18ebd51cc47d45] # ============================================================ --- packages/binutils/binutils-cross.inc 2a9f9e4a843e43fc6356fa81e25f167e69bdd8d2 +++ packages/binutils/binutils-cross.inc c3cfcc09fe95e51f8ed861c38e18ebd51cc47d45 @@ -17,14 +17,14 @@ do_stage () { rm -rf ${CROSS_DIR}/share/locale rm -rf ${CROSS_DIR}/share/man rmdir ${CROSS_DIR}/share || : - rmdir ${CROSS_DIR}/${libdir}/gcc-lib || : - rmdir ${CROSS_DIR}/${libdir} || : + rmdir ${CROSS_DIR}/${libdir}64/gcc-lib || : + rmdir ${CROSS_DIR}/${libdir}64 || : rmdir ${CROSS_DIR}/${prefix} || : # We want to move this into the target specific location mkdir -p ${CROSS_DIR}/${TARGET_SYS}/lib - mv -f ${CROSS_DIR}/lib/libiberty.a ${CROSS_DIR}/${TARGET_SYS}/lib - rmdir ${CROSS_DIR}/lib || : + mv -f ${CROSS_DIR}/lib64/libiberty.a ${CROSS_DIR}/${TARGET_SYS}/lib + rmdir ${CROSS_DIR}/lib64 || : } do_install () { -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 18:24:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 11:24:27 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross fails to build on x86_64 In-Reply-To: Message-ID: <20070905182427.C571A401FBF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #4 from Cliff Brake 2007-09-05 11:24:27 --- This is what I get when I run: gcc -print-multi-lib .; 32;@m32 It would be interested to see what others get if binutils-cross is working on a AMD64 host. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 18:24:37 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 11:24:37 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070905182437.29002402044@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #17 from Koen Kooi 2007-09-05 11:24:36 --- (In reply to comment #15) > (In reply to comment #14) > > > I recognize there is a need for a derivative distro, in the openmoko cases all > > parties agreed on it. In the gumstix case I'm having this discussion to see if > > it's really needed or (don't take this the wrong way) the usual thing of > > believing to be 'special'. A big number of bogus arguments are being used, > > which I want to counter :) > > I guess the specialness in the gumstix case is several thousand users who might > start using OE if we switch to it as the primary build platform for gumstix. Homer: There are 3 ways to do it: the right way, the wrong way and the Homer Simpson way. Bart: Isn't the homer way the wrong way? Homer: Yes, but faster. > Many of those users have AOL-level sophistication. Many will probably switch > from building themselves to using pre-built .ipkgs, but that will make it even > more important that when they find an .ipkg somewhere, "somewhere" being the operative word... > it'll actually work on their gumstix, including correct libc, etc. Having a derived distro doesn't help against that. AOL type uses will download and try to install anything that ends in .ipk, even if you make it clear that only stuff in the gumstix package repos will work. To solve that you have to extend the ipkg format and patch ipkg itself to only allow "gumstix-leet-uclibc" ipkgs ( or .debs or .rpms, etc). As I hinted at earlier, I'm not against having a gumstix distro as an angstrom-derivative, but the majority of your arguments aren't making sense in an OE context (don't feel bad, OE is weird in that way). The arguments that do make sense (control, branding) are key ones. And why do people keep insisting on newer udevs without giving concrete answers on why? The previous person that insisted on it couldn't get further than pasting the changelog and saying something that summarizes as "OMG newer!!!". Please file bugs on what is broken in 092 and specify how a newer version fixes that bugs. If it fixes big bugs we can make 115 and OE wide default or and angstrom wide default. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 18:51:26 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 11:51:26 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross fails to build on x86_64 In-Reply-To: Message-ID: <20070905185127.0222D401FBF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #5 from Cliff Brake 2007-09-05 11:51:26 --- The following lines in the binutils-cross.inc could also use some cleanup: rmdir ${CROSS_DIR}/${libdir}/gcc-lib || : rmdir ${CROSS_DIR}/${libdir} || : rmdir ${CROSS_DIR}/${prefix} || : as they generate: rmdir /build/oe/build_targets/compulab-pxa270/tmp/cross//build/oe/build_targets/compulab-pxa270/tmp/cross/lib/gcc-lib || : rmdir /build/oe/build_targets/compulab-pxa270/tmp/cross//build/oe/build_targets/compulab-pxa270/tmp/cross/lib || : rmdir /build/oe/build_targets/compulab-pxa270/tmp/cross//build/oe/build_targets/compulab-pxa270/tmp/cross || : -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 19:16:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 12:16:27 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross fails to build on x86_64 In-Reply-To: Message-ID: <20070905191627.560934285B0@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #6 from Cliff Brake 2007-09-05 12:16:27 --- The following patch will probably work with 2.6.18 on both 32 and 64 bit hosts. However, it may break with earlier versions of binutils. I'm still not sure what to do with the following lines in the bb as I'm not sure what the intent is, but they fail nicely ... rmdir ${CROSS_DIR}/${libdir}/gcc-lib || : rmdir ${CROSS_DIR}/${libdir} || : rmdir ${CROSS_DIR}/${prefix} || : # # old_revision [110c6ec488c63036fe1cb9a1e304bfb935b57bca] # # patch "packages/binutils/binutils-cross.inc" # from [2a9f9e4a843e43fc6356fa81e25f167e69bdd8d2] # to [bd04b8b517ab24728bf6d5f2cad09dee8f175b39] # ============================================================ --- packages/binutils/binutils-cross.inc 2a9f9e4a843e43fc6356fa81e25f167e69bdd8d2 +++ packages/binutils/binutils-cross.inc bd04b8b517ab24728bf6d5f2cad09dee8f175b39 @@ -11,6 +11,8 @@ do_stage () { do_stage () { oe_runmake install + MULTILIBDIR=`gcc -print-multi-os-directory` + # We don't really need these, so we'll remove them... rm -rf ${CROSS_DIR}/lib/ldscripts rm -rf ${CROSS_DIR}/share/info @@ -23,8 +25,8 @@ do_stage () { # We want to move this into the target specific location mkdir -p ${CROSS_DIR}/${TARGET_SYS}/lib - mv -f ${CROSS_DIR}/lib/libiberty.a ${CROSS_DIR}/${TARGET_SYS}/lib - rmdir ${CROSS_DIR}/lib || : + mv -f ${CROSS_DIR}/lib/${MULTILIBDIR}/libiberty.a ${CROSS_DIR}/${TARGET_SYS}/lib + rmdir ${CROSS_DIR}/lib/${MULTILIBDIR} || : } do_install () { -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 19:54:08 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 12:54:08 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross fails to build on x86_64 In-Reply-To: Message-ID: <20070905195408.D46A7402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #7 from Khem Raj 2007-09-05 12:54:08 --- This is because we use $libdir to reach to cross lib path. On x86_64 the cross lib path will be lib64. I think one way to solve it is to define a variable crosslibdir which is conditional on host type and not use libdir. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 21:25:41 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 14:25:41 -0700 (PDT) Subject: [oe-issues] [Bug 2929] New: eglibc should not regenerate configure scripts Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2929 Summary: eglibc should not regenerate configure scripts Product: Openembedded Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: likewise at gmx.net [23:05] KhemWork: Do you have a working angstrom eglibc build? Mine fails on a configure, where grep fails (I suspect argument buffer overflow due to my long pwd path name). [23:05] likewise: there is a fix for that you should touch all configure files so that they are not regenerated [23:06] I thought koen committed that fix [23:06] KhemWork: where was that patch committed? bugtracker? [23:07] nope I think when we were mucking with eglibc [23:08] likewise: check do_confiure() in eglibc_svn.bb [23:09] rpurdie * r973 / (6 files in 4 dirs): fetch/: Add mercurial (hg) fetcher from Robert Schuster (#2913) [23:10] likewise: We need same touch command for eglibc-initial_svn.bb eglibc-intermediate_svn.bb [23:10] as well [23:10] KhemWork: ok [23:10] likewise: can you prepare the patch for those two ? [23:10] KhemWork: sure [23:10] will do [23:10] and test it and commit it -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 22:19:38 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 15:19:38 -0700 (PDT) Subject: [oe-issues] [Bug 2930] New: angstrom-2008. 1 overwrites the PREFERRED_VERSION for binutils Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2930 Summary: angstrom-2008.1 overwrites the PREFERRED_VERSION for binutils Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: raj.khem at gmail.com Created an attachment (id=1958) --> (http://bugs.openembedded.org/attachment.cgi?id=1958) patch to fix it. angstrom-2007.1 sets this PREFERRED_VERSION_binutils ?= "2.18" PREFERRED_VERSION_binutils-cross ?= "2.18" PREFERRED_VERSION_binutils-cross-sdk ?= "2.18" but then angstrom-2008.1 overwrites this PREFERRED_VERSION_binutils = "2.17.50.0.12" PREFERRED_VERSION_binutils-cross = "2.17.50.0.12" PREFERRED_VERSION_binutils-cross-sdk = "2.17.50.0.12" -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 02:01:06 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 19:01:06 -0700 (PDT) Subject: [oe-issues] [Bug 2931] New: libgcc-related SO link errors after recent changes to gcc. bb Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2931 Summary: libgcc-related SO link errors after recent changes to gcc.bb Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P1 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: pmiscml at gmail.com $ bitbake gst-plugins-base -c rebuild OE Build Configuration: BB_VERSION = "1.8.9" OE_REVISION = "6a2d2b93d5aaaeac208513989dea7830e85864d2" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "hx4700" DISTRO = "angstrom" DISTRO_VERSION = "2007.9-test-20070906" TARGET_FPU = "soft" | arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale -isystem/home/pfalcon/linux-ppc/build-oe-angstrom/tmp/staging/arm-angstrom-linux-gnueabi/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -Wl,-rpath-link -Wl,/home/pfalcon/linux-ppc/build-oe-angstrom/tmp/staging/arm-angstrom-linux-gnueabi/lib -Wl,-O1 -o .libs/testchannels testchannels-testchannels.o -L/home/pfalcon/linux-ppc/build-oe-angstrom/tmp/staging/arm-angstrom-linux-gnueabi/lib -pthread /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/staging/arm-angstrom-linux-gnueabi/lib/libgstreamer-0.10.so /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/staging/arm-angstrom-linux-gnueabi/lib/libgobject-2.0.so /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/staging/arm-angstrom-linux-gnueabi/lib/libgmodule-2.0.so /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/staging/arm-angstrom-linux-gnueabi/lib/libgthread-2.0.so -lrt /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/staging/arm-angstrom-linux-gnueabi/lib/libxml2.so -ldl -lpthread /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/staging/arm-angstrom-linux-gnueabi/lib/libz.so -lm /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/staging/arm-angstrom-linux-gnueabi/lib/libglib-2.0.so -Wl,--rpath -Wl,/home/pfalcon/linux-ppc/build-oe-angstrom/tmp/work/armv5te-angstrom-linux-gnueabi/zlib-1.2.3-r2/image/usr/lib | /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/cross/lib/gcc/arm-angstrom-linux-gnueabi/4.1.2/../../../../arm-angstrom-linux-gnueabi/bin/ld: .libs/testchannels: hidden symbol `__div0' in /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/cross/lib/gcc/arm-angstrom-linux-gnueabi/4.1.2/libgcc.a(_dvmd_lnx.o) is referenced by DSO | /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/cross/lib/gcc/arm-angstrom-linux-gnueabi/4.1.2/../../../../arm-angstrom-linux-gnueabi/bin/ld: final link failed: Nonrepresentable section on output | collect2: ld returned 1 exit status | make[5]: *** [testchannels] Error 1 | make[5]: Leaving directory `/home/pfalcon/linux-ppc/build-oe-angstrom/tmp/work/armv5te-angstrom-linux-gnueabi/gst-plugins-base-0.10.14-r2/gst-plugins-base-0.10.14/gst-libs/gst/audio' | make[4]: *** [all] Error 2 | make[4]: Leaving directory `/home/pfalcon/linux-ppc/build-oe-angstrom/tmp/work/armv5te-angstrom-linux-gnueabi/gst-plugins-base-0.10.14-r2/gst-plugins-base-0.10.14/gst-libs/gst/audio' | make[3]: *** [all-recursive] Error 1 | make[3]: Leaving directory `/home/pfalcon/linux-ppc/build-oe-angstrom/tmp/work/armv5te-angstrom-linux-gnueabi/gst-plugins-base-0.10.14-r2/gst-plugins-base-0.10.14/gst-libs/gst' | make[2]: *** [all-recursive] Error 1 | make[2]: Leaving directory `/home/pfalcon/linux-ppc/build-oe-angstrom/tmp/work/armv5te-angstrom-linux-gnueabi/gst-plugins-base-0.10.14-r2/gst-plugins-base-0.10.14/gst-libs' | make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory `/home/pfalcon/linux-ppc/build-oe-angstrom/tmp/work/armv5te-angstrom-linux-gnueabi/gst-plugins-base-0.10.14-r2/gst-plugins-base-0.10.14' | make: *** [all] Error 2 | FATAL: oe_runmake failed NOTE: Task failed: /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/work/armv5te-angstrom-linux-gnueabi/gst-plugins-base-0.10.14-r2/temp/log.do_compile.31591 NOTE: package gst-plugins-base-0.10.14-r2: task do_compile: failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 02:02:46 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 19:02:46 -0700 (PDT) Subject: [oe-issues] [Bug 2931] libgcc-related SO link errors after recent changes to gcc.bb In-Reply-To: Message-ID: <20070906020246.66FD7402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2931 --- Comment #1 from Paul Sokolovsky 2007-09-05 19:02:46 --- This didn't happen with gcc-4.1.2-r4, this does happen with -r6. This happens with both binutils 2.18 and 2.17.50.0.5. This happens to cups package, too. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 04:12:31 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 21:12:31 -0700 (PDT) Subject: [oe-issues] [Bug 2932] New: libnotify-0.4.4-r0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2932 Summary: libnotify-0.4.4-r0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906041037 for machine h6300 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 04:17:18 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 21:17:18 -0700 (PDT) Subject: [oe-issues] [Bug 2933] New: gpe-bluetooth-0.55-r0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2933 Summary: gpe-bluetooth-0.55-r0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906041644 for machine h6300 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 05:23:34 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 22:23:34 -0700 (PDT) Subject: [oe-issues] [Bug 2933] gpe-bluetooth-0.55-r0-do_compile In-Reply-To: Message-ID: <20070906052334.83F3A402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2933 --- Comment #2 from Koen Kooi 2007-09-05 22:23:34 --- gettext missing? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 05:59:00 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 22:59:00 -0700 (PDT) Subject: [oe-issues] [Bug 2932] libnotify-0.4.4-r0-do_compile In-Reply-To: Message-ID: <20070906055900.4AF2D402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2932 --- Comment #3 from Koen Kooi 2007-09-05 22:59:00 --- /cross/lib/gcc/arm-angstrom-linux-uclibcgnueabi/4.1.2/../../../../arm-angstrom-linux-uclibcgnueabi/bin/ld: .libs/notify-send: hidden symbol `__clz_tab' in /cross/lib/gcc/arm-angstrom-linux-uclibcgnueabi/4.1.2/libgcc.a(_clz.o) is referenced by DSO /cross/lib/gcc/arm-angstrom-linux-uclibcgnueabi/4.1.2/../../../../arm-angstrom-linux-uclibcgnueabi/bin/ld: final link failed: Nonrepresentable section on output collect2: ld returned 1 exit status -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 06:38:34 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 23:38:34 -0700 (PDT) Subject: [oe-issues] [Bug 2888] xserver-kdrive-imageon-1.3.0.0-r0-do_patch In-Reply-To: Message-ID: <20070906063834.CE6B0402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2888 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-05 23:38:34 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 06:39:14 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 23:39:14 -0700 (PDT) Subject: [oe-issues] [Bug 2880] linux-handhelds-2.6-2.6.21-hh12-r2-do_compile In-Reply-To: Message-ID: <20070906063914.ECC23402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2880 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Koen Kooi 2007-09-05 23:39:14 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 06:42:18 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 23:42:18 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross fails to build on x86_64 In-Reply-To: Message-ID: <20070906064218.1C3B6402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 Claes Mogren changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cm at acc.umu.se --- Comment #9 from Claes Mogren 2007-09-05 23:42:17 --- Thanks, cesarb's patch worked for me too on amd64. I also think the crosslibdir suggestion sounds like a good idea, but what do I know... -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 06:42:39 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 23:42:39 -0700 (PDT) Subject: [oe-issues] [Bug 2934] New: gtk+-2.10.14-r7-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2934 Summary: gtk+-2.10.14-r7-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906063739 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 06:59:09 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 23:59:09 -0700 (PDT) Subject: [oe-issues] [Bug 2930] angstrom-2008.1 overwrites the PREFERRED_VERSION for binutils In-Reply-To: Message-ID: <20070906065909.7FECF402042@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2930 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-05 23:59:09 --- fixed in r22435246c6164e8d9181239f72a4b3ddae29e35b -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 07:32:18 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 00:32:18 -0700 (PDT) Subject: [oe-issues] [Bug 2927] directfb-0.9.25.1-r1 on OE 1.4 for Dreambox fails In-Reply-To: Message-ID: <20070906073218.64182402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2927 --- Comment #3 from Joaquim Duran 2007-09-06 00:32:18 --- > ".deps/mkdgiff.Tpo"; exit 1; fi > mkdgiff.c: In function 'main': > mkdgiff.c:583: error: 'ft_encoding_latin_1' undeclared (first use in this > function) > mkdgiff.c:583: error: (Each undeclared identifier is reported only once > mkdgiff.c:583: error: for each function it appears in.) > make[2]: *** [mkdgiff.o] Error 1 > make[2]: Leaving directory > `/data/Openembedded/build/tmp/work/directfb-1.0.0-r5/DirectFB-1.0.0/tools' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory The function 'ft_encoding_latin_1' is defined in freetype, and freetype is already defined in the dependencies of directfb. So, it looks like that freetype, or almost, a recent version is not used. As your local repository has not been updated for a long time (befoire yesterday), I suggest to you to remove ALL contents of oebuild directory and generate the directfb library from scratch. $bitbake directfb An posts the results. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 08:18:39 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 01:18:39 -0700 (PDT) Subject: [oe-issues] [Bug 2918] Support for Technologic Systems TS-72xx SBC In-Reply-To: Message-ID: <20070906081839.777ED402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2918 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Koen Kooi 2007-09-06 01:18:39 --- applied with some changes (see http://www.openembedded.org/wiki/VersioningPolicy), thanks. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 08:46:40 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 01:46:40 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross fails to build on x86_64 In-Reply-To: Message-ID: <20070906084640.26829402042@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #10 from Marcin Juszkiewicz 2007-09-06 01:46:39 --- 10:45 hrw at home:~$ gcc -print-multi-lib .; 32;@m32 10:45 hrw at home:~$ uname -a Linux home 2.6.23-rc5-hrt1 #32 PREEMPT Wed Sep 5 13:27:55 CEST 2007 x86_64 GNU/Linux I have ia32-libs installed and binutils(-cross(-sdk)) 2.18 builds for me. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 08:59:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 01:59:07 -0700 (PDT) Subject: [oe-issues] [Bug 2935] New: libmokojournal2-0.1.0+svnr2780-r2-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2935 Summary: libmokojournal2-0.1.0+svnr2780-r2-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906085642 for machine fic-gta02 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 09:01:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 02:01:27 -0700 (PDT) Subject: [oe-issues] [Bug 2935] libmokojournal2-0.1.0+svnr2780-r2-do_compile In-Reply-To: Message-ID: <20070906090128.033A3402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2935 --- Comment #2 from Koen Kooi 2007-09-06 02:01:27 --- /data/build/koen/OE/build/tmp/angstrom/staging/arm-angstrom-linux-uclibcgnueabi/include/libxml2/libxml/encoding.h:28:19: error: iconv.h: No such file or directory -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 09:10:49 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 02:10:49 -0700 (PDT) Subject: [oe-issues] [Bug 2936] New: libiconv-1.11-r4-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2936 Summary: libiconv-1.11-r4-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906090914 for machine fic-gta02 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 09:12:52 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 02:12:52 -0700 (PDT) Subject: [oe-issues] [Bug 2936] libiconv-1.11-r4-do_configure In-Reply-To: Message-ID: <20070906091252.8EEDE402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2936 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Koen Kooi 2007-09-06 02:12:52 --- caused by launching a second build which interfered -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 10:09:52 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 03:09:52 -0700 (PDT) Subject: [oe-issues] [Bug 2326] minimo not aware of Fn key In-Reply-To: Message-ID: <20070906100952.1966A402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2326 --- Comment #15 from Graeme Gregory 2007-09-06 03:09:51 --- I have now investigated this problem deeper. Mod4 is meta in mozilla, its also Meta in emacs and pretty much all desktop software. This blocks its use as Fn key. I beleive the correct fix is to move out use of Fn to Mod5 and "fix" keylaunch. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 10:11:42 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 03:11:42 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross fails to build on x86_64 In-Reply-To: Message-ID: <20070906101142.695B8402042@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #11 from Tomas Frydrych 2007-09-06 03:11:42 --- Same issue here; the lib is initially in cross/lib64; tweaking the .inc file locally fixes this, but a generic, portatble solutions is needed. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 11:18:51 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 04:18:51 -0700 (PDT) Subject: [oe-issues] [Bug 2937] New: gnome-desktop-2.18.3-r2-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2937 Summary: gnome-desktop-2.18.3-r2-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906111622 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 11:27:50 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 04:27:50 -0700 (PDT) Subject: [oe-issues] [Bug 2937] gnome-desktop-2.18.3-r2-do_configure In-Reply-To: Message-ID: <20070906112750.27980402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2937 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-06 04:27:49 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 11:29:48 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 04:29:48 -0700 (PDT) Subject: [oe-issues] [Bug 2938] New: libwnck-2.13.5-r0-do_package_write_deb Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2938 Summary: libwnck-2.13.5-r0-do_package_write_deb Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906112714 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 11:31:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 04:31:29 -0700 (PDT) Subject: [oe-issues] [Bug 2939] New: libgpewidget-0.115-r0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2939 Summary: libgpewidget-0.115-r0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906113058 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 11:48:03 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 04:48:03 -0700 (PDT) Subject: [oe-issues] [Bug 2939] libgpewidget-0.115-r0-do_compile In-Reply-To: Message-ID: <20070906114803.E9A8B402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2939 --- Comment #4 from Koen Kooi 2007-09-06 04:48:03 --- same issue as bug 2933 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 12:27:39 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 05:27:39 -0700 (PDT) Subject: [oe-issues] [Bug 2940] New: fakeroot-native-1.7.1-r2-do_patch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2940 Summary: fakeroot-native-1.7.1-r2-do_patch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906122610 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 12:31:02 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 05:31:02 -0700 (PDT) Subject: [oe-issues] [Bug 2940] fakeroot-native-1.7.1-r2-do_patch In-Reply-To: Message-ID: <20070906123102.242F7402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2940 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-06 05:31:01 --- xora org.oe.dev * rb7169a80... / (1 packages/fakeroot/fakeroot-native_1.7.1.bb): fakeroot/fakeroot-native_1.7.1.bb : dont apply same patch twice fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 12:53:26 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 05:53:26 -0700 (PDT) Subject: [oe-issues] [Bug 2938] libwnck-2.13.5-r0-do_package_write_deb In-Reply-To: Message-ID: <20070906125326.87F33402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2938 --- Comment #1 from Koen Kooi 2007-09-06 05:53:26 --- dpkg-deb: parse error, in file `/media/hda4/OE/build/tmp-new/angstrom/work/armv4t-angstrom-linux-gnueabi/libwnck-2.13.5-r0/install/libwnck-dbg/DEBIAN/control' near line 9 package `libwnck-1-dbg': EOF before value of field `Homepage' (missing final newline) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 12:55:56 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 05:55:56 -0700 (PDT) Subject: [oe-issues] [Bug 2938] libwnck-2.13.5-r0-do_package_write_deb In-Reply-To: Message-ID: <20070906125556.F0841402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2938 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Koen Kooi 2007-09-06 05:55:56 --- fixed in r7a7859524f96df237ac02842dffa763e22cd60a5 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 13:02:10 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 06:02:10 -0700 (PDT) Subject: [oe-issues] [Bug 2941] New: gnome-panel-2.18.1-r1-do_package Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2941 Summary: gnome-panel-2.18.1-r1-do_package Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906125759 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 13:34:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 06:34:29 -0700 (PDT) Subject: [oe-issues] [Bug 2941] gnome-panel-2.18.1-r1-do_package In-Reply-To: Message-ID: <20070906133429.26665402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2941 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-06 06:34:28 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 14:39:59 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 07:39:59 -0700 (PDT) Subject: [oe-issues] [Bug 2929] eglibc should not regenerate configure scripts In-Reply-To: Message-ID: <20070906143959.B1216402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2929 --- Comment #2 from Leon Woestenberg 2007-09-06 07:39:59 --- Attention: there is a typo in my patch with attachment id 1957. ${$} must be ${S}. I will commit a fix if tested to work. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 14:47:13 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 07:47:13 -0700 (PDT) Subject: [oe-issues] [Bug 2598] angstrom simpad gpe: metabug suspend with power button does not work In-Reply-To: Message-ID: <20070906144713.CA67E401FBF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2598 --- Comment #11 from Bernhard Guillon 2007-09-06 07:47:13 --- The patch causes a quite little bug. If you manually suspend with apm -s and let the simpad wake up with the power button you will need to press the button twice. This is because apm cannot count the presses of power button and you need to count the presses. Else powerd makes apm -s for each time you are pressing the button which ends in the problem, that by pressing the button for power on the device will power off. This bug should be solvable via patching apm/apmd instad of writing a power off daemon. Because of woglinde I came to the conclusion that a kernel side power off would be nice. I am wondering why the old 2.4 driver was made as switches. I wrote to the linux-arm list and asked about what will be the best creating a userland application or using a kernel space driver. Any ideas and comments are very welcome :) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 16:06:34 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 09:06:34 -0700 (PDT) Subject: [oe-issues] [Bug 2942] New: Adding at91 two more machines Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2942 Summary: Adding at91 two more machines Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: nicolas.ferre at rfo.atmel.com Created an attachment (id=1989) --> (http://bugs.openembedded.org/attachment.cgi?id=1989) add at91 machines to OE/Angstrom Find here a patch collection that adds two other ATMEL AT91 machines. They are basically ARM 926 CPUs and the machine are Evaluation Kit boards. The default kernel is for now 2.6.20 but this will be upgraded in the near future. Many thanks to Dan Liang who made the essential part of this job. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 16:07:19 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 09:07:19 -0700 (PDT) Subject: [oe-issues] [Bug 2943] New: libmimedir-0.4.2-r0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2943 Summary: libmimedir-0.4.2-r0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906160746 for machine qemuarm -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 16:08:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 09:08:27 -0700 (PDT) Subject: [oe-issues] [Bug 2944] New: libglade-2.5.1-r1-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2944 Summary: libglade-2.5.1-r1-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906160850 for machine qemuarm -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 16:13:56 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 09:13:56 -0700 (PDT) Subject: [oe-issues] [Bug 2944] libglade-2.5.1-r1-do_compile In-Reply-To: Message-ID: <20070906161356.2A68C402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2944 --- Comment #2 from Koen Kooi 2007-09-06 09:13:55 --- /data/build/koen/OE/build/tmp/angstrom/cross/lib/gcc/arm-angstrom-linux-uclibcgnueabi/4.1.2/../../../../arm-angstrom-linux-uclibcgnueabi/bin/ld: .libs/test-libglade: hidden symbol `__clz_tab' in /data/build/koen/OE/build/tmp/angstrom/cross/lib/gcc/arm-angstrom-linux-uclibcgnueabi/4.1.2/libgcc.a(_clz.o) is referenced by DSO /data/build/koen/OE/build/tmp/angstrom/cross/lib/gcc/arm-angstrom-linux-uclibcgnueabi/4.1.2/../../../../arm-angstrom-linux-uc -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 16:43:44 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 09:43:44 -0700 (PDT) Subject: [oe-issues] [Bug 2942] Adding at91 two more machines In-Reply-To: Message-ID: <20070906164344.BB791401FBF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2942 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-06 09:43:44 --- applied with some changes, thanks -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 18:31:57 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 11:31:57 -0700 (PDT) Subject: [oe-issues] [Bug 2929] eglibc should not regenerate configure scripts In-Reply-To: Message-ID: <20070906183157.2B51E402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2929 Leon Woestenberg changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Leon Woestenberg 2007-09-06 11:31:56 --- Tested, committed and pushed. Closing this bug. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 20:27:49 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 13:27:49 -0700 (PDT) Subject: [oe-issues] [Bug 2945] New: matchbox-wm-1.2-r1-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2945 Summary: matchbox-wm-1.2-r1-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906202806 for machine omap5912osk -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 20:28:45 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 13:28:45 -0700 (PDT) Subject: [oe-issues] [Bug 2945] matchbox-wm-1.2-r1-do_compile In-Reply-To: Message-ID: <20070906202845.72D90402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2945 --- Comment #2 from Koen Kooi 2007-09-06 13:28:45 --- (From update of attachment 2008) /data/build/koen/OE/build/tmp/angstrom/cross/lib/gcc/arm-angstrom-linux-uclibcgnueabi/4.1.2/../../../../arm-angstrom-linux-uclibcgnueabi/bin/ld: matchbox-window-manager: hidden symbol `__clz_tab' in /data/build/koen/OE/build/tmp/angstrom/cross/lib/gcc/arm-angstrom-linux-uclibcgnueabi/4.1.2/libgcc.a(_clz.o) is referenced by DSO /data/build/koen/OE/build/tmp/angstrom/cross/lib/gcc/arm-angstrom-linux-uclibcgnueabi/4.1.2/../../../../arm-angstrom-linux-uclibcgnueabi/bin/ld: final link failed: Nonrepresentable section on output collect2: ld returned 1 exit status make[2]: *** [matchbox-window-manager] Error 1 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 03:30:25 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 20:30:25 -0700 (PDT) Subject: [oe-issues] [Bug 2946] New: linux-rp-2.6.19+git-r5-do_fetch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2946 Summary: linux-rp-2.6.19+git-r5-do_fetch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070907032047 for machine hx2000 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 04:29:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 21:29:53 -0700 (PDT) Subject: [oe-issues] [Bug 2947] New: angstrom-x11-image-1.0-r0-do_rootfs Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2947 Summary: angstrom-x11-image-1.0-r0-do_rootfs Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070907042741 for machine hx4700 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 09:57:30 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 02:57:30 -0700 (PDT) Subject: [oe-issues] [Bug 2948] Packaged Staging feature In-Reply-To: Message-ID: <20070907095730.CC298402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2948 Jack O'Neil changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement --- Comment #1 from Jack O'Neil 2007-09-07 02:57:30 --- update severity -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 11:31:06 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 04:31:06 -0700 (PDT) Subject: [oe-issues] [Bug 2925] Use linux decompressor instead of u-boot's for uImage kernels In-Reply-To: Message-ID: <20070907113106.D6624402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2925 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Koen Kooi 2007-09-07 04:31:06 --- I did it differently, but the effect is the same. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 13:11:36 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 06:11:36 -0700 (PDT) Subject: [oe-issues] [Bug 2931] libgcc-related SO link errors after recent changes to gcc.bb In-Reply-To: Message-ID: <20070907131136.5F5F8402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2931 --- Comment #2 from Koen Kooi 2007-09-07 06:11:36 --- (In reply to comment #1) > This didn't happen with gcc-4.1.2-r4, this does happen with -r6. This happens > with both binutils 2.18 and 2.17.50.0.5. This happens to cups package, too. > gcc r4 and r6 are the same, r5 is the disapproved revision, so it must be something else -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 14:12:40 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 07:12:40 -0700 (PDT) Subject: [oe-issues] [Bug 2931] libgcc-related SO link errors after recent changes to gcc.bb In-Reply-To: Message-ID: <20070907141240.9E340402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2931 Paul Sokolovsky changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #3 from Paul Sokolovsky 2007-09-07 07:12:40 --- I guess it's something else, just between r4 and r6 couple of months passed, and rebuild triggered this something. Anyway, as hrw checking that this doesn't happen for him, I'm killing tmp/ and closing this as invalid for now. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 15:09:33 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 08:09:33 -0700 (PDT) Subject: [oe-issues] [Bug 2949] New: vlc-gpe do_compile error modules/gui/pda/pda.c Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2949 Summary: vlc-gpe do_compile error modules/gui/pda/pda.c Product: Openembedded Version: Angstrom Platform: ARM OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: nicolas.ferre at rfo.atmel.com Created an attachment (id=2070) --> (http://bugs.openembedded.org/attachment.cgi?id=2070) error log while trying to compile vlc-gpe I fall into this error : CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include/gtk-2.0 cc1: internal compiler error while compiling modules/gui/pda/pda.c It is basically related to : http://www.openembedded.org/the-q-a-team-strikes-back -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 15:18:38 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 08:18:38 -0700 (PDT) Subject: [oe-issues] [Bug 2949] vlc-gpe do_compile error modules/gui/pda/pda.c In-Reply-To: Message-ID: <20070907151838.2A462402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2949 Nicolas Ferre changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW --- Comment #2 from Nicolas Ferre 2007-09-07 08:18:37 --- vlc-gpe builds ok now choosing the right include and lib paths -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 15:47:05 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 08:47:05 -0700 (PDT) Subject: [oe-issues] [Bug 2950] New: libts version missmatches Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2950 Summary: libts version missmatches Product: Openembedded Version: Angstrom Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: wirelessdreamer at gmail.com i just installed the 09-05-07 angstrom console image c7x0, i did ipkg update; ipkg upgrade; ipkg install e-wm. i then got multiple errors relating to Package libts-0.0-0 wants to install file /usr/lib/ts/PACKAGENAME But that file is already provided by package libts-1.0-0 it seems the old version of libts was not fully removed like it should have been on the upgrade to version 1.0. if anymore debug info can be provided please let me know. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 18:59:42 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 11:59:42 -0700 (PDT) Subject: [oe-issues] [Bug 2951] New: fontconfig-native 2.3.91 fails to build Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2951 Summary: fontconfig-native 2.3.91 fails to build Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: B_Linuz at yahoo.com After today's OE update, fontconfig stopped building for me. I started my tmp again, so it's not my toolchain. I'm thinking it might be some X libs which got updated. Here's the log from bitbake: http://pastebin.ca/686029 There seems to be a patch here, but I couldn't get it to apply: http://mail.gnome.org/archives/gtk-list/2006-August/msg00242.html Is anyone else getting this? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 19:05:24 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 12:05:24 -0700 (PDT) Subject: [oe-issues] [Bug 2951] fontconfig-native 2.3.91 fails to build In-Reply-To: Message-ID: <20070907190524.C0B4C402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2951 --- Comment #1 from Koen Kooi 2007-09-07 12:05:24 --- please attach buildlog instead of adding volatile urls -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 19:21:33 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 12:21:33 -0700 (PDT) Subject: [oe-issues] [Bug 2951] fontconfig-native 2.3.91 fails to build In-Reply-To: Message-ID: <20070907192133.68C62402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2951 --- Comment #2 from Alex Ferguson 2007-09-07 12:21:32 --- | ccache gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/oe/tmp/staging/i686-linux/include/freetype2 -I/usr/local/oe/tmp/staging/i686-linux/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFONTCONFIG_PATH=\"/usr/local/oe/tmp/staging/etc/fonts\" -I.. -I../src -isystem/usr/local/oe/tmp/staging/i686-linux/include -isystem/usr/local/oe/tmp/staging/i686-linux/include -O2 -MT fcfreetype.lo -MD -MP -MF .deps/fcfreetype.Tpo -c fcfreetype.c -fPIC -DPIC -o .libs/fcfreetype.o | fcfreetype.c:53:10: error: #include expects "FILENAME" or | fcfreetype.c:58:10: error: #include expects "FILENAME" or | fcfreetype.c:59:10: error: #include expects "FILENAME" or | fcfreetype.c:60:10: error: #include expects "FILENAME" or | fcfreetype.c: In function 'FcGetPixelSize': | fcfreetype.c:965: error: dereferencing pointer to incomplete type | fcfreetype.c: In function 'FcFreeTypeQuery': | fcfreetype.c:1442: error: dereferencing pointer to incomplete type | fcfreetype.c:1449: error: dereferencing pointer to incomplete type | fcfreetype.c:1472: error: dereferencing pointer to incomplete type | fcfreetype.c:1552: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: warning: implicit declaration of function 'FT_MODULE_CLASS' | fcfreetype.c:1569: warning: nested extern declaration of 'FT_MODULE_CLASS' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1606: error: dereferencing pointer to incomplete type | fcfreetype.c:1616: error: dereferencing pointer to incomplete type | fcfreetype.c: In function 'GetScriptTags': | fcfreetype.c:2734: error: 'TT_Face' undeclared (first use in this function) | fcfreetype.c:2734: error: (Each undeclared identifier is reported only once | fcfreetype.c:2734: error: for each function it appears in.) | fcfreetype.c:2734: error: expected ';' before 'tt_face' | fcfreetype.c:2743: error: 'tt_face' undeclared (first use in this function) | fcfreetype.c:2746: warning: implicit declaration of function 'FT_STREAM_POS' | fcfreetype.c:2746: warning: nested extern declaration of 'FT_STREAM_POS' | fcfreetype.c:2750: warning: implicit declaration of function 'FT_STREAM_SEEK' | fcfreetype.c:2750: warning: nested extern declaration of 'FT_STREAM_SEEK' | fcfreetype.c:2750: warning: implicit declaration of function 'FT_FRAME_ENTER' | fcfreetype.c:2750: warning: nested extern declaration of 'FT_FRAME_ENTER' | fcfreetype.c:2753: warning: implicit declaration of function 'FT_GET_USHORT' | fcfreetype.c:2753: warning: nested extern declaration of 'FT_GET_USHORT' | fcfreetype.c:2755: warning: implicit declaration of function 'FT_FRAME_EXIT' | fcfreetype.c:2755: warning: nested extern declaration of 'FT_FRAME_EXIT' | fcfreetype.c:2771: warning: implicit declaration of function 'FT_SET_ERROR' | fcfreetype.c:2771: warning: nested extern declaration of 'FT_SET_ERROR' | fcfreetype.c:2771: warning: implicit declaration of function 'FT_MEM_ALLOC_ARRAY' | fcfreetype.c:2771: warning: nested extern declaration of 'FT_MEM_ALLOC_ARRAY' | fcfreetype.c:2771: error: expected expression before 'FT_ULong' | fcfreetype.c:2780: warning: implicit declaration of function 'FT_GET_ULONG' | fcfreetype.c:2780: warning: nested extern declaration of 'FT_GET_ULONG' | fcfreetype.c:2811: warning: implicit declaration of function 'FT_FREE' | fcfreetype.c:2811: warning: nested extern declaration of 'FT_FREE' | fcfreetype.c:2738: warning: unused variable 'memory' | fcfreetype.c: In function 'FcFontCapabilities': | fcfreetype.c:2824: warning: unused variable 'memory' | make[2]: *** [fcfreetype.lo] Error 1 | make[2]: Leaving directory `/usr/local/oe/tmp/work/i686-linux/fontconfig-native-2.3.91-r3/fontconfig-2.3.91/src' | make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory `/usr/local/oe/tmp/work/i686-linux/fontconfig-native-2.3.91-r3/fontconfig-2.3.91' | make: *** [all] Error 2 | FATAL: oe_runmake failed NOTE: Task failed: /usr/local/oe/tmp/work/i686-linux/fontconfig-native-2.3.91-r3/temp/log.do_compile.31083 NOTE: package fontconfig-native-2.3.91-r3: task do_compile: failed ERROR: TaskFailed event exception, aborting NOTE: package fontconfig-native-2.3.91: failed ERROR: Build of /opt/oe/org.openembedded.dev/packages/fontconfig/fontconfig-native_2.3.91.bb do_compile failed ERROR: Task 22 (/opt/oe/org.openembedded.dev/packages/fontconfig/fontconfig-native_2.3.91.bb, do_compile) failed NOTE: Tasks Summary: Attempted 379 tasks of which 375 didn't need to be rerun and 1 failed. ERROR: '/opt/oe/org.openembedded.dev/packages/fontconfig/fontconfig-native_2.3.91.bb' failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 19:29:36 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 12:29:36 -0700 (PDT) Subject: [oe-issues] [Bug 2951] fontconfig-native 2.3.91 fails to build In-Reply-To: Message-ID: <20070907192936.6B375402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2951 --- Comment #3 from Marcin Juszkiewicz 2007-09-07 12:29:36 --- | fcfreetype.c:53:10: error: #include expects "FILENAME" or Include path for freetype is missing. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 19:42:38 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 12:42:38 -0700 (PDT) Subject: [oe-issues] [Bug 2951] fontconfig-native 2.3.91 fails to build In-Reply-To: Message-ID: <20070907194238.AA743402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2951 --- Comment #4 from Alex Ferguson 2007-09-07 12:42:38 --- The include path is there (-I/usr/local/oe/tmp/staging/i686-linux/include/freetype2), and the compiler is refering to the macros which are specified in that file. It seems to be connected to the fact that freetype stopped shipping internal.h. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 20:02:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 13:02:53 -0700 (PDT) Subject: [oe-issues] [Bug 2951] fontconfig-native 2.3.91 fails to build In-Reply-To: Message-ID: <20070907200253.2814A402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2951 --- Comment #5 from Koen Kooi 2007-09-07 13:02:52 --- "attach" as in "attachment", not "paste" -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 22:36:14 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 15:36:14 -0700 (PDT) Subject: [oe-issues] [Bug 2951] fontconfig-native 2.3.91 fails to build In-Reply-To: Message-ID: <20070907223614.4E88A402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2951 --- Comment #6 from Alex Ferguson 2007-09-07 15:36:13 --- As expected, fontconfig-native 2.3.91 builds when built against freetype 2.1.10 (as opposed to 2.3.5, which brings about the above error). Maybe this means that fontconfig-native should be brought up to date along with fontconfig (which *does* have another version at 2.4.1). -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 16:32:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 09:32:20 -0700 (PDT) Subject: [oe-issues] [Bug 2237] gpe-calendar segfaults and does not close properly In-Reply-To: Message-ID: <20070908163220.B548C4285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2237 --- Comment #4 from carbonfreeze at gmail.com 2007-09-08 09:32:20 --- In Angstrom-x11-image-glibc-ipk-2007.9-test-20070905-spitz-installkit.tgz, gpe-calendar no longer segfaults when window is closed. Note the current behavior: gpe-calendar will now close the application when using the X in the upper right corner (ex. the application window disappears), however gpe-calendar continues to run in the background. When re-opened gpe-calendar loads instantly (not an issue of being in the cache). To actually close gpe-calendar, File ~> Quit must still be used. Most other gpe applications (unless it creates an icon in the tray) are killed/closed properly when using the X, should there be an option added to gpe-calendar to specify the behavior of the application when the X is used to close the window? Ex. an option to specify whether gpe-calender stays running/resident (and simply closes the window) or if it is killed. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 16:33:06 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 09:33:06 -0700 (PDT) Subject: [oe-issues] [Bug 2424] After reboot, FN/Home keys do not work on first gpe login In-Reply-To: Message-ID: <20070908163306.2B9BE4285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2424 carbonfreeze at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #3 from carbonfreeze at gmail.com 2007-09-08 09:33:05 --- Unable to duplicate issue in Angstrom-x11-image-glibc-ipk-2007.9-test-20070905-spitz-installkit.tgz. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 16:34:44 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 09:34:44 -0700 (PDT) Subject: [oe-issues] [Bug 2766] No brightness adjustment in gpe-login In-Reply-To: Message-ID: <20070908163444.B1DA14285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2766 carbonfreeze at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #2 from carbonfreeze at gmail.com 2007-09-08 09:34:44 --- Unable to reproduce in Angstrom-x11-image-glibc-ipk-2007.9-test-20070905-spitz-installkit.tgz. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 16:44:56 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 09:44:56 -0700 (PDT) Subject: [oe-issues] [Bug 2953] New: gstreamer_0.10.14.bb do_configure fails for x86_64 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2953 Summary: gstreamer_0.10.14.bb do_configure fails for x86_64 Product: Openembedded Version: Angstrom Platform: PC OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: mdevico at qualcomm.com I'm trying to build the angstrom-2007.1 distro for x86_64 and I'm getting the following during gstreamer do_configure: | checking if unaligned memory access works correctly... configure: error: cannot run test program while cross compiling | See `config.log' for more details. | FATAL: oe_runconf failed NOTE: Task failed: /opt/data/OpenEmbedded_x86_64/tmp/work/x86_64-angstrom-linux/gstreamer-0.10.14-r0/temp/log.do_configure.8164 NOTE: package gstreamer-0.10.14-r0: task do_configure: failed ERROR: TaskFailed event exception, aborting NOTE: package gstreamer-0.10.14: failed ERROR: Build of /opt/data/OpenEmbedded_x86_64/org.openembedded.dev/packages/gstreamer/gstreamer_0.10.14.bb do_configure failed ERROR: Task 830 (/opt/data/OpenEmbedded_x86_64/org.openembedded.dev/packages/gstreamer/gstreamer_0.10.14.bb, do_configure) failed NOTE: Tasks Summary: Attempted 1016 tasks of which 1016 didn't need to be rerun and 1 failed. ERROR: '/opt/data/OpenEmbedded_x86_64/org.openembedded.dev/packages/gstreamer/gstreamer_0.10.14.bb' failed Here is what my x86_64 machine file looks like: TARGET_ARCH = "x86_64" PACKAGE_EXTRA_ARCHS = "x86 i386 i486 i586" PREFERRED_PROVIDER_virtual/kernel = "linux-x86-64" PREFERRED_VERSION_linux-x86-64 ?= "2.6.20" KERNEL_IMAGETYPE = "bzImage" GLIBC_ADDONS = "nptl" GLIBC_EXTRA_OECONF = "--with-tls" IMAGE_FSTYPES = "ext3.gz" MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext3" MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" MACHINE_TASK_PROVIDER = "task-base" Here is what my linux-x86-64_2.6.20.bb file looks like: require linux.inc SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2" S = "${WORKDIR}/linux-${PV}" KERNEL_IMAGETYPE ?= "bzImage" inherit kernel COMPATIBLE_HOST = "x86_64.*-linux" do_stage_append () { #need x86_64 platforms includes + friends in order for external kernel modules to compile as headers a$ install -d ${STAGING_KERNEL_DIR}/arch/ cp -a arch/x86_64 ${STAGING_KERNEL_DIR}/arch/ install -d ${STAGING_KERNEL_DIR}/include/asm cp -a include/asm-x86_64 ${STAGING_KERNEL_DIR}/include/ } do_deploy() { install -d ${DEPLOY_DIR_IMAGE} install -m 0644 arch/x86_64/boot/${KERNEL_IMAGETYPE} ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${PV}-${MACHINE}-${DATETIME} } do_deploy[dirs] = "${S}" addtask deploy before do_populate_staging after do_compile If I build using the i686-generic MACHINE type, it works fine. My host build machine is running Fedora FC7 and the processor is an Intel 6300. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 16:56:35 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 09:56:35 -0700 (PDT) Subject: [oe-issues] [Bug 2954] New: New program and recipe: ipkgorphan Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2954 Summary: New program and recipe: ipkgorphan Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: alessandro.iurlano at gmail.com Created an attachment (id=2076) --> (http://bugs.openembedded.org/attachment.cgi?id=2076) ipkgorphan source code I have developed this program: ipkgorphan It aims to do what deborphan does for deb packages. It currently prints out only the name of the packages that can be removed without having to remove other packages. Useful when your fs is full and don't know what to remove. Ale when you install a program that needs a library you have to install both packages. When you remove that program the library package is not removed automatically as there might be another program who needs it. With ipkgorphan you can see libraries that are not needed anymore. This program is built from source code of ipkg and is my first program and recipe for OpenEmbedded. Both the source (single .c) and recipe are included in the tar.gz at this address: http://aiurlano.netsons.org/OpenMoko/Sources/ipkgorphan-0.0.1.tar.gz The source code file goes into the files directory of the package. I will also attach them as plain text files Thanks, Alessandro -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 17:09:14 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 10:09:14 -0700 (PDT) Subject: [oe-issues] [Bug 2955] New: Unable to change terminal as normal user after logging into gpe Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2955 Summary: Unable to change terminal as normal user after logging into gpe Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: carbonfreeze at gmail.com See original Bug 2231. With Angstrom-x11-20070905-spitz, issue seems to have partially resurfaced. When logged in to gpe as a normal user, I am unable to switch terminals. I have attempted to create a new user account and test with the second user to rule out a user-specific config issue with no success. If I login to GPE as the root user, I am able to switch terminals, however there are still issues (See Bug 2229). -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 17:10:28 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 10:10:28 -0700 (PDT) Subject: [oe-issues] [Bug 2768] Unable to switch virtual terminals at gpe-login or during gpe-session In-Reply-To: Message-ID: <20070908171028.AA3BD4285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2768 carbonfreeze at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from carbonfreeze at gmail.com 2007-09-08 10:10:28 --- In Angstrom-x11-image-glibc-ipk-2007.9-test-20070905-spitz-installkit.tgz I am now able to change terminals at gpe-login, however I am unable to change terminals within the gpe-session unless logged in as root. Closing as wfm & created more specific bug 2955. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 17:14:30 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 10:14:30 -0700 (PDT) Subject: [oe-issues] [Bug 2229] spitz hard locks X/GPE when changing terminals with FN keys In-Reply-To: Message-ID: <20070908171430.23E40401FBF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2229 carbonfreeze at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |carbonfreeze at gmail.com --- Comment #5 from carbonfreeze at gmail.com 2007-09-08 10:14:29 --- (In reply to comment #3) > Note that with 20070605, the machine does not appear to lockup if you first > login to gpe, and then attempt to switch terminals. I can change terminals 10+ > times after logging into gpe (gpe -> text -> blank and back). > This is no longer the case with Angstrom-x11-image-glibc-ipk-2007.9-test-20070905-spitz-installkit.tgz. Machine now hard locks when switching terminals as root user within gpe as soon as blank screen with dash is shown. It is not possible to switch terminals using FN as a normal user, see Bug 2955. It does not matter if splash screen is closed during boot to view verbose output, lock occurs either way. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 17:20:13 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 10:20:13 -0700 (PDT) Subject: [oe-issues] [Bug 2428] ipkg fills root parition space on spitz during upgrade or update In-Reply-To: Message-ID: <20070908172013.CFC164285B7@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2428 carbonfreeze at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |carbonfreeze at gmail.com Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #5 from carbonfreeze at gmail.com 2007-09-08 10:20:13 --- Have not seen this issue in 2 months, closing as wfm. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 17:24:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 10:24:29 -0700 (PDT) Subject: [oe-issues] [Bug 2810] at daemon: /var/spool/at is not created on installation In-Reply-To: Message-ID: <20070908172429.6321B4285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2810 carbonfreeze at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |carbonfreeze at gmail.com Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from carbonfreeze at gmail.com 2007-09-08 10:24:29 --- Was not an issue when installing at with Angstrom-x11-20070905-spitz, marking as wfm. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 17:31:59 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 10:31:59 -0700 (PDT) Subject: [oe-issues] [Bug 2956] New: gpe-lock-display: unable to adjust brightness on resume Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2956 Summary: gpe-lock-display: unable to adjust brightness on resume Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: carbonfreeze at gmail.com Unable to adjust brightness of gpe-lock-display when machine is resumed from sleep or if gpe-lock-display is called manually. When using FN3/4 to adjust brightness, numbers are passed to the pass-phrase field instead of adjusting the brightness. Angstrom-x11-20070905-spitz on machine spitz used as install media. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 19:55:45 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 12:55:45 -0700 (PDT) Subject: [oe-issues] [Bug 2914] gcc-cross-4.1. 2-r6 fails to compile because of internal compiler error In-Reply-To: Message-ID: <20070908195546.038E54285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2914 Takeshi Hamasaki changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from Takeshi Hamasaki 2007-09-08 12:55:45 --- This internal compile error disppeared for DISTRO = "angstrom-2007.1" after binutils-cross 2.18 appeared.. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 22:00:00 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 15:00:00 -0700 (PDT) Subject: [oe-issues] [Bug 2500] Can't build xserver-kdrive_git.bb In-Reply-To: Message-ID: <20070908220000.7E9174285B7@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2500 pHilipp Zabel changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |philipp.zabel at gmail.com Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from pHilipp Zabel 2007-09-08 15:00:00 --- fixed in 0586913037c8e52dc1d456b0d681720a0d6a1580. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 00:23:22 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 17:23:22 -0700 (PDT) Subject: [oe-issues] [Bug 2959] New: Fix for broken gcc-cross-4.2.1-r3 in uClibc mode Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2959 Summary: Fix for broken gcc-cross-4.2.1-r3 in uClibc mode Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: blocker Priority: P5 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: ynezz at true.cz CC: ynezz at true.cz Created an attachment (id=2099) --> (http://bugs.openembedded.org/attachment.cgi?id=2099) patch Build of gcc-cross-4.2.1-r3 is broken in uClibc mode, it fails on libstdc++-v3. With attached patch I'm able to build angstrom-minimal-image successfully in uClibc mode again. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 02:05:25 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 19:05:25 -0700 (PDT) Subject: [oe-issues] [Bug 2960] New: Angstrom Akita 20070828 mounts RO, breaks everything Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2960 Summary: Angstrom Akita 20070828 mounts RO, breaks everything Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: blocker Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: bugzilla at stalag99.net The Angstrom 20070828 release for the Akita mounts / as read-only, breaking regular booting: udev complains that /dev/null can't be opened. Splash screen doesn't switch on. X11 isn't switched into, even though the server is run. Console switching must not be working on the automatic basis. Keyboard layout is FUBAR -- FN key returns a "C" and many keys don't work as expected. "/" can't be typed, so forget remounting by hand. ttyS0 doesn't accept input from a remote system (I have the cable). Dumps the stuff from dmesg out nice, though! Ether way, the image is broken. The only way is to revert to -0804. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 06:47:19 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 23:47:19 -0700 (PDT) Subject: [oe-issues] [Bug 2959] Fix for broken gcc-cross-4.2.1-r3 in uClibc mode In-Reply-To: Message-ID: <20070909064719.99F824285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2959 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-08 23:47:19 --- applied, thanks -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 06:50:00 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 23:50:00 -0700 (PDT) Subject: [oe-issues] [Bug 2906] /proc/apm stays permanent In-Reply-To: Message-ID: <20070909065000.6B06E4285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2906 Alexander changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |LATER --- Comment #1 from Alexander 2007-09-08 23:50:00 --- Today all right... -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 07:31:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 00:31:29 -0700 (PDT) Subject: [oe-issues] [Bug 2961] New: update-alternatives in rootfs_deb works on host binaries Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2961 Summary: update-alternatives in rootfs_deb works on host binaries Product: Openembedded Version: Angstrom Platform: Other OS/Version: Mac OS X 10.3 Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: koen at dominion.kabel.utwente.nl update-alternatives (cworth) in rootfs_deb works on host binaries, so busybox init is run instead of sysvinit, rendering systems with a keyboard useless. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 08:13:35 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 01:13:35 -0700 (PDT) Subject: [oe-issues] [Bug 2962] New: Kernel Oops when inserting SD card Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2962 Summary: Kernel Oops when inserting SD card Product: Zaurus Kernel Version: unspecified Platform: ARM OS/Version: Linux Status: NEW Keywords: collie, oops Severity: critical Priority: P2 Component: collie AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: alex at amiran.it Blocks: 2161,2647 Freshly installed Angstrom kernel+image from http://www.angstrom-distribution.org/unstable/images/collie/20070709/ (kernel 2.6.21) After "modprobe locomo_spi": Jan 1 00:10:40 collie user.debug kernel: Collie MMC over SPI Driver Jan 1 00:10:40 collie user.debug kernel: mmc0: clock 0Hz busmode 1 powermode 0 cs 0 Vdd 0 width 0 timing 0 Jan 1 00:10:40 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 0 Jan 1 00:10:42 collie user.debug kernel: mmc0: clock 0Hz busmode 1 powermode 1 cs 0 Vdd 21 width 0 timing 0 Jan 1 00:10:42 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 1 Jan 1 00:10:42 collie user.info kernel: mmc_spi .0: SD/MMC <-> SPI proxy driver, no card power management Jan 1 00:10:43 collie user.debug kernel: mmc0: clock 125000Hz busmode 1 powermode 2 cs 0 Vdd 21 width 0 timing 0 Jan 1 00:10:43 collie user.debug kernel: mmc_spi .0: mmc_spi: clock to 125000 Hz, 0 Jan 1 00:10:43 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:10:43 collie user.debug kernel: mmc0: clock 125000Hz busmode 1 powermode 2 cs 1 Vdd 21 width 0 timing 0 Jan 1 00:10:43 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:10:43 collie user.debug kernel: mmc0: starting CMD0 arg 00000000 flags 00000040 Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd0 (00) Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: CMD0 response SPI_R1: response error, -110 Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd0 (00) Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: CMD0 response SPI_R1: response error, -110 Jan 1 00:10:45 collie user.err kernel: mmc_spi .0: can't initialize the card: no card or because the active chip-select level can't be inverted? Jan 1 00:10:45 collie user.debug kernel: mmc0: req done (CMD0): 4/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:10:45 collie user.debug kernel: mmc0: clock 125000Hz busmode 1 powermode 2 cs 0 Vdd 21 width 0 timing 0 Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:10:45 collie user.debug kernel: mmc0: starting CMD8 arg 000001aa flags 00000075 Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: mmc_spi: INVALID CMD8 (08) Jan 1 00:10:45 collie user.debug kernel: mmc0: req done (CMD8): 5/0/0: 00400000 00000000 00000000 00000000 Jan 1 00:10:45 collie user.debug kernel: mmc0: starting CMD55 arg 00000000 flags 00000015 Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd55 (37) Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: CMD55 response SPI_R1: response error, -110 Jan 1 00:10:45 collie user.debug kernel: mmc0: req done (CMD55): 4/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:10:45 collie user.debug kernel: mmc0: starting CMD55 arg 00000000 flags 00000015 Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd55 (37) Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: CMD55 response SPI_R1: response error, -110 Jan 1 00:10:45 collie user.debug kernel: mmc0: req done (CMD55): 4/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:10:45 collie user.debug kernel: mmc0: starting CMD55 arg 00000000 flags 00000015 Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd55 (37) Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: CMD55 response SPI_R1: response error, -110 Jan 1 00:10:45 collie user.debug kernel: mmc0: req done (CMD55): 4/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:10:45 collie user.debug kernel: mmc0: starting CMD55 arg 00000000 flags 00000015 Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd55 (37) Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: CMD55 response SPI_R1: response error, -110 Jan 1 00:10:45 collie user.debug kernel: mmc0: req done (CMD55): 4/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:10:45 collie user.debug kernel: mmc0: starting CMD1 arg 00000000 flags 00000061 Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd1 (01) Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: CMD1 response SPI_R1: response error, -110 Jan 1 00:10:45 collie user.debug kernel: mmc0: req done (CMD1): 4/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:10:45 collie user.debug kernel: mmc0: clock 0Hz busmode 1 powermode 0 cs 0 Vdd 0 width 0 timing 0 Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 0 Inserting a SD (Adata MyFlash 512Mb 60x): Jan 1 00:11:05 collie user.debug kernel: mmc0: clock 0Hz busmode 1 powermode 1 cs 0 Vdd 21 width 0 timing 0 Jan 1 00:11:05 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 1 Jan 1 00:11:05 collie user.debug kernel: mmc0: clock 125000Hz busmode 1 powermode 2 cs 0 Vdd 21 width 0 timing 0 Jan 1 00:11:05 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:11:05 collie user.debug kernel: mmc0: clock 125000Hz busmode 1 powermode 2 cs 1 Vdd 21 width 0 timing 0 Jan 1 00:11:05 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:11:05 collie user.debug kernel: mmc0: starting CMD0 arg 00000000 flags 00000040 Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd0 (00) Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: CMD0 response SPI_R1: resp 00.01 Jan 1 00:11:07 collie user.debug kernel: mmc0: req done (CMD0): 0/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:11:07 collie user.debug kernel: mmc0: clock 125000Hz busmode 1 powermode 2 cs 0 Vdd 21 width 0 timing 0 Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:11:07 collie user.debug kernel: mmc0: starting CMD8 arg 000001aa flags 00000075 Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: mmc_spi: INVALID CMD8 (08) Jan 1 00:11:07 collie user.debug kernel: mmc0: req done (CMD8): 5/0/0: 00400000 00000000 00000000 00000000 Jan 1 00:11:07 collie user.debug kernel: mmc0: starting CMD55 arg 00000000 flags 00000015 Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd55 (37) Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: CMD55 response SPI_R1: resp 00.01 Jan 1 00:11:07 collie user.debug kernel: mmc0: req done (CMD55): 0/0/0: 00000020 00000000 00000000 00000000 Jan 1 00:11:07 collie user.debug kernel: mmc0: starting CMD41 arg 00000000 flags 00000061 Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: mmc_spi: acmd41 (29) Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: ACMD41 response SPI_R1: resp 00.01 Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: retry for init complete... Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd1 (01) Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: patchup R3/OCR ... Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd58 (3a) Jan 1 00:11:07 collie user.debug kernel: mmc0: req done (CMD58): 0/0/0: 80ff8000 00000000 00000000 00000000 Jan 1 00:11:07 collie user.debug kernel: mmc0: clock 125000Hz busmode 1 powermode 2 cs 0 Vdd 20 width 0 timing 0 Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:11:07 collie user.debug kernel: mmc0: clock 125000Hz busmode 1 powermode 2 cs 1 Vdd 20 width 0 timing 0 Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:11:07 collie user.debug kernel: mmc0: starting CMD0 arg 00000000 flags 00000040 Jan 1 00:11:10 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd0 (00) Jan 1 00:11:10 collie user.debug kernel: mmc_spi .0: CMD0 response SPI_R1: resp 00.01 Jan 1 00:11:10 collie user.debug kernel: mmc0: req done (CMD0): 0/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:11:10 collie user.debug kernel: mmc0: clock 125000Hz busmode 1 powermode 2 cs 0 Vdd 20 width 0 timing 0 Jan 1 00:11:10 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:11:10 collie user.debug kernel: mmc0: starting CMD8 arg 000001aa flags 00000075 Jan 1 00:11:10 collie user.debug kernel: mmc_spi .0: mmc_spi: INVALID CMD8 (08) Jan 1 00:11:10 collie user.debug kernel: mmc0: req done (CMD8): 5/0/0: 00400000 00000000 00000000 00000000 Jan 1 00:11:10 collie user.debug kernel: mmc0: starting CMD55 arg 00000000 flags 00000015 Jan 1 00:11:10 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd55 (37) Jan 1 00:11:10 collie user.debug kernel: mmc_spi .0: CMD55 response SPI_R1: resp 00.01 Jan 1 00:11:10 collie user.debug kernel: mmc0: req done (CMD55): 0/0/0: 00000020 00000000 00000000 00000000 Jan 1 00:11:10 collie user.debug kernel: mmc0: starting CMD41 arg 00300000 flags 00000061 Jan 1 00:11:10 collie user.debug kernel: mmc_spi .0: mmc_spi: acmd41 (29) Jan 1 00:11:10 collie user.debug kernel: mmc_spi .0: ACMD41 response SPI_R1: resp 00.01 Jan 1 00:11:10 collie user.debug kernel: mmc_spi .0: retry for init complete... Jan 1 00:11:12 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd1 (01) Jan 1 00:11:12 collie user.debug kernel: mmc_spi .0: patchup R3/OCR ... Jan 1 00:11:12 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd58 (3a) Jan 1 00:11:12 collie user.debug kernel: mmc0: req done (CMD58): 0/0/0: 80ff8000 00000000 00000000 00000000 Jan 1 00:11:12 collie user.debug kernel: mmc0: starting CMD2 arg 00000000 flags 00000067 Jan 1 00:11:12 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd10 (0a) Jan 1 00:11:12 collie user.debug kernel: mmc0: req done (CMD10): 0/0/0: 1d414453 44202020 00310044 7c004a53 Jan 1 00:11:12 collie user.debug kernel: mmc0: starting CMD3 arg 00000000 flags 00000075 Jan 1 00:11:12 collie user.debug kernel: mmc0: req done (CMD3): 0/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:11:12 collie user.debug kernel: mmc0: starting CMD2 arg 00000000 flags 00000067 Jan 1 00:11:12 collie user.debug kernel: mmc0: req done (CMD2): 1/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:11:12 collie user.debug kernel: mmc0: clock 125000Hz busmode 2 powermode 2 cs 0 Vdd 20 width 0 timing 0 Jan 1 00:11:12 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:11:12 collie user.debug kernel: mmc0: starting CMD9 arg 00000000 flags 00000007 Jan 1 00:11:12 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd9 (09) Jan 1 00:11:12 collie user.debug kernel: mmc0: req done (CMD9): 0/0/0: 007f0032 1f5983d2 f6db3f9f 96600097 Jan 1 00:11:12 collie user.debug kernel: mmc0: starting CMD7 arg 00000000 flags 00000015 Jan 1 00:11:12 collie user.debug kernel: mmc0: req done (CMD7): 0/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:11:12 collie user.debug kernel: mmc0: clock 125000Hz busmode 2 powermode 2 cs 0 Vdd 20 width 0 timing 0 Jan 1 00:11:12 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:11:12 collie user.debug kernel: mmc0: starting CMD55 arg 00000000 flags 00000015 Jan 1 00:11:12 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd55 (37) Jan 1 00:11:12 collie user.debug kernel: mmc0: req done (CMD55): 0/0/0: 00000620 00000000 00000000 00000000 Jan 1 00:11:12 collie user.debug kernel: mmc0: starting CMD51 arg 00000000 flags 00000035 Jan 1 00:11:12 collie user.debug kernel: mmc_spi .0: mmc_spi: acmd51 (33) Jan 1 00:11:12 collie user.debug kernel: mmc0: req done (CMD51): 0/0/0: 00000600 00000000 00000000 00000000 Jan 1 00:11:12 collie user.debug kernel: mmc_spi .0: mmc_spi: read block, 8 bytes Jan 1 00:11:12 collie user.alert kernel: Unable to handle kernel NULL pointer dereference at virtual address 00000000 Jan 1 00:11:12 collie user.alert kernel: pgd = c0004000 Jan 1 00:11:12 collie user.alert kernel: [00000000] *pgd=00000000 Jan 1 00:11:12 collie user.warn kernel: Internal error: Oops: c305f817 [#1] Jan 1 00:11:12 collie user.warn kernel: Modules linked in: mmc_spi locomo_spi af_packet orinoco_cs orinoco hermes usbcore snd_pcm_oss snd_pcm snd_timer snd_page_alloc snd_mixer_oss snd soundcore rfcomm mmc_block mmc_core ircomm_tty ircomm irda crc_ccitt ipv6 hidp hid l2cap bluetooth Jan 1 00:11:12 collie user.warn kernel: CPU: 0 Jan 1 00:11:12 collie user.warn kernel: PC is at consistent_sync+0x34/0x78 Jan 1 00:11:12 collie user.warn kernel: LR is at mmc_spi_command_do+0x310/0x618 [mmc_spi] Jan 1 00:11:12 collie user.warn kernel: pc : [] lr : [] Not tainted Jan 1 00:11:12 collie user.warn kernel: sp : c3a53d44 ip : c3a53d54 fp : c3a53d50 Jan 1 00:11:12 collie user.warn kernel: r10: c3a53ec8 r9 : c3a53f20 r8 : c3a8f600 Jan 1 00:11:12 collie user.warn kernel: r7 : c3394de0 r6 : c3394e24 r5 : 00000001 r4 : 00000000 Jan 1 00:11:12 collie user.warn kernel: r3 : 00000000 r2 : 00000002 r1 : 00000144 r0 : 00000000 Jan 1 00:11:12 collie user.warn kernel: Flags: nzCv IRQs on FIQs on Mode SVC_32 Segment kernel Jan 1 00:11:12 collie user.warn kernel: Control: C305F17F Jan 1 00:11:12 collie user.warn kernel: Table: C305F17F DAC: 00000017 Jan 1 00:11:12 collie user.warn kernel: Process kmmcd (pid: 603, stack limit = 0xc3a52250) Jan 1 00:11:12 collie user.warn kernel: Stack: (0xc3a53d44 to 0xc3a54000) Jan 1 00:11:12 collie user.warn kernel: 3d40: c3a53df8 c3a53d54 bf11b490 c001ec74 00000008 c3a53ef4 00000000 Jan 1 00:11:12 collie user.warn kernel: 3d60: 00000002 00000000 00000008 00000008 00000000 00000001 c3a53e9c c01a334c Jan 1 00:11:12 collie user.warn kernel: 3d80: 00000000 c3a53df8 c3a53d94 c0032f60 c01a3b14 bf11bb34 60000013 c3394de0 Jan 1 00:11:12 collie user.warn kernel: 3da0: 00000000 c3394c00 c3a53e9c c3a53e2c 00004420 c3a53e9c c3a53de8 c3a53dc8 Jan 1 00:11:12 collie user.warn kernel: 3dc0: bf11b8e0 bf11b18c c3a53e2c c3394c00 c3394de0 00000001 c3394c00 c3a53e9c Jan 1 00:11:12 collie user.warn kernel: 3de0: c3a53ef4 00000008 c3a53e9c c3a53e1c c3a53dfc bf11b9a8 bf11b18c c3a53ef4 Jan 1 00:11:12 collie user.warn kernel: 3e00: c3394c00 c3a53ef4 c3394d98 c3a66a00 c3a53e38 c3a53e20 bf08b47c bf11b7a4 Jan 1 00:11:12 collie user.warn kernel: 3e20: 00000035 c3a53e3c 00000000 c3a53e5c c3a53e3c bf08b4c8 bf08b38c 00000001 Jan 1 00:11:12 collie user.warn kernel: 3e40: c3a53e40 c3a53e40 c3a53f20 c3a53ec8 c3a53f5c c3a53e60 bf08cc00 bf08b49c Jan 1 00:11:12 collie user.warn kernel: 3e60: 00000002 00000000 00000014 00000000 00000000 0000000a 00442020 c3394c00 Jan 1 00:11:12 collie user.warn kernel: 3e80: 00000000 c3394d84 00000000 00000000 00000000 c3394ca8 c3394d98 00000033 Jan 1 00:11:12 collie user.warn kernel: 3ea0: 00000000 00000600 00000000 00000000 00000000 00000035 00000000 00000000 Jan 1 00:11:12 collie user.warn kernel: 3ec0: c3a53ec8 c3a53ef4 05f5e100 00000000 00000008 00000001 00000000 00000200 Jan 1 00:11:12 collie user.warn kernel: 3ee0: 00000000 00000000 c3a53ef4 00000001 c3a53f20 c3a53e9c c3a53ec8 00000000 Jan 1 00:11:12 collie user.warn kernel: 3f00: c3a53e3c bf08b368 96600097 00000007 00000003 00000000 00000000 c3a53e2c Jan 1 00:11:12 collie user.warn kernel: 3f20: c02a4cc0 00000b84 00000000 00000008 00000000 80000013 c3394db0 c3a52000 Jan 1 00:11:12 collie user.warn kernel: 3f40: c383f460 bf08bfac 00000000 00000000 c3a53f80 c3a53f60 c0044500 bf08bfb8 Jan 1 00:11:12 collie user.warn kernel: 3f60: 00000001 c3a52000 c383f460 c3959e48 00000000 c3a53fcc c3a53f84 c0044da4 Jan 1 00:11:12 collie user.warn kernel: 3f80: c0044430 00000001 00000000 c3a53f98 00010000 00000000 00000000 c0355540 Jan 1 00:11:12 collie user.warn kernel: 3fa0: c002e6d8 00100100 00200200 ffffffff ffffffff c383f460 c3a52000 c0044c84 Jan 1 00:11:12 collie user.warn kernel: 0048768 c0044c90 ffffffff ffffffff 00000000 00000000 Jan 1 00:11:12 collie user.warn kernel: 3fe0: 00000000 00000000 00000000 c3a53ff8 c00356dc c0048688 00000000 00000000 Jan 1 00:11:12 collie user.warn kernel: Backtrace: Jan 1 00:11:12 collie user.warn kernel: [] (consistent_sync+0x0/0x78) from [] (mmc_spi_command_do+0x310/0x618 [mmc_spi]) Jan 1 00:11:12 collie user.warn kernel: [] (mmc_spi_command_do+0x0/0x618 [mmc_spi]) from [] (mmc_spi_request+0x210/0x238 [mmc_spi]) Jan 1 00:11:12 collie user.warn kernel: [] (mmc_spi_request+0x0/0x238 [mmc_spi]) from [] (mmc_start_request+0xfc/0x110 [mmc_core]) Jan 1 00:11:12 collie user.warn kernel: r8 = C3A66A00 r7 = C3394D98 r6 = C3A53EF4 r5 = C3394C00 Jan 1 00:11:12 collie user.warn kernel: r4 = C3A53EF4 Jan 1 00:11:12 collie user.warn kernel: [] (mmc_start_request+0x0/0x110 [mmc_core]) from [] (mmc_wait_for_req+0x38/0x50 [mmc_core]) Jan 1 00:11:12 collie user.warn kernel: r5 = 00000000 r4 = C3A53E3C Jan 1 00:11:12 collie user.warn kernel: [] (mmc_wait_for_req+0x0/0x50 [mmc_core]) from [] (mmc_rescan+0xc54/0x1260 [mmc_core]) Jan 1 00:11:12 collie user.warn kernel: r5 = C3A53EC8 r4 = C3A53F20 Jan 1 00:11:12 collie user.warn kernel: [] (mmc_rescan+0x0/0x1260 [mmc_core]) from [] (run_workqueue+0xdc/0x1b8) Jan 1 00:11:12 collie user.warn kernel: [] (run_workqueue+0x0/0x1b8) from [] (worker_thread+0x120/0x158) Jan 1 00:11:12 collie user.warn kernel: r8 = 00000000 r7 = C3959E48 r6 = C383F460 r5 = C3A52000 Jan 1 00:11:12 collie user.warn kernel: r4 = 00000001 Jan 1 00:11:12 collie user.warn kernel: [] (worker_thread+0x0/0x158) from [] (kthread+0xec/0x128) Jan 1 00:11:12 collie user.warn kernel: r6 = C0044C84 r5 = C3A52000 r4 = C383F460 Jan 1 00:11:12 collie user.warn kernel: [] (kthread+0x0/0x128) from [] (do_exit+0x0/0x8a8) Jan 1 00:11:12 collie user.warn kernel: r7 = 00000000 r6 = 00000000 r5 = 00000000 r4 = 00000000 Jan 1 00:11:12 collie user.warn kernel: Code: e1a03da3 e3530003 9a000001 e3a03000 (e5833000) The same (or very similar) Oops with a SanDisk 128 Mb and with a PQI 1Gb 133x -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 12:38:41 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 05:38:41 -0700 (PDT) Subject: [oe-issues] [Bug 2963] New: matchbox-keyboard-inputmethod-0. 0+svn20070909-r4-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2963 Summary: matchbox-keyboard-inputmethod-0.0+svn20070909-r4- do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070909123903 for machine magician -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 13:05:54 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 06:05:54 -0700 (PDT) Subject: [oe-issues] [Bug 2963] matchbox-keyboard-inputmethod-0.0+svn20070909-r4-do_configure In-Reply-To: Message-ID: <20070909130554.6DEB14285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2963 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Koen Kooi 2007-09-09 06:05:54 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 13:16:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 06:16:20 -0700 (PDT) Subject: [oe-issues] [Bug 2647] 2.6.21 and locomo_spi In-Reply-To: Message-ID: <20070909131620.5A6504285BA@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2647 Ashley Gittins changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|2962 | CC| |alex at amiran.it --- Comment #13 from Ashley Gittins 2007-09-09 06:16:19 --- *** Bug 2962 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 13:16:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 06:16:20 -0700 (PDT) Subject: [oe-issues] [Bug 2962] Kernel Oops when inserting SD card In-Reply-To: Message-ID: <20070909131620.0EDA04285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2962 Ashley Gittins changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |agittins at purple.dropbear.id. | |au Blocks|2161, 2647 | Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #1 from Ashley Gittins 2007-09-09 06:16:19 --- This is a duplicate of bug 2647, not a dependancy of it. It might be good if you could attach your oops output to bug 2647 (rather than pasting as a comment) so it can be tracked there with the other report. We should probably update the description of bug 2647 to be more clear on what it's about. Additionally, it doesn't block 2161, which is about unrecognised cards (arguably, this bug blocks _you_ (and I) from experiencing bug 2161, but this bug doesn't block that bug from being fixed). I'm marking this as a dupe of 2647 (which still needs solving, nudge-nudge!) and removing 2647 and 2161 from the blocks list. Please refer all "Oops on SD insert" to bug 2647 for now, rather than raising new reports. *** This bug has been marked as a duplicate of bug 2647 *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 13:28:26 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 06:28:26 -0700 (PDT) Subject: [oe-issues] [Bug 2647] kernel oops in mmc_spi on collie with locomo_spi at SD card insertion with 2 .6.21 In-Reply-To: Message-ID: <20070909132826.F3EE3401FBF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2647 Ashley Gittins changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |oops Summary|2.6.21 and locomo_spi |kernel oops in mmc_spi on | |collie with locomo_spi at SD | |card insertion with 2.6.21 --- Comment #14 from Ashley Gittins 2007-09-09 06:28:26 --- (Updated summary line to be more descriptive and search-friendly, and added oops to keywords) Thomas (or anyone else) can you tell me what needs to happen to push this along? Your comment indicates that at this stage we are waiting for mmc_spi to make it into mainline, is that right? Is there anything anyone can do to fix this now rather than wait for upstream fixes? Does upstream even know about this issue? Sorry if it's a dumb question, I am just confused about the right process here - seems to me OE could look into the problem and possibly come up with a patch to mmc_spi (and perhaps also locomo_spi if required) without having to wait on Linus' tree? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 15:47:24 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 08:47:24 -0700 (PDT) Subject: [oe-issues] [Bug 2964] New: save-rtc date format causes error if busybox # CONFIG_FEATURE_DATE_ISOFMT is not set Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2964 Summary: save-rtc date format causes error if busybox # CONFIG_FEATURE_DATE_ISOFMT is not set Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: sakoman at gmail.com With the default config for busybox date (uclibc angstrom build), when save-rtc.sh writes the time stamp file it ends up as: %2m%2d%2H%2M00%4Y rather than a valid date. It seems that without the CONFIG_FEATURE_DATE_ISOFMT flag set, busybox date cannot handle numerics in the date format. Possible fixes: - Enable CONFIG_FEATURE_DATE_ISOFMT in the default busybox config - Change the format in save-rtc from %2m%2d%2H%2M00%4Y to %m%d%H%M%Y (tested only on uclibc build) - Let each machine affected override save-rtc.sh -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 16:41:19 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 09:41:19 -0700 (PDT) Subject: [oe-issues] [Bug 2647] kernel oops in mmc_spi on collie with locomo_spi at SD card insertion with 2 .6.21 In-Reply-To: Message-ID: <20070909164119.6DE6A4285B7@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2647 --- Comment #15 from Thomas Kunze 2007-09-09 09:41:19 --- The mmc-spi patches are now in the -mm tree. My locomi-spi driver needs a little tweaking to work with this version. ATM I have no time for this, but soon I will. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 19:25:52 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 12:25:52 -0700 (PDT) Subject: [oe-issues] [Bug 2965] New: fxload.bb Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2965 Summary: fxload.bb Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: oe at iss.tu-darmstadt.de This is my first package attempt to add fxload to the repository. Note that ezusb.c is patched to include linux/usb_ch9.h which moved to linux/usb/ch9.h recently. If you have a newer kernel chances are that you have to change the coresponding patch. This should be probably automated by looking for the used kernel version? There is currently only a normal package no debug stuff or so. Enjoy Tim -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 20:37:39 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 13:37:39 -0700 (PDT) Subject: [oe-issues] [Bug 2965] fxload.bb In-Reply-To: Message-ID: <20070909203739.F2AFD4285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2965 pHilipp Zabel changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from pHilipp Zabel 2007-09-09 13:37:39 --- ok, added in 7b0ea327... -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 21:44:25 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 14:44:25 -0700 (PDT) Subject: [oe-issues] [Bug 2926] Clean build of Angstrom for Gumstix-Verdex Fails In-Reply-To: Message-ID: <20070909214425.A08764285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2926 --- Comment #3 from Marcin Juszkiewicz 2007-09-09 14:44:25 --- please check build now -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 03:31:30 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 20:31:30 -0700 (PDT) Subject: [oe-issues] [Bug 2967] New: uclibc-0.9.29-r7-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2967 Summary: uclibc-0.9.29-r7-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070910031627 for machine qemux86 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 03:40:22 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 20:40:22 -0700 (PDT) Subject: [oe-issues] [Bug 2968] New: ezxd-0.0+svnr2048-r0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2968 Summary: ezxd-0.0+svnr2048-r0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070910034134 for machine davinci-dvevm -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 03:43:33 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 20:43:33 -0700 (PDT) Subject: [oe-issues] [Bug 2968] ezxd-0.0+svnr2048-r0-do_compile In-Reply-To: Message-ID: <20070910034333.85D164285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2968 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Koen Kooi 2007-09-09 20:43:33 --- fixed in r5911b2fa300600b52924de86c4e9bd75e84355e8 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 05:21:56 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 22:21:56 -0700 (PDT) Subject: [oe-issues] [Bug 2969] New: Kexec Cmdline support for arm kernels Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2969 Summary: Kexec Cmdline support for arm kernels Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: hvontres at gmail.com Created an attachment (id=2202) --> (http://bugs.openembedded.org/attachment.cgi?id=2202) Main patch This bug has patches for adding cmdline support to arm kernels. These patches were made by mwester and have been tested by me on a poodle for linux-rp 2.6.17,2.6.21 and 2.6.22. The patch consists of three parts: 1)80-kexec-atags.patch: This is the main patch. It adds the capability for kexec to manipulate the atags list 2) kexec-ksysfs_2.6.21.patch: This patch provides a crude interface to the above patch through sysfs. I have adapted it to 2.6.17, 2.6.21 and 2.6.22 3) poodle-bootparams.patch: This patch adds a fake atags list for poodle to get around the crappy sharp bootloader. Other zaurus models would need similar patches. Here is a copy of the emails from mwester about these patches: Forwarded Conversation Subject: Re: arm kexec commandline support ------------------------ From: Mike (mwester) To: thommycheck at gmx.de, hvontres at gmail.com Cc: "Mike (mwester)" Date: Mon, Jul 9, 2007 at 9:46 AM Attachments: 81-kexec-cmdline.patch, 80-kexec-atags.patch - Show quoted text - Gentlemen, (context: I found a thread on arm kexec commandline support on the OE archives that didn't seem to garner much enthusiasm or comment. I also conversed briefly with someone regarding kexec commandline support on the #oe channel some time ago - I suspect that was probably Thomas.) I encountered a similar problem as did Henry when using the patch; in my case the issue was that the ATAGs address was hard-coded to a non-existant address, as the ixp4xx systems I work with use 0x00000100 instead. Upon fixing that, I discovered that the ixp4xx systems will then begin to reboot, but if the commandline (and other startup information) is not hardcoded, the system crashes as well. The problem was traced to the need to pass in the memory information in the form of atags as well. To get to the point, after a lot of digging, the attached patches work (on kernel 2.6.21 -- very minor changes in ksysfs.c require tweaks for use on 2.6.22). The first, 80-kexec-atags.patch, is designed simply to preserve whatever information the bootloader passes into the device for kexec use -- the second, 81-kexec-cmdline.patch, uses the original patch's approach of using ksysfs to permit the commandline atag to be modified. The first of the two patches I think is reasonably acceptable in terms of style and completeness, and may even be able (at some point) to be sent upstream. The second (modifications to the ksysfs.c file) are clearly not acceptable upstream -- it really exists at this point in time as a means to test the first patch. This is working on a number of ixp4xx machines running SlugOS (the NSLU2 and the DSM-G600). I wonder if you might take a look at this and comment, please? Is this reworked patch something that might be more general, and work on the machines you are using as well? I don't want to send this to the OE list before getting some feedback from those who originally worked on this - thanks! Regards, Mike (mwester) mailto: mwester at dls.net -------- From: Hans Henry von Tresckow To: "Mike (mwester)" Cc: thommycheck at gmx.de Date: Tue, Jul 24, 2007 at 10:13 PM I tried your patch on poodle, but so far I have not been able to actually change the cmdline...:( But at least it doesn't break anythng either...:) Sorry it took me so long to get back to this, but between work, the house and two small kids, fiddling with OE kinda takes a back seat. [Quoted text hidden] -------- From: Thomas Kunze < thommycheck at gmx.de> To: mwester at dls.net Cc: Hans Henry von Tresckow Date: Fri, Jul 27, 2007 at 2:44 PM - Show quoted text - Hans Henry von Tresckow wrote: > I tried your patch on poodle, but so far I have not been able to > actually change the cmdline...:( But at least it doesn't break anythng > either...:) This is also true for me. Sorry that it took so long to answer but I was quite busy lately. Regards, Thomas (thesing) -------- From: Thomas Kunze < thommycheck at gmx.de> To: "Mike (mwester)" Cc: Hans Henry von Tresckow < hvontres at gmail.com> Date: Sat, Jul 28, 2007 at 6:03 AM Hi, I looked further into this. It seems that atm collie doesn't use bootparams during startup. (There ist no .boot_params in machine description.) "cat /sys/kernel/kexec_boot_params" gives only zeros. So maybe fallback on 0xc0000100 then and only include the cmdline tag in the atag list? Regards, Thomas -------- From: Mike (mwester) To: Thomas Kunze Cc: Hans Henry von Tresckow Date: Mon, Aug 6, 2007 at 9:23 PM Attachments: poodle-bootparams.patch, collie-bootparams.patch, kexec-ksysfs.patch, 80-kexec-atags.patch - Show quoted text - Sorry for the long delay. I have re-assembled my build environment, and took a long look at this problem. Your analysis is correct; the root cause is the absense of any .boot_params at all. My first thought was to re-instate the l-a-k atags patch (the one that accepts atags from the boot-loader in R2), and pass the atag list in that fashion. However, that doesn't change the fact that we still need an area of memory to store the atags in for the new kernel -- and it was earlier observed in this email thread that R2 is ignored by the current kernel anyway. So, it seems that the simplest solution is to add the ".boot_params" to collie and poodle -- even though the bootloader may not actually put anything there, this solution is simple and it ensures that the area of memory is in the correct place, and avoids some complicated code in setup.c. The quick-and-dirty ksysfs code in the original patchset also has a problem, in that it assumes the existance of at least an empty atags list. This is not the case for these devices, as they have no bootloader information. The fix there is also simple -- if the existing in-kernel buffer copied from the .boot_params area does not start with a valid CORE tag, an empty set is created. I lack either a poodle or a collie to test with -- and all my machines have bootloaders that initialize ATAGS, so I'm not in a position to test the ksysfs.c change. It may not work. Attached are the patches. Regards, Mike Westerhof mailto:mwester at dls.net [Quoted text hidden] -------- From: Hans Henry von Tresckow To: "Mike (mwester)" Cc: Thomas Kunze < thommycheck at gmx.de> Date: Wed, Aug 8, 2007 at 8:43 AM Mike, Thanks for the help. I tested this on my poodle last night, but I got a segfault during kexec -e. How did you deterimine that 0xa0000100 was the correct location for the fake tags list? I would like to take a look a this some more when I get home, but I am still a relative kernel newbie, so I could use some pointers. Thanks, Henry [Quoted text hidden] -------- From: Hans Henry von Tresckow To: "Mike (mwester)" Cc: Thomas Kunze Date: Fri, Aug 10, 2007 at 7:14 AM Mike, I looked into this a bit further, and it looks like the adding the poodle-bootparams.patch causes the kernel to hang during or after uncompressing the image. Any ideas what I should look at to try to fix this? [Quoted text hidden] -------- From: Mike (mwester) < mwester at dls.net> To: Hans Henry von Tresckow Cc: Thomas Kunze < thommycheck at gmx.de> Date: Sun, Aug 12, 2007 at 8:08 AM After looking at the code, there are a few possibilities. The first is that perhaps the address is not a good one. Based on a quick look at the poodle.c source, it seemed to me that on that machine, 0xa0000000 is the start of the RAM (physical). ATAGs must be near the beginning of the RAM (I think in the first 16Kbytes, or so), and traditionally the bootparams are passed at START+0x100 -- but maybe I picked a wrong address. The other possibility is that perhaps there is data at that location that is being misinterpreted as boot parameters. It seems unlikely that random data might match the signature for valid ATAGs, but I've not looked at the old-style bootparams; perhaps random data may be interpreted as such. There is also the possibility that the bootloader is actually writing valid boot parameters, but the poodle code is deliberately ignoring them for some reason -- in that case, this patch would be defeating this purpose. Lacking a poodle to test with, I can only guess. I will prepare a debugging patch, and see if that will shed any light on the behavior. Hopefully I'll be able to do that later today. Regards, Mike (mwester) ----- Original Message ----- From: "Hans Henry von Tresckow" < hvontres at gmail.com> To: "Mike (mwester)" [Quoted text hidden] -------- From: Hans Henry von Tresckow To: "Mike (mwester)" Cc: Thomas Kunze Date: Mon, Aug 13, 2007 at 10:43 AM Thanks for the input. I think you might want to run these patches by rpurdie as well, since he is the main kernel guru on the Zaurus side of things. IIRC, the standard sharp bootloader does not play well with 2.6 kernels. [Quoted text hidden] -------- From: Mike (mwester) To: Hans Henry von Tresckow Cc: Thomas Kunze < thommycheck at gmx.de> Date: Mon, Aug 13, 2007 at 12:20 PM ----- Original Message ----- From: "Hans Henry von Tresckow" < hvontres at gmail.com> To: "Mike (mwester)" Cc: "Thomas Kunze" < thommycheck at gmx.de> Sent: Monday, August 13, 2007 12:43 PM Subject: Re: arm kexec commandline support > Thanks for the input. I think you might want to run these patches by rpurdie > as well, since he is the main kernel guru on the Zaurus side of things. > IIRC, the standard sharp bootloader does not play well with 2.6 kernels. Hmmm.... That last statement might make the difference. That would explain much, and offers a new twist to the solution. In that case, we would need a mechanism to cause the kernel to ignore the bootloader .bootparams, but process the ones from kexec. Let me rethink what I was going to do. One solution would be to parse the ATAGs and examine them for the "signature" of the bootloader vs kexec -- tricky, and like all heuristics, prone to failure. :-) However, I feel that there is a very simple solution to do the above, but it is just out of reach of my brain at this moment... Mike (mwester) -------- From: Mike (mwester) < mwester at dls.net> To: Hans Henry von Tresckow Cc: Thomas Kunze < thommycheck at gmx.de> Date: Wed, Aug 15, 2007 at 8:36 PM Henry, Can you perform a quick test for me, to see if I'm heading in the correct direction? If you can edit the patched kernel sources, the file arch/arm/mach-pxa/poodle.c, and around line #409 or so, you'll find this line that the last patch I emailed applied: .boot_params = 0xa0000100, /* fake boot params loc for kexec */ Please change that value to be 0xa0000200 instead, recompile, and see if the resulting kernel boots... This change should make the kernel look for ATAGs somewhere other than where the bootloader placed any information. If this results in a booting kernel, this might be the easiest solution -- it retains the kexec/command line functionality while ignoring the boot parameters from the bootloader. If it doesn't fix the booting kernel, then there's something else wrong, and I'll put my efforts to trying to figure that out instead. Thanks! Mike (mwester) ----- Original Message ----- From: "Hans Henry von Tresckow" < hvontres at gmail.com> To: "Mike (mwester)" Cc: "Thomas Kunze" < thommycheck at gmx.de> Sent: Monday, August 13, 2007 12:43 PM [Quoted text hidden] -------- From: Hans Henry von Tresckow To: "Mike (mwester)" < mwester at dls.net> Cc: Thomas Kunze Date: Wed, Aug 15, 2007 at 11:05 PM It boots :) [Quoted text hidden] -------- From: Mike (mwester) To: Hans Henry von Tresckow Cc: Thomas Kunze Date: Thu, Aug 16, 2007 at 7:35 AM Excellent! That would indicate that the boot failures are indeed caused by some sort of conflict between the kernel and the bootloader's parameters. Did you check to see if kexec now works as well, and if the basic kexec works, can you also try changing the command line? Thanks, Mike ----- Original Message ----- From: "Hans Henry von Tresckow" < hvontres at gmail.com> To: "Mike (mwester)" Cc: "Thomas Kunze" < thommycheck at gmx.de> [Quoted text hidden] -------- From: Hans Henry von Tresckow To: "Mike (mwester)" Cc: Thomas Kunze Date: Fri, Aug 17, 2007 at 12:48 AM Yay....it works :) I was able to get it to boot from flash, and change the cmdline to boot from SD. I'd suggest putting the patches up on the mailing list to get some feedback from the other guys as well. Thanks a lot for all your help on this. :) Henry -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 06:55:05 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 23:55:05 -0700 (PDT) Subject: [oe-issues] [Bug 2970] New: support building 3rd party feeds Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2970 Summary: support building 3rd party feeds Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: thebohemian at gmx.net the problem: I am a vendor wanting to provide packages that are not part of a OE-built distribution. I want to build these packages and let them end up in a feed. This feed should then contain my packages and their dependencies. However dependencies that are already provided by the distribution's feed should not end up in my vendor feed. Example: I want to provide "foo". Foo depends in libbaz and gtk+. libbaz is not in Angstrom, gtk+ is. After issuing 'bitbake angstrom-plus-feed' some target directory should contain foo, libbaz (and the IPKG Packages* files). If OE developers are interested in such a feature I would offer to implement this. However I am asking for comments. :) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 11:11:50 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 10 Sep 2007 04:11:50 -0700 (PDT) Subject: [oe-issues] [Bug 2970] support building 3rd party feeds In-Reply-To: Message-ID: <20070910111150.21DC4401FBF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2970 --- Comment #1 from Paul Sokolovsky 2007-09-10 04:11:49 --- Feed management (beyond trivial things like creating package index for already build packages) are not part of OE. Use your language of choice to write scripts to do the tricks. If those scripts are generic enough, they can be contributed back for 'contrib' directory in OE. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 12:01:36 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 10 Sep 2007 05:01:36 -0700 (PDT) Subject: [oe-issues] [Bug 2971] New: linux-ezx-2.6.21-ezxdev-r10-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2971 Summary: linux-ezx-2.6.21-ezxdev-r10-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070910115309 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 12:03:51 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 10 Sep 2007 05:03:51 -0700 (PDT) Subject: [oe-issues] [Bug 2971] linux-ezx-2.6.21-ezxdev-r10-do_compile In-Reply-To: Message-ID: <20070910120351.3553B401FA9@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2971 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-10 05:03:50 --- bogus patch, fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 12:35:10 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 10 Sep 2007 05:35:10 -0700 (PDT) Subject: [oe-issues] [Bug 2970] support building 3rd party feeds In-Reply-To: Message-ID: <20070910123510.636A8401F19@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2970 --- Comment #2 from Richard Purdie 2007-09-10 05:35:10 --- I agree with Paul, this is something which would be best implemented by a post processing script. Such scripts can be shared in contrib in OE. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 15:26:19 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 10 Sep 2007 08:26:19 -0700 (PDT) Subject: [oe-issues] [Bug 2972] New: linux-ezx-2.6.21-ezxdev-r11-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2972 Summary: linux-ezx-2.6.21-ezxdev-r11-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070910141250 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 16:02:00 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 10 Sep 2007 09:02:00 -0700 (PDT) Subject: [oe-issues] [Bug 2972] linux-ezx-2.6.21-ezxdev-r11-do_compile In-Reply-To: Message-ID: <20070910160200.325E6401FA9@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2972 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Koen Kooi 2007-09-10 09:01:59 --- double applied patch -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 20:15:04 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 10 Sep 2007 13:15:04 -0700 (PDT) Subject: [oe-issues] [Bug 2598] angstrom simpad gpe: metabug suspend with power button does not work In-Reply-To: Message-ID: <20070910201504.415DF401FBF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2598 --- Comment #12 from Bernhard Guillon 2007-09-10 13:15:03 --- Ok, the bug is now solved by adding a script to /etc/apm/suspend.d which creates a lockfile. this lockfile is checked ba powerd now. I added the new powerd patch. best regards Bernhard Guillon -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From seetharam_21 at yahoo.com Tue Sep 11 00:40:48 2007 From: seetharam_21 at yahoo.com (Dharmosoth Seetharam) Date: Mon, 10 Sep 2007 17:40:48 -0700 (PDT) Subject: [oe-issues] bitbake gpe-image: do_rootfs failed Message-ID: <145836.36511.qm@web50902.mail.re2.yahoo.com> Hi all, I am building the OE for arm architecture. I have configure most of the conf file as per sepc. But, getting the follwing problem ++++++++++++ | Collected errors: | ERROR: Cannot satisfy the following dependencies for task-base: | kernel | + export D=/test/fp/apps/build/tmp/rootfs | + D=/test/fp/apps/build/tmp/rootfs | + export OFFLINE_ROOT=/test/fp/apps/build/tmp/rootfs | + OFFLINE_ROOT=/test/fp/apps/build/tmp/rootfs | + export IPKG_OFFLINE_ROOT=/test/fp/apps/build/tmp/rootfs | + IPKG_OFFLINE_ROOT=/test/fp/apps/build/tmp/rootfs | + mkdir -p /test/fp/apps/build/tmp/rootfs/etc/ipkg/ | + grep '^arch' /test/fp/apps/build/tmp/work/omap1710h3-linux/gpe-image-1.0-r20/temp/ipkg.conf | + '[' -f '/test/fp/apps/build/tmp/rootfs/usr/lib/ipkg/info/*.preinst' ']' | + '[' -f /test/fp/apps/build/tmp/rootfs/usr/lib/ipkg/info/gdk-pixbuf-loader-gif.postinst ']' | + sh /test/fp/apps/build/tmp/rootfs/usr/lib/ipkg/info/gdk- pixbuf-loader-gif.postinst configure | ++ basename /test/fp/apps/build/tmp/rootfs/usr/lib/ipkg/info/gdk-pixbuf-loader-gif.postinst .postinst | + ipkg-cl -f /test/fp/apps/build/tmp/work/omap1710h3-linux/gpe-image-1.0-r20 /temp/ipkg.conf -o /test/fp/apps/build/tmp/rootfs flag unpacked gdk-pixbuf-loader-gif | Setting flags for package gdk-pixbuf-loader-gif to unpacked | Successfully terminated. | | | | | + '[' -f /test/fp/apps/build/tmp/rootfs/usr/lib/ipkg/info/gdk- pixbuf-loader-jpeg.postinst ']' | + sh /test/fp/apps/build/tmp/rootfs | + log_check rootfs | + set +x | log_check: Using /test/fp/apps/build/tmp/work/omap1710h3-linux/gpe-image-1.0-r20/temp/log.do_rootfs.2033 as logfile | log_check: There were error messages in the logfile | log_check: Matched keyword: [ERR] | -- | Successfully terminated. | Collected errors: | ERROR: Cannot satisfy the following dependencies for task-base: | kernel | -- | + sh /test/fp/apps/build/tmp/rootfs/usr/lib/ipkg/info/libgpewidget1.postinst configure | + '[' -f /test/fp/apps/build/tmp/rootfs/usr/lib/ipkg/info/libgpg-error0.postinst ']' | + sh /test/fp/apps/build/tmp/rootfs/usr/lib/ipkg/info/libgpg-error0.postinst configure\u003cbr\>| + '[' -f /test/fp/apps/build/tmp/rootfs\u003cWBR\>/usr/lib/ipkg/info/libice6\u003cWBR\>.postinst ']'\u003cbr\>|\u003cbr\>NOTE: Task failed: /test/fp/apps/build/tmp/work\u003cWBR\>/omap1710h3-linux/gpe-\nimage-1.0-r20/temp/log.do_rootfs.2033\u003cbr\>NOTE: package gpe-image-1.0-r20: task do_rootfs: failed\u003cbr\>ERROR: TaskFailed event exception, aborting\u003cbr\>NOTE: package gpe-image-1.0: failed\u003cbr\>ERROR: Build of /test/fp/apps/org.openembedded\u003cWBR\>.dev/packages/images/gpe-\n\u003ca href\u003d\"http://image.bb\" target\u003d\"_blank\" onclick\u003d\"return top.js.OpenExtLink(window,event,this)\"\>image.bb\u003c/a\> do_rootfs failed\u003cbr\>ERROR: Task 8 (/test/fp/apps/org.openembedded\u003cWBR\>.dev/packages/images/gpe-\u003ca href\u003d\"http://image.bb\" target\u003d\"_blank\" onclick\u003d\"return top.js.OpenExtLink(window,event,this)\"\>image.bb\u003c/a\>, do_rootfs) failed\u003cbr\>ERROR: '/test/fp/apps/org.openembedded\u003cWBR\>.dev/packages/images/gpe-\n\u003ca href\u003d\"http://image.bb\" target\u003d\"_blank\" onclick\u003d\"return top.js.OpenExtLink(window,event,this)\"\>image.bb\u003c/a\>' failed\u003cbr\>[seetharam at ind-2 build]$\u003cbr\>",1] ); D(["mb","\u003cspan class\u003dsg\>\u003cbr\>\u003cbr clear\u003d\"all\"\>\u003cbr\>-- \u003cbr\>Dharmosoth Seetharam\u003cbr\> M.Tech\u003cbr\> Hyderabad.\n\u003c/span\>",0] ); //-->/usr/lib/ipkg/info/libgpg-error0.postinst configure | + '[' -f /test/fp/apps/build/tmp/rootfs/usr/lib/ipkg/info/libice6.postinst ']' | NOTE: Task failed: /test/fp/apps/build/tmp/work/omap1710h3-linux/gpe- image-1.0-r20/temp/log.do_rootfs.2033 NOTE: package gpe-image-1.0-r20: task do_rootfs: failed ERROR: TaskFailed event exception, aborting NOTE: package gpe-image-1.0: failed ERROR: Build of /test/fp/apps/org.openembedded.dev/packages/images/gpe- image.bb do_rootfs failed ERROR: Task 8 (/test/fp/apps/org.openembedded.dev/packages/images/gpe-image.bb, do_rootfs) failed ERROR: '/test/fp/apps/org.openembedded.dev/packages/images/gpe- image.bb' failed Here, I am not going to build the kernel with bitbake. I have already build the kernel using crosstool with hardsoft option. Do we need to build the rootfs with bitbake only ?? If am wrong please suggest me in right direction . Thanks in advance !! Seetharam D --------------------------------- Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims Stories at Yahoo! Games. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bugzilla-daemon at tinman.treke.net Tue Sep 11 02:25:04 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 10 Sep 2007 19:25:04 -0700 (PDT) Subject: [oe-issues] [Bug 2973] New: opensimpad-64+0-2.4.27-vrs1-pxa1-jpm1-r4-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2973 Summary: opensimpad-64+0-2.4.27-vrs1-pxa1-jpm1-r4-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070911020933 for machine simpad -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 11 03:59:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 10 Sep 2007 20:59:29 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross 2.18 fails to build on x86_64 In-Reply-To: Message-ID: <20070911035929.A77FB402D14@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 Michael DeVico changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mdevico at qualcomm.com --- Comment #12 from Michael DeVico 2007-09-10 20:59:29 --- (In reply to comment #11) > Same issue here; the lib is initially in cross/lib64; tweaking the .inc file > locally fixes this, but a generic, portatble solutions is needed. > FYI: I experienced the same issue when building gcc-cross-4.1.2-r5 for x86_64 as well. I had to change lib to lib64. Otherwise, it couldn't find libgcc_s.so since it was only looking in lib and not lib64. My gross hack is below. I create a variable called larch (Library architecture) and set it to 64 if the TARGET_ARCH == "x86_64". I then attach ${larch} onto dir. See below: gcc-package-cross.inc set_larch() { larch="" if [ "${TARGET_ARCH}" = "x86_64" ]; then larch=64 fi } do_install () { set_larch oe_runmake 'DESTDIR=${D}' install # Move libgcc_s into /lib mkdir -p ${D}${target_base_libdir} if [ -f ${D}${target_base_libdir}/libgcc_s.so.? ]; then # Already in the right location : elif [ -f ${D}${prefix}/lib${larch}/libgcc_s.so.? ]; then mv -f ${D}${prefix}/lib${larch}/libgcc_s.so* ${D}${target_base_libdir} else mv -f ${D}${prefix}/*/lib${larch}/libgcc_s.so* ${D}${target_base_libdir} fi # Move libstdc++ and libg2c into libdir (resetting our prefix to /usr mkdir -p ${D}${target_libdir} mv -f ${D}${prefix}/*/lib${larch}/libstdc++.so* ${D}${target_libdir} if [ "${HAS_G2C}" = "yes" ]; then mv -f ${D}${prefix}/*/lib${larch}/libg2c.so* ${D}${target_libdir} || true fi if [ "${HAS_GFORTRAN}" = "yes" ]; then mv -f ${D}${prefix}/*/lib${larch}/libgfortran*.so* ${D}${target_libdir} fi -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 11 12:04:42 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 05:04:42 -0700 (PDT) Subject: [oe-issues] [Bug 2974] New: madwifi-ng-r2518-20070626-r5-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2974 Summary: madwifi-ng-r2518-20070626-r5-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070911105327 for machine alix -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 11 12:16:10 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 05:16:10 -0700 (PDT) Subject: [oe-issues] [Bug 2974] madwifi-ng-r2518-20070626-r5-do_compile In-Reply-To: Message-ID: <20070911121610.DF1264285B8@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2974 Marcin Juszkiewicz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Marcin Juszkiewicz 2007-09-11 05:16:10 --- fix pushed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 11 13:28:24 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 06:28:24 -0700 (PDT) Subject: [oe-issues] [Bug 2975] New: webkit-gtk-0.0+svnr25488-r25486-r1-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2975 Summary: webkit-gtk-0.0+svnr25488-r25486-r1-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070911125617 for machine alix -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 11 15:31:04 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 08:31:04 -0700 (PDT) Subject: [oe-issues] [Bug 2976] New: webkit-gtk-0.0+svnr25489-r25486-r1-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2976 Summary: webkit-gtk-0.0+svnr25489-r25486-r1-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070911152933 for machine guinness -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 11 20:52:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 13:52:07 -0700 (PDT) Subject: [oe-issues] [Bug 2977] New: icu-3.6-r1-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2977 Summary: icu-3.6-r1-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070911205117 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 11 23:22:40 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 16:22:40 -0700 (PDT) Subject: [oe-issues] [Bug 2093] Cups needs to use gcc to link on arm/eabi In-Reply-To: Message-ID: <20070911232240.9812642589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2093 pHilipp Zabel changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |philipp.zabel at gmail.com --- Comment #1 from pHilipp Zabel 2007-09-11 16:22:40 --- We can force it in the configure step, like that: --- packages/cups/cups.inc 222ec9d8aeac6ec4e9ebcaaaa920915c43052b25 +++ packages/cups/cups.inc 6c1927d51ca6f1ffd15d62ea8a1e04173cb5d2c5 @@ -26,7 +26,7 @@ do_configure() { do_configure() { gnu-configize libtoolize --force - oe_runconf + oe_runconf ac_cv_path_LD="\$(CC)" } do_compile () { But that doesn't help me. Neither does your method work for me. But I can suddenly compile imagetops and imagetoraster if I remove the -lcups from LINKCUPS while compiling them. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 11 23:39:19 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 16:39:19 -0700 (PDT) Subject: [oe-issues] [Bug 2978] New: ERROR: Build of org.openembedded.dev/packages/gnome/ gconf-dbus_svn.bb Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2978 Summary: ERROR: Build of org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: budgester at budgester.com budgester at quadro:~/embedded/openembedded/build$ bitbake bootstrap-image NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance. NOTE: Handling BitBake files: / (4673/4673) [100 %] NOTE: Parsing finished. 4452 cached, 0 parsed, 221 skipped, 0 masked. NOTE: build 200709120036: started OE Build Configuration: BB_VERSION = "1.8.8" OE_REVISION = "63dfdf9ceca5c6545ce95b5161eb8b169e91122a" TARGET_ARCH = "i486" TARGET_OS = "linux" MACHINE = "x86" DISTRO = "generic" DISTRO_VERSION = ".dev-snapshot-20070911" TARGET_FPU = "" NOTE: Resolving missing task queue dependencies NOTE: multiple providers are available for task-base (task-base, task-budge); NOTE: consider defining PREFERRED_PROVIDER_task-base NOTE: multiple providers are available for virtual/i486-linux-libc-initial (glibc-initial, eglibc-initial); NOTE: consider defining PREFERRED_PROVIDER_virtual/i486-linux-libc-initial NOTE: multiple providers are available for virtual/db (db3, db); NOTE: consider defining PREFERRED_PROVIDER_virtual/db NOTE: multiple providers are available for virtual/db-native (db-native, db3-native); NOTE: consider defining PREFERRED_PROVIDER_virtual/db-native NOTE: preferred version X11R7.1-1.1.6 of libxcursor not available (for item libxcursor) NOTE: preferred version X11R7.1-1.0.1 of libxext not available (for item libxext) NOTE: preferred version X11R7.1-1.0.2 of util-macros not available (for item util-macros) NOTE: preferred version X11R7.1-0.9.1 of libxrender not available (for item libxrender) NOTE: preferred version X11R7.1-4.0.1 of libxfixes not available (for item libxfixes) NOTE: preferred version X11R7.1-1.0.1 of libx11 not available (for item virtual/libx11) NOTE: preferred version X11R7.1-1.0.1 of diet-x11 not available (for item virtual/libx11) NOTE: preferred version X11R7.1-7.0.5 of xproto not available (for item xproto) NOTE: preferred version X11R7.1-1.0.1 of libxau not available (for item libxau) NOTE: preferred version X11R7.1-4.0 of fixesproto not available (for item fixesproto) NOTE: preferred version X11R7.1-1.0.1 of libxdmcp not available (for item libxdmcp) NOTE: Preparing runqueue NOTE: Executing runqueue NOTE: Running task 1108 of 1414 (ID: 1084, /home/budgester/embedded/openembedded/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb, do_compile) NOTE: package gconf-dbus-2.16.0+svn20070512: started NOTE: package gconf-dbus-2.16.0+svn20070512-r0: task do_compile: started ERROR: function do_compile failed ERROR: log data follows (/home/budgester/embedded/openembedded/build/tmp/work/i486-linux/gconf-dbus-2.16.0+svn20070512-r0/temp/log.do_compile.6509) | NOTE: make | make all-recursive | make[1]: Entering directory `/home/budgester/embedded/openembedded/build/tmp/work/i486-linux/gconf-dbus-2.16.0+svn20070512-r0/trunk' | Making all in gconf | make[2]: Entering directory `/home/budgester/embedded/openembedded/build/tmp/work/i486-linux/gconf-dbus-2.16.0+svn20070512-r0/trunk/gconf' | make all-am | make[3]: Entering directory `/home/budgester/embedded/openembedded/build/tmp/work/i486-linux/gconf-dbus-2.16.0+svn20070512-r0/trunk/gconf' | if /bin/sh ../i486-linux-libtool --tag=CC --mode=compile ccache i486-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/glib-2.0 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/lib/glib-2.0/include -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/dbus-1.0 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/lib/dbus-1.0/include -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/gtk-2.0 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/lib/gtk-2.0/include -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/atk-1.0 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/pango-1.0 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/freetype2 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DPREFIX=\""/usr"\" -DGCONF_LOCALE_DIR=\""/usr/share/locale"\" -DGCONF_SRCDIR=\""/home/budgester/embedded/openembedded/build/tmp/work/i486-linux/gconf-dbus-2.16.0+svn20070512-r0/trunk"\" -DGCONF_CONFDIR=\""/etc/gconf/2"\" -DGCONF_ETCDIR=\""/etc/gconf"\" -DGCONF_BINDIR=\""/usr/bin"\" -DGCONF_SERVERDIR=\""/usr/libexec"\" -DGCONF_BUILDDIR=\"".."\" -DGCONF_BACKEND_DIR=\""/usr/lib/GConf-dbus/2"\" -DVERSION=\""2.16.0"\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\""gconfd-2"\" -DDBUS_API_SUBJECT_TO_CHANGE=\"1\" -isystem/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include -isystem/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -Wall -MT gconf-value.lo -MD -MP -MF ".deps/gconf-value.Tpo" -c -o gconf-value.lo gconf-value.c; \ | then mv -f ".deps/gconf-value.Tpo" ".deps/gconf-value.Plo"; else rm -f ".deps/gconf-value.Tpo"; exit 1; fi | ccache i486-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/glib-2.0 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/lib/glib-2.0/include -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/dbus-1.0 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/lib/dbus-1.0/include -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/gtk-2.0 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/lib/gtk-2.0/include -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/atk-1.0 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/pango-1.0 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/freetype2 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DPREFIX=\"/usr\" -DGCONF_LOCALE_DIR=\"/usr/share/locale\" -DGCONF_SRCDIR=\"/home/budgester/embedded/openembedded/build/tmp/work/i486-linux/gconf-dbus-2.16.0+svn20070512-r0/trunk\" -DGCONF_CONFDIR=\"/etc/gconf/2\" -DGCONF_ETCDIR=\"/etc/gconf\" -DGCONF_BINDIR=\"/usr/bin\" -DGCONF_SERVERDIR=\"/usr/libexec\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/lib/GConf-dbus/2\" -DVERSION=\"2.16.0\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -DDBUS_API_SUBJECT_TO_CHANGE=\"1\" -isystem/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include -isystem/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -Wall -MT gconf-value.lo -MD -MP -MF .deps/gconf-value.Tpo -c gconf-value.c -fPIC -DPIC -o .libs/gconf-value.o | gconf-value.c: In function 'gconf_value_new': | gconf-value.c:76: warning: implicit declaration of function 'g_slice_new0' | gconf-value.c:76: error: expected expression before 'GConfRealValue' | gconf-value.c: In function 'gconf_value_free': | gconf-value.c:829: warning: implicit declaration of function 'g_slice_free' | gconf-value.c:829: error: expected expression before 'GConfRealValue' | gconf-value.c: In function 'gconf_entry_new_nocopy': | gconf-value.c:1455: warning: implicit declaration of function 'g_slice_new' | gconf-value.c:1455: error: expected expression before 'GConfRealEntry' | gconf-value.c:1455: warning: assignment makes pointer from integer without a cast | gconf-value.c: In function 'gconf_entry_unref': | gconf-value.c:1494: error: expected expression before 'GConfRealEntry' | make[3]: *** [gconf-value.lo] Error 1 | make[3]: Leaving directory `/home/budgester/embedded/openembedded/build/tmp/work/i486-linux/gconf-dbus-2.16.0+svn20070512-r0/trunk/gconf' | make[2]: *** [all] Error 2 | make[2]: Leaving directory `/home/budgester/embedded/openembedded/build/tmp/work/i486-linux/gconf-dbus-2.16.0+svn20070512-r0/trunk/gconf' | make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory `/home/budgester/embedded/openembedded/build/tmp/work/i486-linux/gconf-dbus-2.16.0+svn20070512-r0/trunk' | make: *** [all] Error 2 | FATAL: oe_runmake failed NOTE: Task failed: /home/budgester/embedded/openembedded/build/tmp/work/i486-linux/gconf-dbus-2.16.0+svn20070512-r0/temp/log.do_compile.6509 NOTE: package gconf-dbus-2.16.0+svn20070512-r0: task do_compile: failed ERROR: TaskFailed event exception, aborting NOTE: package gconf-dbus-2.16.0+svn20070512: failed ERROR: Build of /home/budgester/embedded/openembedded/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb do_compile failed ERROR: Task 1084 (/home/budgester/embedded/openembedded/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb, do_compile) failed NOTE: Tasks Summary: Attempted 1107 tasks of which 1107 didn't need to be rerun and 1 failed. ERROR: '/home/budgester/embedded/openembedded/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb' failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 05:59:54 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 22:59:54 -0700 (PDT) Subject: [oe-issues] [Bug 2979] New: uicmoc4-native-4.3.1-r0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2979 Summary: uicmoc4-native-4.3.1-r0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070912055852 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 06:00:01 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 23:00:01 -0700 (PDT) Subject: [oe-issues] [Bug 2980] New: webkit-gtk-0.0+svnr25505-r25501-r1-do_unpack Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2980 Summary: webkit-gtk-0.0+svnr25505-r25501-r1-do_unpack Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070912055852 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 06:51:28 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 23:51:28 -0700 (PDT) Subject: [oe-issues] [Bug 2979] uicmoc4-native-4.3.1-r0-do_compile In-Reply-To: Message-ID: <20070912065128.35E9042589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2979 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from Koen Kooi 2007-09-11 23:51:27 --- can't reproduce -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 06:51:39 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 23:51:39 -0700 (PDT) Subject: [oe-issues] [Bug 2980] webkit-gtk-0.0+svnr25505-r25501-r1-do_unpack In-Reply-To: Message-ID: <20070912065139.1D9BC42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2980 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from Koen Kooi 2007-09-11 23:51:38 --- can't reproduce -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 07:23:54 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 00:23:54 -0700 (PDT) Subject: [oe-issues] [Bug 2981] New: webkit-gtk-0.0+svnr25505-r25501-r1-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2981 Summary: webkit-gtk-0.0+svnr25505-r25501-r1-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070912072250 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 07:46:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 00:46:29 -0700 (PDT) Subject: [oe-issues] [Bug 2982] New: icu-3.6-r1-do_populate_staging Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2982 Summary: icu-3.6-r1-do_populate_staging Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070912071736 for machine htcwallaby -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 07:46:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 00:46:29 -0700 (PDT) Subject: [oe-issues] [Bug 2983] New: openmoko-libs-0.4+svnr2367-r0-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2983 Summary: openmoko-libs-0.4+svnr2367-r0-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070912071736 for machine htcwallaby -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 07:53:56 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 00:53:56 -0700 (PDT) Subject: [oe-issues] [Bug 2984] New: openmoko-terminal2-2.1.0+r2879-r1-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2984 Summary: openmoko-terminal2-2.1.0+r2879-r1-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070912072358 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 15:28:56 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 08:28:56 -0700 (PDT) Subject: [oe-issues] [Bug 2667] Sound problems with recent kernels a.k.a. asound statefiles need updating In-Reply-To: Message-ID: <20070912152857.15CA242589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2667 --- Comment #15 from Lukas Gorris 2007-09-12 08:28:56 --- Update: akita speaker is still not working. Tested recent angstrom and openmoko build. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 17:14:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 10:14:07 -0700 (PDT) Subject: [oe-issues] [Bug 2985] New: e-wm-0.16.999.038-r7-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2985 Summary: e-wm-0.16.999.038-r7-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070912163148 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 17:29:15 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 10:29:15 -0700 (PDT) Subject: [oe-issues] [Bug 2986] New: e-wm-0.16.999.039-r7-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2986 Summary: e-wm-0.16.999.039-r7-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070912172811 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 18:09:45 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 11:09:45 -0700 (PDT) Subject: [oe-issues] [Bug 2978] ERROR: Build of org.openembedded.dev/packages/gnome/ gconf-dbus_svn.bb In-Reply-To: Message-ID: <20070912180945.2D2B942589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2978 --- Comment #1 from Lukas Gorris 2007-09-12 11:09:44 --- I was building angstrom-x11-image for akita. just pulled and rebuilt. The error still occurs: #[..] ERROR: Build of /media/archiv/OE/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb do_package_write_ipk failed Traceback (most recent call last): File "/media/archiv/OE/bitbake-1.8.8/bin/bitbake", line 134, in main() File "/media/archiv/OE/bitbake-1.8.8/bin/bitbake", line 131, in main cooker.cook() File "/media/archiv/OE/bitbake-1.8.8/lib/bb/cooker.py", line 552, in cook return self.buildTargets(pkgs_to_build) File "/media/archiv/OE/bitbake-1.8.8/lib/bb/cooker.py", line 466, in buildTargets failures = rq.execute_runqueue() File "/media/archiv/OE/bitbake-1.8.8/lib/bb/runqueue.py", line 403, in execute_runqueue self.execute_runqueue_internal() File "/media/archiv/OE/bitbake-1.8.8/lib/bb/runqueue.py", line 531, in execute_runqueue_internal self.cooker.tryBuild(fn, False) File "/media/archiv/OE/bitbake-1.8.8/lib/bb/cooker.py", line 125, in tryBuild return self.tryBuildPackage(fn, item, self.configuration.cmd, the_data, build_depends) File "/media/archiv/OE/bitbake-1.8.8/lib/bb/cooker.py", line 98, in tryBuildPackage bb.build.exec_task('do_%s' % task, the_data) File "/media/archiv/OE/bitbake-1.8.8/lib/bb/build.py", line 292, in exec_task execute(None, task) File "/media/archiv/OE/bitbake-1.8.8/lib/bb/build.py", line 281, in execute exec_func(item, localdata) File "/media/archiv/OE/bitbake-1.8.8/lib/bb/build.py", line 98, in exec_func exec_func_python(func, d) File "/media/archiv/OE/bitbake-1.8.8/lib/bb/build.py", line 117, in exec_func_python utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1)) File "/media/archiv/OE/bitbake-1.8.8/lib/bb/utils.py", line 144, in better_exec exec code in context File "do_package_write_ipk", line 5, in File "do_package_write_ipk", line 3, in do_package_write_ipk File "/media/archiv/OE/bitbake-1.8.8/lib/bb/build.py", line 98, in exec_func exec_func_python(func, d) File "/media/archiv/OE/bitbake-1.8.8/lib/bb/build.py", line 117, in exec_func_python utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1)) File "/media/archiv/OE/bitbake-1.8.8/lib/bb/utils.py", line 144, in better_exec exec code in context File "do_package_ipk", line 192, in File "do_package_ipk", line 52, in do_package_ipk File "do_package_ipk", line 40, in lockfile IOError: [Errno 2] No such file or directory: '/media/archiv/OE/build/tmp/angstrom/work/armv5te-angstrom-linux-gnueabi/gconf-dbus-2.16.0+svn20070512-r0/install/gconf-dbus-dbg.lock' ERROR: Task 2716 (/media/archiv/OE/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb, do_package_write_ipk) failed NOTE: Waiting for 1 active tasks to finish NOTE: 1: /media/archiv/OE/org.openembedded.dev/packages/gcc/gcc-cross_4.1.2.bb, do_qa_configure (13482) NOTE: package gcc-cross-4.1.2-r6: task do_qa_configure: completed NOTE: package gcc-cross-4.1.2: completed NOTE: Tasks Summary: Attempted 2474 tasks of which 2474 didn't need to be rerun and 1 failed. ERROR: '/media/archiv/OE/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb' failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 18:37:31 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 11:37:31 -0700 (PDT) Subject: [oe-issues] [Bug 2987] New: gpe-bluetooth won't start (security policy problem) Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2987 Summary: gpe-bluetooth won't start (security policy problem) Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: crab at dim-sum.org I have installed gpe-bluetooth, but get the following error message on starting it: GPE-ERROR: Failed to request name: Connectio ":1.9" is not allowed to own the service "org.bluez.PinAgent" due to security policies in the configuration file. Im not sure what the problem is, but it seems to be related to dbus config files. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 18:49:52 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 11:49:52 -0700 (PDT) Subject: [oe-issues] [Bug 2986] e-wm-0.16.999.039-r7-do_configure In-Reply-To: Message-ID: <20070912184952.6A06342589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2986 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Koen Kooi 2007-09-12 11:49:52 --- *** This bug has been marked as a duplicate of bug 2985 *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 18:49:52 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 11:49:52 -0700 (PDT) Subject: [oe-issues] [Bug 2985] e-wm-0.16.999.038-r7-do_configure In-Reply-To: Message-ID: <20070912184952.92A0542589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2985 --- Comment #2 from Koen Kooi 2007-09-12 11:49:52 --- *** Bug 2986 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 18:50:11 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 11:50:11 -0700 (PDT) Subject: [oe-issues] [Bug 2985] e-wm-0.16.999.038-r7-do_configure In-Reply-To: Message-ID: <20070912185011.8878942589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2985 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Koen Kooi 2007-09-12 11:50:11 --- fix by adding *41 of e-wm -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 20:04:41 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 13:04:41 -0700 (PDT) Subject: [oe-issues] [Bug 2978] ERROR: Build of org.openembedded.dev/packages/gnome/ gconf-dbus_svn.bb In-Reply-To: Message-ID: <20070912200441.6C31042589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2978 Graeme Gregory changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Graeme Gregory 2007-09-12 13:04:41 --- This is due to a change in OE that occurred that requires tmp to be removed and a rebuild from scratch. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 20:06:23 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 13:06:23 -0700 (PDT) Subject: [oe-issues] [Bug 2667] Sound problems with recent kernels a.k.a. asound statefiles need updating In-Reply-To: Message-ID: <20070912200623.EB7B442589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2667 --- Comment #16 from Stanislav Brabec 2007-09-12 13:06:23 --- Did you tried to play with alsamixer? Do headphones work for you and does speaker work, if you switch it on manually? Attached akita configuration works for me as well (I have SL-C3200). As far as I look at the driver, the only difference between Akita and Spitz sound hardware is the way, how the Mic Bias is controlled - akita uses ioexp chip, spitz uses second cf controller. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 23:13:21 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 16:13:21 -0700 (PDT) Subject: [oe-issues] [Bug 2988] New: Update gettext to 0.16.1 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2988 Summary: Update gettext to 0.16.1 Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: marek.vasut at gmail.com Created an attachment (id=2252) --> (http://bugs.openembedded.org/attachment.cgi?id=2252) update to 0.16.1 I had issues while building gettext-native (0.14.1) recently, so I updated gettext to 0.16.1 and used automake 1.10 and it now WORKSFORME ... well I havent finished the build yet. If anyone is interested in testing, see the patch attached. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 07:52:46 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 00:52:46 -0700 (PDT) Subject: [oe-issues] [Bug 2989] New: libpcap 0.9.7 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2989 Summary: libpcap 0.9.7 Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: marek.vasut at gmail.com Created an attachment (id=2253) --> (http://bugs.openembedded.org/attachment.cgi?id=2253) libpcap 0.9.7 bb file update libpcap to 0.9.7, please test -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 09:52:44 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 02:52:44 -0700 (PDT) Subject: [oe-issues] [Bug 2990] New: xrandr stops rotate after a few tries Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2990 Summary: xrandr stops rotate after a few tries Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: minor Priority: P4 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: brnnrc at gmail.com Hi all, I found a bug on xrandr using openmoko on qemu. I'm quite sure it is a angstrom bug, but I can't try on it. The problem is: if you rotate the screen on left and then back, it stops work after a few tries. This script reproduce the bug: while (true) do xrandr -o left -display 0:0 xrandr -o normal -display 0:0 done Is there anyone who could try it? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 10:25:35 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 03:25:35 -0700 (PDT) Subject: [oe-issues] [Bug 2991] New: linux-2.6.21-r9-do_install Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2991 Summary: linux-2.6.21-r9-do_install Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070913101414 for machine gumstix-connex -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 14:45:26 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 07:45:26 -0700 (PDT) Subject: [oe-issues] [Bug 2992] New: efl1/ emotion fails to build because of edje_cc-native segfault Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2992 Summary: efl1/emotion fails to build because of edje_cc-native segfault Product: Openembedded Version: unspecified Platform: Other URL: http://rafb.net/p/9zsrSh84.html OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: cm at acc.umu.se Bitbake emotion ends like this: | Making all in data | make[2]: Entering directory `/home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion/data' | edje_cc -v -id ../data -fd ../data \ | ../data/theme.edc \ | ../data/theme.edj | make[2]: *** [theme.edj] Segmentation fault | make[2]: *** Deleting file `theme.edj' | make[2]: Leaving directory `/home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion/data' | make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory `/home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion' | make: *** [all] Error 2 | FATAL: oe_runmake failed NOTE: Task failed: /home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/temp/log.do_compile.4729 NOTE: package emotion-0.0.1+cvs20070819-r0: task do_compile: failed ERROR: Error in executing: ERROR: Exception: Message:('Function failed in task: /home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/temp/log.do_compile.4729', ) ERROR: Printing the environment of the function ERROR: Error in executing: ERROR: Exception: Message:('Function failed in task: /home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/temp/log.do_compile.4729', ) ERROR: Printing the environment of the function ERROR: TaskFailed event exception, aborting NOTE: package emotion-0.0.1+cvs20070819: failed ERROR: Build of /home/moko/openembedded/packages/efl1/emotion_cvs.bb do_rebuild failed ERROR: Task 0 (/home/moko/openembedded/packages/efl1/emotion_cvs.bb, do_rebuild) failed NOTE: Tasks Summary: Attempted 0 tasks of which 0 didn't need to be rerun and 1 failed. ERROR: '/home/moko/openembedded/packages/efl1/emotion_cvs.bb' failed Manually using edje_cc gives: cm at tyst> pwd /home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion/data cm at tyst> /home/moko/build/tmp/staging/x86_64-linux/bin/edje_cc -v -id . theme.edc theme.edj /home/moko/build/tmp/staging/x86_64-linux/bin/edje_cc: Opening "/tmp/edje_cc.edc-tmp-rLyHnb" for input /home/moko/build/tmp/staging/x86_64-linux/bin/edje_cc: Parsing input file /home/moko/build/tmp/staging/x86_64-linux/bin/edje_cc: Parsing done /home/moko/build/tmp/staging/x86_64-linux/bin/edje_cc: Wrote 556 bytes ( 1Kb) for "edje_file" header /home/moko/build/tmp/staging/x86_64-linux/bin/edje_cc: Wrote 39910 bytes ( 39Kb) for "fonts/Vera" font entry "Vera.ttf" compress: [real: 39.5%] [1] 19583 segmentation fault /home/moko/build/tmp/staging/x86_64-linux/bin/edje_cc -v -id . theme.edc -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 15:23:06 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 08:23:06 -0700 (PDT) Subject: [oe-issues] [Bug 2992] efl1/emotion fails to build because of edje_cc-native segfault In-Reply-To: Message-ID: <20070913152306.8414F42589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2992 --- Comment #1 from Michael 'Mickey' Lauer 2007-09-13 08:23:06 --- I'm afraid this is a problem on your side. Can you please analyse the edje-native compilation log and see whether you see something problematic? Providing us with an strace and gdb traceback would also help to identify. Thanks! -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 15:24:13 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 08:24:13 -0700 (PDT) Subject: [oe-issues] [Bug 2992] efl1/emotion fails to build because of edje_cc-native segfault In-Reply-To: Message-ID: <20070913152413.2E99A42589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2992 --- Comment #2 from Michael 'Mickey' Lauer 2007-09-13 08:24:12 --- I might add that you should try to call edje_cc manually otherwise the strace / gdb is too polluted. Since I know that you are on a pure 64bit system (without setting BUILD_ARCH=i686 nor using the uname hack), please add some details about your host environment as well. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 16:07:12 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 09:07:12 -0700 (PDT) Subject: [oe-issues] [Bug 2992] efl1/emotion fails to build because of edje_cc-native segfault In-Reply-To: Message-ID: <20070913160712.C575D42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2992 --- Comment #3 from Claes Mogren 2007-09-13 09:07:12 --- Some system information: gcc-4.2.0 glibc-2.6.1-r0 2.6.22-gentoo-r6 x86_64 gdb-6.6-r2 System uname: 2.6.22-gentoo-r6 x86_64 AMD Athlon(tm) 64 Processor 3000+ app-shells/bash: 3.2_p17-r1 sys-devel/autoconf: 2.13, 2.61-r1 sys-devel/automake: 1.4_p6, 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10 sys-devel/binutils: 2.18 sys-devel/libtool: 1.5.24 virtual/os-headers: 2.6.22-r2 CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=athlon64 -O2 -pipe -fno-ident -fomit-frame-pointer" CHOST="x86_64-pc-linux-gnu" CXXFLAGS="-march=athlon64 -O2 -pipe -fno-ident -fomit-frame-pointer" LANG="en_US.UTF-8" LINGUAS="en sv" MAKEOPTS="-j2" It's built without debugging symbols, but the bt gives this: Program received signal SIGSEGV, Segmentation fault. 0x00002ac29ffa8180 in sub_3lp () from /home/moko/build/tmp/staging/x86_64-linux/lib/libpng12.so.0 (gdb) bt #0 0x00002ac29ffa8180 in sub_3lp () from /home/moko/build/tmp/staging/x86_64-linux/lib/libpng12.so.0 #1 0x00002ac29ff9df98 in png_read_row () from /home/moko/build/tmp/staging/x86_64-linux/lib/libpng12.so.0 #2 0x00002ac29ff9e0fb in png_read_image () from /home/moko/build/tmp/staging/x86_64-linux/lib/libpng12.so.0 #3 0x00002ac29fd8d4a1 in evas_image_load_file_data_png () from /home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/loaders/png/linux-gnu-x86_64/module.so #4 0x00002ac29e224ddf in evas_common_load_image_data_from_file () from /home/moko/build/tmp/staging/x86_64-linux/lib/libevas.so.1 #5 0x00002ac29fb8967f in eng_image_data_get () from /home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/engines/software_generic/linux-gnu-x86_64/module.so #6 0x00002ac29e1efe81 in evas_object_image_data_get () from /home/moko/build/tmp/staging/x86_64-linux/lib/libevas.so.1 #7 0x0000000000404068 in data_write () #8 0x0000000000403175 in main () It seems like my libpng is broken... What can I do about that? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 16:20:33 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 09:20:33 -0700 (PDT) Subject: [oe-issues] [Bug 2992] efl1/emotion fails to build because of edje_cc-native segfault In-Reply-To: Message-ID: <20070913162033.9CADC42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2992 --- Comment #4 from Claes Mogren 2007-09-13 09:20:33 --- The strace is a bit big, but here it is: . execve("/home/moko/build/tmp/staging/x86_64-linux/bin/edje_cc", ["/home/moko/build/tmp/staging/x86"..., "-v"..., "-id"..., "."..., "theme.edc"..., "theme.edj"...], [/* 56 vars */]) = 0 brk(0) = 0x617000 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1e447000 uname({sys="Linux", node="tyst", ...}) = 0 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) open("/home/moko/build/tmp/staging/x86_64-linux/lib/tls/x86_64/libedje.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/home/moko/build/tmp/staging/x86_64-linux/lib/tls/x86_64", 0x7fff8c67b8c0) = -1 ENOENT (No such file or directory) open("/home/moko/build/tmp/staging/x86_64-linux/lib/tls/libedje.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/home/moko/build/tmp/staging/x86_64-linux/lib/tls", 0x7fff8c67b8c0) = -1 ENOENT (No such file or directory) open("/home/moko/build/tmp/staging/x86_64-linux/lib/x86_64/libedje.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/home/moko/build/tmp/staging/x86_64-linux/lib/x86_64", 0x7fff8c67b8c0) = -1 ENOENT (No such file or directory) open("/home/moko/build/tmp/staging/x86_64-linux/lib/libedje.so.0", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\246\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=178757, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1e448000 mmap(NULL, 2247496, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1e548000 mprotect(0x2afc1e56c000, 2093056, PROT_NONE) = 0 mmap(0x2afc1e76b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23000) = 0x2afc1e76b000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libecore_evas.so.1", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260C\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=51425, ...}) = 0 mmap(NULL, 2134712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1e76d000 mprotect(0x2afc1e776000, 2093056, PROT_NONE) = 0 mmap(0x2afc1e975000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x2afc1e975000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libecore_fb.so.1", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340_\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=48468, ...}) = 0 mmap(NULL, 2138672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1e977000 mprotect(0x2afc1e97f000, 2097152, PROT_NONE) = 0 mmap(0x2afc1eb7f000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x2afc1eb7f000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libevas.so.1", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0pV\1\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=549434, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1eb82000 mmap(NULL, 2666176, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1eb83000 mprotect(0x2afc1ebf2000, 2093056, PROT_NONE) = 0 mmap(0x2afc1edf1000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6e000) = 0x2afc1edf1000 mmap(0x2afc1edf4000, 106176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2afc1edf4000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libfreetype.so.6", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\313\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=491408, ...}) = 0 mmap(NULL, 2532832, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1ee0e000 mprotect(0x2afc1ee74000, 2093056, PROT_NONE) = 0 mmap(0x2afc1f073000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x65000) = 0x2afc1f073000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=116515, ...}) = 0 mmap(NULL, 116515, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2afc1f079000 close(3) = 0 open("/lib/libpthread.so.0", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240Y\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=89120, ...}) = 0 mmap(NULL, 1151864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1f096000 mprotect(0x2afc1f0ab000, 1044480, PROT_NONE) = 0 mmap(0x2afc1f1aa000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0x2afc1f1aa000 mmap(0x2afc1f1ac000, 13176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2afc1f1ac000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libecore_job.so.1", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \10\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=7785, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1f1b0000 mmap(NULL, 2101336, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1f1b1000 mprotect(0x2afc1f1b2000, 2093056, PROT_NONE) = 0 mmap(0x2afc1f3b1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0) = 0x2afc1f3b1000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libecore.so.1", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0ps\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=111950, ...}) = 0 mmap(NULL, 2181768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1f3b3000 mprotect(0x2afc1f3c7000, 2093056, PROT_NONE) = 0 mmap(0x2afc1f5c6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13000) = 0x2afc1f5c6000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libdl.so.2", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\20\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=14464, ...}) = 0 mmap(NULL, 1061152, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1f5c8000 mprotect(0x2afc1f5cb000, 1044480, PROT_NONE) = 0 mmap(0x2afc1f6ca000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x2afc1f6ca000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libeet.so.0", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`$\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=47617, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1f6cc000 mmap(NULL, 2134696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1f6cd000 mprotect(0x2afc1f6d5000, 2097152, PROT_NONE) = 0 mmap(0x2afc1f8d5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x2afc1f8d5000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libz.so.1", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@$\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=87635, ...}) = 0 mmap(NULL, 2175480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1f8d7000 mprotect(0x2afc1f8e9000, 2097152, PROT_NONE) = 0 mmap(0x2afc1fae9000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12000) = 0x2afc1fae9000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libjpeg.so.62", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220;\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=139466, ...}) = 0 mmap(NULL, 2216536, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1faeb000 mprotect(0x2afc1fb07000, 2097152, PROT_NONE) = 0 mmap(0x2afc1fd07000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c000) = 0x2afc1fd07000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libembryo.so.0", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`;\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=50885, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1fd09000 mmap(NULL, 2138616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1fd0a000 mprotect(0x2afc1fd13000, 2097152, PROT_NONE) = 0 mmap(0x2afc1ff13000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x2afc1ff13000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libm.so.6", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@=\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=522304, ...}) = 0 mmap(NULL, 1569000, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1ff15000 mprotect(0x2afc1ff94000, 1044480, PROT_NONE) = 0 mmap(0x2afc20093000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7e000) = 0x2afc20093000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libc.so.6", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\326\1\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=1387600, ...}) = 0 mmap(NULL, 2445496, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc20095000 mprotect(0x2afc201e1000, 1048576, PROT_NONE) = 0 mmap(0x2afc202e1000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14c000) = 0x2afc202e1000 mmap(0x2afc202e6000, 16568, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2afc202e6000 close(3) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc202eb000 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc202ec000 arch_prctl(ARCH_SET_FS, 0x2afc202ec770) = 0 mprotect(0x2afc202e1000, 12288, PROT_READ) = 0 mprotect(0x2afc1ff13000, 4096, PROT_READ) = 0 mprotect(0x2afc1fd07000, 4096, PROT_READ) = 0 mprotect(0x2afc1fae9000, 4096, PROT_READ) = 0 mprotect(0x2afc1f8d5000, 4096, PROT_READ) = 0 mprotect(0x2afc1f5c6000, 4096, PROT_READ) = 0 mprotect(0x2afc1f3b1000, 4096, PROT_READ) = 0 mprotect(0x2afc1f073000, 20480, PROT_READ) = 0 mprotect(0x2afc1edf1000, 4096, PROT_READ) = 0 mprotect(0x2afc1eb7f000, 8192, PROT_READ) = 0 mprotect(0x2afc1e975000, 4096, PROT_READ) = 0 mprotect(0x2afc1e76b000, 4096, PROT_READ) = 0 mprotect(0x612000, 4096, PROT_READ) = 0 mprotect(0x2afc1e546000, 4096, PROT_READ) = 0 munmap(0x2afc1f079000, 116515) = 0 set_tid_address(0x2afc202ec800) = 25182 set_robust_list(0x2afc202ec810, 0x18) = 0 rt_sigaction(SIGRTMIN, {0x2afc1f09b520, [], SA_RESTORER|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 rt_sigaction(SIGRT_1, {0x2afc1f09b5a0, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0 brk(0) = 0x617000 brk(0x63a000) = 0x63a000 open("/proc/self/maps", O_RDONLY) = 3 fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1f079000 read(3, "00400000-00412000 r-xp 00000000 "..., 1024) = 1024 close(3) = 0 munmap(0x2afc1f079000, 4096) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/share/edje/include/edje.inc", {st_mode=S_IFREG|0644, st_size=5644, ...}) = 0 getcwd("/home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion/data", 4096) = 98 lstat("/home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion/data/theme.edc", {st_mode=S_IFREG|0644, st_size=23011, ...}) = 0 stat("/home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion/data/theme.edc", {st_mode=S_IFREG|0644, st_size=23011, ...}) = 0 getcwd("/home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion/data", 4096) = 98 lstat("/home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion/data/theme.edj", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 gettimeofday({1189699963, 923757}, NULL) = 0 gettimeofday({1189699963, 924060}, NULL) = 0 open("theme.edc", O_RDONLY) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=23011, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1f079000 fstat(3, {st_mode=S_IFREG|0644, st_size=23011, ...}) = 0 lseek(3, 20480, SEEK_SET) = 20480 read(3, "_frame_top\";\n\t\t relative: 0.0 "..., 2531) = 2531 lseek(3, 0, SEEK_SET) = 0 read(3, "images {\n image: \"tiles.png\" "..., 20480) = 20480 read(3, "_frame_top\";\n\t\t relative: 0.0 "..., 4096) = 2531 lseek(3, 0, SEEK_SET) = 0 read(3, "images {\n image: \"tiles.png\" "..., 4096) = 4096 read(3, "\n\t }\n\t }\n\t part {\n\t name: "..., 4096) = 4096 read(3, "0 0;\n\t }\n\t rel2 {"..., 4096) = 4096 read(3, " relative: 1.0 0.0;\n\t\t offset:"..., 4096) = 4096 read(3, " \"video_frame_bottom\";\n\t\t rel"..., 4096) = 4096 read(3, "_frame_top\";\n\t\t relative: 0.0 "..., 4096) = 2531 read(3, "", 4096) = 0 close(3) = 0 munmap(0x2afc1f079000, 4096) = 0 gettimeofday({1189699963, 928635}, NULL) = 0 open("/tmp/edje_cc.edc-tmp-MAkmsx", O_RDWR|O_CREAT|O_EXCL, 0600) = 3 close(3) = 0 rt_sigaction(SIGINT, {SIG_IGN}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 clone(child_stack=0, flags=CLONE_PARENT_SETTID|SIGCHLD, parent_tidptr=0x7fff8c6781d8) = 25183 wait4(25183, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 25183 rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0 rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 --- SIGCHLD (Child exited) @ 0 (0) --- open("/tmp/edje_cc.edc-tmp-MAkmsx", O_RDONLY) = 3 fstat(1, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1f079000 lseek(3, 0, SEEK_END) = 9678 lseek(3, 0, SEEK_SET) = 0 read(3, "# 1 \"\"\n# 1 \"\"\n#"..., 9678) = 9678 close(3) = 0 stat("theme.edj", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 unlink("theme.edj") = 0 open("theme.edj", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 brk(0x65d000) = 0x65d000 brk(0x68d000) = 0x68d000 brk(0x67d000) = 0x67d000 brk(0x66d000) = 0x66d000 brk(0x65d000) = 0x65d000 brk(0x64d000) = 0x64d000 brk(0x64b000) = 0x64b000 brk(0x64a000) = 0x64a000 open("Vera.ttf", O_RDONLY) = 4 fstat(4, {st_mode=S_IFREG|0644, st_size=65932, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1f07a000 fstat(4, {st_mode=S_IFREG|0644, st_size=65932, ...}) = 0 lseek(4, 65536, SEEK_SET) = 65536 read(4, "\10\16\16\16\16\16\16\16\16\16\16\17\10\21\16\23\16\t\25\21\21\20\20\21\27\27\v\v\v\32\32\32"..., 396) = 396 lseek(4, 0, SEEK_SET) = 0 read(4, "\0\1\0\0\0\21\1\0\0\4\0\20OS/2\264_\364c\0\0\353p\0\0\0VPCLT"..., 65536) = 65536 read(4, "\10\16\16\16\16\16\16\16\16\16\16\17\10\21\16\23\16\t\25\21\21\20\20\21\27\27\v\v\v\32\32\32"..., 4096) = 396 close(4) = 0 munmap(0x2afc1f07a000, 4096) = 0 brk(0x66b000) = 0x66b000 brk(0x69b000) = 0x69b000 brk(0x68b000) = 0x68b000 brk(0x67b000) = 0x67b000 brk(0x66b000) = 0x66b000 brk(0x664000) = 0x664000 open("/usr/lib64/locale/locale-archive", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/locale.alias", O_RDONLY) = 4 fstat(4, {st_mode=S_IFREG|0644, st_size=2586, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1f07a000 read(4, "# Locale name alias data base.\n#"..., 4096) = 2586 read(4, "", 4096) = 0 close(4) = 0 munmap(0x2afc1f07a000, 4096) = 0 open("/usr/lib64/locale/sv_SE.UTF-8/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib64/locale/sv_SE.utf8/LC_CTYPE", O_RDONLY) = 4 fstat(4, {st_mode=S_IFREG|0644, st_size=254020, ...}) = 0 mmap(NULL, 254020, PROT_READ, MAP_PRIVATE, 4, 0) = 0x2afc202ed000 close(4) = 0 open("/usr/lib64/gconv/gconv-modules.cache", O_RDONLY) = 4 fstat(4, {st_mode=S_IFREG|0644, st_size=25488, ...}) = 0 mmap(NULL, 25488, PROT_READ, MAP_SHARED, 4, 0) = 0x2afc2032c000 close(4) = 0 futex(0x2afc202e5f18, FUTEX_WAKE, 2147483647) = 0 rt_sigaction(SIGPIPE, {0x2afc1f3c06d3, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 rt_sigaction(SIGALRM, {0x2afc1f3c06d3, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 rt_sigaction(SIGCHLD, {0x2afc1f3c06d4, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 rt_sigaction(SIGUSR1, {0x2afc1f3c0718, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 rt_sigaction(SIGUSR2, {0x2afc1f3c075c, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 rt_sigaction(SIGHUP, {0x2afc1f3c07a0, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 rt_sigaction(SIGQUIT, {0x2afc1f3c07e4, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 rt_sigaction(SIGINT, {0x2afc1f3c0828, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 rt_sigaction(SIGTERM, {0x2afc1f3c086d, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 stat("/home/cm/.evas/modules", 0x7fff8c676e70) = -1 ENOENT (No such file or directory) stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules", {st_mode=S_IFDIR|0755, st_size=120, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/engines", {st_mode=S_IFDIR|0755, st_size=104, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/loaders", {st_mode=S_IFDIR|0755, st_size=168, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/savers", {st_mode=S_IFDIR|0755, st_size=144, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/objects", 0x7fff8c676e50) = -1 ENOENT (No such file or directory) open("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/engines", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 4 fstat(4, {st_mode=S_IFDIR|0755, st_size=104, ...}) = 0 fcntl(4, F_SETFD, FD_CLOEXEC) = 0 getdents(4, /* 4 entries */, 4096) = 120 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/engines/software_generic", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/engines/buffer", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 getdents(4, /* 0 entries */, 4096) = 0 close(4) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/loaders", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 4 fstat(4, {st_mode=S_IFDIR|0755, st_size=168, ...}) = 0 fcntl(4, F_SETFD, FD_CLOEXEC) = 0 getdents(4, /* 7 entries */, 4096) = 168 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/loaders/eet", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/loaders/png", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/loaders/xpm", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/loaders/jpeg", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/loaders/tiff", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 getdents(4, /* 0 entries */, 4096) = 0 close(4) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/savers", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 4 fstat(4, {st_mode=S_IFDIR|0755, st_size=144, ...}) = 0 fcntl(4, F_SETFD, FD_CLOEXEC) = 0 getdents(4, /* 6 entries */, 4096) = 144 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/savers/eet", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/savers/png", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/savers/jpeg", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/savers/tiff", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 getdents(4, /* 0 entries */, 4096) = 0 close(4) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/engines/buffer/linux-gnu-x86_64/module.so", {st_mode=S_IFREG|0755, st_size=18695, ...}) = 0 futex(0x2afc1f6cb10c, FUTEX_WAKE, 2147483647) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/engines/buffer/linux-gnu-x86_64/module.so", O_RDONLY) = 4 read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\26\0\0\0\0\0\0"..., 832) = 832 fstat(4, {st_mode=S_IFREG|0755, st_size=18695, ...}) = 0 mmap(NULL, 2111496, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x2afc20333000 mprotect(0x2afc20336000, 2093056, PROT_NONE) = 0 mmap(0x2afc20535000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x2000) = 0x2afc20535000 close(4) = 0 mprotect(0x2afc20535000, 4096, PROT_READ) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/engines/software_generic/linux-gnu-x86_64/module.so", {st_mode=S_IFREG|0755, st_size=33721, ...}) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/engines/software_generic/linux-gnu-x86_64/module.so", O_RDONLY) = 4 read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P0\0\0\0\0\0\0"..., 832) = 832 fstat(4, {st_mode=S_IFREG|0755, st_size=33721, ...}) = 0 mmap(NULL, 2119184, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x2afc20537000 mprotect(0x2afc2053c000, 2093056, PROT_NONE) = 0 mmap(0x2afc2073b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x4000) = 0x2afc2073b000 close(4) = 0 mprotect(0x2afc2073b000, 4096, PROT_READ) = 0 sched_getaffinity(25182, 128, { 1 }) = 8 rt_sigaction(SIGILL, {0x2afc1ebc3eac, [], SA_RESTORER|SA_RESTART, 0x2afc1f0a4300}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGSEGV, {0x2afc1ebc3e97, [], SA_RESTORER|SA_RESTART, 0x2afc1f0a4300}, {SIG_DFL}, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 rt_sigaction(SIGILL, {SIG_DFL}, NULL, 8) = 0 rt_sigaction(SIGSEGV, {SIG_DFL}, NULL, 8) = 0 rt_sigaction(SIGILL, {0x2afc1ebc3eac, [], SA_RESTORER|SA_RESTART, 0x2afc1f0a4300}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGSEGV, {0x2afc1ebc3e97, [], SA_RESTORER|SA_RESTART, 0x2afc1f0a4300}, {SIG_DFL}, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 rt_sigaction(SIGILL, {SIG_DFL}, NULL, 8) = 0 rt_sigaction(SIGSEGV, {SIG_DFL}, NULL, 8) = 0 rt_sigaction(SIGILL, {0x2afc1ebc3eac, [], SA_RESTORER|SA_RESTART, 0x2afc1f0a4300}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGSEGV, {0x2afc1ebc3e97, [], SA_RESTORER|SA_RESTART, 0x2afc1f0a4300}, {SIG_DFL}, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 rt_sigaction(SIGILL, {SIG_DFL}, NULL, 8) = 0 rt_sigaction(SIGSEGV, {SIG_DFL}, NULL, 8) = 0 stat("./tiles.png", {st_mode=S_IFREG|0644, st_size=3026, ...}) = 0 gettimeofday({1189699964, 562515}, NULL) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/loaders/png/linux-gnu-x86_64/module.so", {st_mode=S_IFREG|0755, st_size=13169, ...}) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/loaders/png/linux-gnu-x86_64/module.so", O_RDONLY) = 4 read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\21\0\0\0\0\0\0"..., 832) = 832 fstat(4, {st_mode=S_IFREG|0755, st_size=13169, ...}) = 0 mmap(NULL, 2105632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x2afc2073d000 mprotect(0x2afc2073f000, 2093056, PROT_NONE) = 0 mmap(0x2afc2093e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x1000) = 0x2afc2093e000 close(4) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libpng12.so.0", O_RDONLY) = 4 read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 at V\0\0\0\0\0\0"..., 832) = 832 fstat(4, {st_mode=S_IFREG|0755, st_size=169005, ...}) = 0 mmap(NULL, 2241528, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x2afc20940000 mprotect(0x2afc20963000, 2093056, PROT_NONE) = 0 mmap(0x2afc20b62000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x22000) = 0x2afc20b62000 close(4) = 0 mprotect(0x2afc20b62000, 4096, PROT_READ) = 0 mprotect(0x2afc2093e000, 4096, PROT_READ) = 0 open("./tiles.png", O_RDONLY) = 4 fstat(4, {st_mode=S_IFREG|0644, st_size=3026, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc20b64000 read(4, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\0\200\0\0\0\200\10\6\0\0\0\303>a"..., 4096) = 3026 lseek(4, 0, SEEK_SET) = 0 read(4, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\0\200\0\0\0\200\10\6\0\0\0\303>a"..., 4096) = 3026 close(4) = 0 munmap(0x2afc20b64000, 4096) = 0 open("./tiles.png", O_RDONLY) = 4 fstat(4, {st_mode=S_IFREG|0644, st_size=3026, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc20b64000 read(4, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\0\200\0\0\0\200\10\6\0\0\0\303>a"..., 4096) = 3026 lseek(4, 0, SEEK_SET) = 0 read(4, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\0\200\0\0\0\200\10\6\0\0\0\303>a"..., 4096) = 3026 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 18:33:21 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 11:33:21 -0700 (PDT) Subject: [oe-issues] [Bug 2993] New: eglibc: export-fcntl2. patch no longer needed since svn rev 3468 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2993 Summary: eglibc: export-fcntl2.patch no longer needed since svn rev 3468 Product: Openembedded Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: likewise at gmx.net eglibc, since svn rev 3468, now includes this change, so we can no longer apply "packages/glibc/eglibc-svn/export-fcntl2.patch" as a patch. leon at popeye:~/builds/x86core2_32bit/x86core2_32bit/openembedded/build/tmp/work/i686-angstrom-linux/eglibc-intermediate-2.6+svnr3468-r1/trunk/libc/io$ svn diff -r 3467 Makefile | head Index: Makefile =================================================================== --- Makefile (revision 3467) +++ Makefile (working copy) @@ -25,7 +25,7 @@ headers := sys/stat.h bits/stat.h sys/statfs.h bits/statfs.h sys/vfs.h \ sys/statvfs.h bits/statvfs.h fcntl.h sys/fcntl.h bits/fcntl.h \ - poll.h sys/poll.h bits/poll.h \ + poll.h sys/poll.h bits/poll.h bits/fcntl2.h \ -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 19:22:33 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 12:22:33 -0700 (PDT) Subject: [oe-issues] [Bug 2993] eglibc: export-fcntl2.patch no longer needed since svn rev 3468 In-Reply-To: Message-ID: <20070913192233.A998A42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2993 --- Comment #1 from Leon Woestenberg 2007-09-13 12:22:33 --- rev 3468 does not build for me, due to other problems. So please hold any fix until tested to work again. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 21:23:37 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 14:23:37 -0700 (PDT) Subject: [oe-issues] [Bug 2409] i need pcmcia-cs to get my billionton cf lan card to work In-Reply-To: Message-ID: <20070913212337.2940B42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2409 --- Comment #1 from Marcin Juszkiewicz 2007-09-13 14:23:36 --- According to kernel source this card should be handled by axnet_cs driver. But we do not compile it by default ;( -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 21:51:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 14:51:53 -0700 (PDT) Subject: [oe-issues] [Bug 2093] Cups needs to use gcc to link on arm/eabi In-Reply-To: Message-ID: <20070913215153.D4D1C42589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2093 pHilipp Zabel changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from pHilipp Zabel 2007-09-13 14:51:53 --- cups 1.2.10-r2 now builds for me unchanged, after a clean start with angstrom-2008.1. I assume that this bug was caused by some inconsistencies in the build tree due to the update from 2.5 to 2.6.1. Also, I've seen exactly the same error during the gtk+ build (which now builds perfectly). Therefore I'm closing this bug, please reopen if this appears during a build from scratch. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 22:22:03 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 15:22:03 -0700 (PDT) Subject: [oe-issues] [Bug 2920] New Recipe: Free42 RPN Calculator In-Reply-To: Message-ID: <20070913222203.2BC2A42589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2920 Rod Whitby changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #9 from Rod Whitby 2007-09-13 15:22:02 --- Added packages/free42. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 03:08:49 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 20:08:49 -0700 (PDT) Subject: [oe-issues] [Bug 2994] New: keylaunch-2.0.10-r12-do_install Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2994 Summary: keylaunch-2.0.10-r12-do_install Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070914030952 for machine c7x0 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 03:17:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 20:17:07 -0700 (PDT) Subject: [oe-issues] [Bug 2995] New: matchbox-wm-1.2-r1-do_install Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2995 Summary: matchbox-wm-1.2-r1-do_install Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070914031813 for machine c7x0 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 05:29:46 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 22:29:46 -0700 (PDT) Subject: [oe-issues] [Bug 2996] New: xrandr-1.2.0-r2-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2996 Summary: xrandr-1.2.0-r2-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070914053023 for machine mx31ads -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 07:17:22 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 00:17:22 -0700 (PDT) Subject: [oe-issues] [Bug 2997] New: gconf-dbus-2.16.0+svnr1-r3-do_fetch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2997 Summary: gconf-dbus-2.16.0+svnr1-r3-do_fetch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070914071800 for machine h3600 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 07:22:05 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 00:22:05 -0700 (PDT) Subject: [oe-issues] [Bug 2997] gconf-dbus-2.16.0+svnr1-r3-do_fetch In-Reply-To: Message-ID: <20070914072205.7624642589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2997 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-14 00:22:05 --- fixed by updating sane-srcrevs.inc -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 07:35:38 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 00:35:38 -0700 (PDT) Subject: [oe-issues] [Bug 2998] New: CF Bluetooth doesn't work on resume (spitz) Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2998 Summary: CF Bluetooth doesn't work on resume (spitz) Product: Openembedded Version: Angstrom Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: xyzaid at yahoo.fr I've a Belkin FT0820 which works just perfect under angstrom (with nokia dialup networking) but : to have it work on first time, i've to do: hciattach /dev/ttyS4 bcsp rfcomm bind rfcomm0 route del default to have it work after suspend/resume, i've to do: pccardctl eject 1 pccartctl insert 1 hciattach /dev/ttyS4 bcsp (pccardctl commans are necessary otherwise it doesn't work...) would there a way to have all this processes being automatically done on first boot, and after resume ? Zaurus C3000 - build 20070905 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 07:41:43 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 00:41:43 -0700 (PDT) Subject: [oe-issues] [Bug 2999] New: e-wm_0.16.999.041-r0_armv5te.ipk doens't install Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2999 Summary: e-wm_0.16.999.041-r0_armv5te.ipk doens't install Product: Openembedded Version: Angstrom Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: xyzaid at yahoo.fr it seems e-wm has been upgraded on 09/12 but it doesn't install as it wants all libecore-xxxxxx upgraded too. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 07:51:25 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 00:51:25 -0700 (PDT) Subject: [oe-issues] [Bug 2999] e-wm_0.16.999.041-r0_armv5te.ipk doens't install In-Reply-To: Message-ID: <20070914075125.684BB42589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2999 --- Comment #1 from Koen Kooi 2007-09-14 00:51:25 --- could you attach the complete output of ipkg install? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 07:56:34 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 00:56:34 -0700 (PDT) Subject: [oe-issues] [Bug 3000] New: native.bbclass should clear RRECOMMENDS as well Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3000 Summary: native.bbclass should clear RRECOMMENDS as well Product: Openembedded Version: Angstrom Platform: Other OS/Version: Mac OS X 10.3 Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: koen at dominion.kabel.utwente.nl the error: ERROR: No providers of runtime build target glibc-gconv-iso8859-1 (for ['/media/hda4/OE/org.openembedded.dev.avr32/packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb']) since my host is glibc based ('linux'), but my target uclibc ('linux-uclibc') based the RRECOMMENDS in gtk-2.10.inc:RRECOMMENDS_${PN}_linux = " ${NEATSTUFF} glibc-gconv-iso8859-1 " gtk-2.10.inc:RRECOMMENDS_${PN}_linux-gnueabi = " ${NEATSTUFF} glibc-gconv-iso8859-1" get added to gdk-pixbuf-csource-native, and fails since uclibc can't provide those target packages. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 10:35:18 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 03:35:18 -0700 (PDT) Subject: [oe-issues] [Bug 3001] New: qvga version for free42 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3001 Summary: qvga version for free42 Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: alain2210 at free.fr Created an attachment (id=2406) --> (http://bugs.openembedded.org/attachment.cgi?id=2406) recipe file Here is a new recipe to use free42 with a qvga machine (tested on h2210). Only in portait mode. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 15:06:40 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 08:06:40 -0700 (PDT) Subject: [oe-issues] [Bug 2999] e-wm_0.16.999.041-r0_armv5te.ipk doens't install In-Reply-To: Message-ID: <20070914150640.0C74842589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2999 --- Comment #2 from jean-paul 2007-09-14 08:06:39 --- (In reply to comment #1) > could you attach the complete output of ipkg install? here it is : Installing e-wm (0.16.999.041-r0) to root... Downloading http://www.angstrom-distribution.org/unstable/feed/armv5te/base/e-wm_0.16.999.041-r0_armv5te.ipk Nothing to be done An error ocurred, return value: 1. Collected errors: ERROR: Cannot satisfy the following dependencies for e-wm: libecore-config (>= 0.9.9+cvs20070819) libecore-ipc (>= 0.9.9+cvs20070819) libecore-con (>= 0.9.9+cvs20070819) libedje0 (>= 0.5.0+cvs20070819) libecore-evas (>= 0.9.9+cvs20070819) libecore-directfb (>= 0.9.9+cvs20070819) libecore-x (>= 0.9.9+cvs20070819) libecore-txt (>= 0.9.9+cvs20070819) libecore-fb (>= 0.9.9+cvs20070819) libecore1 (>= 0.9.9+cvs20070819) libecore-job (>= 0.9.9+cvs20070819) libevas1 (>= 0.9.9+cvs20070819) libeet0 (>= 0.9.10+cvs20070819) libembryo0 (>= 0.9.1+cvs20070819) libefreet1 (>= 0.0.3+cvs20070819) libecore-file (>= 0.9.9+cvs20070819) libecore1 (>= 0.9.9+cvs20070819) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 15:21:57 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 08:21:57 -0700 (PDT) Subject: [oe-issues] [Bug 2926] Clean build of Angstrom for Gumstix-Verdex Fails In-Reply-To: Message-ID: <20070914152157.EAA0342589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2926 --- Comment #4 from Philip 2007-09-14 08:21:57 --- I am pretty sure this is fixed. I'll run a check build soon. Got a number of deadlines to meet atm. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 15:56:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 08:56:53 -0700 (PDT) Subject: [oe-issues] [Bug 2999] e-wm_0.16.999.041-r0_armv5te.ipk doens't install In-Reply-To: Message-ID: <20070914155653.10E7042589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2999 --- Comment #3 from Koen Kooi 2007-09-14 08:56:52 --- thanks, the problem is that the person who added ecore_cvs.bb put in the wrong version, so ipkg thinks it's older and doesn't use it :( I'll try to upload working packages tonight -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 18:33:15 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 11:33:15 -0700 (PDT) Subject: [oe-issues] [Bug 3002] New: etk-native-0.1.0+cvs20070819-r0-do_patch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3002 Summary: etk-native-0.1.0+cvs20070819-r0-do_patch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070914181652 for machine htcwallaby -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 18:36:04 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 11:36:04 -0700 (PDT) Subject: [oe-issues] [Bug 3003] New: engrave-0.0.0+cvs20070819-r0-do_fetch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3003 Summary: engrave-0.0.0+cvs20070819-r0-do_fetch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070914181652 for machine htcwallaby -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 18:36:31 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 11:36:31 -0700 (PDT) Subject: [oe-issues] [Bug 3004] New: edbus-cvs-r0-do_fetch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3004 Summary: edbus-cvs-r0-do_fetch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070914181652 for machine htcwallaby -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 19:48:22 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 12:48:22 -0700 (PDT) Subject: [oe-issues] [Bug 3005] New: webkit-gtk-0.0+svnr25507-r1-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3005 Summary: webkit-gtk-0.0+svnr25507-r1-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070914194616 for machine htcwallaby -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 07:08:00 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 00:08:00 -0700 (PDT) Subject: [oe-issues] [Bug 2976] webkit-gtk-0.0+svnr25489-r25486-r1-do_configure In-Reply-To: Message-ID: <20070915070800.BD2DA42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2976 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Koen Kooi 2007-09-15 00:08:00 --- *** This bug has been marked as a duplicate of bug 2975 *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 07:08:00 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 00:08:00 -0700 (PDT) Subject: [oe-issues] [Bug 2975] webkit-gtk-0.0+svnr25488-r25486-r1-do_configure In-Reply-To: Message-ID: <20070915070800.DC61542589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2975 --- Comment #2 from Koen Kooi 2007-09-15 00:08:00 --- *** Bug 2976 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 07:08:09 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 00:08:09 -0700 (PDT) Subject: [oe-issues] [Bug 2975] webkit-gtk-0.0+svnr25488-r25486-r1-do_configure In-Reply-To: Message-ID: <20070915070809.84F3642589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2975 --- Comment #3 from Koen Kooi 2007-09-15 00:08:09 --- *** Bug 2981 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 07:08:09 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 00:08:09 -0700 (PDT) Subject: [oe-issues] [Bug 2981] webkit-gtk-0.0+svnr25505-r25501-r1-do_configure In-Reply-To: Message-ID: <20070915070809.6665442589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2981 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #1 from Koen Kooi 2007-09-15 00:08:09 --- *** This bug has been marked as a duplicate of bug 2975 *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 07:08:25 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 00:08:25 -0700 (PDT) Subject: [oe-issues] [Bug 3005] webkit-gtk-0.0+svnr25507-r1-do_configure In-Reply-To: Message-ID: <20070915070825.4BFAC42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3005 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Koen Kooi 2007-09-15 00:08:25 --- *** This bug has been marked as a duplicate of bug 2975 *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 07:08:25 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 00:08:25 -0700 (PDT) Subject: [oe-issues] [Bug 2975] webkit-gtk-0.0+svnr25488-r25486-r1-do_configure In-Reply-To: Message-ID: <20070915070825.6874842589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2975 --- Comment #4 from Koen Kooi 2007-09-15 00:08:25 --- *** Bug 3005 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 07:20:55 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 00:20:55 -0700 (PDT) Subject: [oe-issues] [Bug 3006] New: etk-native-0.1.0+cvs20070819-r0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3006 Summary: etk-native-0.1.0+cvs20070819-r0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070915072101 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 07:45:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 00:45:27 -0700 (PDT) Subject: [oe-issues] [Bug 3007] New: latest kernel (2.6.22) does not see the sd-card (akita) Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3007 Summary: latest kernel (2.6.22) does not see the sd-card (akita) Product: Zaurus Kernel Version: unspecified Platform: ARM OS/Version: Linux Status: NEW Severity: blocker Priority: P2 Component: C3xxx AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: hans.ullrich at loop.de Dear maintainers, the kernel in the latest image (akita = spitz) does not see the sd-card at boot. This inhibits to start from the sd-card (using altbot). It is also impossible, to mount the card manually. Strange: It is possible, to mount the card in a false way: "mount /dev/mmcblk0" works, but it should be "mount /dev/mmblk0p1". Hint: The same behaviour appeared some time ago, in collie, as in akita, too. I suspect, it is the same reason again. As all kernel-modules in the feed are now version 2.6.22 and no more 2.6.21 (the latest working kernel), an ipkg upgrade breaks the whole system. So, running a kernel 2.6.22 does not see the card, running with kernel 2.6.21 will get false kernel-modules. Every decision breaks your system. I tested all kernels: minimalistic, console, X11 and pimlico, and they are all buggy. Thanks for your help ! As I heard, there is no SL-C1000 to test things, I am likely willing to test, if there is a new version out. Please let me know. Regards Hans -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 07:46:12 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 00:46:12 -0700 (PDT) Subject: [oe-issues] [Bug 3008] New: gconf-dbus-2.16.0+svnr606-r3-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3008 Summary: gconf-dbus-2.16.0+svnr606-r3-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070915074629 for machine ep93xx -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 11:37:10 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 04:37:10 -0700 (PDT) Subject: [oe-issues] [Bug 3009] New: linux-ezx-2.6.21-ezxdev-r12-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3009 Summary: linux-ezx-2.6.21-ezxdev-r12-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070915112823 for machine a1200 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 12:50:44 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 05:50:44 -0700 (PDT) Subject: [oe-issues] [Bug 3010] New: Can't build bluez-gnome-0.14-r1 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3010 Summary: Can't build bluez-gnome-0.14-r1 Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: begemot999 at gmail.com after bitbake angstrom-x11-image i see: ---- | make[2]: Nothing to be done for `install-exec-am'. | make install-data-hook | make[3]: Entering directory `/export/OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/bluez-gnome-0.14-r1/bluez-gnome-0.14' | /export/OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/bluez-gnome-0.14-r1/image/usr/share/mime | make[3]: execvp: /export/OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/bluez-gnome-0.14-r1/image/usr/share/mime: Permission denied | make[3]: *** [install-data-hook] Error 127 | make[3]: Leaving directory `/export/OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/bluez-gnome-0.14-r1/bluez-gnome-0.14' | make[2]: *** [install-data-am] Error 2 | make[2]: Leaving directory `/export/OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/bluez-gnome-0.14-r1/bluez-gnome-0.14' | make[1]: *** [install-am] Error 2 | make[1]: Leaving directory `/export/OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/bluez-gnome-0.14-r1/bluez-gnome-0.14' | make: *** [install-recursive] Error 1 | FATAL: oe_runmake failed NOTE: Task failed: /export/OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/bluez-gnome-0.14-r1/temp/log.do_install.26391 NOTE: package bluez-gnome-0.14-r1: task do_install: failed ERROR: TaskFailed event exception, aborting NOTE: package bluez-gnome-0.14: failed ERROR: Build of /export/OE/org.openembedded.dev/packages/bluez/bluez-gnome_0.14.bb do_install failed ERROR: Task 1449 (/export/OE/org.openembedded.dev/packages/bluez/bluez-gnome_0.14.bb, do_install) failed NOTE: Tasks Summary: Attempted 2526 tasks of which 2502 didn't need to be rerun and 1 failed. ERROR: '/export/OE/org.openembedded.dev/packages/bluez/bluez-gnome_0.14.bb' failed ---- PS. some strange things: 1 - in log.do_configure checking for iconv... /usr/bin/iconv why oe use system iconv? 2 - in log.do_configure checking for update-mime-database... no is this ok? 3 - log.do_configure checking for arm-angstrom-linux-gnueabi-pkg-config... no checking for pkg-config... /export/OE/build/tmp/staging/i686-linux/bin/pkg-config configure: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf at gnu.org. is this ok? 4 - in Makefile ... UPDATE_MIME_DATABASE = ... install-data-hook: $(UPDATE_MIME_DATABASE) $(DESTDIR)$(datadir)/mime ... is this ok? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 13:22:32 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 06:22:32 -0700 (PDT) Subject: [oe-issues] [Bug 3010] Can't build bluez-gnome-0.14-r1 In-Reply-To: Message-ID: <20070915132232.4041142589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3010 Max changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |begemot999 at gmail.com --- Comment #1 from Max 2007-09-15 06:22:32 --- build ok after i install system (debian) shared-mime-info and desktop-file-utils but I think this package should depend on oe shared-mime-info-native or similar or should use --disable-desktop-update --disable-mime-update -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 15:32:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 08:32:27 -0700 (PDT) Subject: [oe-issues] [Bug 3007] latest kernel (2.6.22) does not see the sd-card (akita) In-Reply-To: Message-ID: <20070915153227.51A3442589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3007 --- Comment #1 from Lukas Gorris 2007-09-15 08:32:26 --- I can confirm altboot is not seeing my card with the same image (the one from 10.9.2007) on akita. Trying to mount the card manually from within alboot mount says: /dev/mmcblk0p1 no valid block device Maybe altboot needs upgrading for 2.6.22? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 18:43:23 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 11:43:23 -0700 (PDT) Subject: [oe-issues] [Bug 3011] New: libgpelaunch-0.14-r1-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3011 Summary: libgpelaunch-0.14-r1-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070915184343 for machine omap5912osk -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 19:18:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 12:18:27 -0700 (PDT) Subject: [oe-issues] [Bug 3012] New: webkit-gtk-0.0+svnr25582-r25571-r1-do_fetch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3012 Summary: webkit-gtk-0.0+svnr25582-r25571-r1-do_fetch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070915192000 for machine tosa -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 20:55:54 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 13:55:54 -0700 (PDT) Subject: [oe-issues] [Bug 3013] New: Add support for squeak-x Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3013 Summary: Add support for squeak-x Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: tonyg at kcbbs.gen.nz Created an attachment (id=2533) --> (http://bugs.openembedded.org/attachment.cgi?id=2533) Initial VM package I've managed to get Squeak smalltalk (with the X11 driver) compiled and running on OpenMoko/OpenEmbedded. With luck, this is the right avenue toward getting my patches reviewed and accepted into OE. I'll attach a tarball of my package definition files. Note that this is just the Squeak virtual machine - I have *not* included any particular squeak image. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 16 00:22:42 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 17:22:42 -0700 (PDT) Subject: [oe-issues] [Bug 3014] New: Updated support for erlang/OTP Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3014 Summary: Updated support for erlang/OTP Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: tonyg at kcbbs.gen.nz Created an attachment (id=2559) --> (http://bugs.openembedded.org/attachment.cgi?id=2559) Tarball of Erlang R11B-5 support I've updated the current support for Erlang/OTP from R11B-1 to R11B-5, and accommodated insane.bbclass's requirements regarding .debug directories in the process. I'll attach a tarball for review. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 16 01:04:52 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 18:04:52 -0700 (PDT) Subject: [oe-issues] [Bug 3015] New: correct audiofile.m4 to work with automake 1.10 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3015 Summary: correct audiofile.m4 to work with automake 1.10 Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: marek.vasut at gmail.com CC: polyonymous at klever.net Created an attachment (id=2567) --> (http://bugs.openembedded.org/attachment.cgi?id=2567) the patch see http://sources.redhat.com/automake/automake.html#Extending-aclocal -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 16 01:45:05 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 18:45:05 -0700 (PDT) Subject: [oe-issues] [Bug 3016] New: make libsdl-qpe buildable with automake-1.10 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3016 Summary: make libsdl-qpe buildable with automake-1.10 Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: marek.vasut at gmail.com CC: polyonymous at klever.net Created an attachment (id=2578) --> (http://bugs.openembedded.org/attachment.cgi?id=2578) patch for libsdl-qpe patch that makes libsdl-qpe buildable with automake-1.10 included -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 16 09:07:43 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 16 Sep 2007 02:07:43 -0700 (PDT) Subject: [oe-issues] [Bug 3012] webkit-gtk-0.0+svnr25582-r25571-r1-do_fetch In-Reply-To: Message-ID: <20070916090743.9BD3642589F@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3012 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-16 02:07:43 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 16 09:08:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 16 Sep 2007 02:08:07 -0700 (PDT) Subject: [oe-issues] [Bug 2984] openmoko-terminal2-2.1.0+r2879-r1-do_configure In-Reply-To: Message-ID: <20070916090807.C2FAD42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2984 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-16 02:08:07 --- fixed by Marcin -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 16 14:01:10 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 16 Sep 2007 07:01:10 -0700 (PDT) Subject: [oe-issues] [Bug 3017] New: linux-2.6.20-r8-do_install Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3017 Summary: linux-2.6.20-r8-do_install Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070916140022 for machine at91sam9263ek -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 16 19:14:24 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 16 Sep 2007 12:14:24 -0700 (PDT) Subject: [oe-issues] [Bug 3018] New: bogus hardcoded paths in patches Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3018 Summary: bogus hardcoded paths in patches Product: Openembedded Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: likewise at gmx.net cd org.openembedded.dev/ grep -rn -e 'papercrane' * few packages with hardcoded paths in patches etc. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 17 09:01:26 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 17 Sep 2007 02:01:26 -0700 (PDT) Subject: [oe-issues] [Bug 3019] New: linux-2.6.22+2.6.23-rc3-r1-do_install Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3019 Summary: linux-2.6.22+2.6.23-rc3-r1-do_install Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070917084053 for machine alix -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 17 14:36:08 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 17 Sep 2007 07:36:08 -0700 (PDT) Subject: [oe-issues] [Bug 3020] New: pcmciautils gets into an infinite loop in building due to " yes" Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3020 Summary: pcmciautils gets into an infinite loop in building due to "yes" Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: raster at rasterman.com from the compile log: NOTE: make -e STRIP=echo LIB_OBJS=-lc -lsysfs make[1]: Entering directory `/home/raster/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/pcmciautils-014-r1/pcmciautils-014' Building ccdv yes ccache arm-angstrom-linux-gnueabi-gcc -march=armv4t -mtune=arm920t -I/home/raster/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/pcmciautils-014-r1/pcmciautils-014/src -isystem/home/raster/moko/build/tmp/staging/arm-angstrom-linux-gnueabi/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -c -o src/pccardctl.o src/pccardctl.c ccache arm-angstrom-linux-gnueabi-gcc -march=armv4t -mtune=arm920t -I/home/raster/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/pcmciautils-014-r1/pcmciautils-014/src -isystem/home/raster/moko/build/tmp/staging/arm-angstrom-linux-gnueabi/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -c -o src/pccardctl.o src/pccardctl.c ccache arm-angstrom-linux-gnueabi-gcc -march=armv4t -mtune=arm920t -I/home/raster/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/pcmciautils-014-r1/pcmciautils-014/src -isystem/home/raster/moko/build/tmp/staging/arm-angstrom-linux-gnueabi/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -c -o src/pccardctl.o src/pccardctl.c etc. etc. (until your disk fills up). it is somehow skipping yacc. no patches have been made to the .bb's - direct from OE SVN. paralell make is disabled according to the .bb's. build system is on ubuntu gusty (this also happens on edgy). attached run.do_compile. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 17 18:58:03 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 17 Sep 2007 11:58:03 -0700 (PDT) Subject: [oe-issues] [Bug 3021] New: gst-plugins-base QA bug Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3021 Summary: gst-plugins-base QA bug Product: Openembedded Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: shanevolpe at gmail.com gst-plugins-base has a QA issue with the X headers do to "I/usr/lib". I fixed the issue by adding the following to gst-plugins.inc EXTRA_OECONF --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR} I wanted to post to the bug tracker and make sure no one had any issues or better ideas regarding this fix before I push it into OE. If I hear nothing back in a couple of days then I will push the fix. Regards, svolpe -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 17 19:17:48 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 17 Sep 2007 12:17:48 -0700 (PDT) Subject: [oe-issues] [Bug 880] gst-plugins-good-0.10.2 tries to link to host library In-Reply-To: Message-ID: <20070917191748.20F234258A0@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=880 Shane Volpe changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |shanevolpe at gmail.com --- Comment #7 from Shane Volpe 2007-09-17 12:17:47 --- I had the same issue with gst-plugins-base. It was do to the X headers, can you confirm this? See the following bug for my fix: http://bugs.openembedded.org/show_bug.cgi?id=3021 Let me know if this works. Regards, svolpe -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 17 21:29:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 17 Sep 2007 14:29:20 -0700 (PDT) Subject: [oe-issues] [Bug 3022] New: linux-2.6.21-r9-do_patch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3022 Summary: linux-2.6.21-r9-do_patch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070917212409 for machine gumstix-verdex -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 00:23:23 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 17 Sep 2007 17:23:23 -0700 (PDT) Subject: [oe-issues] [Bug 3023] New: elfutils-0.127-r0 does not build. A warning treated like a bug stops the process. Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3023 Summary: elfutils-0.127-r0 does not build. A warning treated like a bug stops the process. Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: alessandro.iurlano at gmail.com The compiler detects what it thinks to be a use of a possibly uninitialized variable. The attached patch provides a fix that moves the declaration of the variable in a standard C place and initializes it. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 07:34:34 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 00:34:34 -0700 (PDT) Subject: [oe-issues] [Bug 3024] New: openmoko-browser2-0.0.1+svnr1-r0-do_fetch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3024 Summary: openmoko-browser2-0.0.1+svnr1-r0-do_fetch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070918073615 for machine spitz -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 07:39:32 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 00:39:32 -0700 (PDT) Subject: [oe-issues] [Bug 3025] New: openmoko-browser2-0.0.1+svnr${SRCREV}-r0-do_fetch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3025 Summary: openmoko-browser2-0.0.1+svnr${SRCREV}-r0-do_fetch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070918074123 for machine spitz -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 08:11:31 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 01:11:31 -0700 (PDT) Subject: [oe-issues] [Bug 3024] openmoko-browser2-0.0.1+svnr1-r0-do_fetch In-Reply-To: Message-ID: <20070918081131.6A6B242589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3024 --- Comment #1 from Koen Kooi 2007-09-18 01:11:31 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 08:11:39 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 01:11:39 -0700 (PDT) Subject: [oe-issues] [Bug 3025] openmoko-browser2-0.0.1+svnr${SRCREV}-r0-do_fetch In-Reply-To: Message-ID: <20070918081139.403CB42589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3025 --- Comment #1 from Koen Kooi 2007-09-18 01:11:39 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 08:14:39 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 01:14:39 -0700 (PDT) Subject: [oe-issues] [Bug 3026] New: linux-2.6.21-r9-do_unpack Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3026 Summary: linux-2.6.21-r9-do_unpack Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070918080844 for machine omap5912osk -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 12:48:40 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 05:48:40 -0700 (PDT) Subject: [oe-issues] [Bug 3007] latest kernel (2.6.22) does not see the sd-card (akita) In-Reply-To: Message-ID: <20070918124840.0FF8242589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3007 Grigorios Prasinos changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |grigorios at prasinos.eu --- Comment #2 from Grigorios Prasinos 2007-09-18 05:48:39 --- I observe similar behaviour on my c750 with kernel 2.6.22 (taken from the image of 20070918): - altboot does not see the SD card - if I reboot "normally" from the internal NAND I can use the card without problem During boot, just before altboot starts, there is the message mmc0: Warning - unrecognized SCR structure version 1 The card is good (tested as I said in the C750 and in a card reader). Altboot version is altboot v1.1.1+wip-SVNR66-r0 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 13:35:49 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 06:35:49 -0700 (PDT) Subject: [oe-issues] [Bug 3027] New: openmoko-browser2-0.0.1+svnr3004-r0-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3027 Summary: openmoko-browser2-0.0.1+svnr3004-r0-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070918081116 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 15:45:56 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 08:45:56 -0700 (PDT) Subject: [oe-issues] [Bug 3027] openmoko-browser2-0.0.1+svnr3004-r0-do_configure In-Reply-To: Message-ID: <20070918154556.7D88042589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3027 --- Comment #2 from Koen Kooi 2007-09-18 08:45:56 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 18:53:49 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 11:53:49 -0700 (PDT) Subject: [oe-issues] [Bug 3028] New: Recipe for PyWebKitGtk Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3028 Summary: Recipe for PyWebKitGtk Product: Openembedded Version: unspecified Platform: ARM OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: Tuukka.Hastrup at iki.fi Created an attachment (id=3033) --> (http://bugs.openembedded.org/attachment.cgi?id=3033) bitbake recipe Please include in OpenEmbedded the Python bindings for WebKitGtk: http://live.gnome.org/PyWebKitGtk A BitBake recipe is attached. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 18:57:36 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 11:57:36 -0700 (PDT) Subject: [oe-issues] [Bug 3029] New: glibc-2.5-r7-do_package Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3029 Summary: glibc-2.5-r7-do_package Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070918154911 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 20:59:36 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 13:59:36 -0700 (PDT) Subject: [oe-issues] [Bug 3030] New: bluez-utils_3.19.bb fails with Exception: Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3030 Summary: bluez-utils_3.19.bb fails with Exception: Product: Openembedded Version: unspecified Platform: ARM OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: cm at acc.umu.se OE Build Configuration: BB_VERSION = "1.8.8" OE_REVISION = "c926e75b27452721976c63b6ef9a890147362131" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "fic-gta01" DISTRO = "openmoko" DISTRO_VERSION = "P1-September-Snapshot-20070918" TARGET_FPU = "soft" NOTE: Resolving missing task queue dependencies NOTE: preferred version 2.5 of glibc not available (for item virtual/arm-angstrom-linux-gnueabi-libc-for-gcc) NOTE: Preparing runqueue NOTE: Executing runqueue NOTE: Running task 4757 of 4794 (ID: 380, /home/moko/openembedded/packages/bluez/bluez-utils_3.19.bb, do_fetch) NOTE: package bluez-utils-3.19: started NOTE: package bluez-utils-3.19-r0: task do_fetch: started ERROR: Error in executing: ERROR: Exception: Message:S ERROR: Printing the environment of the function ERROR: Error in executing: ERROR: Exception: Message:S ERROR: Printing the environment of the function ERROR: Build of /home/moko/openembedded/packages/bluez/bluez-utils_3.19.bb do_fetch failed Traceback (most recent call last): File "/home/moko/bitbake/bin/bitbake", line 134, in main() File "/home/moko/bitbake/bin/bitbake", line 131, in main cooker.cook() File "/home/moko/bitbake/lib/bb/cooker.py", line 552, in cook return self.buildTargets(pkgs_to_build) File "/home/moko/bitbake/lib/bb/cooker.py", line 466, in buildTargets failures = rq.execute_runqueue() File "/home/moko/bitbake/lib/bb/runqueue.py", line 403, in execute_runqueue self.execute_runqueue_internal() File "/home/moko/bitbake/lib/bb/runqueue.py", line 531, in execute_runqueue_internal self.cooker.tryBuild(fn, False) File "/home/moko/bitbake/lib/bb/cooker.py", line 125, in tryBuild return self.tryBuildPackage(fn, item, self.configuration.cmd, the_data, build_depends) File "/home/moko/bitbake/lib/bb/cooker.py", line 98, in tryBuildPackage bb.build.exec_task('do_%s' % task, the_data) File "/home/moko/bitbake/lib/bb/build.py", line 292, in exec_task execute(None, task) File "/home/moko/bitbake/lib/bb/build.py", line 281, in execute exec_func(item, localdata) File "/home/moko/bitbake/lib/bb/build.py", line 98, in exec_func exec_func_python(func, d) File "/home/moko/bitbake/lib/bb/build.py", line 117, in exec_func_python utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1)) File "/home/moko/bitbake/lib/bb/utils.py", line 144, in better_exec exec code in context File "do_fetch", line 4, in File "do_fetch", line 2, in do_fetch File "/home/moko/bitbake/lib/bb/build.py", line 98, in exec_func exec_func_python(func, d) File "/home/moko/bitbake/lib/bb/build.py", line 117, in exec_func_python utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1)) File "/home/moko/bitbake/lib/bb/utils.py", line 144, in better_exec exec code in context File "base_do_fetch", line 63, in File "base_do_fetch", line 12, in base_do_fetch File "/home/moko/bitbake/lib/bb/fetch/__init__.py", line 118, in init urldata[url] = FetchData(url, d) File "/home/moko/bitbake/lib/bb/fetch/__init__.py", line 264, in __init__ (self.type, self.host, self.path, self.user, self.pswd, self.parm) = bb.decodeurl(data.expand(url, d)) File "/home/moko/bitbake/lib/bb/__init__.py", line 278, in decodeurl raise MalformedUrl(url) bb.MalformedUrl: S ERROR: Task 380 (/home/moko/openembedded/packages/bluez/bluez-utils_3.19.bb, do_fetch) failed NOTE: Tasks Summary: Attempted 4756 tasks of which 4736 didn't need to be rerun and 1 failed. ERROR: '/home/moko/openembedded/packages/bluez/bluez-utils_3.19.bb' failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 21:10:33 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 14:10:33 -0700 (PDT) Subject: [oe-issues] [Bug 3031] New: mpd CROSS COMPILE BADNESS Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3031 Summary: mpd CROSS COMPILE BADNESS Product: Openembedded Version: unspecified Platform: Other OS/Version: Mac OS X 10.3 Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: papercrane at reversefold.com mpd_svn is failing do_qa_configure because -I/usr/include is in the config.log output. I haven't been able to fix this as /usr/include isn't in configure.ac. Looks like an autotools bug perhaps. I'm just disabling insane.bbclass's qa_configure for my local build for now. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 21:31:22 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 14:31:22 -0700 (PDT) Subject: [oe-issues] [Bug 3030] bluez-utils_3.19.bb fails with Exception: In-Reply-To: Message-ID: <20070918213122.387B142589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3030 Graeme Gregory changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Graeme Gregory 2007-09-18 14:31:21 --- Fixed in 372eeb2b1660c17cc2d5f682dfd98cb432a11d5c thanks for help on IRC -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 21:56:13 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 14:56:13 -0700 (PDT) Subject: [oe-issues] [Bug 2992] efl1/emotion fails to build because of edje_cc-native segfault In-Reply-To: Message-ID: <20070918215613.187E242589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2992 --- Comment #5 from Graeme Gregory 2007-09-18 14:56:12 --- Confirmed this dies on my Ubuntu 7.04 amd64 make[2]: Entering directory `/home/dp/zaurus/build-ang/tmp/work/armv5te-angstrom -linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion/data' edje_cc -v -id ../data -fd ../data \ ../data/theme.edc \ ../data/theme.edj make[2]: *** [theme.edj] Segmentation fault (core dumped) make[2]: *** Deleting file `theme.edj' make[2]: Leaving directory `/home/dp/zaurus/build-ang/tmp/work/armv5te-angstrom- linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion/data' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/dp/zaurus/build-ang/tmp/work/armv5te-angstrom- linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion' make: *** [all] Error 2 FATAL: oe_runmake failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 02:53:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 19:53:20 -0700 (PDT) Subject: [oe-issues] [Bug 3032] New: espgs doesn't build w/ ijs, cups & gimpprint/ gutenberg enabled Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3032 Summary: espgs doesn't build w/ ijs, cups & gimpprint/gutenberg enabled Product: Openembedded Version: Angstrom Platform: PowerPC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: purdyd_at_wisheights at yahoo.com espgs doesn't build espgs with w/ support for ijs, cups & gimpprint/gutenberg enabled. espgs_8.15.3.bb > EXTRA_OECONF = "--with-drivers= \ > # --disable-cups \ > --disable-gtk \ > # --without-ijs \ > # --without-gimp-print \ > --without-x \ > --without-omni" > These options yield the attached log(s). Also, please refer to the following OE User List email for background/conversation w/ Koen Kooi: ============================= David Purdy schreef: > a clarification... > > espgs does build as is, but fails if I try to enable cups, ijs or > gimp-print, it doesn't... > > EXTRA_OECONF = "--with-drivers= \ > # --disable-cups \ > --disable-gtk \ > # --without-ijs \ > # --without-gimp-print \ > --without-x \ > --without-omni" > > The idea is to have those 3 options all enabled, as support for a > wide variety of USB printers (in addition to non-USB/ network > printers) is desired. > > > > > As for gutenprint (formerly gimp-print) ... the link I supplied was > broken... here is the correct one: > > http://www.openembedded.org/filebrowser/foo/packages/nonworking/ > gutenprint > > Any knowledge/pointers/help in terms of how to get these to build > would be greatly appreciated... The problem with gutenprint is that it requires running generated binaries to generate stuff. I think building a gutenprint-native first to supply the binaries would work, but I haven't looked at it in a while. IIRC ijs shares the same problem. Could you file bugs with builderrors in the OE bugzilla? regards, Koen -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 03:05:55 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 20:05:55 -0700 (PDT) Subject: [oe-issues] [Bug 3033] New: gutenprint doesn't build Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3033 Summary: gutenprint doesn't build Product: Openembedded Version: Angstrom Platform: PowerPC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: purdyd_at_wisheights at yahoo.com the package gutenprint doesn't build. This packages is currently listed as nonworking, but it is a very important one as many printers have drivers that are provided only through this package. Internal link for the package http: In a recent email/post on the OE user lists, Koen stated that it may have to be built natively first. Thank you, Dave -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 04:22:43 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 21:22:43 -0700 (PDT) Subject: [oe-issues] [Bug 3034] New: bluez-utils-3.19-r0-do_package_write_ipk Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3034 Summary: bluez-utils-3.19-r0-do_package_write_ipk Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070919041628 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 05:22:26 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 22:22:26 -0700 (PDT) Subject: [oe-issues] [Bug 3035] New: please add help2man to Debian openembedded-essential task Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3035 Summary: please add help2man to Debian openembedded-essential task Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: shawn.t.rutledge at gmail.com ERROR: Openembedded's config sanity checker detected a potential misconfiguration. Either fix the cause of this error or at your own risk disable the checker (see sanity.conf). Following is the list of potential problems / advisories: Please install following missing utilities: help2man But on Debian I have previously done apt-get install openembedded-essential -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 07:45:16 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 00:45:16 -0700 (PDT) Subject: [oe-issues] [Bug 3036] New: bluez-cups-backend-3.19-r0-do_package_write_ipk Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3036 Summary: bluez-cups-backend-3.19-r0-do_package_write_ipk Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070919074555 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 07:57:12 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 00:57:12 -0700 (PDT) Subject: [oe-issues] [Bug 3036] bluez-cups-backend-3.19-r0-do_package_write_ipk In-Reply-To: Message-ID: <20070919075712.783BA42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3036 --- Comment #1 from Koen Kooi 2007-09-19 00:57:12 --- fixed in rb37f72d1478531633d3d67b32766318f3904017a -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 07:57:21 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 00:57:21 -0700 (PDT) Subject: [oe-issues] [Bug 3034] bluez-utils-3.19-r0-do_package_write_ipk In-Reply-To: Message-ID: <20070919075721.460C542589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3034 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-19 00:57:21 --- fixed in rb37f72d1478531633d3d67b32766318f3904017a -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 07:57:47 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 00:57:47 -0700 (PDT) Subject: [oe-issues] [Bug 3036] bluez-cups-backend-3.19-r0-do_package_write_ipk In-Reply-To: Message-ID: <20070919075747.F300E42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3036 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Koen Kooi 2007-09-19 00:57:47 --- really, it has been fixed :) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 10:26:40 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 03:26:40 -0700 (PDT) Subject: [oe-issues] [Bug 3037] New: A crash is done while booting Angstrom 2007. 1 with binary locales disabled Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3037 Summary: A crash is done while booting Angstrom 2007.1 with binary locales disabled Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: joaquinduran at adtelecom.es I've created an image with angstrom with binary locales disabled. The first time that the computer boots, the system tries to configure the en_GB locale and fails with a core dump. Configuration: DISTRO = "angstrom-2007.1" ENABLE_BINARY_LOCALE_GENERATION = "0" GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 de_DE.UTF-8" Target: PXA270 Xscale (arm5vte) The boot message is attached. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 10:39:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 03:39:07 -0700 (PDT) Subject: [oe-issues] [Bug 3021] gst-plugins-base QA bug In-Reply-To: Message-ID: <20070919103907.8355B42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3021 Shane Volpe changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Shane Volpe 2007-09-19 03:39:07 --- I pushed the fix detailed in my original post -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 11:08:45 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 04:08:45 -0700 (PDT) Subject: [oe-issues] [Bug 3037] A crash is done while booting Angstrom 2007. 1 with binary locales disabled In-Reply-To: Message-ID: <20070919110845.81F6F42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3037 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #3 from Koen Kooi 2007-09-19 04:08:45 --- As the glibc package class says: # Binary locales are generated at build time if ENABLE_BINARY_LOCALE_GENERATION # is set. The idea is to avoid running localedef on the target (at first boot) # to decrease initial boot time and avoid localedef being killed by the OOM # killer which used to effectively break i18n on machines with < 128MB RAM. Closing as WONTFIX -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 11:46:52 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 04:46:52 -0700 (PDT) Subject: [oe-issues] [Bug 3038] New: octave-2.9.14-r0-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3038 Summary: octave-2.9.14-r0-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070919111847 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 11:51:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 04:51:29 -0700 (PDT) Subject: [oe-issues] [Bug 3039] New: gcc-cross-4.1.2-r8-do_rm_work Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3039 Summary: gcc-cross-4.1.2-r8-do_rm_work Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070919115044 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 11:51:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 04:51:29 -0700 (PDT) Subject: [oe-issues] [Bug 3040] New: gcc-cross-4.1.2-r8-do_rm_work Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3040 Summary: gcc-cross-4.1.2-r8-do_rm_work Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070919111847 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 12:23:03 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 05:23:03 -0700 (PDT) Subject: [oe-issues] [Bug 3037] A crash is done while booting Angstrom 2007. 1 with binary locales disabled In-Reply-To: Message-ID: <20070919122303.90DDC42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3037 --- Comment #4 from Joaquim Duran 2007-09-19 05:23:03 --- Oops, I see. How does I configure Angstrom to build an image *without* I18N support? Could I set IMAGE_LINGUAS in local.conf? IMAGE_LINGUAS = "en-gb" -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 12:25:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 05:25:20 -0700 (PDT) Subject: [oe-issues] [Bug 3040] gcc-cross-4.1.2-r8-do_rm_work In-Reply-To: Message-ID: <20070919122520.8054242589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3040 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Koen Kooi 2007-09-19 05:25:20 --- *** This bug has been marked as a duplicate of bug 3039 *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 12:25:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 05:25:20 -0700 (PDT) Subject: [oe-issues] [Bug 3039] gcc-cross-4.1.2-r8-do_rm_work In-Reply-To: Message-ID: <20070919122520.9B86742589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3039 --- Comment #2 from Koen Kooi 2007-09-19 05:25:20 --- *** Bug 3040 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 12:25:39 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 05:25:39 -0700 (PDT) Subject: [oe-issues] [Bug 3039] gcc-cross-4.1.2-r8-do_rm_work In-Reply-To: Message-ID: <20070919122539.29A1B42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3039 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #3 from Koen Kooi 2007-09-19 05:25:38 --- autobuild clobber going awry -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 14:13:28 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 07:13:28 -0700 (PDT) Subject: [oe-issues] [Bug 2683] wmmxt version of qemu fails while generating the de_DE (UTF-8) localte for glibc 2.5 In-Reply-To: Message-ID: <20070919141328.C4FBA42589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2683 --- Comment #6 from Joaquim Duran 2007-09-19 07:13:28 --- I've rebuild qemu-native compiling for armv5te machine. The compilation has finished with another error: | gcc-3.4.6 -Wall -O2 -g -fno-strict-aliasing -fno-reorder-blocks -fno-gcse -fno-optimize-sibling-calls -fno-crossjumping -fno-align-labels -fno-align-jumps -fno-align-functions -mpreferred-stack-boundary=2 -fomit-frame-pointer -I. -I.. -I/home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/target-i386 -I/home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu -I/home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/linux-user -I/home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/fpu -DHAS_AUDIO -DHAS_AUDIO_CHOICE -I/home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/slirp -c -o op.o /home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/target-i386/op.c | /home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/target-i386/ops_sse.h: In function `op_psrlq_mmx': | /home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/target-i386/ops_sse.h:213: error: unable to find a register to spill in class `GENERAL_REGS' | /home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/target-i386/ops_sse.h:213: error: this is the insn: | (insn:HI 36 35 37 3 /home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/target-i386/ops_sse.h:207 (parallel [ | (set (reg:DI 63 [ .q ]) | (lshiftrt:DI (reg:DI 63 [ .q ]) | (subreg:QI (reg/v:SI 60 [ shift ]) 0))) | (clobber (scratch:SI)) | (clobber (reg:CC 17 flags)) | ]) 309 {lshrdi3_1} (insn_list 33 (insn_list 35 (nil))) | (expr_list:REG_DEAD (reg/v:SI 60 [ shift ]) | (expr_list:REG_UNUSED (reg:CC 17 flags) | (expr_list:REG_UNUSED (scratch:SI) | (nil))))) | /home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/target-i386/ops_sse.h:213: confused by earlier errors, bailing out | make[1]: *** [op.o] Error 1 | make[1]: Leaving directory `/home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/i386-linux-user' | make: *** [subdir-i386-linux-user] Error 2 | FATAL: oe_runmake failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 15:02:08 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 08:02:08 -0700 (PDT) Subject: [oe-issues] [Bug 2617] spitz/akita sound mixer misconfiguration In-Reply-To: Message-ID: <20070919150208.6C2B342589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2617 Hans-J. changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|DUPLICATE |FIXED --- Comment #17 from Hans-J. 2007-09-19 08:02:07 --- Solved: The problem is a default configuration of alsamixer. To correct these, start alsamixer in a shell, and look for speaker-volume. Get to the channel left next to the volume (right Sp) and switch it on. To get access to it press the key "m". Change to "00". Now it should work ! Thanks very much to "dcordes", who found out this !!! The bugreport will be closed. Kind regards Hans -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 15:14:25 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 08:14:25 -0700 (PDT) Subject: [oe-issues] [Bug 3041] New: dillo segfaults always Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3041 Summary: dillo segfaults always Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: martinwguy at yahoo.it Hi! I just reinstalled Angstrom on Zaurus c860 from Angstrom-x11-image-glibc-ipk-2007.9-test-20070905-c7x0-installkit.tgz then # ipkg install dillo and dillo always segfaults immediately. In GUI, window zooms mac-style but nothing happens In rxvt: $ dillo Gdk-WARNING **: locale not supported by Xlib, locale set to C Gdk-WARNING **: can not set locale modifiers Segmentation fault $ gdb dillo [...] Program received signal SIGSEGV, Segmentation fault. 0x404058ec in fileno_unlocked () from /lib/libc.so.6 (gdb) backtrace #0 0x404058ec in fileno_unlocked () from /lib/libc.so.6 #1 0x0001580c in ?? () Cannot access memory at address 0x0 (gdb) $ dillo --version Dillo 0.8.6-i18n-misc $ ipkg info dillo Package: dillo Version: 0.8.6-r2 Depends: ... Conflicts: dillo2 Status: install user installed Section: x11/network Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: bd68a030fd8413e5f7707a1e67faa9ae Size: 272180 Filename: dillo_0.8.6-r2_armv5te.ipk ... -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 20:41:16 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 13:41:16 -0700 (PDT) Subject: [oe-issues] [Bug 3007] latest kernel (2.6.22) does not see the sd-card (akita) In-Reply-To: Message-ID: <20070919204116.C362642589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3007 --- Comment #3 from Timo Dittmar 2007-09-19 13:41:16 --- I have similar problems with my akita after the last ipkg upgrade to 2.6.22: While booting with altboot from SD I get the error : /sbin/fsck.ext3: no such device or address while trying to open /dev/mmcblk0p1 Booting from internal flash works. I reinstalled the actual image (20070909 gpe image), same behavior. CU Timo -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 22:44:01 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 15:44:01 -0700 (PDT) Subject: [oe-issues] [Bug 3042] New: NOTE: package gconf-dbus-2.16.0+svnr1-r3: task do_fetch: started Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3042 Summary: NOTE: package gconf-dbus-2.16.0+svnr1-r3: task do_fetch: started Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: budgester at budgester.com budgester at quadro:~/embedded/openembedded/build$ bitbake bootstrap-image NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance. NOTE: Handling BitBake files: \ (4704/4704) [100 %] NOTE: Parsing finished. 4484 cached, 0 parsed, 220 skipped, 0 masked. NOTE: build 200709192340: started OE Build Configuration: BB_VERSION = "1.8.8" OE_REVISION = "994032a8e47f2490d414cd449885b6d0c16271f6" TARGET_ARCH = "i486" TARGET_OS = "linux" MACHINE = "x86" DISTRO = "generic" DISTRO_VERSION = ".dev-snapshot-20070919" TARGET_FPU = "" NOTE: Resolving missing task queue dependencies NOTE: multiple providers are available for task-base (task-base, task-budge); NOTE: consider defining PREFERRED_PROVIDER_task-base NOTE: multiple providers are available for virtual/i486-linux-libc-initial (glibc-initial, eglibc-initial); NOTE: consider defining PREFERRED_PROVIDER_virtual/i486-linux-libc-initial NOTE: multiple providers are available for virtual/db (db3, db); NOTE: consider defining PREFERRED_PROVIDER_virtual/db NOTE: multiple providers are available for virtual/db-native (db3-native, db-native); NOTE: consider defining PREFERRED_PROVIDER_virtual/db-native NOTE: Preparing runqueue NOTE: Executing runqueue NOTE: Running task 408 of 1099 (ID: 1006, /home/budgester/embedded/openembedded/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb, do_fetch) NOTE: package gconf-dbus-2.16.0+svnr1: started NOTE: package gconf-dbus-2.16.0+svnr1-r3: task do_fetch: started NOTE: Fetch svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http svn: Unable to find repository location for 'http://developer.imendio.com/svn/gconf-dbus/trunk' in revision 1 NOTE: Task failed: Fetch failed: Fetch command export PATH=/home/budgester/embedded/openembedded/build/tmp/staging/x86_64-linux/bin/i486-linux:/home/budgester/embedded/openembedded/build/tmp/staging/x86_64-linux/bin:/home/budgester/embedded/openembedded/build/tmp/cross/bin:/home/budgester/embedded/openembedded/bitbake/bin:/home/budgester/embedded/openembedded/bitbake/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games; /usr/bin/env svn co -r 1 http://developer.imendio.com/svn/gconf-dbus/trunk trunk failed with signal 1, output: NOTE: package gconf-dbus-2.16.0+svnr1-r3: task do_fetch: failed ERROR: TaskFailed event exception, aborting NOTE: package gconf-dbus-2.16.0+svnr1: failed ERROR: Build of /home/budgester/embedded/openembedded/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb do_fetch failed ERROR: Task 1006 (/home/budgester/embedded/openembedded/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb, do_fetch) failed NOTE: Tasks Summary: Attempted 407 tasks of which 407 didn't need to be rerun and 1 failed. ERROR: '/home/budgester/embedded/openembedded/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb' failed budgester at quadro:~/embedded/openembedded/build$ -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 20 03:28:09 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 20:28:09 -0700 (PDT) Subject: [oe-issues] [Bug 3043] New: add supervisor mode Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3043 Summary: add supervisor mode Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: lynn.lin at avocent.com for example in sudo package i write a function : do_install_append() { chmod 4755 ${D}/usr/bin/sudo } when the image is running ,the sudo binary don't have supervisor mode but when i write it in pkg_postinist,it can work why it doesn't work in the first situation? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 20 15:36:46 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 20 Sep 2007 08:36:46 -0700 (PDT) Subject: [oe-issues] [Bug 3044] New: djvulibre 3.5.19 not compiling Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3044 Summary: djvulibre 3.5.19 not compiling Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: alain2210 at free.fr I get make[2]: Entering directory `/mnt/devel/oe/build-dev/tmp/work/armv5te-angstrom-linux-gnueabi/djvulibre-3.5.19-r0/djvulibre-3.5.19/gui/djview' | make[2]: Circular Makefile.dep <- Makefile.dep dependency dropped. | arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale -DHAVE_CONFIG_H -I../.. -I../../libdjvu -I./ -I../../gui/indep/QT/ -I../../gui/indep/QX/ -I../../gui/indep/utils/ -I../../gui/shared/QT/ -I../../gui/shared/res/ -I../../gui/shared/utils/ -I. -DNDEBUG -Wall -O3 -Wno-non-virtual-dtor -pthread -DTHREADMODEL=POSIXTHREADS -I/usr/include/qt3 -isystem/mnt/devel/oe/build-dev/tmp/staging/arm-angstrom-linux-gnueabi/include -isystem/mnt/devel/oe/build-dev/tmp/staging/arm-angstrom-linux-gnueabi/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -fpermissive -fvisibility-inlines-hidden -c ../../gui/indep/QX/qx_imager.cpp | CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include/qt3 | cc1plus: internal compiler error: in add_path, at c-incpath.c:362 | Please submit a full bug report, | with preprocessed source if appropriate. | See for instructions. | make[2]: *** [qx_imager.o] Error 1 | make[2]: Leaving directory `/mnt/devel/oe/build-dev/tmp/work/armv5te-angstrom-linux-gnueabi/djvulibre-3.5.19-r0/djvulibre-3.5.19/gui/djview' | make[1]: *** [all] Error 2 | make[1]: Leaving directory `/mnt/devel/oe/build-dev/tmp/work/armv5te-angstrom-linux-gnueabi/djvulibre-3.5.19-r0/djvulibre-3.5.19/gui' | make: *** [all] Error 2 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 20 16:51:37 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 20 Sep 2007 09:51:37 -0700 (PDT) Subject: [oe-issues] [Bug 3045] New: evince 0.9.2 does not build Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3045 Summary: evince 0.9.2 does not build Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: alain2210 at free.fr When building evince 0.9.2 | ev-poppler.cc: In function 'char* pdf_document_get_text(EvDocument*, int, EvRectangle*)': | ev-poppler.cc:698: error: cannot convert 'PopplerRectangle*' to 'PopplerSelectionStyle' for argument '2' to 'char* poppler_page_get_text(PopplerPage*, PopplerSelectionStyle, PopplerRectangle*)' | ev-poppler.cc: In function 'void pdf_selection_render_selection(EvSelection*, EvRenderContext*, cairo_surface_t**, EvRectangle*, EvRectangle*, GdkColor*, GdkColor*)': | ev-poppler.cc:1682: error: 'POPPLER_SELECTION_NORMAL' was not declared in this scope | ev-poppler.cc: In function 'GdkRegion* pdf_selection_get_selection_region(EvSelection*, EvRenderContext*, EvRectangle*)': | ev-poppler.cc:1722: error: cannot convert 'PopplerRectangle*' to 'PopplerSelectionStyle' for argument '3' to 'GdkRegion* poppler_page_get_selection_region(PopplerPage*, gdouble, PopplerSelectionStyle, PopplerRectangle*)' | ev-poppler.cc: In function 'GdkRegion* pdf_selection_get_selection_map(EvSelection*, EvRenderContext*)': | ev-poppler.cc:1742: error: cannot convert 'PopplerRectangle*' to 'PopplerSelectionStyle' for argument '3' to 'GdkRegion* poppler_page_get_selection_region(PopplerPage*, gdouble, PopplerSelectionStyle, PopplerRectangle*)' | ev-poppler.cc: In function 'EvFormField* ev_form_field_from_poppler_field(PopplerFormField*)': | ev-poppler.cc:1832: error: 'POPPLER_FORM_TEXT_PASSWORD' was not declared in this scope | make[3]: *** [ev-poppler.lo] Error 1 | make[3]: Leaving directory `/oe/build-dev/tmp/work/armv5te-angstrom-linux-gnueabi/evince-0.9.2-r2/evince-0.9.2/backend/pdf' -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 20 20:57:23 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 20 Sep 2007 13:57:23 -0700 (PDT) Subject: [oe-issues] [Bug 3046] New: nokia800/pointercal isn't calibrated Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3046 Summary: nokia800/pointercal isn't calibrated Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: rodrigo.vivi at gmail.com The default pointercal file for n800 isn't working. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 20 21:35:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 20 Sep 2007 14:35:27 -0700 (PDT) Subject: [oe-issues] [Bug 3047] New: u-boot 1.1.5 at91sam9260 with eabi patches Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3047 Summary: u-boot 1.1.5 at91sam9260 with eabi patches Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: roger at bufferoverflow.ch Created an attachment (id=3044) --> (http://bugs.openembedded.org/attachment.cgi?id=3044) at91sam9260 u-boot-1.1.5 patches and u-boot_1.1.5.bb hello! here is the u-boot 1.1.5 for atmel's at91sam9260-ek board. the attached file includes the following stuff: u-boot_1.1.5.bb with make 3.81 patch and at91sam9260 specific SRC_URI's atmel's official u-boot patch "u-boot-1.1.5_atmel_1.4.diff" => sorry, but i was unable to use the upstream version (http://www.at91.com/repFichier/Project-218/u-boot-1.1.5_atmel_1.4.diff.bz2) there were some problems with ?(kind of a charset issue) with the upstream version. eabi patches(inspired by mickey's patch used on openmoko) - fix-arm926ejs-eabi.patch - u-boot-fix-eabi-HACK.patch this u-boot version should be able to run on other at91sam926x based platfoms. greetings roger -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 21 05:19:36 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 20 Sep 2007 22:19:36 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross 2.18 fails to build on x86_64 In-Reply-To: Message-ID: <20070921051936.7DBFF4258A1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 Shawn Rutledge changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |shawn.t.rutledge at gmail.com --- Comment #13 from Shawn Rutledge 2007-09-20 22:19:35 --- Cesar's patch works for me too. Would somebody please apply it to the repository, assuming it doesn't break anything on other systems? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 21 08:25:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 21 Sep 2007 01:25:53 -0700 (PDT) Subject: [oe-issues] [Bug 3043] add supervisor mode In-Reply-To: Message-ID: <20070921082553.6519442589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3043 lynnlin changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lynn.lin at avocent.com --- Comment #1 from lynnlin 2007-09-21 01:25:53 --- (In reply to comment #0) > for example in sudo package > i write a function : > do_install_append() { > chmod 4755 ${D}/usr/bin/sudo > } > > when the image is running ,the sudo binary don't have supervisor mode > > but when i write it in pkg_postinist,it can work > > why it doesn't work in the first situation? > more detail after do_install image/usr/bin/sudo have supervisor mode,but after do_package install/usr/bin/sudo supervisor mode disappeared in package.bbclass,i find bb.movefile function to complete the task,but bb.movefile moves a file from src to dest,preserving all permisions and attributes so is there a bug in package.bbclass -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 21 09:21:26 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 21 Sep 2007 02:21:26 -0700 (PDT) Subject: [oe-issues] [Bug 3048] New: at91sam9260ek/at91sam9261ek include nonexisting file, minor enhancements Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3048 Summary: at91sam9260ek/at91sam9261ek include nonexisting file, minor enhancements Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: roger at bufferoverflow.ch - at91sam9260ek and at91sam9261ek include the file tune-arm926ejs.conf instead of tune-arm926ejs.inc - KERNEL_IMAGETYPE is added on both configs - PREFERRED_PROVIDER_xserver removed on at91sam9260ek.conf (there is no lcd available!) # # old_revision [293b1adde298e0d5190e93d85c33b6ad4c0b8ecd] # # patch "conf/machine/at91sam9260ek.conf" # from [b2ddde0c3e0cef0cf1b8e532844b6ef3fe88dc8d] # to [41a17ddb044f4e6b347cef2abda464dae978035b] # # patch "conf/machine/at91sam9261ek.conf" # from [204547873976da00125a4cbc9c924be5401f0a02] # to [85d62e45537f51f0f3a1115ce8086ef951889adc] # ============================================================ --- conf/machine/at91sam9260ek.conf b2ddde0c3e0cef0cf1b8e532844b6ef3fe88dc8d +++ conf/machine/at91sam9260ek.conf 41a17ddb044f4e6b347cef2abda464dae978035b @@ -6,8 +6,8 @@ PREFERRED_PROVIDER_virtual/kernel = "lin PACKAGE_EXTRA_ARCHS = "armv4t armv5te" PREFERRED_PROVIDER_virtual/kernel = "linux" -PREFERRED_PROVIDER_xserver = "xserver-kdrive" + #don't try to access tty1 USE_VT = "0" @@ -15,6 +15,9 @@ SERIAL_CONSOLE = "115200 ttyS0" # used by sysvinit_2 SERIAL_CONSOLE = "115200 ttyS0" + EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" +require conf/machine/include/tune-arm926ejs.inc + +KERNEL_IMAGETYPE = "uImage" -require conf/machine/include/tune-arm926ejs.conf ============================================================ --- conf/machine/at91sam9261ek.conf 204547873976da00125a4cbc9c924be5401f0a02 +++ conf/machine/at91sam9261ek.conf 85d62e45537f51f0f3a1115ce8086ef951889adc @@ -17,4 +17,6 @@ EXTRA_IMAGECMD_jffs2 = "--pad --little-e SERIAL_CONSOLE = "115200 ttyS0" EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" +require conf/machine/include/tune-arm926ejs.inc + +KERNEL_IMAGETYPE = "uImage" -require conf/machine/include/tune-arm926ejs.conf -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 21 09:29:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 21 Sep 2007 02:29:29 -0700 (PDT) Subject: [oe-issues] [Bug 3043] add supervisor mode In-Reply-To: Message-ID: <20070921092929.47F9742589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3043 --- Comment #2 from Koen Kooi 2007-09-21 02:29:29 --- fakeroot do_install_append() { chmod 4755 ${D}/usr/bin/sudo } -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 21 09:42:24 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 21 Sep 2007 02:42:24 -0700 (PDT) Subject: [oe-issues] [Bug 3049] New: bitbake-1.2.1.bb parallel make fails Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3049 Summary: bitbake-1.2.1.bb parallel make fails Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: oe at iss.tu-darmstadt.de if i am building bitbake with the following options in local.conf: PARALLEL_MAKE="-j4" BB_NUMBER_THREADS = "2" The packages fails with the error message: Packaged contents of busybox-udhcpd into /oe/slug/build/angstrom/deploy/glibc/ipk/armv5teb/busybox-udhcpd_1.2.1-r13_armv5teb.ipk Packaged contents of busybox-dbg into /oe/slug/build/angstrom/deploy/glibc/ipk/armv5teb/busybox-dbg_1.2.1-r13_armv5teb.ipk *** Error: CONTROL/conffiles mentions conffile /etc/syslog.conf which does not exist ipkg-build: Please fix the above errors and try again. NOTE: Task failed: ipkg-build execution failed NOTE: package busybox-1.2.1-r13: task do_package_write_ipk: failed ERROR: TaskFailed event exception, aborting NOTE: package busybox-1.2.1: failed ERROR: Build of /oe/org.openembedded.dev/packages/busybox/busybox_1.2.1.bb do_package_write_ipk failed ERROR: Task 9 (/oe/org.openembedded.dev/packages/busybox/busybox_1.2.1.bb, do_package_write_ipk) failed NOTE: Tasks Summary: Attempted 233 tasks of which 233 didn't need to be rerun and 1 failed. ERROR: '/oe/org.openembedded.dev/packages/busybox/busybox_1.2.1.bb' failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 21 19:53:01 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 21 Sep 2007 12:53:01 -0700 (PDT) Subject: [oe-issues] [Bug 2617] spitz/akita sound mixer misconfiguration In-Reply-To: Message-ID: <20070921195301.400A242589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2617 Stanislav Brabec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #18 from Stanislav Brabec 2007-09-21 12:53:00 --- Reopening. I still don't see any fix in the OE mtn nor zaurusd SVN repository. And more, I still see mistakes in the configuration: Mistakes introduced in org.openembedded.dev/packages/zaurusd/files/alsa-cxx00-default.state.patch: ALC Capture Function: It is not wise to turn ALC off by default. Right Speaker Playback Invert Switch: Should be On, speaker is wired between LOUTPUT2 and LOUTPUT2. Mic Boost: Original value is better for cheap electret microphones, which will be used by most people. Right ADC Mux, Left ADC Mux: Original value Mono (Left) is correct. Zaurus has only a mono input. Left Line Mux, Left PGA Mux, Right PGA Mux: Zaurus mono input IS differential. Needs some experiments, which configuration provides best attentuation of loop in headset mode and correct signal phase. Right Mixer Left Playback Switch: Correct is false. Value true sends mono signal to right speaker. Summary: Original SVN configuration uses old ALSA names, but correct values. New configuration uses new ALSA names, but introduces misconfiguration. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 21 19:56:02 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 21 Sep 2007 12:56:02 -0700 (PDT) Subject: [oe-issues] [Bug 2618] Clean spitz.c ALSA driver In-Reply-To: Message-ID: <20070921195602.8306E42589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2618 --- Comment #5 from Stanislav Brabec 2007-09-21 12:56:02 --- FYI. RINPUT1 is wired to ground very near to the connector. So the default could be really considered as a differential L-R. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 03:01:28 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 21 Sep 2007 20:01:28 -0700 (PDT) Subject: [oe-issues] [Bug 2992] efl1/emotion fails to build because of edje_cc-native segfault In-Reply-To: Message-ID: <20070922030128.3FF7242589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2992 --- Comment #6 from Cesar Eduardo Barros 2007-09-21 20:01:27 --- The crash seems to be within libpng-native_1.2.19, in png_read_filter_row_mmx_sub, case 4, in the "movq -8(%1," PDX ",), %%mm1" line. The registers at that point show a suspicious value for %rdi (a very small integer value, instead of the expected pointer value). The value for %rdi comes from %rbp, which is clobbered in the asm block at the top of the function. Apparently, gcc is ignoring the clobber of %ebp. The simplest fix is to upgrade to libpng 1.2.20 (no changes needed to both recipes, only renaming them to change ${PV}), in which upstream completely removed the offending assembly code. This is enough to make emotion compile without any errors. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 04:55:10 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 21 Sep 2007 21:55:10 -0700 (PDT) Subject: [oe-issues] [Bug 3050] New: Error building mtpaint with dash as /bin/sh Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3050 Summary: Error building mtpaint with dash as /bin/sh Product: Openembedded Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: cesarb at cesarb.net Created an attachment (id=3046) --> (http://bugs.openembedded.org/attachment.cgi?id=3046) >From old revision of http://svn.nslu2-linux.org/svnroot/mokomakefile/trunk/patches/openembedded-e2dbb52fe39df7ef786b6068f6178f29508dfded/dash-support-for-building-mtpaint.patch NOTE: package mtpaint-3.02-r0: task do_configure: started ERROR: function do_configure failed ERROR: log data follows (/scratch/build/cesarb/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/mtpaint-3.02-r0/temp/log.do_configure.20379) | | [: 49: ==: unexpected operator | ./configure: 49: function: not found | ./configure: 49: Syntax error: Bad fd number NOTE: Task failed: /scratch/build/cesarb/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/mtpaint-3.02-r0/temp/log.do_configure.20379 NOTE: package mtpaint-3.02-r0: task do_configure: failed ERROR: TaskFailed event exception, aborting NOTE: package mtpaint-3.02: failed The attached patch fixes the issue by forcing configure to use bash instead of dash. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 07:31:40 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 00:31:40 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross 2.18 fails to build on x86_64 In-Reply-To: Message-ID: <20070922073140.21A1E4258A1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #14 from Koen Kooi 2007-09-22 00:31:39 --- Thanks for the patch, but please use 'mtn diff' in the future -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 08:37:57 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 01:37:57 -0700 (PDT) Subject: [oe-issues] [Bug 2813] libsdl-net fails sanity checks in configure In-Reply-To: Message-ID: <20070922083757.C0ED042589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2813 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-22 01:37:57 --- I applied http://www.ploetzli.ch/forumtst/fix-libsdl-net.patch -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 08:43:28 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 01:43:28 -0700 (PDT) Subject: [oe-issues] [Bug 2923] libsdl_net doesnt compile - looking for host includes In-Reply-To: Message-ID: <20070922084328.E808842589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2923 Rod Whitby changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #1 from Rod Whitby 2007-09-22 01:43:28 --- *** This bug has been marked as a duplicate of bug 2813 *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 08:43:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 01:43:29 -0700 (PDT) Subject: [oe-issues] [Bug 2813] libsdl-net fails sanity checks in configure In-Reply-To: Message-ID: <20070922084329.1AB9D4258A1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2813 Rod Whitby changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marek.vasut at gmail.com --- Comment #2 from Rod Whitby 2007-09-22 01:43:28 --- *** Bug 2923 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 09:32:24 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 02:32:24 -0700 (PDT) Subject: [oe-issues] [Bug 3051] New: glibc-intermediate-2.5-r7-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3051 Summary: glibc-intermediate-2.5-r7-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070922090055 for machine dht-walnut -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 13:33:59 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 06:33:59 -0700 (PDT) Subject: [oe-issues] [Bug 3052] New: glibc-intermediate-2.6.1-r1-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3052 Summary: glibc-intermediate-2.6.1-r1-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070922133250 for machine dht-walnut -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 13:52:15 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 06:52:15 -0700 (PDT) Subject: [oe-issues] [Bug 2992] efl1/emotion fails to build because of edje_cc-native segfault In-Reply-To: Message-ID: <20070922135215.704FC42589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2992 Michael 'Mickey' Lauer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #7 from Michael 'Mickey' Lauer 2007-09-22 06:52:15 --- Awesome. Thanks for this analysis, Cesar! -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 16:01:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 09:01:27 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross 2.18 fails to build on x86_64 In-Reply-To: Message-ID: <20070922160127.B051B42589F@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #15 from Philip 2007-09-22 09:01:27 --- It looks like koen has commited the fix and I have reverted a hack and updated. I just ran a succesful build. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 16:03:14 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 09:03:14 -0700 (PDT) Subject: [oe-issues] [Bug 2842] Linux 2.6.21 support for gumstix boards In-Reply-To: Message-ID: <20070922160314.D2D6E42589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2842 Philip changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Philip 2007-09-22 09:03:14 --- We have added gumstix support via the linux.inc file. If there are missing patches, please file another bug report. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 16:04:28 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 09:04:28 -0700 (PDT) Subject: [oe-issues] [Bug 2926] Clean build of Angstrom for Gumstix-Verdex Fails In-Reply-To: Message-ID: <20070922160428.0B71442589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2926 Philip changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from Philip 2007-09-22 09:04:27 --- Builds are succeeding again. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 16:15:14 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 09:15:14 -0700 (PDT) Subject: [oe-issues] [Bug 2889] Remove kernel image from rootfs for gumstix In-Reply-To: Message-ID: <20070922161514.9931542589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2889 --- Comment #2 from Philip 2007-09-22 09:15:14 --- My understanding is that the proper fix is this line in the machine.conf file: RDEPENDS_kernel-base = "" But I still have the kernel file in /boot, so I am leaving the bug open until I really fix the problem. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 16:21:26 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 09:21:26 -0700 (PDT) Subject: [oe-issues] [Bug 2525] Magick-config --prefix incorrect In-Reply-To: Message-ID: <20070922162126.9EAFA42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2525 Graeme Gregory changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #1 from Graeme Gregory 2007-09-22 09:21:26 --- fixed in rev 870a9f1c1fbda1d915e29fae9c1613f0ad5ce908 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 16:22:32 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 09:22:32 -0700 (PDT) Subject: [oe-issues] [Bug 1379] imagemagick tries to link with libraries from host /usr In-Reply-To: Message-ID: <20070922162232.D278842589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=1379 Graeme Gregory changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Graeme Gregory 2007-09-22 09:22:32 --- fixed in rev 870a9f1c1fbda1d915e29fae9c1613f0ad5ce908 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 16:39:39 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 09:39:39 -0700 (PDT) Subject: [oe-issues] [Bug 2992] efl1/emotion fails to build because of edje_cc-native segfault In-Reply-To: Message-ID: <20070922163939.7F69F42589F@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2992 --- Comment #8 from Graeme Gregory 2007-09-22 09:39:39 --- This fixes it for me. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 18:03:18 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 11:03:18 -0700 (PDT) Subject: [oe-issues] [Bug 3053] New: ruby-1.8.5 fails to build with dash as /bin/sh Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3053 Summary: ruby-1.8.5 fails to build with dash as /bin/sh Product: Openembedded Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: cesarb at cesarb.net Created an attachment (id=3051) --> (http://bugs.openembedded.org/attachment.cgi?id=3051) Avoids a dash issue by using /bin/echo instead of the echo builtin in the creation of fake.rb in Makefile.in NOTE: package ruby-1.8.5-r1: task do_compile: started ERROR: function do_compile failed ERROR: log data follows (/scratch/build/cesarb/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/ruby-1.8.5-r1/temp/log.do_compile.7993) | NOTE: make | make[1]: Entering directory `/scratch/build/cesarb/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/ruby-1.8.5-r1/ruby-1.8.5' | ruby: /scratch/build/cesarb/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/ruby-1.8.5-r1/ruby-1.8.5/fake.rb:12: unterminated string meets end of file (SyntaxError) | /scratch/build/cesarb/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/ruby-1.8.5-r1/ruby-1.8.5/fake.rb:12: parse error, unexpected $, expecting kENDmake[1]: *** [.rbconfig.time] Error 1 | make[1]: Leaving directory `/scratch/build/cesarb/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/ruby-1.8.5-r1/ruby-1.8.5' | FATAL: oe_runmake failed NOTE: Task failed: /scratch/build/cesarb/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/ruby-1.8.5-r1/temp/log.do_compile.7993 NOTE: package ruby-1.8.5-r1: task do_compile: failed The error seems to be caused by a difference between bash's echo builtin and dash's echo builtin (dash's interprets the \\, resulting in a single \ in the output). A fix is to use /bin/echo instead of the builtin echo. The attached patch is enough to fix the issue. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 08:05:23 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 01:05:23 -0700 (PDT) Subject: [oe-issues] [Bug 3054] New: hal-info-20070923+git-r1-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3054 Summary: hal-info-20070923+git-r1-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070923071830 for machine h2200 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 08:51:06 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 01:51:06 -0700 (PDT) Subject: [oe-issues] [Bug 3055] New: hal-0.5.10-r0-do_fetch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3055 Summary: hal-0.5.10-r0-do_fetch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070923085321 for machine h2200 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 08:55:16 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 01:55:16 -0700 (PDT) Subject: [oe-issues] [Bug 3056] New: hal-info-20070618-r0-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3056 Summary: hal-info-20070618-r0-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070923085728 for machine h2200 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 08:58:11 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 01:58:11 -0700 (PDT) Subject: [oe-issues] [Bug 3054] hal-info-20070923+git-r1-do_configure In-Reply-To: Message-ID: <20070923085811.D58A042589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3054 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Koen Kooi 2007-09-23 01:58:11 --- fixed by adding a snapshot that doesn't require an unreleased hal -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 08:58:42 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 01:58:42 -0700 (PDT) Subject: [oe-issues] [Bug 3055] hal-0.5.10-r0-do_fetch In-Reply-To: Message-ID: <20070923085842.E666B42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3055 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Koen Kooi 2007-09-23 01:58:42 --- 0.5.10 isn't released yet -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 08:58:57 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 01:58:57 -0700 (PDT) Subject: [oe-issues] [Bug 3056] hal-info-20070618-r0-do_configure In-Reply-To: Message-ID: <20070923085857.706D142589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3056 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Koen Kooi 2007-09-23 01:58:57 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 09:04:38 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 02:04:38 -0700 (PDT) Subject: [oe-issues] [Bug 3057] New: claws-plugin-maildir-0.24.4-r0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3057 Summary: claws-plugin-maildir-0.24.4-r0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070923090003 for machine h2200 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 11:38:21 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 04:38:21 -0700 (PDT) Subject: [oe-issues] [Bug 3058] New: claws-plugin-mailmbox-1.13-r1-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3058 Summary: claws-plugin-mailmbox-1.13-r1-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070923113831 for machine h2200 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 18:19:52 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 11:19:52 -0700 (PDT) Subject: [oe-issues] [Bug 3059] New: ezx-boot-usb-native-0.1.0+r2060-r1-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3059 Summary: ezx-boot-usb-native-0.1.0+r2060-r1-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070923182208 for machine rokre6 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 18:52:25 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 11:52:25 -0700 (PDT) Subject: [oe-issues] [Bug 3059] ezx-boot-usb-native-0.1.0+r2060-r1-do_compile In-Reply-To: Message-ID: <20070923185225.11F7842589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3059 --- Comment #6 from Koen Kooi 2007-09-23 11:52:24 --- fixed in rdafc45b783c7c1867efc20a0f0f316abc5553d5a -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 20:01:19 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 13:01:19 -0700 (PDT) Subject: [oe-issues] [Bug 3060] New: starling 0.2-r0 segfaults (gstreamer-critical errors) Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3060 Summary: starling 0.2-r0 segfaults (gstreamer-critical errors) Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: clement.hermann at free.fr Hi, starling 0.2-r0 (builded from openembedded) segfaults on my spitz : (starling:5047): GStreamer-CRITICAL **: gst_element_get_bus: assertion `GST_IS_ELEMENT (element)' failed (starling:5047): GStreamer-CRITICAL **: gst_bus_add_watch_full: assertion `GST_IS_BUS (bus)' failed (starling:5047): GStreamer-CRITICAL **: gst_object_unref: assertion `object != NULL' failed segmentation fault maybe it needs a more recent gstreamer ? Cheers, -- Cl?ment Hermann (nodens) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 21:08:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 14:08:20 -0700 (PDT) Subject: [oe-issues] [Bug 3061] New: usb-gadget is broken ( at least in card reader and file-backed mode) Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3061 Summary: usb-gadget is broken (at least in card reader and file- backed mode) Product: Zaurus Kernel Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: C3xxx AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: clement.hermann at free.fr Blocks: 2156 Hi, USB gadget mode does not seems to work on spitz (2.6.22-rp kernel). Here is the kernel log when g_file_storage is loaded and a usb cable connected to a host : Sep 23 22:54:56 asphaloth user.info kernel: g_file_storage gadget: full speed config #1 Sep 23 22:54:56 asphaloth user.err kernel: pxa2xx-udc pxa2xx-udc: DMA Bus Error Sep 23 22:54:56 asphaloth user.err kernel: pxa2xx-udc pxa2xx-udc: DMA Bus Error Sep 23 22:54:56 asphaloth user.info kernel: udc: USB reset Sep 23 22:54:56 asphaloth user.info kernel: udc: USB reset Sep 23 22:54:56 asphaloth user.info kernel: pxa2xx-udc pxa2xx-udc: handle_ep0: Busy Sep 23 22:54:56 asphaloth user.info kernel: g_file_storage gadget: full speed config #1 Sep 23 22:54:56 asphaloth user.err kernel: pxa2xx-udc pxa2xx-udc: DMA Bus Error Sep 23 22:54:56 asphaloth user.err kernel: pxa2xx-udc pxa2xx-udc: DMA Bus Error ... and so on. Cheers, -- Cl?ment Hermann (nodens) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 02:02:50 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 19:02:50 -0700 (PDT) Subject: [oe-issues] [Bug 1156] ScummVM does not show menu when menu key is pressed In-Reply-To: Message-ID: <20070924020250.1630F42589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=1156 Cl?ment Hermann changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |clement.hermann at free.fr Version|OpenZaurus 3.5.4.x |Angstrom --- Comment #2 from Cl?ment Hermann 2007-09-23 19:02:49 --- Not fixed in angstrom. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 02:40:54 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 19:40:54 -0700 (PDT) Subject: [oe-issues] [Bug 3062] New: Abiword 2.5.x: Dialogs don't work - with patch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3062 Summary: Abiword 2.5.x: Dialogs don't work - with patch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: cwixon at usa.net Created an attachment (id=3063) --> (http://bugs.openembedded.org/attachment.cgi?id=3063) patch for abiword-2.5.inc The recipe for Abiword 2.5.x tries to pull .glade files (and a few other things) from an incorrect directory name, so when run, dialog boxes cause an error. Easy fix, fortunately. Patchfile for abiword-2.5.inc is attached, as is an updated (patched) version of that file in its entirety. (Fix confirmed on Abiword 2.5.2, built for openmoko) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 05:59:15 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 22:59:15 -0700 (PDT) Subject: [oe-issues] [Bug 3062] Abiword 2.5.x: Dialogs don't work - with patch In-Reply-To: Message-ID: <20070924055915.35DAA42589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3062 --- Comment #2 from Koen Kooi 2007-09-23 22:59:14 --- applied, thanks -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 05:59:26 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 22:59:26 -0700 (PDT) Subject: [oe-issues] [Bug 3062] Abiword 2.5.x: Dialogs don't work - with patch In-Reply-To: Message-ID: <20070924055926.E4ECF42589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3062 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Koen Kooi 2007-09-23 22:59:26 --- and fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 07:08:25 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 24 Sep 2007 00:08:25 -0700 (PDT) Subject: [oe-issues] [Bug 3063] New: cups-1.2.12-r0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3063 Summary: cups-1.2.12-r0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070924065919 for machine ep93xx -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 07:10:00 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 24 Sep 2007 00:10:00 -0700 (PDT) Subject: [oe-issues] [Bug 3046] nokia800/pointercal isn't calibrated In-Reply-To: Message-ID: <20070924071000.E43FE42589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3046 --- Comment #2 from Koen Kooi 2007-09-24 00:10:00 --- I removed the pointercal in OE so users have to perform calibration on first boot. After we verify that one pointercal works for more than one device we can add it back. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 08:19:17 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 24 Sep 2007 01:19:17 -0700 (PDT) Subject: [oe-issues] [Bug 3064] New: pango-1.16.4-r0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3064 Summary: pango-1.16.4-r0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070924082001 for machine h6300 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 08:43:55 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 24 Sep 2007 01:43:55 -0700 (PDT) Subject: [oe-issues] [Bug 3064] pango-1.16.4-r0-do_compile In-Reply-To: Message-ID: <20070924084355.C2A3F42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3064 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Koen Kooi 2007-09-24 01:43:55 --- *** This bug has been marked as a duplicate of bug 3063 *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 08:43:55 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 24 Sep 2007 01:43:55 -0700 (PDT) Subject: [oe-issues] [Bug 3063] cups-1.2.12-r0-do_compile In-Reply-To: Message-ID: <20070924084355.E1DC542589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3063 --- Comment #7 from Koen Kooi 2007-09-24 01:43:55 --- *** Bug 3064 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 09:58:21 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 24 Sep 2007 02:58:21 -0700 (PDT) Subject: [oe-issues] [Bug 1156] ScummVM does not show menu when menu key is pressed In-Reply-To: Message-ID: <20070924095821.D5D9442589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=1156 --- Comment #3 from yotamgil at gmail.com 2007-09-24 02:58:21 --- I found a way to bypass the menu problem in some versions of ScummVM: The menu is originally bind to the F5 key - which does not exists on the zaurus. But 5 can be mapped to simulate F5. Edit /etc/keymap-2.6.map, and add under, keycode 6 = five The following line, altgr keycode 6 = F5 I found this to work in some versions of ScummVM under OpenZaurus 3.5.4.1 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 13:19:58 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 24 Sep 2007 06:19:58 -0700 (PDT) Subject: [oe-issues] [Bug 2993] eglibc: export-fcntl2.patch no longer needed since svn rev 3468 In-Reply-To: Message-ID: <20070924131958.49E8B42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2993 --- Comment #2 from Leon Woestenberg 2007-09-24 06:19:57 --- Although we could try to use the "maxrev=" approach for this patch, I do not expect people to build pre-3468 revisions. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 23:14:12 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 24 Sep 2007 16:14:12 -0700 (PDT) Subject: [oe-issues] [Bug 3065] New: busybox 1.2.1's e2fsck cannot check ro-mounted fs Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3065 Summary: busybox 1.2.1's e2fsck cannot check ro-mounted fs Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P1 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: pmiscml at gmail.com Regardless a filesystem being mounted rw or ro, e2fsck outputs: root at hx4700:~$ fsck.ext2 -a /dev/mmcblk0p1 /dev/mmcblk0p1 is mounted. WARNING!!! Running e2fsck on a mounted filesystem may cause SEVERE filesystem damage. Do you really want to continue (y/n)? And waits interactive input from user. This prompt cannot be overriden. The only way to do something about it is to redirect stdin from /dev/null, in which case it will just abort: root at hx4700:~$ fsck.ext2 -a /dev/mmcblk0p1 Message-ID: <20070925003854.F3339401C89@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3046 --- Comment #3 from Rodrigo Vivi - vivijim 2007-09-24 17:38:54 --- I promisse you that I will test in a lot of n800, but at least for 3 devices this pointercal file that I submit has been worked. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 25 14:29:28 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 25 Sep 2007 07:29:28 -0700 (PDT) Subject: [oe-issues] [Bug 3067] New: dcopidl2cpp and dcopidl have wrong SRC_URI Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3067 Summary: dcopidl2cpp and dcopidl have wrong SRC_URI Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: jbs at bandos.homelinux.com dcopidl2cpp and dcopidl won't fetch: NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance. NOTE: Handling BitBake files: - (4717/4717) [100 %] NOTE: Parsing finished. 4498 cached, 0 parsed, 219 skipped, 0 masked. NOTE: build 200709251521: started OE Build Configuration: BB_VERSION = "1.8.9" OE_REVISION = "fb65084e7b2133f759923afd2fa407818c5a32d5" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "akita" DISTRO = "angstrom" DISTRO_VERSION = "2007.9-test-20070925" TARGET_FPU = "soft" NOTE: Resolving missing task queue dependencies NOTE: preferred version 2.5 of glibc not available (for item virtual/arm-angstrom-linux-gnueabi-libc-for-gcc) NOTE: Preparing runqueue ERROR: Multiple files due to be built which all provide virtual/libsdl (/home/jbs/oe/org.openembedded.dev/packages/libsdl/libsdl-x11_1.2.9.bb /home/jbs/oe/org.openembedded.dev/packages/libsdl/libsdl-qpe_1.2.9.bb) NOTE: Executing runqueue NOTE: Running task 1175 of 1668 (ID: 850, /home/jbs/oe/org.openembedded.dev/packages/dcop/dcopidl-native_3.5.4.bb, do_fetch) NOTE: Running task 1176 of 1668 (ID: 822, /home/jbs/oe/org.openembedded.dev/packages/dcop/dcopidl2cpp-native_3.5.4.bb, do_fetch) NOTE: package dcopidl-native-3.5.4: started NOTE: package dcopidl-native-3.5.4-r0: task do_fetch: started NOTE: package dcopidl2cpp-native-3.5.4: started NOTE: package dcopidl2cpp-native-3.5.4-r0: task do_fetch: started NOTE: fetch http://www.angstrom-distribution.org/unstable/sources/dcopidl2cpp_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz NOTE: fetch http://www.angstrom-distribution.org/unstable/sources/dcopidl_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz --15:22:20-- http://www.angstrom-distribution.org/unstable/sources/dcopidl2cpp_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz => `/home/jbs/oe/downloads/dcopidl2cpp_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz' --15:22:20-- http://www.angstrom-distribution.org/unstable/sources/dcopidl_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz => `/home/jbs/oe/downloads/dcopidl_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz' A resolver www.angstrom-distribution.org... A resolver www.angstrom-distribution.org... 85.214.40.226 A conectar www.angstrom-distribution.org|85.214.40.226|:80... 85.214.40.226 A conectar www.angstrom-distribution.org|85.214.40.226|:80... conectado. Pedido HTTP enviado, a aguardar resposta... conectado. Pedido HTTP enviado, a aguardar resposta... 404 Not Found 404 Not Found 15:22:23 ERRO 404: Not Found. NOTE: fetch http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org/official/unstable/3.5.4/sources/dcopidl_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz --15:22:23-- http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org/official/unstable/3.5.4/sources/dcopidl_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz => `/home/jbs/oe/downloads/dcopidl_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz' A resolver ewi546.ewi.utwente.nl... 15:22:23 ERRO 404: Not Found. NOTE: fetch http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org/official/unstable/3.5.4/sources/dcopidl2cpp_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz --15:22:23-- http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org/official/unstable/3.5.4/sources/dcopidl2cpp_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz => `/home/jbs/oe/downloads/dcopidl2cpp_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz' A resolver ewi546.ewi.utwente.nl... 130.89.145.130 A conectar ewi546.ewi.utwente.nl|130.89.145.130|:80... conectado. 130.89.145.130 A conectar ewi546.ewi.utwente.nl|130.89.145.130|:80... Pedido HTTP enviado, a aguardar resposta... conectado. Pedido HTTP enviado, a aguardar resposta... 404 Not Found 15:22:25 ERRO 404: Not Found. NOTE: Update svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kdelibs/dcop/;module=dcopidl 404 Not Found 15:22:25 ERRO 404: Not Found. NOTE: Update svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kdelibs/dcop/;module=dcopidl2cpp svn: Target path does not exist svn: Target path does not exist NOTE: Task failed: Fetch failed: Fetch command export PATH=/home/jbs/oe/akita/tmp/staging/i686-linux/bin:/home/jbs/oe/akita/tmp/staging/i686-linux/bin:/home/jbs/oe/akita/tmp/cross/bin:/home/jbs/oe/bitbake/bin:/home/jbs/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games; /usr/bin/env svn update -r 1 failed with signal 1, output: NOTE: package dcopidl-native-3.5.4-r0: task do_fetch: failed ERROR: TaskFailed event exception, aborting NOTE: package dcopidl-native-3.5.4: failed ERROR: Build of /home/jbs/oe/org.openembedded.dev/packages/dcop/dcopidl-native_3.5.4.bb do_fetch failed NOTE: Task failed: Fetch failed: Fetch command export PATH=/home/jbs/oe/akita/tmp/staging/i686-linux/bin:/home/jbs/oe/akita/tmp/staging/i686-linux/bin:/home/jbs/oe/akita/tmp/cross/bin:/home/jbs/oe/bitbake/bin:/home/jbs/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games; /usr/bin/env svn update -r 1 failed with signal 1, output: NOTE: package dcopidl2cpp-native-3.5.4-r0: task do_fetch: failed ERROR: TaskFailed event exception, aborting NOTE: package dcopidl2cpp-native-3.5.4: failed ERROR: Build of /home/jbs/oe/org.openembedded.dev/packages/dcop/dcopidl2cpp-native_3.5.4.bb do_fetch failed ERROR: Task 850 (/home/jbs/oe/org.openembedded.dev/packages/dcop/dcopidl-native_3.5.4.bb, do_fetch) failed NOTE: Waiting for 1 active tasks to finish NOTE: 1: /home/jbs/oe/org.openembedded.dev/packages/dcop/dcopidl2cpp-native_3.5.4.bb, do_fetch (14376) ERROR: Task 822 (/home/jbs/oe/org.openembedded.dev/packages/dcop/dcopidl2cpp-native_3.5.4.bb, do_fetch) failed NOTE: Tasks Summary: Attempted 1174 tasks of which 1174 didn't need to be rerun and 2 failed. ERROR: '/home/jbs/oe/org.openembedded.dev/packages/dcop/dcopidl-native_3.5.4.bb' failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 26 02:28:05 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 25 Sep 2007 19:28:05 -0700 (PDT) Subject: [oe-issues] [Bug 3033] gutenprint doesn't build In-Reply-To: Message-ID: <20070926022805.6BEBA401C89@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3033 Dave Purdy changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|PowerPC |All --- Comment #1 from Dave Purdy 2007-09-25 19:28:04 --- OK, I have made some alterations to the gutenprint_5.0.0.bb file. I now have gutenprint.inc, gutenprint-native_5.1.3.bb and gutenprint_5.1.3.bb. The native package builds and creates the ppd files w/ genppd, and I have these sent to the staging dir so they can later be copied into the install dir just prior to packaging the gutenprint ipkg. The compile for gutenprint_5.1.3.bb still doesn't complete, since it still hangs once the compiler moves to the ghost dir to create all the ijsgutenprint stuff... it still dies as it complains of CROSS COMPILER Badness... any help would be appreciated, as I have taken it as far as I can... Where would one upload the metafiles for this so they can be accessible to others to try/fix/debug? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 26 12:57:28 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 26 Sep 2007 05:57:28 -0700 (PDT) Subject: [oe-issues] [Bug 3068] New: do_unpack fails the second time when source is a zip files Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3068 Summary: do_unpack fails the second time when source is a zip files Product: Openembedded Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: marc.pignat at hevs.ch When re-doing a do_unpack from a source .zip file, it fails because it doesn't overwirte. Others sources (tar.gz or tar.bz2) do not have the same problem, so I propose changing the unzip parameter from "-q" to -"qo", to allow overwriting of existing files patch included -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 26 13:15:34 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 26 Sep 2007 06:15:34 -0700 (PDT) Subject: [oe-issues] [Bug 3069] New: kdrive with support for screens of 800x480 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3069 Summary: kdrive with support for screens of 800x480 Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: joaquinduran at adtelecom.es Created an attachment (id=3088) --> (http://bugs.openembedded.org/attachment.cgi?id=3088) kdrive 1.2.0 patch I provide patches for kdrive 1.2 and kdrive 1.3.0.0 to support screens of size 800 x 480 (wvga). Joaquim Duran -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 26 21:18:38 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 26 Sep 2007 14:18:38 -0700 (PDT) Subject: [oe-issues] [Bug 3070] New: udev: sync mount option causes extreme slow flash memory writes Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3070 Summary: udev: sync mount option causes extreme slow flash memory writes Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Keywords: ARC Severity: major Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: utx at penguin.cz /etc/udev/scripts/mount.sh contains "sync" option to mount. Also default /etc/fstab seems to contain "sync" option. It causes extreme bad performance and raising R/W cycles for flash technology devices (CF, SD, MTD). Please don't use it. Technical description: sync write sends data to the medium as soon as possible. Writing one sector to a typical flash memory requires erasing and reflashing of 64kiB region. Sync writing of 64kiB with 512B sectors could requires 128 reflashings (depends on flash firmware). Example: Zaurus SL-C3200 is capable to transfer 2.2MB/s, card is capable to transfer even more. Actual write speed is 50kB/s. Proposed fix: Use "flush" (sync-on-close) instead of "sync" (always sync). Also using of "noatime" and "nodiratime" could increase performance. Related but about the same problem in SuSE Linux 10.0: https://bugzilla.novell.com/show_bug.cgi?id=105871 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 26 22:05:12 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 26 Sep 2007 15:05:12 -0700 (PDT) Subject: [oe-issues] [Bug 3070] udev: sync mount option causes extreme slow flash memory writes In-Reply-To: Message-ID: <20070926220512.C01EF401C83@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3070 --- Comment #1 from Graeme Gregory 2007-09-26 15:05:12 --- > Technical description: sync write sends data to the medium as soon as possible. > Writing one sector to a typical flash memory requires erasing and reflashing of > 64kiB region. Sync writing of 64kiB with 512B sectors could requires 128 > reflashings (depends on flash firmware). I truly hope this statement is not based on fact, because if it is then flash memory has gone backwards an enormous amount since I used to write flash filesystems back in 1997. Once a block is erased in flash it can be programmed in chunks without a further erase. Serial access to flash is in fact the most efficient method of doing things. Basically you just write stuff you dont want to effect with either the same data or all 1111/0000 depending on the flash technology and there is no effect in programming. If either linux flash drivers of device firmware doesn't do this then it is plain broken. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 26 22:20:25 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 26 Sep 2007 15:20:25 -0700 (PDT) Subject: [oe-issues] [Bug 3032] espgs doesn't build w/ ijs, cups & gimpprint/gutenberg enabled In-Reply-To: Message-ID: <20070926222025.D41EC401C89@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3032 --- Comment #2 from Dave Purdy 2007-09-26 15:20:25 --- Here is my fix for getting cups, gimpprint/gutenprint and ijs enabled. Please, test and post back as to whether or not this works on your machine - it builds OK for me. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 26 23:15:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 26 Sep 2007 16:15:53 -0700 (PDT) Subject: [oe-issues] [Bug 3070] udev: sync mount option causes extreme slow flash memory writes In-Reply-To: Message-ID: <20070926231554.08AFC401C83@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3070 Stanislav Brabec changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |utx at penguin.cz --- Comment #2 from Stanislav Brabec 2007-09-26 16:15:53 --- I did not verified this technical background, but guessing from number of reports for SuSE Linux 10.0, it is still an issue for many cards. I can confirm this for all my cards (both CF, SD). For example upper mentioned 50kB/s are reached with 4GB Pretec SD on Zaurus SL-C3200. It seems that flash drivers are forced to do strange things by "sync" keyword used for mount command. By removing "sync", write speed increases dramatically. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 27 09:35:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 02:35:27 -0700 (PDT) Subject: [oe-issues] [Bug 3071] New: Adding Opie Camera2 to OE Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3071 Summary: Adding Opie Camera2 to OE Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: enhancement Priority: P5 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: hp2 at volny.cz Please, add opie camera 2 to OE packages. The app was built without problems and works on my device. In attachment are all *.bb and inc files. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 27 09:50:08 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 02:50:08 -0700 (PDT) Subject: [oe-issues] [Bug 3070] udev: sync mount option causes extreme slow flash memory writes In-Reply-To: Message-ID: <20070927095008.5C1CC401C83@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3070 Stanislav Brabec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #3 from Stanislav Brabec 2007-09-27 02:50:08 --- Sorry. I was too fast in my assumptions, that "-o sync" is the source of the problem. It seems, that this problem was already addressed in kernel and it is not a problem any more. The real problem is slow writing on SD slot of Zaurus in general at about 300kB/sec and in particular write speed for Pretec SD 4GB HighSpeed 60x at about 50kB/sec, not depending on sync/async option. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 27 10:58:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 03:58:07 -0700 (PDT) Subject: [oe-issues] [Bug 3067] dcopidl2cpp and dcopidl have wrong SRC_URI In-Reply-To: Message-ID: <20070927105807.AB8A9401C8A@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3067 --- Comment #1 from Jose Bernardo B R Silva 2007-09-27 03:58:07 --- Adding 'SRCREV="717682"' (the current revision right now) to the .bb file fixed it. Adding it to sane-srcrev won'd work, as the bb file has a rev number. dcopidl-native has exactly the same problem. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 27 11:26:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 04:26:20 -0700 (PDT) Subject: [oe-issues] [Bug 3072] New: A Mastermind-style game *.bb file Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3072 Summary: A Mastermind-style game *.bb file Product: Openembedded Version: unspecified Platform: All URL: http://freshmeat.net/projects/c-nc/ OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: scvalex at gmail.com Created an attachment (id=3092) --> (http://bugs.openembedded.org/attachment.cgi?id=3092) *.bb file C-NC is a Mastermind (Enigma, Guess, etc.) style game. It implements two modes of play: one in which the player guesses the computer's code and one in which the computer guesses the player's code. The two modes alternate between rounds. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 27 14:29:08 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 07:29:08 -0700 (PDT) Subject: [oe-issues] [Bug 3073] New: libetpan fails to link with gnutls Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3073 Summary: libetpan fails to link with gnutls Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: jbs at bandos.homelinux.com gnutls is already built, and the libs are under staging, but libetpan can't fin d them: $ bitbake libetpan NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance. NOTE: Handling BitBake files: / (4716/4716) [100 %] NOTE: Parsing finished. 4497 cached, 0 parsed, 219 skipped, 0 masked. NOTE: build 200709271519: started OE Build Configuration: BB_VERSION = "1.8.9" OE_REVISION = "d7d3b38b67a8d342bd29e546556fc4cc0b2476f8" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "akita" DISTRO = "angstrom" DISTRO_VERSION = "2007.9-test-20070927" TARGET_FPU = "soft" NOTE: Resolving missing task queue dependencies NOTE: preferred version 2.5 of glibc not available (for item virtual/arm-angstrom-linux-gnueabi-libc-for-gcc) NOTE: Preparing runqueue NOTE: Executing runqueue NOTE: Running task 421 of 435 (ID: 10, /home/jbs/oe/org.openembedded.dev/packages/libetpan/libetpan_0.52.bb, do_fetch) NOTE: package libetpan-0.52: started NOTE: package libetpan-0.52-r0: task do_fetch: started NOTE: libetpan-0.52: http://downloads.sourceforge.net/libetpan/libetpan-0.52.tar.gz has no entry in conf/checksums.ini, not checking URI NOTE: package libetpan-0.52-r0: task do_fetch: completed NOTE: package libetpan-0.52: completed [...] | /bin/sh ../arm-angstrom-linux-gnueabi-libtool --tag=CC --mode=link ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale -isystem/home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -W -Wall -pthread -o libetpan.la -rpath /usr/lib -version-info 11:0:0 data-types/libdata-types.la low-level/liblow-level.la driver/libdriver.la main/libmain.la engine/libengine.la -lgnutls | mkdir .libs | ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale -shared -Wl,--whole-archive data-types/.libs/libdata-types.a low-level/.libs/liblow-level.a driver/.libs/libdriver.a main/.libs/libmain.a engine/.libs/libengine.a -Wl,--no-whole-archive -pthread -lgnutls -march=armv5te -mtune=xscale -Wl,-soname -Wl,libetpan.so.11 -o .libs/libetpan.so.11.0.0 | /home/jbs/oe/akita/tmp/cross/lib/gcc/arm-angstrom-linux-gnueabi/4.1.2/../../../../arm-angstrom-linux-gnueabi/bin/ld: cannot find -lgnutls | collect2: ld returned 1 exit status | make[4]: *** [libetpan.la] Error 1 | make[4]: Leaving directory `/home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libetpan-0.52-r0/libetpan-0.52/src' | make[3]: *** [all-recursive] Error 1 | make[3]: Leaving directory `/home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libetpan-0.52-r0/libetpan-0.52/src' | make[2]: *** [all] Error 2 | make[2]: Leaving directory `/home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libetpan-0.52-r0/libetpan-0.52/src' | make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory `/home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libetpan-0.52-r0/libetpan-0.52' | make: *** [all] Error 2 | FATAL: oe_runmake failed NOTE: Task failed: /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libetpan-0.52-r0/temp/log.do_compile.20597 NOTE: package libetpan-0.52-r0: task do_compile: failed ERROR: TaskFailed event exception, aborting NOTE: package libetpan-0.52: failed ERROR: Build of /home/jbs/oe/org.openembedded.dev/packages/libetpan/libetpan_0.52.bb do_compile failed ERROR: Task 7 (/home/jbs/oe/org.openembedded.dev/packages/libetpan/libetpan_0.52.bb, do_compile) failed NOTE: Tasks Summary: Attempted 425 tasks of which 420 didn't need to be rerun and 1 failed. ERROR: '/home/jbs/oe/org.openembedded.dev/packages/libetpan/libetpan_0.52.bb' failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 27 14:55:12 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 07:55:12 -0700 (PDT) Subject: [oe-issues] [Bug 3073] libetpan fails to link with gnutls In-Reply-To: Message-ID: <20070927145512.8FCF3401C8A@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3073 --- Comment #1 from Jose Bernardo B R Silva 2007-09-27 07:55:12 --- Removing "--with-gnutls" from the EXTRA_OECONF enables it to build, but probably isn't the best solution. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 27 16:10:49 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 09:10:49 -0700 (PDT) Subject: [oe-issues] [Bug 3074] New: linxine-x11 fails with syntax error in configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3074 Summary: linxine-x11 fails with syntax error in configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: jbs at bandos.homelinux.com $ bitbake libxine-x11 NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance. NOTE: Handling BitBake files: / (4716/4716) [100 %] NOTE: Parsing finished. 4497 cached, 0 parsed, 219 skipped, 0 masked. NOTE: build 200709271641: started OE Build Configuration: BB_VERSION = "1.8.9" OE_REVISION = "d7d3b38b67a8d342bd29e546556fc4cc0b2476f8" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "akita" DISTRO = "angstrom" DISTRO_VERSION = "2007.9-test-20070927" TARGET_FPU = "soft" NOTE: Resolving missing task queue dependencies NOTE: preferred version 2.5 of glibc not available (for item virtual/arm-angstrom-linux-gnueabi-libc-for-gcc) NOTE: Preparing runqueue NOTE: Executing runqueue NOTE: Running task 1046 of 1065 (ID: 10, /home/jbs/oe/org.openembedded.dev/packages/libxine/libxine-x11_1.0.bb, do_fetch) NOTE: Running task 1047 of 1065 (ID: 151, /home/jbs/oe/org.openembedded.dev/packages/libmodplug/libmodplug_0.7.bb, do_package_write_ipk) NOTE: package libxine-x11-1.0: started NOTE: package libxine-x11-1.0-r0: task do_fetch: started NOTE: package libmodplug-0.7: started NOTE: package libmodplug-0.7-r0: task do_package_write_ipk: started NOTE: package libxine-x11-1.0-r0: task do_fetch: completed NOTE: package libxine-x11-1.0: completed NOTE: Running task 1048 of 1065 (ID: 9, /home/jbs/oe/org.openembedded.dev/packages/libxine/libxine-x11_1.0.bb, do_unpack) NOTE: package libxine-x11-1.0: started NOTE: package libxine-x11-1.0-r0: task do_unpack: started NOTE: Unpacking /home/jbs/oe/downloads/xine-lib-1.0.tar.gz to /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/ Packaged contents of libmodplug-dbg into /home/jbs/oe/akita/tmp/deploy/glibc/ipk/armv5te/libmodplug-dbg_0.7-r0_armv5te.ipk NOTE: package libxine-x11-1.0-r0: task do_unpack: completed NOTE: package libxine-x11-1.0: completed NOTE: Running task 1049 of 1065 (ID: 8, /home/jbs/oe/org.openembedded.dev/packages/libxine/libxine-x11_1.0.bb, do_patch) NOTE: package libxine-x11-1.0: started NOTE: package libxine-x11-1.0-r0: task do_patch: started NOTE: Applying patch 'cpu-1.0.patch' NOTE: Applying patch 'configure-1.0.patch' Packaged contents of libmodplug into /home/jbs/oe/akita/tmp/deploy/glibc/ipk/armv5te/libmodplug0_0.7-r0_armv5te.ipk NOTE: Not creating empty archive for libmodplug-doc-0.7-r0 NOTE: Applying patch 'libxine-tremor-autoconf.patch' NOTE: Applying patch 'libxine-libvorbis.patch' NOTE: Applying patch 'libxine-ffmpeg-enable-arm.patch' NOTE: Applying patch 'no-caca-no-aalib.patch' Packaged contents of libmodplug-dev into /home/jbs/oe/akita/tmp/deploy/glibc/ipk/armv5te/libmodplug-dev_0.7-r0_armv5te.ipk NOTE: Not creating empty archive for libmodplug-locale-0.7-r0 NOTE: package libmodplug-0.7-r0: task do_package_write_ipk: completed NOTE: package libmodplug-0.7: completed NOTE: Running task 1050 of 1065 (ID: 142, /home/jbs/oe/org.openembedded.dev/packages/libmodplug/libmodplug_0.7.bb, do_qa_staging) NOTE: package libmodplug-0.7: started NOTE: package libmodplug-0.7-r0: task do_qa_staging: started NOTE: QA checking staging NOTE: Applying patch 'dont-have-xv.patch' NOTE: Applying patch 'restore-esd.patch' NOTE: Applying patch 'fix-syntax-xine-vorbis-decoder.patch' NOTE: Applying patch 'libxine-cut-memusage.patch' NOTE: Applying patch 'mpegvideo-static-inlinine.patch' NOTE: Applying patch 'libxine-libavcodec.patch' NOTE: Applying patch 'libxine-gcc4.patch' NOTE: package libxine-x11-1.0-r0: task do_patch: completed NOTE: package libxine-x11-1.0: completed NOTE: Running task 1051 of 1065 (ID: 5, /home/jbs/oe/org.openembedded.dev/packages/libxine/libxine-x11_1.0.bb, do_configure) NOTE: package libxine-x11-1.0: started NOTE: package libxine-x11-1.0-r0: task do_configure: started NOTE: package libmodplug-0.7-r0: task do_qa_staging: completed NOTE: package libmodplug-0.7: completed NOTE: Running task 1052 of 1065 (ID: 140, /home/jbs/oe/org.openembedded.dev/packages/libmodplug/libmodplug_0.7.bb, do_package_write) NOTE: package libmodplug-0.7: started NOTE: package libmodplug-0.7-r0: task do_package_write: started NOTE: package libmodplug-0.7-r0: task do_package_write: completed NOTE: package libmodplug-0.7: completed NOTE: Running task 1053 of 1065 (ID: 143, /home/jbs/oe/org.openembedded.dev/packages/libmodplug/libmodplug_0.7.bb, do_build) NOTE: package libmodplug-0.7: started NOTE: package libmodplug-0.7-r0: task do_build: started NOTE: package libmodplug-0.7-r0: task do_build: completed NOTE: package libmodplug-0.7: completed NOTE: Running task 1054 of 1065 (ID: 152, /home/jbs/oe/org.openembedded.dev/packages/libmodplug/libmodplug_0.7.bb, do_rm_work) NOTE: package libmodplug-0.7: started NOTE: package libmodplug-0.7-r0: task do_rm_work: started NOTE: package libmodplug-0.7-r0: task do_rm_work: completed NOTE: package libmodplug-0.7: completed ERROR: function do_configure failed ERROR: log data follows (/home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/temp/log.do_configure.16156) | automake (GNU automake) 1.9.3 | Written by Tom Tromey . | | Copyright 2004 Free Software Foundation, Inc. | This is free software; see the source for copying conditions. There is NO | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | AUTOV is 1.9 | NOTE: Executing autoreconf --verbose --install --force --exclude=autopoint -I /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/m4/ -I /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal-1.9 -I /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal | autoreconf: Entering directory `.' | autoreconf: configure.ac: not using Gettext | autoreconf: running: aclocal -I /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/m4/ -I /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal-1.9 -I /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal --force -I m4 | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:45: warning: underquoted definition of AC_LBL_C_INIT | run info '(automake)Extending aclocal' | or see http://sources.redhat.com/automake/automake.html#Extending-aclocal | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:172: warning: underquoted definition of AC_LBL_C_INLINE | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:228: warning: underquoted definition of AC_LBL_LIBPCAP | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:296: warning: underquoted definition of AC_LBL_TYPE_SIGNAL | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:326: warning: underquoted definition of AC_LBL_FIXINCLUDES | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:372: warning: underquoted definition of AC_LBL_LEX_AND_YACC | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:425: warning: underquoted definition of AC_LBL_UNION_WAIT | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:454: warning: underquoted definition of AC_LBL_SOCKADDR_SA_LEN | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:479: warning: underquoted definition of AC_LBL_SOCKADDR_STORAGE | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:512: warning: underquoted definition of AC_LBL_HP_PPA_INFO_T_DL_MODULE_ID_1 | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:538: warning: underquoted definition of AC_LBL_HAVE_RUN_PATH | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:564: warning: underquoted definition of AC_LBL_CHECK_TYPE | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:593: warning: underquoted definition of AC_LBL_UNALIGNED_ACCESS | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:698: warning: underquoted definition of AC_LBL_DEVEL | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:828: warning: underquoted definition of AC_LBL_LIBRARY_NET | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:851: warning: underquoted definition of AC_C___ATTRIBUTE__ | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:889: warning: underquoted definition of AC_LBL_TPACKET_STATS | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE | autoreconf: configure.ac: tracing | autoreconf: configure.ac: AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION | autoreconf: running: libtoolize --copy --force | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:45: warning: underquoted definition of AC_LBL_C_INIT | run info '(automake)Extending aclocal' | or see http://sources.redhat.com/automake/automake.html#Extending-aclocal | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:172: warning: underquoted definition of AC_LBL_C_INLINE | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:228: warning: underquoted definition of AC_LBL_LIBPCAP | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:296: warning: underquoted definition of AC_LBL_TYPE_SIGNAL | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:326: warning: underquoted definition of AC_LBL_FIXINCLUDES | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:372: warning: underquoted definition of AC_LBL_LEX_AND_YACC | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:425: warning: underquoted definition of AC_LBL_UNION_WAIT | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:454: warning: underquoted definition of AC_LBL_SOCKADDR_SA_LEN | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:479: warning: underquoted definition of AC_LBL_SOCKADDR_STORAGE | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:512: warning: underquoted definition of AC_LBL_HP_PPA_INFO_T_DL_MODULE_ID_1 | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:538: warning: underquoted definition of AC_LBL_HAVE_RUN_PATH | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:564: warning: underquoted definition of AC_LBL_CHECK_TYPE | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:593: warning: underquoted definition of AC_LBL_UNALIGNED_ACCESS | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:698: warning: underquoted definition of AC_LBL_DEVEL | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:828: warning: underquoted definition of AC_LBL_LIBRARY_NET | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:851: warning: underquoted definition of AC_C___ATTRIBUTE__ | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:889: warning: underquoted definition of AC_LBL_TPACKET_STATS | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE | autoreconf: running: /home/jbs/oe/akita/tmp/staging/i686-linux/bin/autoconf --include=/home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/m4/ --include=/home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal-1.9 --include=/home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal --force --warnings=cross | autoreconf: running: /home/jbs/oe/akita/tmp/staging/i686-linux/bin/autoheader --include=/home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/m4/ --include=/home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal-1.9 --include=/home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal --force --warnings=cross | autoreconf: running: automake --foreign --add-missing --copy --force-missing --warnings=cross | automake: unknown warning category `cross' | src/libw32dll/wine/Makefile.am:3: LIBTOOL multiply defined in condition TRUE ... | misc/Makefile.common:1: ... `LIBTOOL' previously defined here | src/libw32dll/wine/Makefile.am:1: `misc/Makefile.common' included from here | src/xine-engine/Makefile.am:6: LIBTOOL multiply defined in condition TRUE ... | misc/Makefile.common:1: ... `LIBTOOL' previously defined here | src/xine-engine/Makefile.am:1: `misc/Makefile.common' included from here | src/xine-utils/Makefile.am:3: LIBTOOL multiply defined in condition TRUE ... | misc/Makefile.common:1: ... `LIBTOOL' previously defined here | src/xine-utils/Makefile.am:1: `misc/Makefile.common' included from here | autoreconf: running: gnu-configize | autoreconf: Leaving directory `.' | NOTE: Running /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure --build=i686-linux --host=arm-angstrom-linux-gnueabi --target=arm-angstrom-linux-gnueabi --prefix=/usr --exec_prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --datadir=/usr/share --sysconfdir=/etc --sharedstatedir=/usr/com --localstatedir=/var --libdir=/usr/lib --includedir=/usr/include --oldincludedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man -with-zlib-path=/home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi --with-vorbis-prefix=/home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi --disable-oggtest --with-ogg-prefix=/home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi --disable-altivec --disable-vis --disable-mlib --disable-fb --disable-alsa --disable-vcd --disable-asf --disable-faad --disable-iconv --without-v4l --without-arts --without-sdl --without-xv --without-xxmc --without-xvmc --with-x --x-includes=/home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/include/X11 --x-libraries=/home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/lib ... | configure: loading site script /home/jbs/oe/org.openembedded.dev/site/endian-little | configure: loading site script /home/jbs/oe/org.openembedded.dev/site/common-glibc | configure: loading site script /home/jbs/oe/org.openembedded.dev/site/arm-common | configure: loading site script /home/jbs/oe/org.openembedded.dev/site/arm-linux | configure: loading site script /home/jbs/oe/org.openembedded.dev/site/common | configure: loading site script /home/jbs/oe/org.openembedded.dev/site/common | checking build system type... i686-pc-linux-gnu | checking host system type... arm-angstrom-linux-gnueabi | checking target system type... arm-angstrom-linux-gnueabi | checking for a BSD-compatible install... /home/jbs/oe/akita/tmp/staging/i686-linux/bin/install -c | checking whether build environment is sane... yes | checking for gawk... gawk | checking whether make sets $(MAKE)... yes | checking for arm-angstrom-linux-gnueabi-strip... arm-angstrom-linux-gnueabi-strip | checking for style of include used by make... GNU | checking for arm-angstrom-linux-gnueabi-gcc... ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale | checking for C compiler default output file name... a.out | checking whether the C compiler works... yes | checking whether we are cross compiling... yes | checking for suffix of executables... | checking for suffix of object files... o | checking whether we are using the GNU C compiler... yes | checking whether ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale accepts -g... yes | checking for ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale option to accept ISO C89... none needed | checking dependency style of ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale... gcc3 | checking for strerror in -lcposix... no | checking for arm-angstrom-linux-gnueabi-gcc... (cached) ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale | checking whether we are using the GNU C compiler... (cached) yes | checking whether ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale accepts -g... (cached) yes | checking for ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale option to accept ISO C89... (cached) none needed | checking dependency style of ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale... (cached) gcc3 | checking how to run the C preprocessor... arm-angstrom-linux-gnueabi-gcc -E | checking for grep that handles long lines and -e... /home/jbs/oe/akita/tmp/staging/i686-linux/bin/grep | checking for egrep... /home/jbs/oe/akita/tmp/staging/i686-linux/bin/grep -E | checking for ANSI C header files... yes | checking whether make sets $(MAKE)... (cached) yes | checking for a BSD-compatible install... /home/jbs/oe/akita/tmp/staging/i686-linux/bin/install -c | checking whether ln -s works... yes | checking for gawk... (cached) gawk | checking for inline... inline | checking for a sed that does not truncate output... /bin/sed | checking for ld used by ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale... arm-angstrom-linux-gnueabi-ld | checking if the linker (arm-angstrom-linux-gnueabi-ld) is GNU ld... yes | checking for arm-angstrom-linux-gnueabi-ld option to reload object files... -r | checking for BSD-compatible nm... /home/jbs/oe/akita/tmp/cross/bin/arm-angstrom-linux-gnueabi-nm -B | checking how to recognise dependent libraries... pass_all | checking for sys/types.h... yes | checking for sys/stat.h... yes | checking for stdlib.h... yes | checking for string.h... yes | checking for memory.h... yes | checking for strings.h... yes | checking for inttypes.h... yes | checking for stdint.h... yes | checking for unistd.h... yes | checking dlfcn.h usability... yes | checking dlfcn.h presence... yes | checking for dlfcn.h... yes | checking whether we are using the GNU C++ compiler... yes | checking whether ccache arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale accepts -g... yes | checking dependency style of ccache arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale... gcc3 | checking how to run the C++ preprocessor... ccache arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale -E | checking for arm-angstrom-linux-gnueabi-g77... ccache arm-angstrom-linux-gnueabi-g77 -march=armv5te -mtune=xscale | checking whether we are using the GNU Fortran 77 compiler... no | checking whether ccache arm-angstrom-linux-gnueabi-g77 -march=armv5te -mtune=xscale accepts -g... no | checking the maximum length of command line arguments... 32768 | checking command to parse /home/jbs/oe/akita/tmp/cross/bin/arm-angstrom-linux-gnueabi-nm -B output from ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale object... ok | checking for objdir... .libs | checking for arm-angstrom-linux-gnueabi-ar... arm-angstrom-linux-gnueabi-ar | checking for arm-angstrom-linux-gnueabi-ranlib... arm-angstrom-linux-gnueabi-ranlib | checking for arm-angstrom-linux-gnueabi-strip... (cached) arm-angstrom-linux-gnueabi-strip | checking if ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale static flag works... yes | checking if ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale supports -fno-rtti -fno-exceptions... no | checking for ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale option to produce PIC... -fPIC | checking if ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale PIC flag -fPIC works... yes | checking if ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale supports -c -o file.o... yes | checking whether the ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale linker (arm-angstrom-linux-gnueabi-ld) supports shared libraries... yes | checking whether -lc should be explicitly linked in... no | checking dynamic linker characteristics... GNU/Linux ld.so | checking how to hardcode library paths into programs... immediate | checking whether stripping libraries is possible... yes | checking for shl_load... no | checking for shl_load in -ldld... no | checking for dlopen... no | checking for dlopen in -ldl... yes | checking whether a program can dlopen itself... cross | checking if libtool supports shared libraries... yes | checking whether to build shared libraries... yes | checking whether to build static libraries... no | configure: creating arm-angstrom-linux-gnueabi-libtool | appending configuration tag "CXX" to arm-angstrom-linux-gnueabi-libtool | checking for ld used by ccache arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale... arm-angstrom-linux-gnueabi-ld | checking if the linker (arm-angstrom-linux-gnueabi-ld) is GNU ld... yes | checking whether the ccache arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale linker (arm-angstrom-linux-gnueabi-ld) supports shared libraries... yes | checking for ccache arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale option to produce PIC... -fPIC | checking if ccache arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale PIC flag -fPIC works... yes | checking if ccache arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale supports -c -o file.o... yes | checking whether the ccache arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale linker (arm-angstrom-linux-gnueabi-ld) supports shared libraries... yes | checking dynamic linker characteristics... GNU/Linux ld.so | checking how to hardcode library paths into programs... immediate | checking whether stripping libraries is possible... yes | checking for shl_load... (cached) no | checking for shl_load in -ldld... (cached) no | checking for dlopen... (cached) no | checking for dlopen in -ldl... (cached) yes | checking whether a program can dlopen itself... (cached) cross | appending configuration tag "F77" to arm-angstrom-linux-gnueabi-libtool | checking if libtool supports shared libraries... yes | checking whether to build shared libraries... yes | checking whether to build static libraries... no | checking for ccache arm-angstrom-linux-gnueabi-g77 -march=armv5te -mtune=xscale option to produce PIC... -fPIC | checking if ccache arm-angstrom-linux-gnueabi-g77 -march=armv5te -mtune=xscale PIC flag -fPIC works... no | checking if ccache arm-angstrom-linux-gnueabi-g77 -march=armv5te -mtune=xscale supports -c -o file.o... no | checking whether the ccache arm-angstrom-linux-gnueabi-g77 -march=armv5te -mtune=xscale linker (arm-angstrom-linux-gnueabi-ld) supports shared libraries... yes | checking dynamic linker characteristics... arm-angstrom-linux-gnueabi-g77: No such file or directory | GNU/Linux ld.so | checking how to hardcode library paths into programs... immediate | checking whether stripping libraries is possible... yes | checking for arm-angstrom-linux-gnueabi-ranlib... (cached) arm-angstrom-linux-gnueabi-ranlib | checking for an ANSI C-conforming const... yes | checking for off_t... yes | checking for size_t... yes | checking for working alloca.h... yes | checking for alloca... yes | checking for stdlib.h... (cached) yes | checking for unistd.h... (cached) yes | checking for getpagesize... yes | checking for working mmap... (cached) yes | checking whether we are using the GNU C Library 2.1 or newer... yes | checking argz.h usability... yes | checking argz.h presence... yes | checking for argz.h... yes | checking limits.h usability... yes | checking limits.h presence... yes | checking for limits.h... yes | checking locale.h usability... yes | checking locale.h presence... yes | checking for locale.h... yes | checking nl_types.h usability... yes | checking nl_types.h presence... yes | checking for nl_types.h... yes | checking malloc.h usability... yes | checking malloc.h presence... yes | checking for malloc.h... yes | checking stddef.h usability... yes | checking stddef.h presence... yes | checking for stddef.h... yes | checking for stdlib.h... (cached) yes | checking for string.h... (cached) yes | checking for unistd.h... (cached) yes | checking sys/param.h usability... yes | checking sys/param.h presence... yes | checking for sys/param.h... yes | checking for feof_unlocked... yes | checking for fgets_unlocked... yes | checking for getcwd... yes | checking for getegid... yes | checking for geteuid... yes | checking for getgid... yes | checking for getuid... yes | checking for mempcpy... yes | checking for munmap... yes | checking for putenv... yes | checking for setenv... yes | checking for setlocale... yes | checking for stpcpy... yes | checking for strchr... yes | checking for strcasecmp... yes | checking for strdup... yes | checking for strtoul... yes | checking for tsearch... yes | checking for __argz_count... yes | checking for __argz_stringify... yes | checking for __argz_next... yes | checking for iconv... yes | checking for iconv declaration... | extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | checking for nl_langinfo and CODESET... yes | checking for LC_MESSAGES... yes | checking whether NLS is requested... yes | checking whether included gettext is requested... no | checking libintl.h usability... yes | checking libintl.h presence... yes | checking for libintl.h... yes | checking for GNU gettext in libc... yes | checking for dcgettext... yes | checking for msgfmt... /home/jbs/oe/akita/tmp/staging/i686-linux/bin/msgfmt | checking for gmsgfmt... /home/jbs/oe/akita/tmp/staging/i686-linux/bin/msgfmt | checking for xgettext... /home/jbs/oe/akita/tmp/staging/i686-linux/bin/xgettext | checking for bison... bison | checking version of bison... 2.0, ok | checking for catalogs to be installed... fr pt_BR de sk es pl cs it | checking for plural forms in GNU msgfmt... yes | checking whether byte ordering is bigendian... (cached) no | checking for an ANSI C-conforming const... (cached) yes | checking for inline... (cached) inline | checking for always_inline... yes | checking for off_t... (cached) yes | checking for size_t... (cached) yes | checking for long... yes | checking size of long... (cached) 4 | checking for ssize_t... yes | checking for pthread_create in -lpthread... yes | checking for dlopen in -lc... no | checking for dlopen in -ldl... (cached) yes | checking libdir name... lib | checking whether lrintf is declared... yes | checking for int_fast8_t... yes | using included ffmpeg | checking for X... libraries /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/lib, headers /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/include/X11 | checking whether -R must be followed by a space... neither works | checking for gethostbyname... yes | checking for connect... yes | checking for remove... yes | checking for shmat... yes | checking for IceConnectionNumber in -lICE... yes | checking for socket in -lsocket... no | checking for gethostbyname in -lnsl... yes | checking for socklen_t... socklen_t | IPv6 is disabled | checking for gzsetparams in -lz... yes | checking zlib.h usability... yes | checking zlib.h presence... yes | checking for zlib.h... yes | checking for clock_getres in -lrt... yes | checking for glBegin in -lGL... yes | checking GL/gl.h usability... yes | checking GL/gl.h presence... yes | checking for GL/gl.h... yes | checking for glutInit in -lglut... no | checking for gluPerspective in -lGLU... yes | checking linux/videodev.h usability... yes | checking linux/videodev.h presence... yes | checking for linux/videodev.h... yes | checking for libXv.so... found libXv.so in /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/lib | checking for XvShmCreateImage in -lXv... yes | checking whether to enable the xxmc plugin with vld extensions... | checking for XvMCPutSlice in -lXvMCW... no | *** Could not link with -lXvMCW for vld extensions. | checking for XvMCCreateContext in -lXvMCW... no | *** Could not link with -lXvMCW for standard XvMC. | *** Disabling xxmc plugin due to above errors. | checking whether to enable the xvmc plugin... | checking for XvMCCreateContext in -lXvMCW... (cached) no | *** Could not link with -lXvMCW. | *** Disabling old xvmc plugin due to above errors. | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 30685: 0: command not found | checking for XineramaQueryExtension in -lXinerama... no | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 30772: 0: command not found | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 30785: 0: command not found | checking sys/fbio.h usability... no | checking sys/fbio.h presence... no | checking for sys/fbio.h... no | checking for XDgaGrabDrawable in -ldga... no | checking linux/fb.h usability... yes | checking linux/fb.h presence... yes | checking for linux/fb.h... yes | checking for pkg-config... /home/jbs/oe/akita/tmp/staging/i686-linux/bin/pkg-config | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 31438: 0: command not found | checking for Libstk... no | *** All of Libstk dependent parts will be disabled *** | checking for polypaudio... no | *** All of polypaudio dependent parts will be disabled *** | checking for DirectX... no | *** All DirectX dependent parts will be disabled *** | *** checking for a supported mpeg encoder | checking for fame_open in -lfame... no | checking for rte_init in -lrte... no | *** no external mpeg encoder found | checking for vidix support... no | checking for DHA linux kernel module build... no | checking for mknod... mknod | checking for depmod... depmod | checking for Ogg... yes | checking for Vorbis... cross compiling; assumed OK... | yes | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 32998: 0: command not found | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 33011: 0: command not found | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 33024: 0: command not found | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 33038: 0: command not found | checking for libpng-config... /home/jbs/oe/akita/tmp/staging/i686-linux/bin/arm-angstrom-linux-gnueabi/libpng-config | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 33189: 0: command not found | checking for OSS audio support... yes | checking for esd-config... /home/jbs/oe/akita/tmp/staging/i686-linux/bin/arm-angstrom-linux-gnueabi/esd-config | checking for ESD - version >= 0.2.8... cross compiling; assumed OK... | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 34296: syntax error near unexpected token `}' | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 34296: `echo "${ECHO_T}*** All of ESD dependent parts will be disabled ***" >&6; }' | FATAL: oe_runconf failed NOTE: Task failed: /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/temp/log.do_configure.16156 NOTE: package libxine-x11-1.0-r0: task do_configure: failed ERROR: TaskFailed event exception, aborting NOTE: package libxine-x11-1.0: failed ERROR: Build of /home/jbs/oe/org.openembedded.dev/packages/libxine/libxine-x11_1.0.bb do_configure failed ERROR: Task 5 (/home/jbs/oe/org.openembedded.dev/packages/libxine/libxine-x11_1.0.bb, do_configure) failed NOTE: Tasks Summary: Attempted 1053 tasks of which 1045 didn't need to be rerun and 1 failed. ERROR: '/home/jbs/oe/org.openembedded.dev/packages/libxine/libxine-x11_1.0.bb' failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 27 16:20:03 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 09:20:03 -0700 (PDT) Subject: [oe-issues] [Bug 3073] libetpan fails to link with gnutls In-Reply-To: Message-ID: <20070927162003.3EDC8401C8A@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3073 --- Comment #2 from Graeme Gregory 2007-09-27 09:20:03 --- NOTE: package libetpan-0.52: completed I added the original and I have just double checked and it builds here. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 27 20:18:33 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 13:18:33 -0700 (PDT) Subject: [oe-issues] [Bug 3075] New: screen takes long time to start due to huge termcap file Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3075 Summary: screen takes long time to start due to huge termcap file Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: ploetz at informatik.hu-berlin.de Created an attachment (id=3094) --> (http://bugs.openembedded.org/attachment.cgi?id=3094) New termcap-mini package About two weeks ago, screen in the openmoko builds started to take very long to initially load and then for each new screen to be opened. I straced the problem and found that it is due to the recent addition of the 700kb big /etc/termcap file in revision 838a60f4684a5fe71ade31d05fb35609808420d1. screen takes about two seconds to load the file to memory and then about 15 seconds to parse it. As the file is necessary for the correct operation of libvte (and thus openmoko-terminal2) it can't just be removed. Instead I'd suggest stripping it down and removing all but the most essential lines, with a command such as tic -C -e $(echo `grep ^xterm termtypes.tc | cut -d "|" -f 1` | cut -d " " -f - --output-delimiter=,) termtypes.tc which will only output those termcap lines that relate to xterm terminals. I confirmed that openmoko-terminal2 works fine with that and the file size is reduced from 700kb to 11kb. I'll attach a patch for a new termcap-mini bitbake recipe that will install this minimal version. Reproducible: always Steps to reproduce: 1. Install termcap (or have it pulled in via a dependency) and screen on a low-cpu power device 2. Start screen 3. Dismiss the welcome screen 4. Open a new screen with Ctrl-a c Actual results: About 15 seconds delay with 100% CPU usage after each of the steps 2, 3 and 4 Expected results: Instantaneous response -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 28 01:04:19 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 18:04:19 -0700 (PDT) Subject: [oe-issues] [Bug 3076] New: opie-mediaplayer2 doesn't build on fresh OE/angstrom Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3076 Summary: opie-mediaplayer2 doesn't build on fresh OE/angstrom Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: nkwigeih at gmail.com Created an attachment (id=3095) --> (http://bugs.openembedded.org/attachment.cgi?id=3095) build log opie-mediaplayer2 doesn't build on fresh OE/angstrom OPIE_SRCDATE=20070922, oe/angstrom as of date of this bugreport -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 28 03:58:14 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 20:58:14 -0700 (PDT) Subject: [oe-issues] [Bug 2730] updated recipes for new classpath versions In-Reply-To: Message-ID: <20070928035814.D48F54000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2730 Cliff Brake changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cliff.brake at gmail.com --- Comment #1 from Cliff Brake 2007-09-27 20:58:14 --- thanks for the updated packages. I get the following when building: NOTE: package classpath-minimal-0.95: started NOTE: package classpath-minimal-0.95-r0: task do_package: started ERROR: ------------------- ERROR: classpath-minimal is listed in PACKAGES multiple times, this leads to packaging errors. ERROR: Please fix the metadata/report this as bug to OE bugtracker. ERROR: ------------------- ERROR: ------------------- ERROR: classpath-minimal-doc is listed in PACKAGES multiple times, this leads to packaging errors. ERROR: Please fix the metadata/report this as bug to OE bugtracker. ERROR: ------------------- ERROR: ------------------- ERROR: classpath-minimal-dev is listed in PACKAGES multiple times, this leads to packaging errors. ERROR: Please fix the metadata/report this as bug to OE bugtracker. ERROR: ------------------- NOTE: the following files were installed but not shipped in any package: NOTE: /usr/lib/classpath/libjavaio.la NOTE: /usr/lib/classpath/libjavalang.la NOTE: /usr/lib/classpath/libjavalangreflect.la NOTE: /usr/lib/classpath/libjavalangmanagement.la NOTE: /usr/lib/classpath/libjavanet.la NOTE: /usr/lib/classpath/libjavanio.la NOTE: /usr/lib/classpath/libjavautil.la NOTE: DO PACKAGE QA NOTE: Checking Package: classpath-minimal-common __builtin__:27: DeprecationWarning: raising a string exception is deprecated NOTE: Checking Package: classpath-minimal-examples NOTE: Checking Package: classpath-minimal-tools NOTE: Checking Package: classpath-minimal-tools-doc NOTE: Checking Package: classpath-minimal-gtk NOTE: Checking Package: classpath-minimal-gconf NOTE: Checking Package: classpath-minimal-doc NOTE: Checking Package: classpath-minimal-dev NOTE: Checking Package: classpath-minimal ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavaio.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavalang.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavalangreflect.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavalangmanagement.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavanet.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavanio.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavautil.so' NOTE: Checking Package: classpath-minimal-dbg NOTE: Checking Package: classpath-minimal ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavaio.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavalang.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavalangreflect.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavalangmanagement.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavanet.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavanio.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavautil.so' NOTE: Checking Package: classpath-minimal-doc NOTE: Checking Package: classpath-minimal-dev NOTE: Checking Package: classpath-minimal-locale NOTE: DONE with PACKAGE QA NOTE: package classpath-minimal-0.95-r0: task do_package: completed NOTE: package classpath-minimal-0.95: completed NOTE: Running task 243 of 247 (ID: 2, /build/oe/build_targets/compulab-pxa270/openembedded/packages/classpath/classpath-minimal_0.95.bb, do_populate_staging) NOTE: package classpath-minimal-0.95: started NOTE: package classpath-minimal-0.95-r0: task do_populate_staging: started NOTE: package classpath-minimal-0.95-r0: task do_populate_staging: completed NOTE: package classpath-minimal-0.95: completed NOTE: Running task 244 of 247 (ID: 12, /build/oe/build_targets/compulab-pxa270/openembedded/packages/classpath/classpath-minimal_0.95.bb, do_package_write_ipk) NOTE: package classpath-minimal-0.95: started NOTE: package classpath-minimal-0.95-r0: task do_package_write_ipk: started Packaged contents of classpath-minimal-common into /build/oe/build_targets/compulab-pxa270/tmp/deploy/glibc/ipk/armv5te/classpath-minimal-common_0.95-r0_armv5te.ipk NOTE: Not creating empty archive for classpath-minimal-examples-0.95-r0 Packaged contents of classpath-minimal-tools into /build/oe/build_targets/compulab-pxa270/tmp/deploy/glibc/ipk/armv5te/classpath-minimal-tools_0.95-r0_armv5te.ipk Packaged contents of classpath-minimal-tools-doc into /build/oe/build_targets/compulab-pxa270/tmp/deploy/glibc/ipk/armv5te/classpath-minimal-tools-doc_0.95-r0_armv5te.ipk NOTE: Not creating empty archive for classpath-minimal-gtk-0.95-r0 NOTE: Not creating empty archive for classpath-minimal-gconf-0.95-r0 Packaged contents of classpath-minimal-doc into /build/oe/build_targets/compulab-pxa270/tmp/deploy/glibc/ipk/armv5te/classpath-minimal-doc_0.95-r0_armv5te.ipk Packaged contents of classpath-minimal-dev into /build/oe/build_targets/compulab-pxa270/tmp/deploy/glibc/ipk/armv5te/classpath-minimal-dev_0.95-r0_armv5te.ipk Packaged contents of classpath-minimal into /build/oe/build_targets/compulab-pxa270/tmp/deploy/glibc/ipk/armv5te/classpath-minimal_0.95-r0_armv5te.ipk Packaged contents of classpath-minimal-dbg into /build/oe/build_targets/compulab-pxa270/tmp/deploy/glibc/ipk/armv5te/classpath-minimal-dbg_0.95-r0_armv5te.ipk Packaged contents of classpath-minimal into /build/oe/build_targets/compulab-pxa270/tmp/deploy/glibc/ipk/armv5te/classpath-minimal_0.95-r0_armv5te.ipk Packaged contents of classpath-minimal-doc into /build/oe/build_targets/compulab-pxa270/tmp/deploy/glibc/ipk/armv5te/classpath-minimal-doc_0.95-r0_armv5te.ipk Packaged contents of classpath-minimal-dev into /build/oe/build_targets/compulab-pxa270/tmp/deploy/glibc/ipk/armv5te/classpath-minimal-dev_0.95-r0_armv5te.ipk NOTE: Not creating empty archive for classpath-minimal-locale-0.95-r0 NOTE: package classpath-minimal-0.95-r0: task do_package_write_ipk: completed NOTE: package classpath-minimal-0.95: completed NOTE: Running task 245 of 247 (ID: 3, /build/oe/build_targets/compulab-pxa270/openembedded/packages/classpath/classpath-minimal_0.95.bb, do_qa_staging) NOTE: package classpath-minimal-0.95: started NOTE: package classpath-minimal-0.95-r0: task do_qa_staging: started NOTE: QA checking staging NOTE: package classpath-minimal-0.95-r0: task do_qa_staging: completed NOTE: package classpath-minimal-0.95: completed NOTE: Running task 246 of 247 (ID: 1, -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 28 04:00:16 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 21:00:16 -0700 (PDT) Subject: [oe-issues] [Bug 2730] updated recipes for new classpath versions In-Reply-To: Message-ID: <20070928040016.094A640008A@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2730 --- Comment #2 from Cliff Brake 2007-09-27 21:00:15 --- I loaded classpath-minimal on an Xscale system, and it seems to run a simple program, but I get a lot of Alignment traps -- not sure if those are coming from classpath, or jamvm: root at compulab-pxa270:~$ jamvm myfirstjavaprog ... lots of alignment traps ... Alignment trap: jamvm (1339) PC=0x00011150 Instr=0x01c521f4 Address=0x0014e7d4 FSR 0x813 Alignment trap: jamvm (1339) PC=0x00011150 Instr=0x01c521f4 Address=0x0014e7ac FSR 0x813 Hello World! root at compulab-pxa270:~$ -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 28 04:48:12 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 21:48:12 -0700 (PDT) Subject: [oe-issues] [Bug 3076] opie-mediaplayer2 doesn't build on fresh OE/angstrom In-Reply-To: Message-ID: <20070928044812.98C084000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3076 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #1 from Koen Kooi 2007-09-27 21:48:12 --- Opie is still unsupported in angstrom: http://linuxtogo.org/gowiki/OpieWithAngstrom -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 28 08:14:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 28 Sep 2007 01:14:27 -0700 (PDT) Subject: [oe-issues] [Bug 3076] opie-mediaplayer2 doesn't build on fresh OE/angstrom In-Reply-To: Message-ID: <20070928081427.54EEE4000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3076 --- Comment #2 from Paul Sokolovsky 2007-09-28 01:14:27 --- And something like OPIE_SRCDATE=20070922 is not going to be supported at all, unless set by maintainers. There's OPIE 1.2.3 in OE, use that. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 04:19:05 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 28 Sep 2007 21:19:05 -0700 (PDT) Subject: [oe-issues] [Bug 3077] New: Notecase: Updated recipe for 1.6.6 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3077 Summary: Notecase: Updated recipe for 1.6.6 Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: cwixon at usa.net Created an attachment (id=3096) --> (http://bugs.openembedded.org/attachment.cgi?id=3096) .bb for Notecase 1.6.6 The version of Notecase (GTK+ hierarchical note manager) in the OE metadata is rather old - 1.2.6. Attached are a .bb file and patch for the latest version, 1.6.6. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 09:18:50 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 02:18:50 -0700 (PDT) Subject: [oe-issues] [Bug 3059] ezx-boot-usb-native-0.1.0+r2060-r1-do_compile In-Reply-To: Message-ID: <20070929091850.CCFD64000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3059 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #7 from Koen Kooi 2007-09-29 02:18:50 --- and close -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 09:21:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 02:21:20 -0700 (PDT) Subject: [oe-issues] [Bug 3078] New: networkmanager-0.7+svnr2914-r2-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3078 Summary: networkmanager-0.7+svnr2914-r2-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070929092049 for machine a1200 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 10:22:50 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 03:22:50 -0700 (PDT) Subject: [oe-issues] [Bug 3079] New: webkit-gtk-0.0+svnr25804-r1-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3079 Summary: webkit-gtk-0.0+svnr25804-r1-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070929101500 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 15:06:48 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 08:06:48 -0700 (PDT) Subject: [oe-issues] [Bug 3080] New: New package - gumstix wifistix kernel module Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3080 Summary: New package - gumstix wifistix kernel module Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: chris.dollar at gmail.com Created an attachment (id=3101) --> (http://bugs.openembedded.org/attachment.cgi?id=3101) bb file and patches for wifistix marvel wifi driver bb file and patches to build the marvel wireless driver used in gumstix wifi-enabled daughtercards. The build currently does not setup the modules to be autoloaded nor does it modify /etc/network/interfaces, but it is a start. This is my first attempt at creating a bb file, so please feel free to let me know if there are changes I need to make before its acceptable for submission. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 18:36:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 11:36:53 -0700 (PDT) Subject: [oe-issues] [Bug 3081] New: procps-3.2.7-r5-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3081 Summary: procps-3.2.7-r5-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070929112245 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 19:39:35 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 12:39:35 -0700 (PDT) Subject: [oe-issues] [Bug 3082] New: webkit-gtk-0.0+svnr25808-r25801-r1-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3082 Summary: webkit-gtk-0.0+svnr25808-r25801-r1-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070929193311 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 19:55:51 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 12:55:51 -0700 (PDT) Subject: [oe-issues] [Bug 3079] webkit-gtk-0.0+svnr25804-r1-do_compile In-Reply-To: Message-ID: <20070929195551.7AD7F400100@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3079 --- Comment #2 from Koen Kooi 2007-09-29 12:55:51 --- *** Bug 3082 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 19:55:51 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 12:55:51 -0700 (PDT) Subject: [oe-issues] [Bug 3082] webkit-gtk-0.0+svnr25808-r25801-r1-do_compile In-Reply-To: Message-ID: <20070929195551.5DF8C4000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3082 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #4 from Koen Kooi 2007-09-29 12:55:51 --- caused by upstream renaming from gdk to gtk *** This bug has been marked as a duplicate of bug 3079 *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 20:25:24 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 13:25:24 -0700 (PDT) Subject: [oe-issues] [Bug 3083] New: webkit-gtk-0.0+svnr25808-r25801-r1-do_install Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3083 Summary: webkit-gtk-0.0+svnr25808-r25801-r1-do_install Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070929195549 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 20:30:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 13:30:53 -0700 (PDT) Subject: [oe-issues] [Bug 3084] New: bitbake fails to parse gnome-keyring_2.20.bb Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3084 Summary: bitbake fails to parse gnome-keyring_2.20.bb Product: Openembedded Version: unspecified Platform: All OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: likewise at gmx.net bb 1.8.88 rev 975 Seems the gnome class assumes a "x.y.z" version string in the .bb, so rename 2.20 to 2.20.0 solves it. 1. NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance. 2. NOTE: Handling BitBake files: | (1053/4782) [22 %]NOTE: :'NoneType' object has no attribute 'group' while evaluating: 3. http://ftp.gnome.org/pub/GNOME/sources/gnome-keyring/${@gnome_verdir("2.20")}/gnome-keyring-2.20.tar.bz2 file://org.gnome.keyring.service 4. ERROR: Error in executing: 5. ERROR: Exception: Message:'NoneType' object has no attribute 'group' 6. ERROR: Printing the environment of the function 7. ERROR: 0001:def __anonfunc(): 8. ERROR: 0002: base_after_parse(d) 9. ERROR: 0003: 10. ERROR: 0004: import bb 11. ERROR: 0005: # do_patch tasks require PATCHTOOL-native to have staged 12. ERROR: 0006: patchdeps = bb.data.getVar("PATCHTOOL", d, True) 13. ERROR: 0007: if patchdeps: 14. ERROR: 0008: patchdeps = "%s-native" % patchdeps 15. ERROR: 'NoneType' object has no attribute 'group' while parsing /home/leon/sandbox/openembedded/org.openembedded.dev/packages/gnome/gnome-keyring_2.20.bb 16. NOTE: Handling BitBake files: / (4782/4782) [100 %] 17. NOTE: Parsing finished. 0 cached, 4532 parsed, 249 skipped, 0 masked. 18. ERROR: Parsing errors found, exiting... Total Paste Views: 4 ? Trackback (0) ? PermaLink ? 1. NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance. 2. NOTE: Handling BitBake files: | (1053/4782) [22 %]NOTE: :'NoneType' object has no attribute 'group' while evaluating: 3. http://ftp.gnome.org/pub/GNOME/sources/gnome-keyring/${@gnome_verdir("2.20")}/gnome-keyring-2.20.tar.bz2 file://org.gnome.keyring.service 4. ERROR: Error in executing: 5. ERROR: Exception: Message:'NoneType' object has no attribute 'group' 6. ERROR: Printing the environment of the function 7. ERROR: 0001:def __anonfunc(): 8. ERROR: 0002: base_after_parse(d) 9. ERROR: 0003: 10. ERROR: 0004: import bb 11. ERROR: 0005: # do_patch tasks require PATCHTOOL-native to have staged 12. ERROR: 0006: patchdeps = bb.data.getVar("PATCHTOOL", d, True) 13. ERROR: 0007: if patchdeps: 14. ERROR: 0008: patchdeps = "%s-native" % patchdeps 15. ERROR: 'NoneType' object has no attribute 'group' while parsing /home/leon/sandbox/openembedded/org.openembedded.dev/packages/gnome/gnome-keyring_2.20.bb 16. NOTE: Handling BitBake files: / (4782/4782) [100 %] 17. NOTE: Parsing finished. 0 cached, 4532 parsed, 249 skipped, 0 masked. 18. ERROR: Parsing errors found, exiting... -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 20:39:41 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 13:39:41 -0700 (PDT) Subject: [oe-issues] [Bug 3084] bitbake fails to parse gnome-keyring_2.20.bb In-Reply-To: Message-ID: <20070929203941.EBA934000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3084 Leon Woestenberg changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Leon Woestenberg 2007-09-29 13:39:41 --- Committed rename fix as proposed. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 20:59:08 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 13:59:08 -0700 (PDT) Subject: [oe-issues] [Bug 3083] webkit-gtk-0.0+svnr25808-r25801-r1-do_install In-Reply-To: Message-ID: <20070929205908.29F724000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3083 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Koen Kooi 2007-09-29 13:59:07 --- another victim of gdk-> gtk renaming *** This bug has been marked as a duplicate of bug 3079 *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 20:59:08 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 13:59:08 -0700 (PDT) Subject: [oe-issues] [Bug 3079] webkit-gtk-0.0+svnr25804-r1-do_compile In-Reply-To: Message-ID: <20070929205908.4506D400100@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3079 --- Comment #3 from Koen Kooi 2007-09-29 13:59:07 --- *** Bug 3083 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 21:56:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 14:56:27 -0700 (PDT) Subject: [oe-issues] [Bug 3079] webkit-gtk-0.0+svnr25804-r1-do_compile In-Reply-To: Message-ID: <20070929215627.8F75D4000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3079 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Koen Kooi 2007-09-29 14:56:27 --- fixed in ab9178fffd711f7ee9718ac0469fc41d9307ddf7 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 22:51:22 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 15:51:22 -0700 (PDT) Subject: [oe-issues] [Bug 3085] New: gcc-cross-4.2.1 fails to build Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3085 Summary: gcc-cross-4.2.1 fails to build Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: nkwigeih at gmail.com gcc-cross-4.2.1 fails to build due to inabilty to find fortran compiler at secondary configure pass -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 30 14:02:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 30 Sep 2007 07:02:53 -0700 (PDT) Subject: [oe-issues] [Bug 1380] HEAD uClibc build fails on uClibc install In-Reply-To: Message-ID: <20070930140253.5383F40008A@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=1380 N?stor Amigo Cairo changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nestorac at gmail.com Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #4 from N?stor Amigo Cairo 2007-09-30 07:02:52 --- Hello!! I'm having the same problem in x86 Architecture, and solved it the same way. Is it a different file, or maybe a fallback?? I have fixed it the same way, just editing packages/uclibc/uclibc.inc and changing do_stage for do_install_prepend. Thanks!!!! -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 30 15:46:16 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 30 Sep 2007 08:46:16 -0700 (PDT) Subject: [oe-issues] [Bug 3086] New: linux-ezx-2.6.21-ezxdev-r24-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3086 Summary: linux-ezx-2.6.21-ezxdev-r24-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070930154457 for machine a1200 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 30 16:19:42 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 30 Sep 2007 09:19:42 -0700 (PDT) Subject: [oe-issues] [Bug 3086] linux-ezx-2.6.21-ezxdev-r24-do_compile In-Reply-To: Message-ID: <20070930161942.7EE964000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3086 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #4 from Koen Kooi 2007-09-30 09:19:42 --- invalid -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 30 19:43:56 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 30 Sep 2007 12:43:56 -0700 (PDT) Subject: [oe-issues] [Bug 3087] New: dbus-glib-0.72-r0-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3087 Summary: dbus-glib-0.72-r0-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070930194320 for machine ep93xx -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 30 19:49:05 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 30 Sep 2007 12:49:05 -0700 (PDT) Subject: [oe-issues] [Bug 3088] New: ixp4xx-npe-native-2.4-r0-do_fetch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3088 Summary: ixp4xx-npe-native-2.4-r0-do_fetch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070930194755 for machine nslu2le -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 30 20:34:42 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 30 Sep 2007 13:34:42 -0700 (PDT) Subject: [oe-issues] [Bug 3042] NOTE: package gconf-dbus-2.16.0+svnr1-r3: task do_fetch: started In-Reply-To: Message-ID: <20070930203442.E02B04000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3042 --- Comment #1 from N?stor Amigo Cairo 2007-09-30 13:34:42 --- Hello. Same problem for me. Fixed using a svn command through do_fetch, but then get other errors. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 30 20:53:09 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 30 Sep 2007 13:53:09 -0700 (PDT) Subject: [oe-issues] [Bug 3081] procps-3.2.7-r5-do_compile In-Reply-To: Message-ID: <20070930205309.18A054000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3081 Michael Krelin changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #8 from Michael Krelin 2007-09-30 13:53:08 --- fixed in the revision I can't easily paste, since it's on the other computer ;-) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 30 21:05:50 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 30 Sep 2007 14:05:50 -0700 (PDT) Subject: [oe-issues] [Bug 3089] New: gcc-cross-4.1.2-r9-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3089 Summary: gcc-cross-4.1.2-r9-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070930205421 for machine ixp4xxle -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 1 00:30:45 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 31 Aug 2007 17:30:45 -0700 (PDT) Subject: [oe-issues] [Bug 2905] New: python-pygtk does not provide working "import gtk" Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2905 Summary: python-pygtk does not provide working "import gtk" Product: Openembedded Version: Angstrom Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: kristian at mput.de python-pygtk depends on python-pygobject. It's in the DEPENDS but the pkg-config is only included in the -dev package. At least the .pth file is also missing. It's provided by python-pygobject with the other pygtk.* files but not with any python-pygtk package. root at fic-gta01:/media/card$ python Python 2.5.1 (r251:54863, Aug 24 2007, 16:00:14) [GCC 4.1.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import gtk Traceback (most recent call last): File "", line 1, in ImportError: No module named gtk >>> import sys >>> sys.path ['', '/usr/lib/python25.zip', '/usr/lib/python2.5', '/usr/lib/python2.5/plat-linux2', '/usr/lib/python2.5/lib-tk', '/usr/lib/python2.5/lib-dynload', '/usr/lib/python2.5/site-packages'] >>> sys.path.append('/usr/lib/python2.5/site-packages/gtk-2.0') >>> import gtk Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py", line 26, in from _gtk import * ImportError: could not import gobject > -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 1 00:41:38 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 31 Aug 2007 17:41:38 -0700 (PDT) Subject: [oe-issues] [Bug 2767] spitz: Unable to adjust brightness with FN+3/4 keys within GPE In-Reply-To: Message-ID: <20070901004138.8CE904285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2767 Cl?ment Hermann changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |2326 --- Comment #3 from Cl?ment Hermann 2007-08-31 17:41:38 --- Ok, I've found the problem : the fix for bug #2326 breaks keylaunch. I made this bug depends on #2326. Easy fix if you don't care about minimo handling of Fn key : comment the two last lines in /etc/X11/slcXXXX.xmodmap with a ! : !add mod5 = Mode_switch !remove mod4 = Mode_switch -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 1 00:42:37 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 31 Aug 2007 17:42:37 -0700 (PDT) Subject: [oe-issues] [Bug 2326] minimo not aware of Fn key In-Reply-To: Message-ID: <20070901004237.B98704285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2326 --- Comment #12 from Cl?ment Hermann 2007-08-31 17:42:37 --- Unfortunately, this fix breaks keylaunch. It prevents Fn key to be used in keylaunch. To use this fix, we also need to modify keylaunch (or to find a better way to fix this problem. Just made this bug block #2767. Cheers, Cl?ment Hermann (nodens) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 1 01:00:49 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 31 Aug 2007 18:00:49 -0700 (PDT) Subject: [oe-issues] [Bug 2326] minimo not aware of Fn key In-Reply-To: Message-ID: <20070901010049.B307A4285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2326 --- Comment #13 from Cl?ment Hermann 2007-08-31 18:00:49 --- Note : a s/Mod4Mask/Mod5Mask/g on keylaunch.c should make the trick in keylaunch. But what would be the impact on other machines ? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 1 05:51:13 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 31 Aug 2007 22:51:13 -0700 (PDT) Subject: [oe-issues] [Bug 2894] eglibc should provide glibc packages when chosen as default libc In-Reply-To: Message-ID: <20070901055113.23BCF4285B0@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2894 --- Comment #4 from Koen Kooi 2007-08-31 22:51:12 --- I guess I should learn how to write better sed scripts :) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 1 08:49:06 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 1 Sep 2007 01:49:06 -0700 (PDT) Subject: [oe-issues] [Bug 2906] New: /proc/arm stays permanent Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2906 Summary: /proc/arm stays permanent Product: Openembedded Version: Angstrom Platform: PowerPC OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: mitroshin at gmail.com 1. I compiled source from 20070826 (with option ext3=y in defconfig) for ipaq hx4700 (bitbake 1.8.8, monotone 0.35 from 20070826). 2. Today my battery indicator shows permanent battery life - 100%. 3. I've inspected /proc/apm - it stays permanent. Why? How to repair this? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 00:45:56 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 1 Sep 2007 17:45:56 -0700 (PDT) Subject: [oe-issues] [Bug 2907] New: IndentationError on package_ipk.bbclass Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2907 Summary: IndentationError on package_ipk.bbclass Product: Openembedded Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: blocker Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: cesarb at cesarb.net Buiding with MokoMakefile fails at openocd-native with an IndentationError, which seems to come from package_ipk.bbclass (the line in the error message is misindented there). The commit which added the offending line seems to be 4ab5dc0f4ce672782407d5b484e2319fd8c6e6dc (http://lists.linuxtogo.org/pipermail/openembedded-commits/2007-September/008470.html) NOTE: package openocd-native-0.0+svn20070902: started NOTE: package openocd-native-0.0+svn20070902-r0: task do_package_write: started ERROR: Error in compiling: ERROR: The lines resulting into this error were: ERROR: 54:IndentationError:' bb.data.setVar('ROOT', '', localdata)' ERROR: Printing the environment of the function ERROR: 0050: root = "%s/install/%s" % (workdir, pkg) ERROR: 0051: ERROR: 0052: lf = lockfile(root + ".lock") ERROR: 0053: ERROR: 0054: bb.data.setVar('ROOT', '', localdata) ERROR: 0055: bb.data.setVar('ROOT_%s' % pkg, root, localdata) ERROR: 0056: pkgname = bb.data.getVar('PKG_%s' % pkg, localdata, 1) ERROR: 0057: if not pkgname: ERROR: 0058: pkgname = pkg ERROR: Error in executing: ERROR: Exception: Message:1 ERROR: Printing the environment of the function ERROR: Error in executing: ERROR: Exception: Message:1 ERROR: Printing the environment of the function ERROR: Error in executing: ERROR: Exception: Message:1 ERROR: Printing the environment of the function -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 01:35:59 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 1 Sep 2007 18:35:59 -0700 (PDT) Subject: [oe-issues] [Bug 2907] IndentationError on package_ipk.bbclass In-Reply-To: Message-ID: <20070902013559.696674285B0@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2907 Cesar Eduardo Barros changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Cesar Eduardo Barros 2007-09-01 18:35:59 --- Seems to have been fixed on revision 3cb55f3839ae88970dfa5acd881fccfbd3a79fc8 (http://lists.linuxtogo.org/pipermail/openembedded-commits/2007-September/008480.html) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 07:38:58 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 00:38:58 -0700 (PDT) Subject: [oe-issues] [Bug 2910] New: gcc-cross-initial-4.1.2-r6-do_unpack Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2910 Summary: gcc-cross-initial-4.1.2-r6-do_unpack Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070902071819 for machine ep93xx -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 07:38:58 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 00:38:58 -0700 (PDT) Subject: [oe-issues] [Bug 2908] New: libtool-native-1.5.10-r6-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2908 Summary: libtool-native-1.5.10-r6-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070902071819 for machine ep93xx -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 07:38:58 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 00:38:58 -0700 (PDT) Subject: [oe-issues] [Bug 2909] New: glibc-intermediate-2.5-r6-do_unpack Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2909 Summary: glibc-intermediate-2.5-r6-do_unpack Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070902071819 for machine ep93xx -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 09:19:22 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 02:19:22 -0700 (PDT) Subject: [oe-issues] [Bug 2908] libtool-native-1.5.10-r6-do_compile In-Reply-To: Message-ID: <20070902091922.A65864285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2908 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Koen Kooi 2007-09-02 02:19:22 --- build restarted for bbclass changes -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 09:19:35 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 02:19:35 -0700 (PDT) Subject: [oe-issues] [Bug 2909] glibc-intermediate-2.5-r6-do_unpack In-Reply-To: Message-ID: <20070902091935.9AA2E4285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2909 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Koen Kooi 2007-09-02 02:19:35 --- build restarted for bbclass changes -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 09:19:44 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 02:19:44 -0700 (PDT) Subject: [oe-issues] [Bug 2910] gcc-cross-initial-4.1.2-r6-do_unpack In-Reply-To: Message-ID: <20070902091944.494434285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2910 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Koen Kooi 2007-09-02 02:19:44 --- build restarted for bbclass changes -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 13:20:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 06:20:20 -0700 (PDT) Subject: [oe-issues] [Bug 2598] angstrom simpad gpe: metabug suspend with power button does not work In-Reply-To: Message-ID: <20070902132020.C72984285B0@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2598 --- Comment #5 from Bernhard Guillon 2007-09-02 06:20:20 --- I wrote a power off daemon which reads out a given event file, and does apm -s if power key is pressed. In simpads case it reads out gpio-keys and watches for KEY_POWER event - but it is fully configurable. I needed to add a function to init.d/functions and I did not know If I can provide this as one patch. mtn2.diff includes this file. while mtn.diff does only include the daemon. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 16:44:51 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 09:44:51 -0700 (PDT) Subject: [oe-issues] [Bug 2911] New: angstrom-feed-configs-1.0-0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2911 Summary: angstrom-feed-configs-1.0-0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070902164525 for machine ep93xx -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 16:46:49 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 09:46:49 -0700 (PDT) Subject: [oe-issues] [Bug 2912] New: angstrom-feed-configs-1.0-0-do_install Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2912 Summary: angstrom-feed-configs-1.0-0-do_install Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070902164721 for machine ep93xx -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 16:51:03 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 09:51:03 -0700 (PDT) Subject: [oe-issues] [Bug 2911] angstrom-feed-configs-1.0-0-do_compile In-Reply-To: Message-ID: <20070902165103.9A6844285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2911 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Koen Kooi 2007-09-02 09:51:03 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 16:52:54 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 09:52:54 -0700 (PDT) Subject: [oe-issues] [Bug 2912] angstrom-feed-configs-1.0-0-do_install In-Reply-To: Message-ID: <20070902165254.C3A464285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2912 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Koen Kooi 2007-09-02 09:52:54 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 3 11:10:31 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 3 Sep 2007 04:10:31 -0700 (PDT) Subject: [oe-issues] [Bug 2914] New: gcc-cross-4.1. 2-r6 fails to compile because of internal compiler error Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2914 Summary: gcc-cross-4.1.2-r6 fails to compile because of internal compiler error Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: critical Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: hma at syd.odn.ne.jp I set the Severity to critical because of this error is on compiler itself. Please change it if needed. I cleaned cache of ccache, ccache -C, and rm -rf /opt/stuff/dev/tmp && mkdir /opt/stuff/dev/tmp before this bitbake execution. Distro version is set as DISTRO = "angstrom-2007.1" in /opt/stuff/build/conf/local.conf, and I tried DISTRO = "angstrom-2008.1" also, I encountered internal compiler error at other place. Is there anything I can try? And/Or should I have to add some information? The followings are last lines before internal compiler happens: ccache gcc -c -isystem/opt/stuff/dev/tmp/staging/i686-linux/include -Os -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -Icp -I/opt/stuff/dev/tmp/work/armv5te-angstrom-linux-gnueabi/gcc-cross-4.1.2-r6/gcc-4.1.2/gcc -I/opt/stuff/dev/tmp/work/armv5te-angstrom-linux-gnueabi/gcc-cross-4.1.2-r6/gcc-4.1.2/gcc/cp -I/opt/stuff/dev/tmp/work/armv5te-angstrom-linux-gnueabi/gcc-cross-4.1.2-r6/gcc-4.1.2/gcc/../include -I/opt/stuff/dev/tmp/work/armv5te-angstrom-linux-gnueabi/gcc-cross-4.1.2-r6/gcc-4.1.2/gcc/../libcpp/include -I/opt/stuff/dev/tmp/staging/i686-linux/include -isystem/opt/stuff/dev/tmp/staging/i686-linux/include /opt/stuff/dev/tmp/work/armv5te-angstrom-linux-gnueabi/gcc-cross-4.1.2-r6/gcc-4.1.2/gcc/cp/typeck2.c -o cp/typeck2.o /opt/stuff/dev/tmp/work/armv5te-angstrom-linux-gnueabi/gcc-cross-4.1.2-r6/gcc-4.1.2/gcc/cp/typeck2.c: In function 'digest_init': /opt/stuff/dev/tmp/work/armv5te-angstrom-linux-gnueabi/gcc-cross-4.1.2-r6/gcc-4.1.2/gcc/cp/typeck2.c:643: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. For Debian GNU/Linux specific bug reporting instructions, see . The bug is not reproducible, so it is likely a hardware or OS problem. make[2]: *** [cp/typeck2.o] Error 1 make[2]: Leaving directory `/opt/stuff/dev/tmp/work/armv5te-angstrom-linux-gnueabi/gcc-cross-4.1.2-r6/gcc-4.1.2/build.i686-linux.arm-angstrom-linux-gnueabi/gcc' make[1]: *** [all-gcc] Error 2 make[1]: Leaving directory `/opt/stuff/dev/tmp/work/armv5te-angstrom-linux-gnueabi/gcc-cross-4.1.2-r6/gcc-4.1.2/build.i686-linux.arm-angstrom-linux-gnueabi' make: *** [all] Error 2 FATAL: oe_runmake failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 3 13:22:12 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 3 Sep 2007 06:22:12 -0700 (PDT) Subject: [oe-issues] [Bug 2915] New: pxaregs utility for gumstix Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2915 Summary: pxaregs utility for gumstix Product: Openembedded Version: unspecified Platform: ARM OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: simon.vogl at researchstudio.at Created an attachment (id=1933) --> (http://bugs.openembedded.org/attachment.cgi?id=1933) pxaregs bb file and patches for gumstix This adds a bb file for the pxaregs utility + patches from the gumstix svn repository -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 3 13:34:46 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 3 Sep 2007 06:34:46 -0700 (PDT) Subject: [oe-issues] [Bug 2915] pxaregs utility for gumstix In-Reply-To: Message-ID: <20070903133446.30E4F4285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2915 Marcin Juszkiewicz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Marcin Juszkiewicz 2007-09-03 06:34:45 --- cleaned, changed to conform to styleguide more and pushed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 3 14:12:38 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 3 Sep 2007 07:12:38 -0700 (PDT) Subject: [oe-issues] [Bug 2916] New: gnome-desktop_2.18.3 fails do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2916 Summary: gnome-desktop_2.18.3 fails do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: compovod at gmail.com bitbake gnome-desktop fails with the folowing message: NOTE: Executing intltoolize --copy --force --automake NOTE: Executing autoreconf --verbose --install --force -I /home/compovod/OE/build/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/gnome2-macros -I /home/compovod/OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/gnome-desktop-2.18.3-r2/gnome-desktop-2.18.3/m4/ -I /home/compovod/OE/build/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal-1.9 -I /home/compovod/OE/build/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal autoreconf: Entering directory `.' autoreconf: configure.in: not using Gettext autoreconf: running: aclocal -I /home/compovod/OE/build/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/gnome2-macros -I /home/compovod/OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/gnome-desktop-2.18.3-r2/gnome-desktop-2.18.3/m4/ -I /home/compovod/OE/build/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal-1.9 -I /home/compovod/OE/build/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal --force -I m4 aclocal: couldn't open directory `/home/compovod/OE/build/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/gnome2-macros': No such file or directory autoreconf: aclocal failed with exit status: 1 FATAL: autoreconf execution failed. Removing line with EXTRA_AUTORECONF from .bb fixes it for me. The patch is attached. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 3 14:25:52 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 3 Sep 2007 07:25:52 -0700 (PDT) Subject: [oe-issues] [Bug 2762] prism2-firmware 1.8.4 does not work on DCF-660W In-Reply-To: Message-ID: <20070903142552.7946D4285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2762 Graeme Gregory changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Graeme Gregory 2007-09-03 07:25:52 --- Committed change to 1.7.4 firmware in a5a7ee9814548b1e054d96cea845556c4b5c39e9 so hopefully this closes the issue. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 3 20:00:49 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 3 Sep 2007 13:00:49 -0700 (PDT) Subject: [oe-issues] [Bug 2900] samba-3.0.25c support In-Reply-To: Message-ID: <20070903200049.79E634285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2900 --- Comment #1 from Marcin Juszkiewicz 2007-09-03 13:00:49 --- libiconv part pushed to 3.0.23c version -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 14:45:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 07:45:07 -0700 (PDT) Subject: [oe-issues] [Bug 2674] touchscreen on nokia 800 not working In-Reply-To: Message-ID: <20070904144507.CA1DE4285B3@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2674 Marc Poulhi?s changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dkm at kataplop.net --- Comment #1 from Marc Poulhi?s 2007-09-04 07:45:07 --- In fact, touchscreen is working. User can hit buttons and even hit the virtual keyboard (keys blinks blue). Problem is that nothing is written in the text entries and the creation of a new user fails ("empty password" error). My build uses OE from last week and I'm currently building up to date images to see if the problem has been fixed... -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From mdevico at qualcomm.com Tue Sep 4 17:28:50 2007 From: mdevico at qualcomm.com (DeVico, Michael) Date: Tue, 4 Sep 2007 10:28:50 -0700 Subject: [oe-issues] issue with oe_libinstall function in base.bbclass file when passed the -C option Message-ID: <9870FB9891C7AD4B910E20B14776DF850104141F@NAEX16.na.qualcomm.com> Has anyone had any issues with the oe_libinstall function when being passed the -C option? For me, if the -C option is specified, as in the standard package definition file for libtool do_stage () { install -m 0755 ${HOST_SYS}-libtool ${STAGING_BINDIR}/${HOST_SYS}-libtool install -m 0755 libtoolize ${STAGING_BINDIR}/libtoolize -->>> oe_libinstall -a -so -C libltdl libltdl ${STAGING_LIBDIR} install -m 0644 libltdl/ltdl.h ${STAGING_INCDIR}/ install -d ${STAGING_DATADIR}/libtool ${STAGING_DATADIR}/aclocal install -c config.guess ${STAGING_DATADIR}/libtool/ install -c config.sub ${STAGING_DATADIR}/libtool/ install -c -m 0644 ltmain.sh ${STAGING_DATADIR}/libtool/ install -c -m 0644 libtool.m4 ${STAGING_DATADIR}/aclocal/ install -c -m 0644 ltdl.m4 ${STAGING_DATADIR}/aclocal/ } I get the following error during the build: ERROR: function do_stage failed ERROR: log data follows (/opt/data/OpenEmbedded/tmp/work/x86_64-linux/libtool-native-1.5.10-r6/t emp/log.do_stage.8992) | find: write error: Broken pipe | oe_libinstall: cd libltdl/opt/data/OpenEmbedded/tmp/work/x86_64-linux/libtool-native-1.5.1 0-r6/libtool-1.5.10/libltdl | /opt/data/OpenEmbedded/tmp/work/x86_64-linux/libtool-native-1.5.10-r6/te mp/run.do_stage.8992: line 414: cd: libltdl/opt/data/OpenEmbedded/tmp/work/x86_64-linux/libtool-native-1.5.1 0-r6/libtool-1.5.10/libltdl: No such file or directory NOTE: Task failed: /opt/data/OpenEmbedded/tmp/work/x86_64-linux/libtool-native-1.5.10-r6/te mp/log.do_stage.8992 NOTE: package libtool-native-1.5.10-r6: task do_populate_staging: failed ERROR: TaskFailed event exception, aborting NOTE: package libtool-native-1.5.10: failed ERROR: Build of /opt/data/OpenEmbedded/org.openembedded.dev/packages/libtool/libtool-nat ive_1.5.10.bb do_populate_staging failed ERROR: Task 146 (/opt/data/OpenEmbedded/org.openembedded.dev/packages/libtool/libtool-na tive_1.5.10.bb, do_populate_staging) failed NOTE: Tasks Summary: Attempted 313 tasks of which 304 didn't need to be rerun and 1 failed. ERROR: '/opt/data/OpenEmbedded/org.openembedded.dev/packages/libtool/libtool-na tive_1.5.10.bb' failed Digging into the script I figured out that when -C is specified, gets pre-pended into the path and thus messes things up. To get it to work, I made the following changes to the body of the oe_libinstall function (look for #begin/#end My Mods block) oe_libinstall() { # Purpose: Install a library, in all its forms # Example # # oe_libinstall libltdl ${STAGING_LIBDIR}/ # oe_libinstall -C src/libblah libblah ${D}/${libdir}/ dir="" libtool="" silent="" require_static="" require_shared="" staging_install="" while [ "$#" -gt 0 ]; do case "$1" in -C) shift dir="$1" ;; -s) silent=1 ;; -a) require_static=1 ;; -so) require_shared=1 ;; -*) oefatal "oe_libinstall: unknown option: $1" ;; *) break; ;; esac shift done libname="$1" shift destpath="$1" if [ -z "$destpath" ]; then oefatal "oe_libinstall: no destination path specified" fi if echo "$destpath/" | egrep '^${STAGING_LIBDIR}/' >/dev/null then staging_install=1 fi __runcmd () { if [ -z "$silent" ]; then echo >&2 "oe_libinstall: $*" fi $* } # begin my Mods pwd=`pwd` if [ -z "$dir" ]; then dir=$pwd else dir=$pwd/$dir fi # end my Mods dotlai=$libname.lai dir=$dir`(cd $dir;find . -name "$dotlai") | sed "s/^\.//;s/\/$dotlai\$//;q"` olddir=`pwd` __runcmd cd $dir ... Am I missing something? I'm using the tip of the org.openembedded.dev branch as of this morning and my build host is running Fedora Core 7. I am new to the whole Linux distribution build process, so any help would be greatly appreciated. Thanks! --Mike From bugzilla-daemon at tinman.treke.net Tue Sep 4 17:30:13 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 10:30:13 -0700 (PDT) Subject: [oe-issues] [Bug 2917] New: angstrom-console-image-1.0-r0-do_rootfs Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2917 Summary: angstrom-console-image-1.0-r0-do_rootfs Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070904143134 for machine nslu2le -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 17:36:12 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 10:36:12 -0700 (PDT) Subject: [oe-issues] [Bug 2917] angstrom-console-image-1.0-r0-do_rootfs In-Reply-To: Message-ID: <20070904173612.93DD34285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2917 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #2 from Koen Kooi 2007-09-04 10:36:12 --- Ran out of flash space in - 0x1A0000 bytes too large. Marking as WONTFIX, we need another image that is in between minimal-image and console-image -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 19:34:01 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 12:34:01 -0700 (PDT) Subject: [oe-issues] [Bug 2918] New: Support for Technologic Systems TS-72xx SBC Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2918 Summary: Support for Technologic Systems TS-72xx SBC Product: Openembedded Version: unspecified Platform: ARM OS/Version: Linux Status: NEW Severity: enhancement Priority: P1 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: ynezz at true.cz CC: ynezz at true.cz This patch adds machine support for ts72xx and 2.6.22.6, 2.6.23-rc5 kernels -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 19:34:21 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 12:34:21 -0700 (PDT) Subject: [oe-issues] [Bug 2919] New: Create a distro for gumstix Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2919 Summary: Create a distro for gumstix Product: Openembedded Version: Angstrom Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: craig at gumstix.com Depends on: 2891,2893 Created an attachment (id=1938) --> (http://bugs.openembedded.org/attachment.cgi?id=1938) Create gumstix distro and first image Start a distro and set of target images for gumstix, to produce a "default" build for the various flash memory sizes. The current goal is to more or less reproduce the functionality/packages present in the current gumstix buildroot system's default configuration. This is a first cut at that. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 19:39:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 12:39:07 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070904193907.6A46A4285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #1 from Craig Hughes 2007-09-04 12:39:07 --- The distro is based on angstrom (forcing uclibc for now), with udev-115 and mtd-utils-native forced to 1.0.0 cos I was having problems with the git version there. I've also tried to move a bunch of stuff out of conf/local.conf to make it simpler for users. local.conf only needs MACHINE and DISTRO to be specified, and then the distro will configure IMAGE_FSTYPES, ANGSTROM_MODE, etc. so the user doesn't have to think about it. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 19:54:36 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 12:54:36 -0700 (PDT) Subject: [oe-issues] [Bug 2920] New: New Recipe: Free42 RPN Calculator Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2920 Summary: New Recipe: Free42 RPN Calculator Product: Openembedded Version: Angstrom Platform: Other OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: cwixon at usa.net Created an attachment (id=1939) --> (http://bugs.openembedded.org/attachment.cgi?id=1939) Bitbake file for initial release Initial release - includes the standard skin and one VGA skin. Runs nicely on OpenMoko (Neo). Eventually there should be a QVGA version and a VGA version, each with portrait and landscape skins. Those skins exist already, and when I have a chance, I will make separate recipes for the two options. Attached are the .bb file and the required patches, all in plaintext. I'd like to see this make it into the metadata repository. This is my first .bb, so hopefully it isn't too much of an ugly hack. Future revisions should improve. :-) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 19:56:26 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 12:56:26 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070904195626.3DD804285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #2 from Koen Kooi 2007-09-04 12:56:25 --- is it *really* necessary to start a new distro just to eliminate one* var (ANGSTROM_MODE) from local.conf? * MACHINE.conf may set the image types -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 20:06:18 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 13:06:18 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070904200618.29FC54285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #3 from Koen Kooi 2007-09-04 13:06:17 --- your small-image looks suspiciously like packages/images/angstrom-minimal-image-with-mtd-utils.bb :) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 20:09:36 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 13:09:36 -0700 (PDT) Subject: [oe-issues] [Bug 2921] New: ltrace-0.4-r1-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2921 Summary: ltrace-0.4-r1-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070904200056 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 20:15:52 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 13:15:52 -0700 (PDT) Subject: [oe-issues] [Bug 2922] New: qpe-mahjongg - replace some sick code Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2922 Summary: qpe-mahjongg - replace some sick code Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: marek.vasut at gmail.com CC: polyonymous at klever.net qpe-mahjongg contains images that are compiled directly into the application (DOH!). Following patch replaces one sick code with another (at least they arent compiled in anymore) ;) http://marex.hackndev.com/qpe-mahjongg.patch -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 20:16:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 13:16:53 -0700 (PDT) Subject: [oe-issues] [Bug 2921] ltrace-0.4-r1-do_compile In-Reply-To: Message-ID: <20070904201653.3D8414285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2921 --- Comment #1 from Koen Kooi 2007-09-04 13:16:53 --- /media/hda4/OE/build/tmp-new/angstrom/cross/lib/gcc/arm-angstrom-linux-gnueabi/4.1.2/../../../../arm-angstrom-linux-gnueabi/bin/ld: cannot find -liberty is that gcc or binutils? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 20:18:04 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 13:18:04 -0700 (PDT) Subject: [oe-issues] [Bug 2923] New: libsdl_net doesnt compile - looking for host includes Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2923 Summary: libsdl_net doesnt compile - looking for host includes Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: marek.vasut at gmail.com CC: polyonymous at klever.net http://marex.hackndev.com/libsdl_net-fix.patch this patch fixes it for me ... -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 20:18:40 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 13:18:40 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070904201840.6424A4285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #4 from Steve Sakoman 2007-09-04 13:18:40 --- (From update of attachment 1938) As a gumstix customer I don't have any issues with specifying uclibc in my local.conf. I *would* like to be able to control which kernel modules are installed and autoloaded per product image, so having it specified in the machine or distro kind of sucks. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 22:22:13 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 15:22:13 -0700 (PDT) Subject: [oe-issues] [Bug 2924] New: openmoko-image-1.0-r0-do_rootfs Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2924 Summary: openmoko-image-1.0-r0-do_rootfs Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070904201541 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 22:24:41 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 15:24:41 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070904222441.5BBC44285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #5 from Craig Hughes 2007-09-04 15:24:41 --- (In reply to comment #3) > your small-image looks suspiciously like > packages/images/angstrom-minimal-image-with-mtd-utils.bb :) Yeah, I've been lazy so far in defining what to actually put in the package -- it'll look very different once I actually add some packages and configure things to start up/have config scripts the way gumstix wants them. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 22:46:19 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 15:46:19 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070904224619.B3C634285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #6 from Craig Hughes 2007-09-04 15:46:19 --- (In reply to comment #2) > is it *really* necessary to start a new distro just to eliminate one* var > (ANGSTROM_MODE) from local.conf? > > * MACHINE.conf may set the image types It's not just one var in local.conf (which yes, I want to eliminate from there, since users won't have any clue (and shouldn't need any clue) whether to choose glibc or uclibc) and image type, though I don't agree that image type should go in machine.conf -- it surely is a distro issue since there's nothing fundamental about the gumstix machine which says "use JFFS2" rather than "use CRAMFS", etc. There's also the distro name, contents, package preferred versions, chopping out or /boot, stability, etc. which our customers are going to need. Right now, there's no way I can point 99% of our customers are the OE wiki and say "just use OE". It took *me* like 2 days to figure out that the word to type after "bitbake" is "angstrom-minimal-image", and actually that's not what I want at all, I want angstrom-miminal-image plus some more stuff. Actually, maybe if I have a gumstix with minimal on-board flash I want angstrom, but if I have more flash, I want some openmoko like thing. And for all I know, in 6 months I won't want angstrom any more, I'll want something else. The point of having a separate distro for gumstix specifically is that: 1) It's drop-dead easy to explain to gumstix users/customers in a way which won't change frequently -- just add MACHINE=gumstix-type, DISTRO=gumstix-distro to your local.conf and then "bitbake gumstix-xyzsize-image" 2) Strong dependency on angstrom is removed; soft dependency is still there, but if angstrom decides to head in a direction which isn't optimal for gumstix, then there's less problem. 3) It's easier to have a known-good build which gumstix users can use, with fixed package revisions for critical components. Soft dependency on angstrom makes this a lot easier. A stable base to build on is critical for people who want to deploy embedded systems; we have over 7000 customers now, and for many of them "why wouldn't you just want the latest revision?" is not an acceptable answer. My gut tells me there are more reasons than just those 3 too, but it's already been a longish day and I can't come up with them. The bottom line is I'm trying to simplify what a gumstix user needs to do in order to build a working software image. The process for setting up and building OE is currently orders of magnitude harder than setting up and building the gumstix buildroot. The latter is 3 steps: svn checkout; make oldconfig; make. OE is: first, follow the 20-step process on the "getting started" section of the OE wiki; then figure out how to configure the local.conf correctly. Then, figure out which image you want to build. No, there aren't really any clues on the wiki to help you through these choices. Oh, by the way, you need to know enough to make a choice about which C library you want on your system.... I *love* OE. I love being able to build ipkgs. I love having packages/* have thousands of packages (vs dozens with buildroot). But the getting started hurdle for OE is too high, and I'm trying to lower it. And the ongoing maintenance hurdle also looks to be a bit high, and I'm trying to lower that. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 22:47:54 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 15:47:54 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070904224754.4352D4285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #7 from Craig Hughes 2007-09-04 15:47:54 --- (In reply to comment #4) > (From update of attachment 1938 [details]) > As a gumstix customer I don't have any issues with specifying uclibc in my > local.conf. Steve, you're considerably more sophisticated than the average gumstix customer. I can guarantee you that most of our customers/users don't know how to decide on glibc vs uclibc, and I don't want to have the make them figure out how to choose. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 22:50:39 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 15:50:39 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070904225039.BA3654285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #8 from Craig Hughes 2007-09-04 15:50:39 --- (In reply to comment #4) > I *would* like to be able to control which kernel modules are installed and > autoloaded per product image, so having it specified in the machine or distro > kind of sucks. Yup, I agree that's an image thing generally. I'll definitely be going that way. The select-which-modules-to-include stuff is a work in progress for me right now. Putting the decisions in the image file(s) is for sure the better way to go though, I agree. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 23:46:31 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 16:46:31 -0700 (PDT) Subject: [oe-issues] [Bug 2925] New: Use linux decompressor instead of u-boot' s for uImage kernels Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2925 Summary: Use linux decompressor instead of u-boot's for uImage kernels Product: Openembedded Version: Angstrom Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: craig at gumstix.com Created an attachment (id=1946) --> (http://bugs.openembedded.org/attachment.cgi?id=1946) Patch to use linux decompressor for uImages not the u-boot one The u-boot gzip decompressor is painfully slow relative to the linux one. This patch uses the gzipped linux kernel image with the kernel's own decompressor header on it inside an uncompressed uImage instead of the uncompressed kernel with a uImage compression which u-boot then needs to decompress. As an added bonus, the uImage seems to come out smaller this way too (827936 bytes vs 994571 in my test). As an extra added bonus, u-boot no longer needs gunzip support to be compiled into it, reducing its size too. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 01:24:51 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 18:24:51 -0700 (PDT) Subject: [oe-issues] [Bug 2926] New: Clean build of Angstrom for Gumstix-Verdex Fails Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2926 Summary: Clean build of Angstrom for Gumstix-Verdex Fails Product: Openembedded Version: Angstrom Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: adam.smola at gmail.com When performing an "angstrom-minimal-image" build from a clean state for Angstrom 2007.1 for the Gumstix-Verdex, the build fails indicating that it cannot satisfy the "update-modules" dependency for task-boot. (Details are below, Section #1) Upon manually bitbaking update-modules and then trying to bitbake angstrom-miniminal-image again, I now receive an error that it cannot resolve the "module-init-tools-depmod" dependency for task-boot. (Details are below, Section #2) ########################################### SECTION #1 | | Successfully terminated. | Collected errors: | ERROR: Cannot satisfy the following dependencies for task-boot: | update-modules update-modules update-modules update-modules update-modules update-modules update-modules | NOTE: Task failed: /oe/build/conf/tmp/work/gumstix-verdex-angstrom-linux-gnueabi/angstrom-minimal-image-1.0-r0/temp/log.do_rootfs.4857 NOTE: package angstrom-minimal-image-1.0-r0: task do_rootfs: failed ERROR: TaskFailed event exception, aborting NOTE: package angstrom-minimal-image-1.0: failed ERROR: Build of /oe/org.openembedded.dev/packages/images/angstrom-minimal-image.bb do_rootfs failed ERROR: Task 4 (/oe/org.openembedded.dev/packages/images/angstrom-minimal-image.bb, do_rootfs) failed NOTE: Tasks Summary: Attempted 553 tasks of which 553 didn't need to be rerun and 1 failed. ERROR: '/oe/org.openembedded.dev/packages/images/angstrom-minimal-image.bb' failed ########################################### SECTION #2 | Successfully terminated. | Collected errors: | ERROR: Cannot satisfy the following dependencies for task-boot: | module-init-tools-depmod | NOTE: Task failed: /oe/build/tmp/work/gumstix-verdex-angstrom-linux-gnueabi/angstrom-minimal-image-1.0-r0/temp/log.do_rootfs.5135 NOTE: package angstrom-minimal-image-1.0-r0: task do_rootfs: failed ERROR: TaskFailed event exception, aborting NOTE: package angstrom-minimal-image-1.0: failed ERROR: Build of /oe/org.openembedded.dev/packages/images/angstrom-minimal-image.bb do_rootfs failed ERROR: Task 4 (/oe/org.openembedded.dev/packages/images/angstrom-minimal-image.bb, do_rootfs) failed NOTE: Tasks Summary: Attempted 553 tasks of which 553 didn't need to be rerun and 1 failed. ERROR: '/oe/org.openembedded.dev/packages/images/angstrom-minimal-image.bb' failed [asmola at localhost build]$ -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 01:26:56 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 18:26:56 -0700 (PDT) Subject: [oe-issues] [Bug 2926] Clean build of Angstrom for Gumstix-Verdex Fails In-Reply-To: Message-ID: <20070905012656.E7F884285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2926 --- Comment #1 from Philip 2007-09-04 18:26:56 --- I have the same problem doing the build with a clean tmp. If I first build for the omap5912osk machine, the gumstix builds succeed. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 04:20:50 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 21:20:50 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070905042050.682874285B0@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #9 from Koen Kooi 2007-09-04 21:20:50 --- (In reply to comment #6) > (In reply to comment #2) > > is it *really* necessary to start a new distro just to eliminate one* var > > (ANGSTROM_MODE) from local.conf? > > > > * MACHINE.conf may set the image types > > It's not just one var in local.conf (which yes, I want to eliminate from there, > since users won't have any clue (and shouldn't need any clue) whether to choose > glibc or uclibc) and image type, though I don't agree that image type should go > in machine.conf -- it surely is a distro issue since there's nothing > fundamental about the gumstix machine which says "use JFFS2" rather than "use > CRAMFS", etc. There is a thing like preferred format, since uboot can't load e.g. xfs images. > Actually, > maybe if I have a gumstix with minimal on-board flash I want angstrom, but if I > have more flash, I want some openmoko like thing. Now you're confusing distro and images The past shows that adding your own distro just leads to bitrot (see how bad the gmustix (no, that isn't a typo) distro has bitrotted the last year. >Strong dependency on angstrom is removed; soft dependency is still there, > but if angstrom decides to head in a direction which isn't optimal for > gumstix, then there's less problem. That's can be solved by something called communication :) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 06:18:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 23:18:27 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070905061827.42D584285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #10 from Craig Hughes 2007-09-04 23:18:27 --- (In reply to comment #9) > There is a thing like preferred format, since uboot can't load e.g. xfs images. I'm not sure what you're saying. There is a thing already there somewhere which I should be using in the distro to set preferred format which could then be over-ridden in local.conf? Or a preferred format thing should be implemented for this? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 06:27:21 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 23:27:21 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070905062721.0F02D4285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #11 from Craig Hughes 2007-09-04 23:27:20 --- (In reply to comment #9) > Now you're confusing distro and images Perhaps. To my mind "distro" means "if you get an ipkg for this distro and your ARCH, it'll work"; whereas "image" means "give me a rootfs with the following list of packages pre-installed in it". I there's a repository somewhere of pre-built angstrom arm ipkgs, then my users won't be able to say that those ipkgs will work on their system, since they won't know if those ipkgs use glibc or uclibc. They won't know if there's some dependency on an older version of udev which they can't downgrade because that'll break some gumstix configuration script or something. In order to provide stability and ease-of-use to gumstix users, I pretty much *need* to have a gumstix distro. > The past shows that adding your own distro just leads to bitrot (see how bad > the gmustix (no, that isn't a typo) distro has bitrotted the last year. I'm not sure the comparison is quite right here. gmustix, looking at it, was the project of some student who perhaps moved onto another project (or graduated?). the gumstix distro I'm talking about would be a core business concern for gumstix the company, and as long as gumstix stays in business, we'd have someone working on maintaining it. And it's not really a whole separate distro. It's like a distro-lite where it's basically taking advantange of all the hard work in angstrom, but just tweaking things a little bit here and there to provide stability and ease of use for gumstix users. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 06:33:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 23:33:07 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070905063307.90EA64285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #12 from Craig Hughes 2007-09-04 23:33:07 --- (In reply to comment #9) > >Strong dependency on angstrom is removed; soft dependency is still there, > > but if angstrom decides to head in a direction which isn't optimal for > > gumstix, then there's less problem. > > That's can be solved by something called communication :) I'd love for the general state of things to be that gumstix-distro.conf contains exactly one line: "require angstrom.bb". In practice though, I doubt that will ever happen; for example I definitely want ANGSTROM_MODE=uclibc; I definitely want udev-115 (well, I'd settle for 114...). I want the gumstix-distro to be a very stable platform which people can build their OEM software base on top of, where I suspect angstrom will want to be able to move faster and make changes more frequently. Communication can help, but I have trouble seeing that the delta between what I'd like for gumstix users specifically, and what angstrom wants for the broader audience it has will ever be 0, in practice. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 09:14:34 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 02:14:34 -0700 (PDT) Subject: [oe-issues] [Bug 2898] broken keymap in spitz image 20070828 In-Reply-To: Message-ID: <20070905091434.AF7404285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2898 --- Comment #1 from Erik Rakhorst 2007-09-05 02:14:34 --- The following was send to the user mailing list by Graeme Gregory: >A quick fix is move /etc/rcS.d/S00keymap to /etc/rcS.d/S04keymap This solves at least the mentioned issues with the 20070828 build on my terrier. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 09:22:57 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 02:22:57 -0700 (PDT) Subject: [oe-issues] [Bug 2898] broken keymap in spitz image 20070828 In-Reply-To: Message-ID: <20070905092257.271684285B0@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2898 --- Comment #2 from Graeme Gregory 2007-09-05 02:22:56 --- This is fixed in meta data, I am working on testing new images to upload. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 09:47:48 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 02:47:48 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070905094748.44F404285B0@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #13 from Richard Purdie 2007-09-05 02:47:47 --- I'm not sure this discussion should be happening in a bugzilla and it should perhaps move to the mailing list. I'll post this message here but I think there are wider issues under discussion here and the mailing list would be more visible. I believe gumstix has a clear cut need for its own distro for the reasons Craig mentions and probably others. I understand where Koen is coming from here as OE has a history of people wanting to create their own distro simply to customize packages or other things an independent distro is inappropriate for. I think Angstrom needs to recognise people are going to need their own distro in some cases though (omoko is another example). These need to be considered on a case by case basis and some agreement on who will maintain the distro is an important part of that consideration, I'm guessing if gusstix cusomters are using OE, bitrot won't be a problem though. I think aiming to use angstrom as a base for distros such as gumstix is a good idea and something we should strive for since it doesn't need to reimplement everything angstrom does, just tweak it for a specific use case. The pitfalls of an independent distro should also be stressed. The base gumstix machine files should be independent of the distro or the images that are produced. This means the machines should be useful on angstrom or any other distro like poky or openmoko). The same applies to a lesser extent to the images as an image is a collection of packages and should also work with any distro too (within reason). I've asked Koen in the past to try and merge the standard images with the angstrom images and this is something that needs consideration as its currently setting a bad example. I can certainly understand the need for making things simple to use for users and you might want to look at how Poky does things in that regard for ideas. We do give the users options there in the form of a well commented sample local.conf and sane defaults but the three command setup process to build an image might be attractive to you. Regarding FSTYPES and machine conf files, it makes sense in some cases and less sense in others. As an example, the update routines for an Akita always need a jffs2 file so defaulting to jffs2 images makes sense for that machine. Its something to consider on a case by case basis (and even in the akita case its just a default and as with most things in OE, is overridable). -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 10:26:55 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 03:26:55 -0700 (PDT) Subject: [oe-issues] [Bug 2925] Use linux decompressor instead of u-boot's for uImage kernels In-Reply-To: Message-ID: <20070905102655.7EED74285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2925 --- Comment #1 from Philip 2007-09-05 03:26:55 --- My test showed a slight size increase .... 994233 Sep 4 17:59 uImage-2.6.21-r7-gumstix-verdex-20070904212032.bin 930845 Sep 4 17:11 uImage-2.6.21-r7-gumstix-connex-20070904203402.bin after: 1007116 Sep 4 22:25 uImage-2.6.21-r7-gumstix-verdex-20070905020144.bin 943728 Sep 4 21:56 uImage-2.6.21-r7-gumstix-connex-20070905013534.bin I'll look at the sped issue when I get my gusmtix running. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 12:10:18 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 05:10:18 -0700 (PDT) Subject: [oe-issues] [Bug 2898] broken keymap in spitz image 20070828 In-Reply-To: Message-ID: <20070905121018.213BA4285B3@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2898 Graeme Gregory changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Graeme Gregory 2007-09-05 05:10:17 --- Uploaded new images, please play with them. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 12:59:11 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 05:59:11 -0700 (PDT) Subject: [oe-issues] [Bug 2927] New: directfb-0.9.25.1-r1 on OE 1.4 for Dreambox fails Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2927 Summary: directfb-0.9.25.1-r1 on OE 1.4 for Dreambox fails Product: Openembedded Version: unspecified Platform: MIPS OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: zengaja at gmx.de Making all in fbdev make[3]: Entering directory `/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/systems/fbdev' if /bin/sh ../../mipsel-linux-libtool --tag=CC --mode=compile mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/systems/fbdev -I../.. -I/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/include -I../../include -I../../lib -I/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/lib -I/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/src -D_XOPEN_SOURCE=500 -D_REENTRANT -I/data/Openembedded/build/tmp/staging/mipsel-linux/include -O3 -ffast-math -pipe -I/data/Openembedded/build/tmp/staging/mipsel-linux/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -D_GNU_SOURCE -Werror-implicit-function-declaration -MT fbdev.lo -MD -MP -MF ".deps/fbdev.Tpo" -c -o fbdev.lo fbdev.c; \ then mv -f ".deps/fbdev.Tpo" ".deps/fbdev.Plo"; else rm -f ".deps/fbdev.Tpo"; exit 1; fi mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/systems/fbdev -I../.. -I/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/include -I../../include -I../../lib -I/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/lib -I/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/src -D_XOPEN_SOURCE=500 -D_REENTRANT -I/data/Openembedded/build/tmp/staging/mipsel-linux/include -O3 -ffast-math -pipe -I/data/Openembedded/build/tmp/staging/mipsel-linux/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -D_GNU_SOURCE -Werror-implicit-function-declaration -MT fbdev.lo -MD -MP -MF .deps/fbdev.Tpo -c fbdev.c -fPIC -DPIC -o .libs/fbdev.o In file included from /data/Openembedded/build/tmp/staging/mipsel-linux/include/linux/types.h:6, from /data/Openembedded/build/tmp/staging/mipsel-linux/include/linux/agpgart.h:52, from agp.h:32, from fbdev.h:40, from fbdev.c:84: /data/Openembedded/build/tmp/staging/mipsel-linux/include/asm/types.h:22: error: redefinition of typedef 'int8_t' /data/Openembedded/build/tmp/staging/mipsel-linux/include/sys/types.h:191: error: previous declaration of 'int8_t' was here /data/Openembedded/build/tmp/staging/mipsel-linux/include/asm/types.h:23: error: redefinition of typedef 'u_int8_t' /data/Openembedded/build/tmp/staging/mipsel-linux/include/sys/types.h:197: error: previous declaration of 'u_int8_t' was here /data/Openembedded/build/tmp/staging/mipsel-linux/include/asm/types.h:25: error: redefinition of typedef 'int16_t' /data/Openembedded/build/tmp/staging/mipsel-linux/include/sys/types.h:192: error: previous declaration of 'int16_t' was here /data/Openembedded/build/tmp/staging/mipsel-linux/include/asm/types.h:26: error: redefinition of typedef 'u_int16_t' /data/Openembedded/build/tmp/staging/mipsel-linux/include/sys/types.h:198: error: previous declaration of 'u_int16_t' was here /data/Openembedded/build/tmp/staging/mipsel-linux/include/asm/types.h:28: error: redefinition of typedef 'int32_t' /data/Openembedded/build/tmp/staging/mipsel-linux/include/sys/types.h:193: error: previous declaration of 'int32_t' was here /data/Openembedded/build/tmp/staging/mipsel-linux/include/asm/types.h:29: error: redefinition of typedef 'u_int32_t' /data/Openembedded/build/tmp/staging/mipsel-linux/include/sys/types.h:199: error: previous declaration of 'u_int32_t' was here /data/Openembedded/build/tmp/staging/mipsel-linux/include/asm/types.h:42: error: redefinition of typedef 'int64_t' /data/Openembedded/build/tmp/staging/mipsel-linux/include/sys/types.h:194: error: previous declaration of 'int64_t' was here /data/Openembedded/build/tmp/staging/mipsel-linux/include/asm/types.h:43: error: redefinition of typedef 'u_int64_t' /data/Openembedded/build/tmp/staging/mipsel-linux/include/sys/types.h:200: error: previous declaration of 'u_int64_t' was here make[3]: *** [fbdev.lo] Error 1 make[3]: Leaving directory `/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/systems/fbdev' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/systems' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1' make: *** [all] Error 2 FATAL: oe_runmake failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 13:16:49 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 06:16:49 -0700 (PDT) Subject: [oe-issues] [Bug 2927] directfb-0.9.25.1-r1 on OE 1.4 for Dreambox fails In-Reply-To: Message-ID: <20070905131649.688064285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2927 --- Comment #1 from Joaquim Duran 2007-09-05 06:16:49 --- You should update your repository. The current version of directfb in the repository is 1.0.0. This problem could be fixed in this new version. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 13:38:02 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 06:38:02 -0700 (PDT) Subject: [oe-issues] [Bug 2927] directfb-0.9.25.1-r1 on OE 1.4 for Dreambox fails In-Reply-To: Message-ID: <20070905133802.B97404285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2927 --- Comment #2 from zengaja at gmx.de 2007-09-05 06:38:02 --- (In reply to comment #1) > You should update your repository. The current version of directfb in the > repository is 1.0.0. This problem could be fixed in this new version. > tried it with ver. 1.0.0 from the dev-branch. this produces another error. But change is good i suppose :-) if mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I/data/Openembedded/build/tmp/work/directfb-1.0.0-r5/DirectFB-1.0.0/tools -I.. -I../lib -I../inclu de -I/data/Openembedded/build/tmp/work/directfb-1.0.0-r5/DirectFB-1.0.0/include -I/data/Openembedded/build/tmp/work/directfb-1.0.0-r5/Direc tFB-1.0.0/lib -I/data/Openembedded/build/tmp/work/directfb-1.0.0-r5/DirectFB-1.0.0/src -D_REENTRANT -I/data/Openembedded/build/tmp/staging /mipsel-linux/include -I/data/Openembedded/build/tmp/staging/mipsel-linux/lib/../include -I/data/Openembedded/build/tmp/staging/mipsel-linu x/lib/../include/freetype2 -O3 -ffast-math -pipe -I/data/Openembedded/build/tmp/staging/mipsel-linux/include -fexpensive-optimizations -fom it-frame-pointer -frename-registers -O2 -D_GNU_SOURCE -Werror-implicit-function-declaration -MT mkdgiff.o -MD -MP -MF ".deps/mkdgiff.Tpo" -c -o mkdgiff.o mkdgiff.c; \ then mv -f ".deps/mkdgiff.Tpo" ".deps/mkdgiff.Po"; else rm -f ".deps/mkdgiff.Tpo"; exit 1; fi mkdgiff.c: In function 'main': mkdgiff.c:583: error: 'ft_encoding_latin_1' undeclared (first use in this function) mkdgiff.c:583: error: (Each undeclared identifier is reported only once mkdgiff.c:583: error: for each function it appears in.) make[2]: *** [mkdgiff.o] Error 1 make[2]: Leaving directory `/data/Openembedded/build/tmp/work/directfb-1.0.0-r5/DirectFB-1.0.0/tools' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/data/Openembedded/build/tmp/work/directfb-1.0.0-r5/DirectFB-1.0.0' make: *** [all] Error 2 FATAL: oe_runmake failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 15:32:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 08:32:07 -0700 (PDT) Subject: [oe-issues] [Bug 2928] New: binutils-cross fails to build on x86_64 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2928 Summary: binutils-cross fails to build on x86_64 Product: Openembedded Version: Angstrom Platform: PC OS/Version: Linux Status: NEW Severity: blocker Priority: P5 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: philip at balister.org Created an attachment (id=1953) --> (http://bugs.openembedded.org/attachment.cgi?id=1953) do_stage log I have installed OE on a Fedora 7 machine using the x86_64 media. The PC is an Intel Core 2 Duo. binutils-cross fails to build with this message : | rmdir: /home/balister/oe/tmp/cross//home/balister/oe/tmp/cross/lib/gcc-lib: No such file or directory | rmdir: /home/balister/oe/tmp/cross//home/balister/oe/tmp/cross/lib: No such file or directory | rmdir: /home/balister/oe/tmp/cross//home/balister/oe/tmp/cross: No such file or directory | mv: cannot stat `/home/balister/oe/tmp/cross/lib/libiberty.a': No such file or directory NOTE: Task failed: /home/balister/oe/tmp/work/armv5te-angstrom-linux-gnueabi/binutils-cross-2.18-r0/temp/log.do_stage.15707 NOTE: package binutils-cross-2.18-r0: task do_populate_staging: failed ERROR: TaskFailed event exception, aborting NOTE: package binutils-cross-2.18: failed ERROR: Build of /home/balister/oe/org.openembedded.dev/packages/binutils/binutils-cross_2.18.bb do_populate_staging failed ERROR: Task 279 (/home/balister/oe/org.openembedded.dev/packages/binutils/binutils-cross_2.18.bb, do_populate_staging) failed NOTE: Tasks Summary: Attempted 101 tasks of which 0 didn't need to be rerun and 1 failed. ERROR: '/home/balister/oe/org.openembedded.dev/packages/binutils/binutils-cross_2.18.bb' failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 15:48:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 08:48:53 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070905154853.9D2574285B0@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #14 from Koen Kooi 2007-09-05 08:48:53 --- (In reply to comment #13) > I'm not sure this discussion should be happening in a bugzilla and it should > perhaps move to the mailing list. I'll post this message here but I think there > are wider issues under discussion here and the mailing list would be more > visible. > > I believe gumstix has a clear cut need for its own distro for the reasons Craig > mentions and probably others. I understand where Koen is coming from here as OE > has a history of people wanting to create their own distro simply to customize > packages or other things an independent distro is inappropriate for. I think > Angstrom needs to recognise people are going to need their own distro in some > cases though (omoko is another example). These need to be considered on a case > by case basis and some agreement on who will maintain the distro is an > important part of that consideration, I'm guessing if gusstix cusomters are > using OE, bitrot won't be a problem though. I recognize there is a need for a derivative distro, in the openmoko cases all parties agreed on it. In the gumstix case I'm having this discussion to see if it's really needed or (don't take this the wrong way) the usual thing of believing to be 'special'. A big number of bogus arguments are being used, which I want to counter :) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 16:53:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 09:53:07 -0700 (PDT) Subject: [oe-issues] [Bug 2926] Clean build of Angstrom for Gumstix-Verdex Fails In-Reply-To: Message-ID: <20070905165307.7862C402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2926 --- Comment #2 from Philip 2007-09-05 09:53:07 --- I believe I can build angstrom-console-image after the angstrom-minimal-iamge failure. After the successful console build, the minimal build succeeds. I hope this is right, I might be losing track of things. Philip -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 17:09:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 10:09:07 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross fails to build on x86_64 In-Reply-To: Message-ID: <20070905170907.4EB1E402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #1 from Cliff Brake 2007-09-05 10:09:07 --- I see the same thing on Ubuntu 7.04/AMD64 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 18:09:34 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 11:09:34 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070905180934.D85A6402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #15 from Craig Hughes 2007-09-05 11:09:34 --- (In reply to comment #14) > I recognize there is a need for a derivative distro, in the openmoko cases all > parties agreed on it. In the gumstix case I'm having this discussion to see if > it's really needed or (don't take this the wrong way) the usual thing of > believing to be 'special'. A big number of bogus arguments are being used, > which I want to counter :) I guess the specialness in the gumstix case is several thousand users who might start using OE if we switch to it as the primary build platform for gumstix. Many of those users have AOL-level sophistication. Many will probably switch from building themselves to using pre-built .ipkgs, but that will make it even more important that when they find an .ipkg somewhere, it'll actually work on their gumstix, including correct libc, etc. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 18:10:57 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 11:10:57 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070905181057.60BC4402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #16 from Craig Hughes 2007-09-05 11:10:57 --- Just to be clear, I'm completely new to OE -- having a derived distro just seems like by far the easiest way to manage this sort of thing within the OE framework. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 18:11:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 11:11:07 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross fails to build on x86_64 In-Reply-To: Message-ID: <20070905181107.B69FC401FBF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #2 from Cliff Brake 2007-09-05 11:11:07 --- The following line from binutils-cross.inc is failing: mv -f ${CROSS_DIR}/lib/libiberty.a ${CROSS_DIR}/${TARGET_SYS}/lib The problem is the directory should be: ${CROSS_DIR}/lib64/libiberty.a The make install outputs the following: mv -f /build/openmoko/oe/build/tmp/cross/lib/`gcc -isystem/build/openmoko/oe/build/tmp/staging/x86_64-linux/include -Os -print-multi-os-directory`/./libiberty.an /build/openmoko/oe/build/tmp/cross/lib/`gcc -isystem/build/openmoko/oe/build/tmp/staging/x86_64-linux/include -Os-print-multi-os-directory`/./libiberty.a `gcc -isystem/build/openmoko/oe/build/tmp/staging/x86_64-linux/include -Os-print-multi-os-directory` on this system returns: ../lib64 further suggestions welcome ... -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 18:13:32 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 11:13:32 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross fails to build on x86_64 In-Reply-To: Message-ID: <20070905181332.26032402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #3 from Philip 2007-09-05 11:13:31 --- khem pasted this and it appears to have solved the build problem for me # # old_revision [f187242e911a395651f8c0b903c471eaa5944ab9] # # patch "packages/binutils/binutils-cross.inc" # from [2a9f9e4a843e43fc6356fa81e25f167e69bdd8d2] # to [c3cfcc09fe95e51f8ed861c38e18ebd51cc47d45] # ============================================================ --- packages/binutils/binutils-cross.inc 2a9f9e4a843e43fc6356fa81e25f167e69bdd8d2 +++ packages/binutils/binutils-cross.inc c3cfcc09fe95e51f8ed861c38e18ebd51cc47d45 @@ -17,14 +17,14 @@ do_stage () { rm -rf ${CROSS_DIR}/share/locale rm -rf ${CROSS_DIR}/share/man rmdir ${CROSS_DIR}/share || : - rmdir ${CROSS_DIR}/${libdir}/gcc-lib || : - rmdir ${CROSS_DIR}/${libdir} || : + rmdir ${CROSS_DIR}/${libdir}64/gcc-lib || : + rmdir ${CROSS_DIR}/${libdir}64 || : rmdir ${CROSS_DIR}/${prefix} || : # We want to move this into the target specific location mkdir -p ${CROSS_DIR}/${TARGET_SYS}/lib - mv -f ${CROSS_DIR}/lib/libiberty.a ${CROSS_DIR}/${TARGET_SYS}/lib - rmdir ${CROSS_DIR}/lib || : + mv -f ${CROSS_DIR}/lib64/libiberty.a ${CROSS_DIR}/${TARGET_SYS}/lib + rmdir ${CROSS_DIR}/lib64 || : } do_install () { -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 18:24:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 11:24:27 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross fails to build on x86_64 In-Reply-To: Message-ID: <20070905182427.C571A401FBF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #4 from Cliff Brake 2007-09-05 11:24:27 --- This is what I get when I run: gcc -print-multi-lib .; 32;@m32 It would be interested to see what others get if binutils-cross is working on a AMD64 host. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 18:24:37 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 11:24:37 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070905182437.29002402044@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #17 from Koen Kooi 2007-09-05 11:24:36 --- (In reply to comment #15) > (In reply to comment #14) > > > I recognize there is a need for a derivative distro, in the openmoko cases all > > parties agreed on it. In the gumstix case I'm having this discussion to see if > > it's really needed or (don't take this the wrong way) the usual thing of > > believing to be 'special'. A big number of bogus arguments are being used, > > which I want to counter :) > > I guess the specialness in the gumstix case is several thousand users who might > start using OE if we switch to it as the primary build platform for gumstix. Homer: There are 3 ways to do it: the right way, the wrong way and the Homer Simpson way. Bart: Isn't the homer way the wrong way? Homer: Yes, but faster. > Many of those users have AOL-level sophistication. Many will probably switch > from building themselves to using pre-built .ipkgs, but that will make it even > more important that when they find an .ipkg somewhere, "somewhere" being the operative word... > it'll actually work on their gumstix, including correct libc, etc. Having a derived distro doesn't help against that. AOL type uses will download and try to install anything that ends in .ipk, even if you make it clear that only stuff in the gumstix package repos will work. To solve that you have to extend the ipkg format and patch ipkg itself to only allow "gumstix-leet-uclibc" ipkgs ( or .debs or .rpms, etc). As I hinted at earlier, I'm not against having a gumstix distro as an angstrom-derivative, but the majority of your arguments aren't making sense in an OE context (don't feel bad, OE is weird in that way). The arguments that do make sense (control, branding) are key ones. And why do people keep insisting on newer udevs without giving concrete answers on why? The previous person that insisted on it couldn't get further than pasting the changelog and saying something that summarizes as "OMG newer!!!". Please file bugs on what is broken in 092 and specify how a newer version fixes that bugs. If it fixes big bugs we can make 115 and OE wide default or and angstrom wide default. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 18:51:26 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 11:51:26 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross fails to build on x86_64 In-Reply-To: Message-ID: <20070905185127.0222D401FBF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #5 from Cliff Brake 2007-09-05 11:51:26 --- The following lines in the binutils-cross.inc could also use some cleanup: rmdir ${CROSS_DIR}/${libdir}/gcc-lib || : rmdir ${CROSS_DIR}/${libdir} || : rmdir ${CROSS_DIR}/${prefix} || : as they generate: rmdir /build/oe/build_targets/compulab-pxa270/tmp/cross//build/oe/build_targets/compulab-pxa270/tmp/cross/lib/gcc-lib || : rmdir /build/oe/build_targets/compulab-pxa270/tmp/cross//build/oe/build_targets/compulab-pxa270/tmp/cross/lib || : rmdir /build/oe/build_targets/compulab-pxa270/tmp/cross//build/oe/build_targets/compulab-pxa270/tmp/cross || : -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 19:16:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 12:16:27 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross fails to build on x86_64 In-Reply-To: Message-ID: <20070905191627.560934285B0@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #6 from Cliff Brake 2007-09-05 12:16:27 --- The following patch will probably work with 2.6.18 on both 32 and 64 bit hosts. However, it may break with earlier versions of binutils. I'm still not sure what to do with the following lines in the bb as I'm not sure what the intent is, but they fail nicely ... rmdir ${CROSS_DIR}/${libdir}/gcc-lib || : rmdir ${CROSS_DIR}/${libdir} || : rmdir ${CROSS_DIR}/${prefix} || : # # old_revision [110c6ec488c63036fe1cb9a1e304bfb935b57bca] # # patch "packages/binutils/binutils-cross.inc" # from [2a9f9e4a843e43fc6356fa81e25f167e69bdd8d2] # to [bd04b8b517ab24728bf6d5f2cad09dee8f175b39] # ============================================================ --- packages/binutils/binutils-cross.inc 2a9f9e4a843e43fc6356fa81e25f167e69bdd8d2 +++ packages/binutils/binutils-cross.inc bd04b8b517ab24728bf6d5f2cad09dee8f175b39 @@ -11,6 +11,8 @@ do_stage () { do_stage () { oe_runmake install + MULTILIBDIR=`gcc -print-multi-os-directory` + # We don't really need these, so we'll remove them... rm -rf ${CROSS_DIR}/lib/ldscripts rm -rf ${CROSS_DIR}/share/info @@ -23,8 +25,8 @@ do_stage () { # We want to move this into the target specific location mkdir -p ${CROSS_DIR}/${TARGET_SYS}/lib - mv -f ${CROSS_DIR}/lib/libiberty.a ${CROSS_DIR}/${TARGET_SYS}/lib - rmdir ${CROSS_DIR}/lib || : + mv -f ${CROSS_DIR}/lib/${MULTILIBDIR}/libiberty.a ${CROSS_DIR}/${TARGET_SYS}/lib + rmdir ${CROSS_DIR}/lib/${MULTILIBDIR} || : } do_install () { -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 19:54:08 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 12:54:08 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross fails to build on x86_64 In-Reply-To: Message-ID: <20070905195408.D46A7402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #7 from Khem Raj 2007-09-05 12:54:08 --- This is because we use $libdir to reach to cross lib path. On x86_64 the cross lib path will be lib64. I think one way to solve it is to define a variable crosslibdir which is conditional on host type and not use libdir. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 21:25:41 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 14:25:41 -0700 (PDT) Subject: [oe-issues] [Bug 2929] New: eglibc should not regenerate configure scripts Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2929 Summary: eglibc should not regenerate configure scripts Product: Openembedded Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: likewise at gmx.net [23:05] KhemWork: Do you have a working angstrom eglibc build? Mine fails on a configure, where grep fails (I suspect argument buffer overflow due to my long pwd path name). [23:05] likewise: there is a fix for that you should touch all configure files so that they are not regenerated [23:06] I thought koen committed that fix [23:06] KhemWork: where was that patch committed? bugtracker? [23:07] nope I think when we were mucking with eglibc [23:08] likewise: check do_confiure() in eglibc_svn.bb [23:09] rpurdie * r973 / (6 files in 4 dirs): fetch/: Add mercurial (hg) fetcher from Robert Schuster (#2913) [23:10] likewise: We need same touch command for eglibc-initial_svn.bb eglibc-intermediate_svn.bb [23:10] as well [23:10] KhemWork: ok [23:10] likewise: can you prepare the patch for those two ? [23:10] KhemWork: sure [23:10] will do [23:10] and test it and commit it -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 22:19:38 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 15:19:38 -0700 (PDT) Subject: [oe-issues] [Bug 2930] New: angstrom-2008. 1 overwrites the PREFERRED_VERSION for binutils Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2930 Summary: angstrom-2008.1 overwrites the PREFERRED_VERSION for binutils Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: raj.khem at gmail.com Created an attachment (id=1958) --> (http://bugs.openembedded.org/attachment.cgi?id=1958) patch to fix it. angstrom-2007.1 sets this PREFERRED_VERSION_binutils ?= "2.18" PREFERRED_VERSION_binutils-cross ?= "2.18" PREFERRED_VERSION_binutils-cross-sdk ?= "2.18" but then angstrom-2008.1 overwrites this PREFERRED_VERSION_binutils = "2.17.50.0.12" PREFERRED_VERSION_binutils-cross = "2.17.50.0.12" PREFERRED_VERSION_binutils-cross-sdk = "2.17.50.0.12" -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 02:01:06 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 19:01:06 -0700 (PDT) Subject: [oe-issues] [Bug 2931] New: libgcc-related SO link errors after recent changes to gcc. bb Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2931 Summary: libgcc-related SO link errors after recent changes to gcc.bb Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P1 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: pmiscml at gmail.com $ bitbake gst-plugins-base -c rebuild OE Build Configuration: BB_VERSION = "1.8.9" OE_REVISION = "6a2d2b93d5aaaeac208513989dea7830e85864d2" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "hx4700" DISTRO = "angstrom" DISTRO_VERSION = "2007.9-test-20070906" TARGET_FPU = "soft" | arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale -isystem/home/pfalcon/linux-ppc/build-oe-angstrom/tmp/staging/arm-angstrom-linux-gnueabi/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -Wl,-rpath-link -Wl,/home/pfalcon/linux-ppc/build-oe-angstrom/tmp/staging/arm-angstrom-linux-gnueabi/lib -Wl,-O1 -o .libs/testchannels testchannels-testchannels.o -L/home/pfalcon/linux-ppc/build-oe-angstrom/tmp/staging/arm-angstrom-linux-gnueabi/lib -pthread /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/staging/arm-angstrom-linux-gnueabi/lib/libgstreamer-0.10.so /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/staging/arm-angstrom-linux-gnueabi/lib/libgobject-2.0.so /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/staging/arm-angstrom-linux-gnueabi/lib/libgmodule-2.0.so /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/staging/arm-angstrom-linux-gnueabi/lib/libgthread-2.0.so -lrt /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/staging/arm-angstrom-linux-gnueabi/lib/libxml2.so -ldl -lpthread /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/staging/arm-angstrom-linux-gnueabi/lib/libz.so -lm /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/staging/arm-angstrom-linux-gnueabi/lib/libglib-2.0.so -Wl,--rpath -Wl,/home/pfalcon/linux-ppc/build-oe-angstrom/tmp/work/armv5te-angstrom-linux-gnueabi/zlib-1.2.3-r2/image/usr/lib | /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/cross/lib/gcc/arm-angstrom-linux-gnueabi/4.1.2/../../../../arm-angstrom-linux-gnueabi/bin/ld: .libs/testchannels: hidden symbol `__div0' in /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/cross/lib/gcc/arm-angstrom-linux-gnueabi/4.1.2/libgcc.a(_dvmd_lnx.o) is referenced by DSO | /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/cross/lib/gcc/arm-angstrom-linux-gnueabi/4.1.2/../../../../arm-angstrom-linux-gnueabi/bin/ld: final link failed: Nonrepresentable section on output | collect2: ld returned 1 exit status | make[5]: *** [testchannels] Error 1 | make[5]: Leaving directory `/home/pfalcon/linux-ppc/build-oe-angstrom/tmp/work/armv5te-angstrom-linux-gnueabi/gst-plugins-base-0.10.14-r2/gst-plugins-base-0.10.14/gst-libs/gst/audio' | make[4]: *** [all] Error 2 | make[4]: Leaving directory `/home/pfalcon/linux-ppc/build-oe-angstrom/tmp/work/armv5te-angstrom-linux-gnueabi/gst-plugins-base-0.10.14-r2/gst-plugins-base-0.10.14/gst-libs/gst/audio' | make[3]: *** [all-recursive] Error 1 | make[3]: Leaving directory `/home/pfalcon/linux-ppc/build-oe-angstrom/tmp/work/armv5te-angstrom-linux-gnueabi/gst-plugins-base-0.10.14-r2/gst-plugins-base-0.10.14/gst-libs/gst' | make[2]: *** [all-recursive] Error 1 | make[2]: Leaving directory `/home/pfalcon/linux-ppc/build-oe-angstrom/tmp/work/armv5te-angstrom-linux-gnueabi/gst-plugins-base-0.10.14-r2/gst-plugins-base-0.10.14/gst-libs' | make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory `/home/pfalcon/linux-ppc/build-oe-angstrom/tmp/work/armv5te-angstrom-linux-gnueabi/gst-plugins-base-0.10.14-r2/gst-plugins-base-0.10.14' | make: *** [all] Error 2 | FATAL: oe_runmake failed NOTE: Task failed: /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/work/armv5te-angstrom-linux-gnueabi/gst-plugins-base-0.10.14-r2/temp/log.do_compile.31591 NOTE: package gst-plugins-base-0.10.14-r2: task do_compile: failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 02:02:46 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 19:02:46 -0700 (PDT) Subject: [oe-issues] [Bug 2931] libgcc-related SO link errors after recent changes to gcc.bb In-Reply-To: Message-ID: <20070906020246.66FD7402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2931 --- Comment #1 from Paul Sokolovsky 2007-09-05 19:02:46 --- This didn't happen with gcc-4.1.2-r4, this does happen with -r6. This happens with both binutils 2.18 and 2.17.50.0.5. This happens to cups package, too. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 04:12:31 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 21:12:31 -0700 (PDT) Subject: [oe-issues] [Bug 2932] New: libnotify-0.4.4-r0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2932 Summary: libnotify-0.4.4-r0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906041037 for machine h6300 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 04:17:18 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 21:17:18 -0700 (PDT) Subject: [oe-issues] [Bug 2933] New: gpe-bluetooth-0.55-r0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2933 Summary: gpe-bluetooth-0.55-r0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906041644 for machine h6300 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 05:23:34 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 22:23:34 -0700 (PDT) Subject: [oe-issues] [Bug 2933] gpe-bluetooth-0.55-r0-do_compile In-Reply-To: Message-ID: <20070906052334.83F3A402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2933 --- Comment #2 from Koen Kooi 2007-09-05 22:23:34 --- gettext missing? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 05:59:00 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 22:59:00 -0700 (PDT) Subject: [oe-issues] [Bug 2932] libnotify-0.4.4-r0-do_compile In-Reply-To: Message-ID: <20070906055900.4AF2D402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2932 --- Comment #3 from Koen Kooi 2007-09-05 22:59:00 --- /cross/lib/gcc/arm-angstrom-linux-uclibcgnueabi/4.1.2/../../../../arm-angstrom-linux-uclibcgnueabi/bin/ld: .libs/notify-send: hidden symbol `__clz_tab' in /cross/lib/gcc/arm-angstrom-linux-uclibcgnueabi/4.1.2/libgcc.a(_clz.o) is referenced by DSO /cross/lib/gcc/arm-angstrom-linux-uclibcgnueabi/4.1.2/../../../../arm-angstrom-linux-uclibcgnueabi/bin/ld: final link failed: Nonrepresentable section on output collect2: ld returned 1 exit status -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 06:38:34 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 23:38:34 -0700 (PDT) Subject: [oe-issues] [Bug 2888] xserver-kdrive-imageon-1.3.0.0-r0-do_patch In-Reply-To: Message-ID: <20070906063834.CE6B0402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2888 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-05 23:38:34 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 06:39:14 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 23:39:14 -0700 (PDT) Subject: [oe-issues] [Bug 2880] linux-handhelds-2.6-2.6.21-hh12-r2-do_compile In-Reply-To: Message-ID: <20070906063914.ECC23402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2880 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Koen Kooi 2007-09-05 23:39:14 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 06:42:18 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 23:42:18 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross fails to build on x86_64 In-Reply-To: Message-ID: <20070906064218.1C3B6402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 Claes Mogren changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cm at acc.umu.se --- Comment #9 from Claes Mogren 2007-09-05 23:42:17 --- Thanks, cesarb's patch worked for me too on amd64. I also think the crosslibdir suggestion sounds like a good idea, but what do I know... -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 06:42:39 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 23:42:39 -0700 (PDT) Subject: [oe-issues] [Bug 2934] New: gtk+-2.10.14-r7-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2934 Summary: gtk+-2.10.14-r7-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906063739 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 06:59:09 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 23:59:09 -0700 (PDT) Subject: [oe-issues] [Bug 2930] angstrom-2008.1 overwrites the PREFERRED_VERSION for binutils In-Reply-To: Message-ID: <20070906065909.7FECF402042@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2930 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-05 23:59:09 --- fixed in r22435246c6164e8d9181239f72a4b3ddae29e35b -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 07:32:18 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 00:32:18 -0700 (PDT) Subject: [oe-issues] [Bug 2927] directfb-0.9.25.1-r1 on OE 1.4 for Dreambox fails In-Reply-To: Message-ID: <20070906073218.64182402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2927 --- Comment #3 from Joaquim Duran 2007-09-06 00:32:18 --- > ".deps/mkdgiff.Tpo"; exit 1; fi > mkdgiff.c: In function 'main': > mkdgiff.c:583: error: 'ft_encoding_latin_1' undeclared (first use in this > function) > mkdgiff.c:583: error: (Each undeclared identifier is reported only once > mkdgiff.c:583: error: for each function it appears in.) > make[2]: *** [mkdgiff.o] Error 1 > make[2]: Leaving directory > `/data/Openembedded/build/tmp/work/directfb-1.0.0-r5/DirectFB-1.0.0/tools' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory The function 'ft_encoding_latin_1' is defined in freetype, and freetype is already defined in the dependencies of directfb. So, it looks like that freetype, or almost, a recent version is not used. As your local repository has not been updated for a long time (befoire yesterday), I suggest to you to remove ALL contents of oebuild directory and generate the directfb library from scratch. $bitbake directfb An posts the results. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 08:18:39 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 01:18:39 -0700 (PDT) Subject: [oe-issues] [Bug 2918] Support for Technologic Systems TS-72xx SBC In-Reply-To: Message-ID: <20070906081839.777ED402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2918 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Koen Kooi 2007-09-06 01:18:39 --- applied with some changes (see http://www.openembedded.org/wiki/VersioningPolicy), thanks. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 08:46:40 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 01:46:40 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross fails to build on x86_64 In-Reply-To: Message-ID: <20070906084640.26829402042@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #10 from Marcin Juszkiewicz 2007-09-06 01:46:39 --- 10:45 hrw at home:~$ gcc -print-multi-lib .; 32;@m32 10:45 hrw at home:~$ uname -a Linux home 2.6.23-rc5-hrt1 #32 PREEMPT Wed Sep 5 13:27:55 CEST 2007 x86_64 GNU/Linux I have ia32-libs installed and binutils(-cross(-sdk)) 2.18 builds for me. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 08:59:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 01:59:07 -0700 (PDT) Subject: [oe-issues] [Bug 2935] New: libmokojournal2-0.1.0+svnr2780-r2-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2935 Summary: libmokojournal2-0.1.0+svnr2780-r2-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906085642 for machine fic-gta02 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 09:01:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 02:01:27 -0700 (PDT) Subject: [oe-issues] [Bug 2935] libmokojournal2-0.1.0+svnr2780-r2-do_compile In-Reply-To: Message-ID: <20070906090128.033A3402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2935 --- Comment #2 from Koen Kooi 2007-09-06 02:01:27 --- /data/build/koen/OE/build/tmp/angstrom/staging/arm-angstrom-linux-uclibcgnueabi/include/libxml2/libxml/encoding.h:28:19: error: iconv.h: No such file or directory -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 09:10:49 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 02:10:49 -0700 (PDT) Subject: [oe-issues] [Bug 2936] New: libiconv-1.11-r4-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2936 Summary: libiconv-1.11-r4-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906090914 for machine fic-gta02 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 09:12:52 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 02:12:52 -0700 (PDT) Subject: [oe-issues] [Bug 2936] libiconv-1.11-r4-do_configure In-Reply-To: Message-ID: <20070906091252.8EEDE402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2936 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Koen Kooi 2007-09-06 02:12:52 --- caused by launching a second build which interfered -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 10:09:52 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 03:09:52 -0700 (PDT) Subject: [oe-issues] [Bug 2326] minimo not aware of Fn key In-Reply-To: Message-ID: <20070906100952.1966A402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2326 --- Comment #15 from Graeme Gregory 2007-09-06 03:09:51 --- I have now investigated this problem deeper. Mod4 is meta in mozilla, its also Meta in emacs and pretty much all desktop software. This blocks its use as Fn key. I beleive the correct fix is to move out use of Fn to Mod5 and "fix" keylaunch. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 10:11:42 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 03:11:42 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross fails to build on x86_64 In-Reply-To: Message-ID: <20070906101142.695B8402042@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #11 from Tomas Frydrych 2007-09-06 03:11:42 --- Same issue here; the lib is initially in cross/lib64; tweaking the .inc file locally fixes this, but a generic, portatble solutions is needed. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 11:18:51 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 04:18:51 -0700 (PDT) Subject: [oe-issues] [Bug 2937] New: gnome-desktop-2.18.3-r2-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2937 Summary: gnome-desktop-2.18.3-r2-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906111622 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 11:27:50 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 04:27:50 -0700 (PDT) Subject: [oe-issues] [Bug 2937] gnome-desktop-2.18.3-r2-do_configure In-Reply-To: Message-ID: <20070906112750.27980402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2937 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-06 04:27:49 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 11:29:48 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 04:29:48 -0700 (PDT) Subject: [oe-issues] [Bug 2938] New: libwnck-2.13.5-r0-do_package_write_deb Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2938 Summary: libwnck-2.13.5-r0-do_package_write_deb Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906112714 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 11:31:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 04:31:29 -0700 (PDT) Subject: [oe-issues] [Bug 2939] New: libgpewidget-0.115-r0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2939 Summary: libgpewidget-0.115-r0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906113058 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 11:48:03 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 04:48:03 -0700 (PDT) Subject: [oe-issues] [Bug 2939] libgpewidget-0.115-r0-do_compile In-Reply-To: Message-ID: <20070906114803.E9A8B402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2939 --- Comment #4 from Koen Kooi 2007-09-06 04:48:03 --- same issue as bug 2933 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 12:27:39 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 05:27:39 -0700 (PDT) Subject: [oe-issues] [Bug 2940] New: fakeroot-native-1.7.1-r2-do_patch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2940 Summary: fakeroot-native-1.7.1-r2-do_patch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906122610 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 12:31:02 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 05:31:02 -0700 (PDT) Subject: [oe-issues] [Bug 2940] fakeroot-native-1.7.1-r2-do_patch In-Reply-To: Message-ID: <20070906123102.242F7402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2940 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-06 05:31:01 --- xora org.oe.dev * rb7169a80... / (1 packages/fakeroot/fakeroot-native_1.7.1.bb): fakeroot/fakeroot-native_1.7.1.bb : dont apply same patch twice fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 12:53:26 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 05:53:26 -0700 (PDT) Subject: [oe-issues] [Bug 2938] libwnck-2.13.5-r0-do_package_write_deb In-Reply-To: Message-ID: <20070906125326.87F33402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2938 --- Comment #1 from Koen Kooi 2007-09-06 05:53:26 --- dpkg-deb: parse error, in file `/media/hda4/OE/build/tmp-new/angstrom/work/armv4t-angstrom-linux-gnueabi/libwnck-2.13.5-r0/install/libwnck-dbg/DEBIAN/control' near line 9 package `libwnck-1-dbg': EOF before value of field `Homepage' (missing final newline) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 12:55:56 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 05:55:56 -0700 (PDT) Subject: [oe-issues] [Bug 2938] libwnck-2.13.5-r0-do_package_write_deb In-Reply-To: Message-ID: <20070906125556.F0841402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2938 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Koen Kooi 2007-09-06 05:55:56 --- fixed in r7a7859524f96df237ac02842dffa763e22cd60a5 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 13:02:10 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 06:02:10 -0700 (PDT) Subject: [oe-issues] [Bug 2941] New: gnome-panel-2.18.1-r1-do_package Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2941 Summary: gnome-panel-2.18.1-r1-do_package Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906125759 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 13:34:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 06:34:29 -0700 (PDT) Subject: [oe-issues] [Bug 2941] gnome-panel-2.18.1-r1-do_package In-Reply-To: Message-ID: <20070906133429.26665402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2941 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-06 06:34:28 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 14:39:59 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 07:39:59 -0700 (PDT) Subject: [oe-issues] [Bug 2929] eglibc should not regenerate configure scripts In-Reply-To: Message-ID: <20070906143959.B1216402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2929 --- Comment #2 from Leon Woestenberg 2007-09-06 07:39:59 --- Attention: there is a typo in my patch with attachment id 1957. ${$} must be ${S}. I will commit a fix if tested to work. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 14:47:13 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 07:47:13 -0700 (PDT) Subject: [oe-issues] [Bug 2598] angstrom simpad gpe: metabug suspend with power button does not work In-Reply-To: Message-ID: <20070906144713.CA67E401FBF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2598 --- Comment #11 from Bernhard Guillon 2007-09-06 07:47:13 --- The patch causes a quite little bug. If you manually suspend with apm -s and let the simpad wake up with the power button you will need to press the button twice. This is because apm cannot count the presses of power button and you need to count the presses. Else powerd makes apm -s for each time you are pressing the button which ends in the problem, that by pressing the button for power on the device will power off. This bug should be solvable via patching apm/apmd instad of writing a power off daemon. Because of woglinde I came to the conclusion that a kernel side power off would be nice. I am wondering why the old 2.4 driver was made as switches. I wrote to the linux-arm list and asked about what will be the best creating a userland application or using a kernel space driver. Any ideas and comments are very welcome :) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 16:06:34 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 09:06:34 -0700 (PDT) Subject: [oe-issues] [Bug 2942] New: Adding at91 two more machines Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2942 Summary: Adding at91 two more machines Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: nicolas.ferre at rfo.atmel.com Created an attachment (id=1989) --> (http://bugs.openembedded.org/attachment.cgi?id=1989) add at91 machines to OE/Angstrom Find here a patch collection that adds two other ATMEL AT91 machines. They are basically ARM 926 CPUs and the machine are Evaluation Kit boards. The default kernel is for now 2.6.20 but this will be upgraded in the near future. Many thanks to Dan Liang who made the essential part of this job. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 16:07:19 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 09:07:19 -0700 (PDT) Subject: [oe-issues] [Bug 2943] New: libmimedir-0.4.2-r0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2943 Summary: libmimedir-0.4.2-r0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906160746 for machine qemuarm -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 16:08:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 09:08:27 -0700 (PDT) Subject: [oe-issues] [Bug 2944] New: libglade-2.5.1-r1-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2944 Summary: libglade-2.5.1-r1-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906160850 for machine qemuarm -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 16:13:56 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 09:13:56 -0700 (PDT) Subject: [oe-issues] [Bug 2944] libglade-2.5.1-r1-do_compile In-Reply-To: Message-ID: <20070906161356.2A68C402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2944 --- Comment #2 from Koen Kooi 2007-09-06 09:13:55 --- /data/build/koen/OE/build/tmp/angstrom/cross/lib/gcc/arm-angstrom-linux-uclibcgnueabi/4.1.2/../../../../arm-angstrom-linux-uclibcgnueabi/bin/ld: .libs/test-libglade: hidden symbol `__clz_tab' in /data/build/koen/OE/build/tmp/angstrom/cross/lib/gcc/arm-angstrom-linux-uclibcgnueabi/4.1.2/libgcc.a(_clz.o) is referenced by DSO /data/build/koen/OE/build/tmp/angstrom/cross/lib/gcc/arm-angstrom-linux-uclibcgnueabi/4.1.2/../../../../arm-angstrom-linux-uc -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 16:43:44 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 09:43:44 -0700 (PDT) Subject: [oe-issues] [Bug 2942] Adding at91 two more machines In-Reply-To: Message-ID: <20070906164344.BB791401FBF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2942 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-06 09:43:44 --- applied with some changes, thanks -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 18:31:57 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 11:31:57 -0700 (PDT) Subject: [oe-issues] [Bug 2929] eglibc should not regenerate configure scripts In-Reply-To: Message-ID: <20070906183157.2B51E402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2929 Leon Woestenberg changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Leon Woestenberg 2007-09-06 11:31:56 --- Tested, committed and pushed. Closing this bug. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 20:27:49 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 13:27:49 -0700 (PDT) Subject: [oe-issues] [Bug 2945] New: matchbox-wm-1.2-r1-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2945 Summary: matchbox-wm-1.2-r1-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906202806 for machine omap5912osk -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 20:28:45 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 13:28:45 -0700 (PDT) Subject: [oe-issues] [Bug 2945] matchbox-wm-1.2-r1-do_compile In-Reply-To: Message-ID: <20070906202845.72D90402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2945 --- Comment #2 from Koen Kooi 2007-09-06 13:28:45 --- (From update of attachment 2008) /data/build/koen/OE/build/tmp/angstrom/cross/lib/gcc/arm-angstrom-linux-uclibcgnueabi/4.1.2/../../../../arm-angstrom-linux-uclibcgnueabi/bin/ld: matchbox-window-manager: hidden symbol `__clz_tab' in /data/build/koen/OE/build/tmp/angstrom/cross/lib/gcc/arm-angstrom-linux-uclibcgnueabi/4.1.2/libgcc.a(_clz.o) is referenced by DSO /data/build/koen/OE/build/tmp/angstrom/cross/lib/gcc/arm-angstrom-linux-uclibcgnueabi/4.1.2/../../../../arm-angstrom-linux-uclibcgnueabi/bin/ld: final link failed: Nonrepresentable section on output collect2: ld returned 1 exit status make[2]: *** [matchbox-window-manager] Error 1 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 03:30:25 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 20:30:25 -0700 (PDT) Subject: [oe-issues] [Bug 2946] New: linux-rp-2.6.19+git-r5-do_fetch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2946 Summary: linux-rp-2.6.19+git-r5-do_fetch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070907032047 for machine hx2000 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 04:29:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 21:29:53 -0700 (PDT) Subject: [oe-issues] [Bug 2947] New: angstrom-x11-image-1.0-r0-do_rootfs Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2947 Summary: angstrom-x11-image-1.0-r0-do_rootfs Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070907042741 for machine hx4700 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 09:57:30 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 02:57:30 -0700 (PDT) Subject: [oe-issues] [Bug 2948] Packaged Staging feature In-Reply-To: Message-ID: <20070907095730.CC298402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2948 Jack O'Neil changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement --- Comment #1 from Jack O'Neil 2007-09-07 02:57:30 --- update severity -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 11:31:06 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 04:31:06 -0700 (PDT) Subject: [oe-issues] [Bug 2925] Use linux decompressor instead of u-boot's for uImage kernels In-Reply-To: Message-ID: <20070907113106.D6624402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2925 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Koen Kooi 2007-09-07 04:31:06 --- I did it differently, but the effect is the same. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 13:11:36 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 06:11:36 -0700 (PDT) Subject: [oe-issues] [Bug 2931] libgcc-related SO link errors after recent changes to gcc.bb In-Reply-To: Message-ID: <20070907131136.5F5F8402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2931 --- Comment #2 from Koen Kooi 2007-09-07 06:11:36 --- (In reply to comment #1) > This didn't happen with gcc-4.1.2-r4, this does happen with -r6. This happens > with both binutils 2.18 and 2.17.50.0.5. This happens to cups package, too. > gcc r4 and r6 are the same, r5 is the disapproved revision, so it must be something else -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 14:12:40 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 07:12:40 -0700 (PDT) Subject: [oe-issues] [Bug 2931] libgcc-related SO link errors after recent changes to gcc.bb In-Reply-To: Message-ID: <20070907141240.9E340402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2931 Paul Sokolovsky changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #3 from Paul Sokolovsky 2007-09-07 07:12:40 --- I guess it's something else, just between r4 and r6 couple of months passed, and rebuild triggered this something. Anyway, as hrw checking that this doesn't happen for him, I'm killing tmp/ and closing this as invalid for now. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 15:09:33 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 08:09:33 -0700 (PDT) Subject: [oe-issues] [Bug 2949] New: vlc-gpe do_compile error modules/gui/pda/pda.c Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2949 Summary: vlc-gpe do_compile error modules/gui/pda/pda.c Product: Openembedded Version: Angstrom Platform: ARM OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: nicolas.ferre at rfo.atmel.com Created an attachment (id=2070) --> (http://bugs.openembedded.org/attachment.cgi?id=2070) error log while trying to compile vlc-gpe I fall into this error : CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include/gtk-2.0 cc1: internal compiler error while compiling modules/gui/pda/pda.c It is basically related to : http://www.openembedded.org/the-q-a-team-strikes-back -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 15:18:38 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 08:18:38 -0700 (PDT) Subject: [oe-issues] [Bug 2949] vlc-gpe do_compile error modules/gui/pda/pda.c In-Reply-To: Message-ID: <20070907151838.2A462402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2949 Nicolas Ferre changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW --- Comment #2 from Nicolas Ferre 2007-09-07 08:18:37 --- vlc-gpe builds ok now choosing the right include and lib paths -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 15:47:05 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 08:47:05 -0700 (PDT) Subject: [oe-issues] [Bug 2950] New: libts version missmatches Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2950 Summary: libts version missmatches Product: Openembedded Version: Angstrom Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: wirelessdreamer at gmail.com i just installed the 09-05-07 angstrom console image c7x0, i did ipkg update; ipkg upgrade; ipkg install e-wm. i then got multiple errors relating to Package libts-0.0-0 wants to install file /usr/lib/ts/PACKAGENAME But that file is already provided by package libts-1.0-0 it seems the old version of libts was not fully removed like it should have been on the upgrade to version 1.0. if anymore debug info can be provided please let me know. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 18:59:42 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 11:59:42 -0700 (PDT) Subject: [oe-issues] [Bug 2951] New: fontconfig-native 2.3.91 fails to build Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2951 Summary: fontconfig-native 2.3.91 fails to build Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: B_Linuz at yahoo.com After today's OE update, fontconfig stopped building for me. I started my tmp again, so it's not my toolchain. I'm thinking it might be some X libs which got updated. Here's the log from bitbake: http://pastebin.ca/686029 There seems to be a patch here, but I couldn't get it to apply: http://mail.gnome.org/archives/gtk-list/2006-August/msg00242.html Is anyone else getting this? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 19:05:24 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 12:05:24 -0700 (PDT) Subject: [oe-issues] [Bug 2951] fontconfig-native 2.3.91 fails to build In-Reply-To: Message-ID: <20070907190524.C0B4C402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2951 --- Comment #1 from Koen Kooi 2007-09-07 12:05:24 --- please attach buildlog instead of adding volatile urls -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 19:21:33 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 12:21:33 -0700 (PDT) Subject: [oe-issues] [Bug 2951] fontconfig-native 2.3.91 fails to build In-Reply-To: Message-ID: <20070907192133.68C62402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2951 --- Comment #2 from Alex Ferguson 2007-09-07 12:21:32 --- | ccache gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/oe/tmp/staging/i686-linux/include/freetype2 -I/usr/local/oe/tmp/staging/i686-linux/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFONTCONFIG_PATH=\"/usr/local/oe/tmp/staging/etc/fonts\" -I.. -I../src -isystem/usr/local/oe/tmp/staging/i686-linux/include -isystem/usr/local/oe/tmp/staging/i686-linux/include -O2 -MT fcfreetype.lo -MD -MP -MF .deps/fcfreetype.Tpo -c fcfreetype.c -fPIC -DPIC -o .libs/fcfreetype.o | fcfreetype.c:53:10: error: #include expects "FILENAME" or | fcfreetype.c:58:10: error: #include expects "FILENAME" or | fcfreetype.c:59:10: error: #include expects "FILENAME" or | fcfreetype.c:60:10: error: #include expects "FILENAME" or | fcfreetype.c: In function 'FcGetPixelSize': | fcfreetype.c:965: error: dereferencing pointer to incomplete type | fcfreetype.c: In function 'FcFreeTypeQuery': | fcfreetype.c:1442: error: dereferencing pointer to incomplete type | fcfreetype.c:1449: error: dereferencing pointer to incomplete type | fcfreetype.c:1472: error: dereferencing pointer to incomplete type | fcfreetype.c:1552: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: warning: implicit declaration of function 'FT_MODULE_CLASS' | fcfreetype.c:1569: warning: nested extern declaration of 'FT_MODULE_CLASS' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1606: error: dereferencing pointer to incomplete type | fcfreetype.c:1616: error: dereferencing pointer to incomplete type | fcfreetype.c: In function 'GetScriptTags': | fcfreetype.c:2734: error: 'TT_Face' undeclared (first use in this function) | fcfreetype.c:2734: error: (Each undeclared identifier is reported only once | fcfreetype.c:2734: error: for each function it appears in.) | fcfreetype.c:2734: error: expected ';' before 'tt_face' | fcfreetype.c:2743: error: 'tt_face' undeclared (first use in this function) | fcfreetype.c:2746: warning: implicit declaration of function 'FT_STREAM_POS' | fcfreetype.c:2746: warning: nested extern declaration of 'FT_STREAM_POS' | fcfreetype.c:2750: warning: implicit declaration of function 'FT_STREAM_SEEK' | fcfreetype.c:2750: warning: nested extern declaration of 'FT_STREAM_SEEK' | fcfreetype.c:2750: warning: implicit declaration of function 'FT_FRAME_ENTER' | fcfreetype.c:2750: warning: nested extern declaration of 'FT_FRAME_ENTER' | fcfreetype.c:2753: warning: implicit declaration of function 'FT_GET_USHORT' | fcfreetype.c:2753: warning: nested extern declaration of 'FT_GET_USHORT' | fcfreetype.c:2755: warning: implicit declaration of function 'FT_FRAME_EXIT' | fcfreetype.c:2755: warning: nested extern declaration of 'FT_FRAME_EXIT' | fcfreetype.c:2771: warning: implicit declaration of function 'FT_SET_ERROR' | fcfreetype.c:2771: warning: nested extern declaration of 'FT_SET_ERROR' | fcfreetype.c:2771: warning: implicit declaration of function 'FT_MEM_ALLOC_ARRAY' | fcfreetype.c:2771: warning: nested extern declaration of 'FT_MEM_ALLOC_ARRAY' | fcfreetype.c:2771: error: expected expression before 'FT_ULong' | fcfreetype.c:2780: warning: implicit declaration of function 'FT_GET_ULONG' | fcfreetype.c:2780: warning: nested extern declaration of 'FT_GET_ULONG' | fcfreetype.c:2811: warning: implicit declaration of function 'FT_FREE' | fcfreetype.c:2811: warning: nested extern declaration of 'FT_FREE' | fcfreetype.c:2738: warning: unused variable 'memory' | fcfreetype.c: In function 'FcFontCapabilities': | fcfreetype.c:2824: warning: unused variable 'memory' | make[2]: *** [fcfreetype.lo] Error 1 | make[2]: Leaving directory `/usr/local/oe/tmp/work/i686-linux/fontconfig-native-2.3.91-r3/fontconfig-2.3.91/src' | make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory `/usr/local/oe/tmp/work/i686-linux/fontconfig-native-2.3.91-r3/fontconfig-2.3.91' | make: *** [all] Error 2 | FATAL: oe_runmake failed NOTE: Task failed: /usr/local/oe/tmp/work/i686-linux/fontconfig-native-2.3.91-r3/temp/log.do_compile.31083 NOTE: package fontconfig-native-2.3.91-r3: task do_compile: failed ERROR: TaskFailed event exception, aborting NOTE: package fontconfig-native-2.3.91: failed ERROR: Build of /opt/oe/org.openembedded.dev/packages/fontconfig/fontconfig-native_2.3.91.bb do_compile failed ERROR: Task 22 (/opt/oe/org.openembedded.dev/packages/fontconfig/fontconfig-native_2.3.91.bb, do_compile) failed NOTE: Tasks Summary: Attempted 379 tasks of which 375 didn't need to be rerun and 1 failed. ERROR: '/opt/oe/org.openembedded.dev/packages/fontconfig/fontconfig-native_2.3.91.bb' failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 19:29:36 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 12:29:36 -0700 (PDT) Subject: [oe-issues] [Bug 2951] fontconfig-native 2.3.91 fails to build In-Reply-To: Message-ID: <20070907192936.6B375402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2951 --- Comment #3 from Marcin Juszkiewicz 2007-09-07 12:29:36 --- | fcfreetype.c:53:10: error: #include expects "FILENAME" or Include path for freetype is missing. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 19:42:38 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 12:42:38 -0700 (PDT) Subject: [oe-issues] [Bug 2951] fontconfig-native 2.3.91 fails to build In-Reply-To: Message-ID: <20070907194238.AA743402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2951 --- Comment #4 from Alex Ferguson 2007-09-07 12:42:38 --- The include path is there (-I/usr/local/oe/tmp/staging/i686-linux/include/freetype2), and the compiler is refering to the macros which are specified in that file. It seems to be connected to the fact that freetype stopped shipping internal.h. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 20:02:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 13:02:53 -0700 (PDT) Subject: [oe-issues] [Bug 2951] fontconfig-native 2.3.91 fails to build In-Reply-To: Message-ID: <20070907200253.2814A402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2951 --- Comment #5 from Koen Kooi 2007-09-07 13:02:52 --- "attach" as in "attachment", not "paste" -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 22:36:14 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 15:36:14 -0700 (PDT) Subject: [oe-issues] [Bug 2951] fontconfig-native 2.3.91 fails to build In-Reply-To: Message-ID: <20070907223614.4E88A402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2951 --- Comment #6 from Alex Ferguson 2007-09-07 15:36:13 --- As expected, fontconfig-native 2.3.91 builds when built against freetype 2.1.10 (as opposed to 2.3.5, which brings about the above error). Maybe this means that fontconfig-native should be brought up to date along with fontconfig (which *does* have another version at 2.4.1). -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 16:32:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 09:32:20 -0700 (PDT) Subject: [oe-issues] [Bug 2237] gpe-calendar segfaults and does not close properly In-Reply-To: Message-ID: <20070908163220.B548C4285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2237 --- Comment #4 from carbonfreeze at gmail.com 2007-09-08 09:32:20 --- In Angstrom-x11-image-glibc-ipk-2007.9-test-20070905-spitz-installkit.tgz, gpe-calendar no longer segfaults when window is closed. Note the current behavior: gpe-calendar will now close the application when using the X in the upper right corner (ex. the application window disappears), however gpe-calendar continues to run in the background. When re-opened gpe-calendar loads instantly (not an issue of being in the cache). To actually close gpe-calendar, File ~> Quit must still be used. Most other gpe applications (unless it creates an icon in the tray) are killed/closed properly when using the X, should there be an option added to gpe-calendar to specify the behavior of the application when the X is used to close the window? Ex. an option to specify whether gpe-calender stays running/resident (and simply closes the window) or if it is killed. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 16:33:06 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 09:33:06 -0700 (PDT) Subject: [oe-issues] [Bug 2424] After reboot, FN/Home keys do not work on first gpe login In-Reply-To: Message-ID: <20070908163306.2B9BE4285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2424 carbonfreeze at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #3 from carbonfreeze at gmail.com 2007-09-08 09:33:05 --- Unable to duplicate issue in Angstrom-x11-image-glibc-ipk-2007.9-test-20070905-spitz-installkit.tgz. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 16:34:44 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 09:34:44 -0700 (PDT) Subject: [oe-issues] [Bug 2766] No brightness adjustment in gpe-login In-Reply-To: Message-ID: <20070908163444.B1DA14285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2766 carbonfreeze at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #2 from carbonfreeze at gmail.com 2007-09-08 09:34:44 --- Unable to reproduce in Angstrom-x11-image-glibc-ipk-2007.9-test-20070905-spitz-installkit.tgz. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 16:44:56 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 09:44:56 -0700 (PDT) Subject: [oe-issues] [Bug 2953] New: gstreamer_0.10.14.bb do_configure fails for x86_64 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2953 Summary: gstreamer_0.10.14.bb do_configure fails for x86_64 Product: Openembedded Version: Angstrom Platform: PC OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: mdevico at qualcomm.com I'm trying to build the angstrom-2007.1 distro for x86_64 and I'm getting the following during gstreamer do_configure: | checking if unaligned memory access works correctly... configure: error: cannot run test program while cross compiling | See `config.log' for more details. | FATAL: oe_runconf failed NOTE: Task failed: /opt/data/OpenEmbedded_x86_64/tmp/work/x86_64-angstrom-linux/gstreamer-0.10.14-r0/temp/log.do_configure.8164 NOTE: package gstreamer-0.10.14-r0: task do_configure: failed ERROR: TaskFailed event exception, aborting NOTE: package gstreamer-0.10.14: failed ERROR: Build of /opt/data/OpenEmbedded_x86_64/org.openembedded.dev/packages/gstreamer/gstreamer_0.10.14.bb do_configure failed ERROR: Task 830 (/opt/data/OpenEmbedded_x86_64/org.openembedded.dev/packages/gstreamer/gstreamer_0.10.14.bb, do_configure) failed NOTE: Tasks Summary: Attempted 1016 tasks of which 1016 didn't need to be rerun and 1 failed. ERROR: '/opt/data/OpenEmbedded_x86_64/org.openembedded.dev/packages/gstreamer/gstreamer_0.10.14.bb' failed Here is what my x86_64 machine file looks like: TARGET_ARCH = "x86_64" PACKAGE_EXTRA_ARCHS = "x86 i386 i486 i586" PREFERRED_PROVIDER_virtual/kernel = "linux-x86-64" PREFERRED_VERSION_linux-x86-64 ?= "2.6.20" KERNEL_IMAGETYPE = "bzImage" GLIBC_ADDONS = "nptl" GLIBC_EXTRA_OECONF = "--with-tls" IMAGE_FSTYPES = "ext3.gz" MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext3" MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" MACHINE_TASK_PROVIDER = "task-base" Here is what my linux-x86-64_2.6.20.bb file looks like: require linux.inc SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2" S = "${WORKDIR}/linux-${PV}" KERNEL_IMAGETYPE ?= "bzImage" inherit kernel COMPATIBLE_HOST = "x86_64.*-linux" do_stage_append () { #need x86_64 platforms includes + friends in order for external kernel modules to compile as headers a$ install -d ${STAGING_KERNEL_DIR}/arch/ cp -a arch/x86_64 ${STAGING_KERNEL_DIR}/arch/ install -d ${STAGING_KERNEL_DIR}/include/asm cp -a include/asm-x86_64 ${STAGING_KERNEL_DIR}/include/ } do_deploy() { install -d ${DEPLOY_DIR_IMAGE} install -m 0644 arch/x86_64/boot/${KERNEL_IMAGETYPE} ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${PV}-${MACHINE}-${DATETIME} } do_deploy[dirs] = "${S}" addtask deploy before do_populate_staging after do_compile If I build using the i686-generic MACHINE type, it works fine. My host build machine is running Fedora FC7 and the processor is an Intel 6300. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 16:56:35 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 09:56:35 -0700 (PDT) Subject: [oe-issues] [Bug 2954] New: New program and recipe: ipkgorphan Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2954 Summary: New program and recipe: ipkgorphan Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: alessandro.iurlano at gmail.com Created an attachment (id=2076) --> (http://bugs.openembedded.org/attachment.cgi?id=2076) ipkgorphan source code I have developed this program: ipkgorphan It aims to do what deborphan does for deb packages. It currently prints out only the name of the packages that can be removed without having to remove other packages. Useful when your fs is full and don't know what to remove. Ale when you install a program that needs a library you have to install both packages. When you remove that program the library package is not removed automatically as there might be another program who needs it. With ipkgorphan you can see libraries that are not needed anymore. This program is built from source code of ipkg and is my first program and recipe for OpenEmbedded. Both the source (single .c) and recipe are included in the tar.gz at this address: http://aiurlano.netsons.org/OpenMoko/Sources/ipkgorphan-0.0.1.tar.gz The source code file goes into the files directory of the package. I will also attach them as plain text files Thanks, Alessandro -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 17:09:14 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 10:09:14 -0700 (PDT) Subject: [oe-issues] [Bug 2955] New: Unable to change terminal as normal user after logging into gpe Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2955 Summary: Unable to change terminal as normal user after logging into gpe Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: carbonfreeze at gmail.com See original Bug 2231. With Angstrom-x11-20070905-spitz, issue seems to have partially resurfaced. When logged in to gpe as a normal user, I am unable to switch terminals. I have attempted to create a new user account and test with the second user to rule out a user-specific config issue with no success. If I login to GPE as the root user, I am able to switch terminals, however there are still issues (See Bug 2229). -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 17:10:28 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 10:10:28 -0700 (PDT) Subject: [oe-issues] [Bug 2768] Unable to switch virtual terminals at gpe-login or during gpe-session In-Reply-To: Message-ID: <20070908171028.AA3BD4285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2768 carbonfreeze at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from carbonfreeze at gmail.com 2007-09-08 10:10:28 --- In Angstrom-x11-image-glibc-ipk-2007.9-test-20070905-spitz-installkit.tgz I am now able to change terminals at gpe-login, however I am unable to change terminals within the gpe-session unless logged in as root. Closing as wfm & created more specific bug 2955. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 17:14:30 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 10:14:30 -0700 (PDT) Subject: [oe-issues] [Bug 2229] spitz hard locks X/GPE when changing terminals with FN keys In-Reply-To: Message-ID: <20070908171430.23E40401FBF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2229 carbonfreeze at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |carbonfreeze at gmail.com --- Comment #5 from carbonfreeze at gmail.com 2007-09-08 10:14:29 --- (In reply to comment #3) > Note that with 20070605, the machine does not appear to lockup if you first > login to gpe, and then attempt to switch terminals. I can change terminals 10+ > times after logging into gpe (gpe -> text -> blank and back). > This is no longer the case with Angstrom-x11-image-glibc-ipk-2007.9-test-20070905-spitz-installkit.tgz. Machine now hard locks when switching terminals as root user within gpe as soon as blank screen with dash is shown. It is not possible to switch terminals using FN as a normal user, see Bug 2955. It does not matter if splash screen is closed during boot to view verbose output, lock occurs either way. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 17:20:13 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 10:20:13 -0700 (PDT) Subject: [oe-issues] [Bug 2428] ipkg fills root parition space on spitz during upgrade or update In-Reply-To: Message-ID: <20070908172013.CFC164285B7@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2428 carbonfreeze at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |carbonfreeze at gmail.com Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #5 from carbonfreeze at gmail.com 2007-09-08 10:20:13 --- Have not seen this issue in 2 months, closing as wfm. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 17:24:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 10:24:29 -0700 (PDT) Subject: [oe-issues] [Bug 2810] at daemon: /var/spool/at is not created on installation In-Reply-To: Message-ID: <20070908172429.6321B4285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2810 carbonfreeze at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |carbonfreeze at gmail.com Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from carbonfreeze at gmail.com 2007-09-08 10:24:29 --- Was not an issue when installing at with Angstrom-x11-20070905-spitz, marking as wfm. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 17:31:59 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 10:31:59 -0700 (PDT) Subject: [oe-issues] [Bug 2956] New: gpe-lock-display: unable to adjust brightness on resume Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2956 Summary: gpe-lock-display: unable to adjust brightness on resume Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: carbonfreeze at gmail.com Unable to adjust brightness of gpe-lock-display when machine is resumed from sleep or if gpe-lock-display is called manually. When using FN3/4 to adjust brightness, numbers are passed to the pass-phrase field instead of adjusting the brightness. Angstrom-x11-20070905-spitz on machine spitz used as install media. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 19:55:45 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 12:55:45 -0700 (PDT) Subject: [oe-issues] [Bug 2914] gcc-cross-4.1. 2-r6 fails to compile because of internal compiler error In-Reply-To: Message-ID: <20070908195546.038E54285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2914 Takeshi Hamasaki changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from Takeshi Hamasaki 2007-09-08 12:55:45 --- This internal compile error disppeared for DISTRO = "angstrom-2007.1" after binutils-cross 2.18 appeared.. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 22:00:00 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 15:00:00 -0700 (PDT) Subject: [oe-issues] [Bug 2500] Can't build xserver-kdrive_git.bb In-Reply-To: Message-ID: <20070908220000.7E9174285B7@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2500 pHilipp Zabel changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |philipp.zabel at gmail.com Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from pHilipp Zabel 2007-09-08 15:00:00 --- fixed in 0586913037c8e52dc1d456b0d681720a0d6a1580. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 00:23:22 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 17:23:22 -0700 (PDT) Subject: [oe-issues] [Bug 2959] New: Fix for broken gcc-cross-4.2.1-r3 in uClibc mode Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2959 Summary: Fix for broken gcc-cross-4.2.1-r3 in uClibc mode Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: blocker Priority: P5 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: ynezz at true.cz CC: ynezz at true.cz Created an attachment (id=2099) --> (http://bugs.openembedded.org/attachment.cgi?id=2099) patch Build of gcc-cross-4.2.1-r3 is broken in uClibc mode, it fails on libstdc++-v3. With attached patch I'm able to build angstrom-minimal-image successfully in uClibc mode again. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 02:05:25 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 19:05:25 -0700 (PDT) Subject: [oe-issues] [Bug 2960] New: Angstrom Akita 20070828 mounts RO, breaks everything Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2960 Summary: Angstrom Akita 20070828 mounts RO, breaks everything Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: blocker Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: bugzilla at stalag99.net The Angstrom 20070828 release for the Akita mounts / as read-only, breaking regular booting: udev complains that /dev/null can't be opened. Splash screen doesn't switch on. X11 isn't switched into, even though the server is run. Console switching must not be working on the automatic basis. Keyboard layout is FUBAR -- FN key returns a "C" and many keys don't work as expected. "/" can't be typed, so forget remounting by hand. ttyS0 doesn't accept input from a remote system (I have the cable). Dumps the stuff from dmesg out nice, though! Ether way, the image is broken. The only way is to revert to -0804. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 06:47:19 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 23:47:19 -0700 (PDT) Subject: [oe-issues] [Bug 2959] Fix for broken gcc-cross-4.2.1-r3 in uClibc mode In-Reply-To: Message-ID: <20070909064719.99F824285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2959 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-08 23:47:19 --- applied, thanks -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 06:50:00 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 23:50:00 -0700 (PDT) Subject: [oe-issues] [Bug 2906] /proc/apm stays permanent In-Reply-To: Message-ID: <20070909065000.6B06E4285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2906 Alexander changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |LATER --- Comment #1 from Alexander 2007-09-08 23:50:00 --- Today all right... -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 07:31:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 00:31:29 -0700 (PDT) Subject: [oe-issues] [Bug 2961] New: update-alternatives in rootfs_deb works on host binaries Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2961 Summary: update-alternatives in rootfs_deb works on host binaries Product: Openembedded Version: Angstrom Platform: Other OS/Version: Mac OS X 10.3 Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: koen at dominion.kabel.utwente.nl update-alternatives (cworth) in rootfs_deb works on host binaries, so busybox init is run instead of sysvinit, rendering systems with a keyboard useless. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 08:13:35 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 01:13:35 -0700 (PDT) Subject: [oe-issues] [Bug 2962] New: Kernel Oops when inserting SD card Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2962 Summary: Kernel Oops when inserting SD card Product: Zaurus Kernel Version: unspecified Platform: ARM OS/Version: Linux Status: NEW Keywords: collie, oops Severity: critical Priority: P2 Component: collie AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: alex at amiran.it Blocks: 2161,2647 Freshly installed Angstrom kernel+image from http://www.angstrom-distribution.org/unstable/images/collie/20070709/ (kernel 2.6.21) After "modprobe locomo_spi": Jan 1 00:10:40 collie user.debug kernel: Collie MMC over SPI Driver Jan 1 00:10:40 collie user.debug kernel: mmc0: clock 0Hz busmode 1 powermode 0 cs 0 Vdd 0 width 0 timing 0 Jan 1 00:10:40 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 0 Jan 1 00:10:42 collie user.debug kernel: mmc0: clock 0Hz busmode 1 powermode 1 cs 0 Vdd 21 width 0 timing 0 Jan 1 00:10:42 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 1 Jan 1 00:10:42 collie user.info kernel: mmc_spi .0: SD/MMC <-> SPI proxy driver, no card power management Jan 1 00:10:43 collie user.debug kernel: mmc0: clock 125000Hz busmode 1 powermode 2 cs 0 Vdd 21 width 0 timing 0 Jan 1 00:10:43 collie user.debug kernel: mmc_spi .0: mmc_spi: clock to 125000 Hz, 0 Jan 1 00:10:43 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:10:43 collie user.debug kernel: mmc0: clock 125000Hz busmode 1 powermode 2 cs 1 Vdd 21 width 0 timing 0 Jan 1 00:10:43 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:10:43 collie user.debug kernel: mmc0: starting CMD0 arg 00000000 flags 00000040 Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd0 (00) Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: CMD0 response SPI_R1: response error, -110 Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd0 (00) Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: CMD0 response SPI_R1: response error, -110 Jan 1 00:10:45 collie user.err kernel: mmc_spi .0: can't initialize the card: no card or because the active chip-select level can't be inverted? Jan 1 00:10:45 collie user.debug kernel: mmc0: req done (CMD0): 4/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:10:45 collie user.debug kernel: mmc0: clock 125000Hz busmode 1 powermode 2 cs 0 Vdd 21 width 0 timing 0 Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:10:45 collie user.debug kernel: mmc0: starting CMD8 arg 000001aa flags 00000075 Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: mmc_spi: INVALID CMD8 (08) Jan 1 00:10:45 collie user.debug kernel: mmc0: req done (CMD8): 5/0/0: 00400000 00000000 00000000 00000000 Jan 1 00:10:45 collie user.debug kernel: mmc0: starting CMD55 arg 00000000 flags 00000015 Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd55 (37) Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: CMD55 response SPI_R1: response error, -110 Jan 1 00:10:45 collie user.debug kernel: mmc0: req done (CMD55): 4/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:10:45 collie user.debug kernel: mmc0: starting CMD55 arg 00000000 flags 00000015 Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd55 (37) Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: CMD55 response SPI_R1: response error, -110 Jan 1 00:10:45 collie user.debug kernel: mmc0: req done (CMD55): 4/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:10:45 collie user.debug kernel: mmc0: starting CMD55 arg 00000000 flags 00000015 Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd55 (37) Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: CMD55 response SPI_R1: response error, -110 Jan 1 00:10:45 collie user.debug kernel: mmc0: req done (CMD55): 4/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:10:45 collie user.debug kernel: mmc0: starting CMD55 arg 00000000 flags 00000015 Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd55 (37) Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: CMD55 response SPI_R1: response error, -110 Jan 1 00:10:45 collie user.debug kernel: mmc0: req done (CMD55): 4/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:10:45 collie user.debug kernel: mmc0: starting CMD1 arg 00000000 flags 00000061 Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd1 (01) Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: CMD1 response SPI_R1: response error, -110 Jan 1 00:10:45 collie user.debug kernel: mmc0: req done (CMD1): 4/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:10:45 collie user.debug kernel: mmc0: clock 0Hz busmode 1 powermode 0 cs 0 Vdd 0 width 0 timing 0 Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 0 Inserting a SD (Adata MyFlash 512Mb 60x): Jan 1 00:11:05 collie user.debug kernel: mmc0: clock 0Hz busmode 1 powermode 1 cs 0 Vdd 21 width 0 timing 0 Jan 1 00:11:05 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 1 Jan 1 00:11:05 collie user.debug kernel: mmc0: clock 125000Hz busmode 1 powermode 2 cs 0 Vdd 21 width 0 timing 0 Jan 1 00:11:05 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:11:05 collie user.debug kernel: mmc0: clock 125000Hz busmode 1 powermode 2 cs 1 Vdd 21 width 0 timing 0 Jan 1 00:11:05 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:11:05 collie user.debug kernel: mmc0: starting CMD0 arg 00000000 flags 00000040 Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd0 (00) Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: CMD0 response SPI_R1: resp 00.01 Jan 1 00:11:07 collie user.debug kernel: mmc0: req done (CMD0): 0/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:11:07 collie user.debug kernel: mmc0: clock 125000Hz busmode 1 powermode 2 cs 0 Vdd 21 width 0 timing 0 Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:11:07 collie user.debug kernel: mmc0: starting CMD8 arg 000001aa flags 00000075 Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: mmc_spi: INVALID CMD8 (08) Jan 1 00:11:07 collie user.debug kernel: mmc0: req done (CMD8): 5/0/0: 00400000 00000000 00000000 00000000 Jan 1 00:11:07 collie user.debug kernel: mmc0: starting CMD55 arg 00000000 flags 00000015 Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd55 (37) Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: CMD55 response SPI_R1: resp 00.01 Jan 1 00:11:07 collie user.debug kernel: mmc0: req done (CMD55): 0/0/0: 00000020 00000000 00000000 00000000 Jan 1 00:11:07 collie user.debug kernel: mmc0: starting CMD41 arg 00000000 flags 00000061 Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: mmc_spi: acmd41 (29) Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: ACMD41 response SPI_R1: resp 00.01 Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: retry for init complete... Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd1 (01) Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: patchup R3/OCR ... Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd58 (3a) Jan 1 00:11:07 collie user.debug kernel: mmc0: req done (CMD58): 0/0/0: 80ff8000 00000000 00000000 00000000 Jan 1 00:11:07 collie user.debug kernel: mmc0: clock 125000Hz busmode 1 powermode 2 cs 0 Vdd 20 width 0 timing 0 Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:11:07 collie user.debug kernel: mmc0: clock 125000Hz busmode 1 powermode 2 cs 1 Vdd 20 width 0 timing 0 Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:11:07 collie user.debug kernel: mmc0: starting CMD0 arg 00000000 flags 00000040 Jan 1 00:11:10 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd0 (00) Jan 1 00:11:10 collie user.debug kernel: mmc_spi .0: CMD0 response SPI_R1: resp 00.01 Jan 1 00:11:10 collie user.debug kernel: mmc0: req done (CMD0): 0/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:11:10 collie user.debug kernel: mmc0: clock 125000Hz busmode 1 powermode 2 cs 0 Vdd 20 width 0 timing 0 Jan 1 00:11:10 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:11:10 collie user.debug kernel: mmc0: starting CMD8 arg 000001aa flags 00000075 Jan 1 00:11:10 collie user.debug kernel: mmc_spi .0: mmc_spi: INVALID CMD8 (08) Jan 1 00:11:10 collie user.debug kernel: mmc0: req done (CMD8): 5/0/0: 00400000 00000000 00000000 00000000 Jan 1 00:11:10 collie user.debug kernel: mmc0: starting CMD55 arg 00000000 flags 00000015 Jan 1 00:11:10 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd55 (37) Jan 1 00:11:10 collie user.debug kernel: mmc_spi .0: CMD55 response SPI_R1: resp 00.01 Jan 1 00:11:10 collie user.debug kernel: mmc0: req done (CMD55): 0/0/0: 00000020 00000000 00000000 00000000 Jan 1 00:11:10 collie user.debug kernel: mmc0: starting CMD41 arg 00300000 flags 00000061 Jan 1 00:11:10 collie user.debug kernel: mmc_spi .0: mmc_spi: acmd41 (29) Jan 1 00:11:10 collie user.debug kernel: mmc_spi .0: ACMD41 response SPI_R1: resp 00.01 Jan 1 00:11:10 collie user.debug kernel: mmc_spi .0: retry for init complete... Jan 1 00:11:12 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd1 (01) Jan 1 00:11:12 collie user.debug kernel: mmc_spi .0: patchup R3/OCR ... Jan 1 00:11:12 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd58 (3a) Jan 1 00:11:12 collie user.debug kernel: mmc0: req done (CMD58): 0/0/0: 80ff8000 00000000 00000000 00000000 Jan 1 00:11:12 collie user.debug kernel: mmc0: starting CMD2 arg 00000000 flags 00000067 Jan 1 00:11:12 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd10 (0a) Jan 1 00:11:12 collie user.debug kernel: mmc0: req done (CMD10): 0/0/0: 1d414453 44202020 00310044 7c004a53 Jan 1 00:11:12 collie user.debug kernel: mmc0: starting CMD3 arg 00000000 flags 00000075 Jan 1 00:11:12 collie user.debug kernel: mmc0: req done (CMD3): 0/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:11:12 collie user.debug kernel: mmc0: starting CMD2 arg 00000000 flags 00000067 Jan 1 00:11:12 collie user.debug kernel: mmc0: req done (CMD2): 1/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:11:12 collie user.debug kernel: mmc0: clock 125000Hz busmode 2 powermode 2 cs 0 Vdd 20 width 0 timing 0 Jan 1 00:11:12 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:11:12 collie user.debug kernel: mmc0: starting CMD9 arg 00000000 flags 00000007 Jan 1 00:11:12 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd9 (09) Jan 1 00:11:12 collie user.debug kernel: mmc0: req done (CMD9): 0/0/0: 007f0032 1f5983d2 f6db3f9f 96600097 Jan 1 00:11:12 collie user.debug kernel: mmc0: starting CMD7 arg 00000000 flags 00000015 Jan 1 00:11:12 collie user.debug kernel: mmc0: req done (CMD7): 0/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:11:12 collie user.debug kernel: mmc0: clock 125000Hz busmode 2 powermode 2 cs 0 Vdd 20 width 0 timing 0 Jan 1 00:11:12 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:11:12 collie user.debug kernel: mmc0: starting CMD55 arg 00000000 flags 00000015 Jan 1 00:11:12 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd55 (37) Jan 1 00:11:12 collie user.debug kernel: mmc0: req done (CMD55): 0/0/0: 00000620 00000000 00000000 00000000 Jan 1 00:11:12 collie user.debug kernel: mmc0: starting CMD51 arg 00000000 flags 00000035 Jan 1 00:11:12 collie user.debug kernel: mmc_spi .0: mmc_spi: acmd51 (33) Jan 1 00:11:12 collie user.debug kernel: mmc0: req done (CMD51): 0/0/0: 00000600 00000000 00000000 00000000 Jan 1 00:11:12 collie user.debug kernel: mmc_spi .0: mmc_spi: read block, 8 bytes Jan 1 00:11:12 collie user.alert kernel: Unable to handle kernel NULL pointer dereference at virtual address 00000000 Jan 1 00:11:12 collie user.alert kernel: pgd = c0004000 Jan 1 00:11:12 collie user.alert kernel: [00000000] *pgd=00000000 Jan 1 00:11:12 collie user.warn kernel: Internal error: Oops: c305f817 [#1] Jan 1 00:11:12 collie user.warn kernel: Modules linked in: mmc_spi locomo_spi af_packet orinoco_cs orinoco hermes usbcore snd_pcm_oss snd_pcm snd_timer snd_page_alloc snd_mixer_oss snd soundcore rfcomm mmc_block mmc_core ircomm_tty ircomm irda crc_ccitt ipv6 hidp hid l2cap bluetooth Jan 1 00:11:12 collie user.warn kernel: CPU: 0 Jan 1 00:11:12 collie user.warn kernel: PC is at consistent_sync+0x34/0x78 Jan 1 00:11:12 collie user.warn kernel: LR is at mmc_spi_command_do+0x310/0x618 [mmc_spi] Jan 1 00:11:12 collie user.warn kernel: pc : [] lr : [] Not tainted Jan 1 00:11:12 collie user.warn kernel: sp : c3a53d44 ip : c3a53d54 fp : c3a53d50 Jan 1 00:11:12 collie user.warn kernel: r10: c3a53ec8 r9 : c3a53f20 r8 : c3a8f600 Jan 1 00:11:12 collie user.warn kernel: r7 : c3394de0 r6 : c3394e24 r5 : 00000001 r4 : 00000000 Jan 1 00:11:12 collie user.warn kernel: r3 : 00000000 r2 : 00000002 r1 : 00000144 r0 : 00000000 Jan 1 00:11:12 collie user.warn kernel: Flags: nzCv IRQs on FIQs on Mode SVC_32 Segment kernel Jan 1 00:11:12 collie user.warn kernel: Control: C305F17F Jan 1 00:11:12 collie user.warn kernel: Table: C305F17F DAC: 00000017 Jan 1 00:11:12 collie user.warn kernel: Process kmmcd (pid: 603, stack limit = 0xc3a52250) Jan 1 00:11:12 collie user.warn kernel: Stack: (0xc3a53d44 to 0xc3a54000) Jan 1 00:11:12 collie user.warn kernel: 3d40: c3a53df8 c3a53d54 bf11b490 c001ec74 00000008 c3a53ef4 00000000 Jan 1 00:11:12 collie user.warn kernel: 3d60: 00000002 00000000 00000008 00000008 00000000 00000001 c3a53e9c c01a334c Jan 1 00:11:12 collie user.warn kernel: 3d80: 00000000 c3a53df8 c3a53d94 c0032f60 c01a3b14 bf11bb34 60000013 c3394de0 Jan 1 00:11:12 collie user.warn kernel: 3da0: 00000000 c3394c00 c3a53e9c c3a53e2c 00004420 c3a53e9c c3a53de8 c3a53dc8 Jan 1 00:11:12 collie user.warn kernel: 3dc0: bf11b8e0 bf11b18c c3a53e2c c3394c00 c3394de0 00000001 c3394c00 c3a53e9c Jan 1 00:11:12 collie user.warn kernel: 3de0: c3a53ef4 00000008 c3a53e9c c3a53e1c c3a53dfc bf11b9a8 bf11b18c c3a53ef4 Jan 1 00:11:12 collie user.warn kernel: 3e00: c3394c00 c3a53ef4 c3394d98 c3a66a00 c3a53e38 c3a53e20 bf08b47c bf11b7a4 Jan 1 00:11:12 collie user.warn kernel: 3e20: 00000035 c3a53e3c 00000000 c3a53e5c c3a53e3c bf08b4c8 bf08b38c 00000001 Jan 1 00:11:12 collie user.warn kernel: 3e40: c3a53e40 c3a53e40 c3a53f20 c3a53ec8 c3a53f5c c3a53e60 bf08cc00 bf08b49c Jan 1 00:11:12 collie user.warn kernel: 3e60: 00000002 00000000 00000014 00000000 00000000 0000000a 00442020 c3394c00 Jan 1 00:11:12 collie user.warn kernel: 3e80: 00000000 c3394d84 00000000 00000000 00000000 c3394ca8 c3394d98 00000033 Jan 1 00:11:12 collie user.warn kernel: 3ea0: 00000000 00000600 00000000 00000000 00000000 00000035 00000000 00000000 Jan 1 00:11:12 collie user.warn kernel: 3ec0: c3a53ec8 c3a53ef4 05f5e100 00000000 00000008 00000001 00000000 00000200 Jan 1 00:11:12 collie user.warn kernel: 3ee0: 00000000 00000000 c3a53ef4 00000001 c3a53f20 c3a53e9c c3a53ec8 00000000 Jan 1 00:11:12 collie user.warn kernel: 3f00: c3a53e3c bf08b368 96600097 00000007 00000003 00000000 00000000 c3a53e2c Jan 1 00:11:12 collie user.warn kernel: 3f20: c02a4cc0 00000b84 00000000 00000008 00000000 80000013 c3394db0 c3a52000 Jan 1 00:11:12 collie user.warn kernel: 3f40: c383f460 bf08bfac 00000000 00000000 c3a53f80 c3a53f60 c0044500 bf08bfb8 Jan 1 00:11:12 collie user.warn kernel: 3f60: 00000001 c3a52000 c383f460 c3959e48 00000000 c3a53fcc c3a53f84 c0044da4 Jan 1 00:11:12 collie user.warn kernel: 3f80: c0044430 00000001 00000000 c3a53f98 00010000 00000000 00000000 c0355540 Jan 1 00:11:12 collie user.warn kernel: 3fa0: c002e6d8 00100100 00200200 ffffffff ffffffff c383f460 c3a52000 c0044c84 Jan 1 00:11:12 collie user.warn kernel: 0048768 c0044c90 ffffffff ffffffff 00000000 00000000 Jan 1 00:11:12 collie user.warn kernel: 3fe0: 00000000 00000000 00000000 c3a53ff8 c00356dc c0048688 00000000 00000000 Jan 1 00:11:12 collie user.warn kernel: Backtrace: Jan 1 00:11:12 collie user.warn kernel: [] (consistent_sync+0x0/0x78) from [] (mmc_spi_command_do+0x310/0x618 [mmc_spi]) Jan 1 00:11:12 collie user.warn kernel: [] (mmc_spi_command_do+0x0/0x618 [mmc_spi]) from [] (mmc_spi_request+0x210/0x238 [mmc_spi]) Jan 1 00:11:12 collie user.warn kernel: [] (mmc_spi_request+0x0/0x238 [mmc_spi]) from [] (mmc_start_request+0xfc/0x110 [mmc_core]) Jan 1 00:11:12 collie user.warn kernel: r8 = C3A66A00 r7 = C3394D98 r6 = C3A53EF4 r5 = C3394C00 Jan 1 00:11:12 collie user.warn kernel: r4 = C3A53EF4 Jan 1 00:11:12 collie user.warn kernel: [] (mmc_start_request+0x0/0x110 [mmc_core]) from [] (mmc_wait_for_req+0x38/0x50 [mmc_core]) Jan 1 00:11:12 collie user.warn kernel: r5 = 00000000 r4 = C3A53E3C Jan 1 00:11:12 collie user.warn kernel: [] (mmc_wait_for_req+0x0/0x50 [mmc_core]) from [] (mmc_rescan+0xc54/0x1260 [mmc_core]) Jan 1 00:11:12 collie user.warn kernel: r5 = C3A53EC8 r4 = C3A53F20 Jan 1 00:11:12 collie user.warn kernel: [] (mmc_rescan+0x0/0x1260 [mmc_core]) from [] (run_workqueue+0xdc/0x1b8) Jan 1 00:11:12 collie user.warn kernel: [] (run_workqueue+0x0/0x1b8) from [] (worker_thread+0x120/0x158) Jan 1 00:11:12 collie user.warn kernel: r8 = 00000000 r7 = C3959E48 r6 = C383F460 r5 = C3A52000 Jan 1 00:11:12 collie user.warn kernel: r4 = 00000001 Jan 1 00:11:12 collie user.warn kernel: [] (worker_thread+0x0/0x158) from [] (kthread+0xec/0x128) Jan 1 00:11:12 collie user.warn kernel: r6 = C0044C84 r5 = C3A52000 r4 = C383F460 Jan 1 00:11:12 collie user.warn kernel: [] (kthread+0x0/0x128) from [] (do_exit+0x0/0x8a8) Jan 1 00:11:12 collie user.warn kernel: r7 = 00000000 r6 = 00000000 r5 = 00000000 r4 = 00000000 Jan 1 00:11:12 collie user.warn kernel: Code: e1a03da3 e3530003 9a000001 e3a03000 (e5833000) The same (or very similar) Oops with a SanDisk 128 Mb and with a PQI 1Gb 133x -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 12:38:41 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 05:38:41 -0700 (PDT) Subject: [oe-issues] [Bug 2963] New: matchbox-keyboard-inputmethod-0. 0+svn20070909-r4-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2963 Summary: matchbox-keyboard-inputmethod-0.0+svn20070909-r4- do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070909123903 for machine magician -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 13:05:54 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 06:05:54 -0700 (PDT) Subject: [oe-issues] [Bug 2963] matchbox-keyboard-inputmethod-0.0+svn20070909-r4-do_configure In-Reply-To: Message-ID: <20070909130554.6DEB14285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2963 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Koen Kooi 2007-09-09 06:05:54 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 13:16:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 06:16:20 -0700 (PDT) Subject: [oe-issues] [Bug 2647] 2.6.21 and locomo_spi In-Reply-To: Message-ID: <20070909131620.5A6504285BA@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2647 Ashley Gittins changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|2962 | CC| |alex at amiran.it --- Comment #13 from Ashley Gittins 2007-09-09 06:16:19 --- *** Bug 2962 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 13:16:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 06:16:20 -0700 (PDT) Subject: [oe-issues] [Bug 2962] Kernel Oops when inserting SD card In-Reply-To: Message-ID: <20070909131620.0EDA04285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2962 Ashley Gittins changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |agittins at purple.dropbear.id. | |au Blocks|2161, 2647 | Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #1 from Ashley Gittins 2007-09-09 06:16:19 --- This is a duplicate of bug 2647, not a dependancy of it. It might be good if you could attach your oops output to bug 2647 (rather than pasting as a comment) so it can be tracked there with the other report. We should probably update the description of bug 2647 to be more clear on what it's about. Additionally, it doesn't block 2161, which is about unrecognised cards (arguably, this bug blocks _you_ (and I) from experiencing bug 2161, but this bug doesn't block that bug from being fixed). I'm marking this as a dupe of 2647 (which still needs solving, nudge-nudge!) and removing 2647 and 2161 from the blocks list. Please refer all "Oops on SD insert" to bug 2647 for now, rather than raising new reports. *** This bug has been marked as a duplicate of bug 2647 *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 13:28:26 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 06:28:26 -0700 (PDT) Subject: [oe-issues] [Bug 2647] kernel oops in mmc_spi on collie with locomo_spi at SD card insertion with 2 .6.21 In-Reply-To: Message-ID: <20070909132826.F3EE3401FBF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2647 Ashley Gittins changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |oops Summary|2.6.21 and locomo_spi |kernel oops in mmc_spi on | |collie with locomo_spi at SD | |card insertion with 2.6.21 --- Comment #14 from Ashley Gittins 2007-09-09 06:28:26 --- (Updated summary line to be more descriptive and search-friendly, and added oops to keywords) Thomas (or anyone else) can you tell me what needs to happen to push this along? Your comment indicates that at this stage we are waiting for mmc_spi to make it into mainline, is that right? Is there anything anyone can do to fix this now rather than wait for upstream fixes? Does upstream even know about this issue? Sorry if it's a dumb question, I am just confused about the right process here - seems to me OE could look into the problem and possibly come up with a patch to mmc_spi (and perhaps also locomo_spi if required) without having to wait on Linus' tree? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 15:47:24 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 08:47:24 -0700 (PDT) Subject: [oe-issues] [Bug 2964] New: save-rtc date format causes error if busybox # CONFIG_FEATURE_DATE_ISOFMT is not set Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2964 Summary: save-rtc date format causes error if busybox # CONFIG_FEATURE_DATE_ISOFMT is not set Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: sakoman at gmail.com With the default config for busybox date (uclibc angstrom build), when save-rtc.sh writes the time stamp file it ends up as: %2m%2d%2H%2M00%4Y rather than a valid date. It seems that without the CONFIG_FEATURE_DATE_ISOFMT flag set, busybox date cannot handle numerics in the date format. Possible fixes: - Enable CONFIG_FEATURE_DATE_ISOFMT in the default busybox config - Change the format in save-rtc from %2m%2d%2H%2M00%4Y to %m%d%H%M%Y (tested only on uclibc build) - Let each machine affected override save-rtc.sh -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 16:41:19 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 09:41:19 -0700 (PDT) Subject: [oe-issues] [Bug 2647] kernel oops in mmc_spi on collie with locomo_spi at SD card insertion with 2 .6.21 In-Reply-To: Message-ID: <20070909164119.6DE6A4285B7@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2647 --- Comment #15 from Thomas Kunze 2007-09-09 09:41:19 --- The mmc-spi patches are now in the -mm tree. My locomi-spi driver needs a little tweaking to work with this version. ATM I have no time for this, but soon I will. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 19:25:52 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 12:25:52 -0700 (PDT) Subject: [oe-issues] [Bug 2965] New: fxload.bb Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2965 Summary: fxload.bb Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: oe at iss.tu-darmstadt.de This is my first package attempt to add fxload to the repository. Note that ezusb.c is patched to include linux/usb_ch9.h which moved to linux/usb/ch9.h recently. If you have a newer kernel chances are that you have to change the coresponding patch. This should be probably automated by looking for the used kernel version? There is currently only a normal package no debug stuff or so. Enjoy Tim -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 20:37:39 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 13:37:39 -0700 (PDT) Subject: [oe-issues] [Bug 2965] fxload.bb In-Reply-To: Message-ID: <20070909203739.F2AFD4285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2965 pHilipp Zabel changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from pHilipp Zabel 2007-09-09 13:37:39 --- ok, added in 7b0ea327... -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 21:44:25 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 14:44:25 -0700 (PDT) Subject: [oe-issues] [Bug 2926] Clean build of Angstrom for Gumstix-Verdex Fails In-Reply-To: Message-ID: <20070909214425.A08764285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2926 --- Comment #3 from Marcin Juszkiewicz 2007-09-09 14:44:25 --- please check build now -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 03:31:30 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 20:31:30 -0700 (PDT) Subject: [oe-issues] [Bug 2967] New: uclibc-0.9.29-r7-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2967 Summary: uclibc-0.9.29-r7-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070910031627 for machine qemux86 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 03:40:22 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 20:40:22 -0700 (PDT) Subject: [oe-issues] [Bug 2968] New: ezxd-0.0+svnr2048-r0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2968 Summary: ezxd-0.0+svnr2048-r0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070910034134 for machine davinci-dvevm -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 03:43:33 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 20:43:33 -0700 (PDT) Subject: [oe-issues] [Bug 2968] ezxd-0.0+svnr2048-r0-do_compile In-Reply-To: Message-ID: <20070910034333.85D164285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2968 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Koen Kooi 2007-09-09 20:43:33 --- fixed in r5911b2fa300600b52924de86c4e9bd75e84355e8 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 05:21:56 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 22:21:56 -0700 (PDT) Subject: [oe-issues] [Bug 2969] New: Kexec Cmdline support for arm kernels Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2969 Summary: Kexec Cmdline support for arm kernels Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: hvontres at gmail.com Created an attachment (id=2202) --> (http://bugs.openembedded.org/attachment.cgi?id=2202) Main patch This bug has patches for adding cmdline support to arm kernels. These patches were made by mwester and have been tested by me on a poodle for linux-rp 2.6.17,2.6.21 and 2.6.22. The patch consists of three parts: 1)80-kexec-atags.patch: This is the main patch. It adds the capability for kexec to manipulate the atags list 2) kexec-ksysfs_2.6.21.patch: This patch provides a crude interface to the above patch through sysfs. I have adapted it to 2.6.17, 2.6.21 and 2.6.22 3) poodle-bootparams.patch: This patch adds a fake atags list for poodle to get around the crappy sharp bootloader. Other zaurus models would need similar patches. Here is a copy of the emails from mwester about these patches: Forwarded Conversation Subject: Re: arm kexec commandline support ------------------------ From: Mike (mwester) To: thommycheck at gmx.de, hvontres at gmail.com Cc: "Mike (mwester)" Date: Mon, Jul 9, 2007 at 9:46 AM Attachments: 81-kexec-cmdline.patch, 80-kexec-atags.patch - Show quoted text - Gentlemen, (context: I found a thread on arm kexec commandline support on the OE archives that didn't seem to garner much enthusiasm or comment. I also conversed briefly with someone regarding kexec commandline support on the #oe channel some time ago - I suspect that was probably Thomas.) I encountered a similar problem as did Henry when using the patch; in my case the issue was that the ATAGs address was hard-coded to a non-existant address, as the ixp4xx systems I work with use 0x00000100 instead. Upon fixing that, I discovered that the ixp4xx systems will then begin to reboot, but if the commandline (and other startup information) is not hardcoded, the system crashes as well. The problem was traced to the need to pass in the memory information in the form of atags as well. To get to the point, after a lot of digging, the attached patches work (on kernel 2.6.21 -- very minor changes in ksysfs.c require tweaks for use on 2.6.22). The first, 80-kexec-atags.patch, is designed simply to preserve whatever information the bootloader passes into the device for kexec use -- the second, 81-kexec-cmdline.patch, uses the original patch's approach of using ksysfs to permit the commandline atag to be modified. The first of the two patches I think is reasonably acceptable in terms of style and completeness, and may even be able (at some point) to be sent upstream. The second (modifications to the ksysfs.c file) are clearly not acceptable upstream -- it really exists at this point in time as a means to test the first patch. This is working on a number of ixp4xx machines running SlugOS (the NSLU2 and the DSM-G600). I wonder if you might take a look at this and comment, please? Is this reworked patch something that might be more general, and work on the machines you are using as well? I don't want to send this to the OE list before getting some feedback from those who originally worked on this - thanks! Regards, Mike (mwester) mailto: mwester at dls.net -------- From: Hans Henry von Tresckow To: "Mike (mwester)" Cc: thommycheck at gmx.de Date: Tue, Jul 24, 2007 at 10:13 PM I tried your patch on poodle, but so far I have not been able to actually change the cmdline...:( But at least it doesn't break anythng either...:) Sorry it took me so long to get back to this, but between work, the house and two small kids, fiddling with OE kinda takes a back seat. [Quoted text hidden] -------- From: Thomas Kunze < thommycheck at gmx.de> To: mwester at dls.net Cc: Hans Henry von Tresckow Date: Fri, Jul 27, 2007 at 2:44 PM - Show quoted text - Hans Henry von Tresckow wrote: > I tried your patch on poodle, but so far I have not been able to > actually change the cmdline...:( But at least it doesn't break anythng > either...:) This is also true for me. Sorry that it took so long to answer but I was quite busy lately. Regards, Thomas (thesing) -------- From: Thomas Kunze < thommycheck at gmx.de> To: "Mike (mwester)" Cc: Hans Henry von Tresckow < hvontres at gmail.com> Date: Sat, Jul 28, 2007 at 6:03 AM Hi, I looked further into this. It seems that atm collie doesn't use bootparams during startup. (There ist no .boot_params in machine description.) "cat /sys/kernel/kexec_boot_params" gives only zeros. So maybe fallback on 0xc0000100 then and only include the cmdline tag in the atag list? Regards, Thomas -------- From: Mike (mwester) To: Thomas Kunze Cc: Hans Henry von Tresckow Date: Mon, Aug 6, 2007 at 9:23 PM Attachments: poodle-bootparams.patch, collie-bootparams.patch, kexec-ksysfs.patch, 80-kexec-atags.patch - Show quoted text - Sorry for the long delay. I have re-assembled my build environment, and took a long look at this problem. Your analysis is correct; the root cause is the absense of any .boot_params at all. My first thought was to re-instate the l-a-k atags patch (the one that accepts atags from the boot-loader in R2), and pass the atag list in that fashion. However, that doesn't change the fact that we still need an area of memory to store the atags in for the new kernel -- and it was earlier observed in this email thread that R2 is ignored by the current kernel anyway. So, it seems that the simplest solution is to add the ".boot_params" to collie and poodle -- even though the bootloader may not actually put anything there, this solution is simple and it ensures that the area of memory is in the correct place, and avoids some complicated code in setup.c. The quick-and-dirty ksysfs code in the original patchset also has a problem, in that it assumes the existance of at least an empty atags list. This is not the case for these devices, as they have no bootloader information. The fix there is also simple -- if the existing in-kernel buffer copied from the .boot_params area does not start with a valid CORE tag, an empty set is created. I lack either a poodle or a collie to test with -- and all my machines have bootloaders that initialize ATAGS, so I'm not in a position to test the ksysfs.c change. It may not work. Attached are the patches. Regards, Mike Westerhof mailto:mwester at dls.net [Quoted text hidden] -------- From: Hans Henry von Tresckow To: "Mike (mwester)" Cc: Thomas Kunze < thommycheck at gmx.de> Date: Wed, Aug 8, 2007 at 8:43 AM Mike, Thanks for the help. I tested this on my poodle last night, but I got a segfault during kexec -e. How did you deterimine that 0xa0000100 was the correct location for the fake tags list? I would like to take a look a this some more when I get home, but I am still a relative kernel newbie, so I could use some pointers. Thanks, Henry [Quoted text hidden] -------- From: Hans Henry von Tresckow To: "Mike (mwester)" Cc: Thomas Kunze Date: Fri, Aug 10, 2007 at 7:14 AM Mike, I looked into this a bit further, and it looks like the adding the poodle-bootparams.patch causes the kernel to hang during or after uncompressing the image. Any ideas what I should look at to try to fix this? [Quoted text hidden] -------- From: Mike (mwester) < mwester at dls.net> To: Hans Henry von Tresckow Cc: Thomas Kunze < thommycheck at gmx.de> Date: Sun, Aug 12, 2007 at 8:08 AM After looking at the code, there are a few possibilities. The first is that perhaps the address is not a good one. Based on a quick look at the poodle.c source, it seemed to me that on that machine, 0xa0000000 is the start of the RAM (physical). ATAGs must be near the beginning of the RAM (I think in the first 16Kbytes, or so), and traditionally the bootparams are passed at START+0x100 -- but maybe I picked a wrong address. The other possibility is that perhaps there is data at that location that is being misinterpreted as boot parameters. It seems unlikely that random data might match the signature for valid ATAGs, but I've not looked at the old-style bootparams; perhaps random data may be interpreted as such. There is also the possibility that the bootloader is actually writing valid boot parameters, but the poodle code is deliberately ignoring them for some reason -- in that case, this patch would be defeating this purpose. Lacking a poodle to test with, I can only guess. I will prepare a debugging patch, and see if that will shed any light on the behavior. Hopefully I'll be able to do that later today. Regards, Mike (mwester) ----- Original Message ----- From: "Hans Henry von Tresckow" < hvontres at gmail.com> To: "Mike (mwester)" [Quoted text hidden] -------- From: Hans Henry von Tresckow To: "Mike (mwester)" Cc: Thomas Kunze Date: Mon, Aug 13, 2007 at 10:43 AM Thanks for the input. I think you might want to run these patches by rpurdie as well, since he is the main kernel guru on the Zaurus side of things. IIRC, the standard sharp bootloader does not play well with 2.6 kernels. [Quoted text hidden] -------- From: Mike (mwester) To: Hans Henry von Tresckow Cc: Thomas Kunze < thommycheck at gmx.de> Date: Mon, Aug 13, 2007 at 12:20 PM ----- Original Message ----- From: "Hans Henry von Tresckow" < hvontres at gmail.com> To: "Mike (mwester)" Cc: "Thomas Kunze" < thommycheck at gmx.de> Sent: Monday, August 13, 2007 12:43 PM Subject: Re: arm kexec commandline support > Thanks for the input. I think you might want to run these patches by rpurdie > as well, since he is the main kernel guru on the Zaurus side of things. > IIRC, the standard sharp bootloader does not play well with 2.6 kernels. Hmmm.... That last statement might make the difference. That would explain much, and offers a new twist to the solution. In that case, we would need a mechanism to cause the kernel to ignore the bootloader .bootparams, but process the ones from kexec. Let me rethink what I was going to do. One solution would be to parse the ATAGs and examine them for the "signature" of the bootloader vs kexec -- tricky, and like all heuristics, prone to failure. :-) However, I feel that there is a very simple solution to do the above, but it is just out of reach of my brain at this moment... Mike (mwester) -------- From: Mike (mwester) < mwester at dls.net> To: Hans Henry von Tresckow Cc: Thomas Kunze < thommycheck at gmx.de> Date: Wed, Aug 15, 2007 at 8:36 PM Henry, Can you perform a quick test for me, to see if I'm heading in the correct direction? If you can edit the patched kernel sources, the file arch/arm/mach-pxa/poodle.c, and around line #409 or so, you'll find this line that the last patch I emailed applied: .boot_params = 0xa0000100, /* fake boot params loc for kexec */ Please change that value to be 0xa0000200 instead, recompile, and see if the resulting kernel boots... This change should make the kernel look for ATAGs somewhere other than where the bootloader placed any information. If this results in a booting kernel, this might be the easiest solution -- it retains the kexec/command line functionality while ignoring the boot parameters from the bootloader. If it doesn't fix the booting kernel, then there's something else wrong, and I'll put my efforts to trying to figure that out instead. Thanks! Mike (mwester) ----- Original Message ----- From: "Hans Henry von Tresckow" < hvontres at gmail.com> To: "Mike (mwester)" Cc: "Thomas Kunze" < thommycheck at gmx.de> Sent: Monday, August 13, 2007 12:43 PM [Quoted text hidden] -------- From: Hans Henry von Tresckow To: "Mike (mwester)" < mwester at dls.net> Cc: Thomas Kunze Date: Wed, Aug 15, 2007 at 11:05 PM It boots :) [Quoted text hidden] -------- From: Mike (mwester) To: Hans Henry von Tresckow Cc: Thomas Kunze Date: Thu, Aug 16, 2007 at 7:35 AM Excellent! That would indicate that the boot failures are indeed caused by some sort of conflict between the kernel and the bootloader's parameters. Did you check to see if kexec now works as well, and if the basic kexec works, can you also try changing the command line? Thanks, Mike ----- Original Message ----- From: "Hans Henry von Tresckow" < hvontres at gmail.com> To: "Mike (mwester)" Cc: "Thomas Kunze" < thommycheck at gmx.de> [Quoted text hidden] -------- From: Hans Henry von Tresckow To: "Mike (mwester)" Cc: Thomas Kunze Date: Fri, Aug 17, 2007 at 12:48 AM Yay....it works :) I was able to get it to boot from flash, and change the cmdline to boot from SD. I'd suggest putting the patches up on the mailing list to get some feedback from the other guys as well. Thanks a lot for all your help on this. :) Henry -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 06:55:05 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 23:55:05 -0700 (PDT) Subject: [oe-issues] [Bug 2970] New: support building 3rd party feeds Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2970 Summary: support building 3rd party feeds Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: thebohemian at gmx.net the problem: I am a vendor wanting to provide packages that are not part of a OE-built distribution. I want to build these packages and let them end up in a feed. This feed should then contain my packages and their dependencies. However dependencies that are already provided by the distribution's feed should not end up in my vendor feed. Example: I want to provide "foo". Foo depends in libbaz and gtk+. libbaz is not in Angstrom, gtk+ is. After issuing 'bitbake angstrom-plus-feed' some target directory should contain foo, libbaz (and the IPKG Packages* files). If OE developers are interested in such a feature I would offer to implement this. However I am asking for comments. :) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 11:11:50 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 10 Sep 2007 04:11:50 -0700 (PDT) Subject: [oe-issues] [Bug 2970] support building 3rd party feeds In-Reply-To: Message-ID: <20070910111150.21DC4401FBF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2970 --- Comment #1 from Paul Sokolovsky 2007-09-10 04:11:49 --- Feed management (beyond trivial things like creating package index for already build packages) are not part of OE. Use your language of choice to write scripts to do the tricks. If those scripts are generic enough, they can be contributed back for 'contrib' directory in OE. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 12:01:36 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 10 Sep 2007 05:01:36 -0700 (PDT) Subject: [oe-issues] [Bug 2971] New: linux-ezx-2.6.21-ezxdev-r10-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2971 Summary: linux-ezx-2.6.21-ezxdev-r10-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070910115309 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 12:03:51 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 10 Sep 2007 05:03:51 -0700 (PDT) Subject: [oe-issues] [Bug 2971] linux-ezx-2.6.21-ezxdev-r10-do_compile In-Reply-To: Message-ID: <20070910120351.3553B401FA9@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2971 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-10 05:03:50 --- bogus patch, fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 12:35:10 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 10 Sep 2007 05:35:10 -0700 (PDT) Subject: [oe-issues] [Bug 2970] support building 3rd party feeds In-Reply-To: Message-ID: <20070910123510.636A8401F19@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2970 --- Comment #2 from Richard Purdie 2007-09-10 05:35:10 --- I agree with Paul, this is something which would be best implemented by a post processing script. Such scripts can be shared in contrib in OE. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 15:26:19 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 10 Sep 2007 08:26:19 -0700 (PDT) Subject: [oe-issues] [Bug 2972] New: linux-ezx-2.6.21-ezxdev-r11-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2972 Summary: linux-ezx-2.6.21-ezxdev-r11-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070910141250 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 16:02:00 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 10 Sep 2007 09:02:00 -0700 (PDT) Subject: [oe-issues] [Bug 2972] linux-ezx-2.6.21-ezxdev-r11-do_compile In-Reply-To: Message-ID: <20070910160200.325E6401FA9@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2972 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Koen Kooi 2007-09-10 09:01:59 --- double applied patch -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 20:15:04 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 10 Sep 2007 13:15:04 -0700 (PDT) Subject: [oe-issues] [Bug 2598] angstrom simpad gpe: metabug suspend with power button does not work In-Reply-To: Message-ID: <20070910201504.415DF401FBF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2598 --- Comment #12 from Bernhard Guillon 2007-09-10 13:15:03 --- Ok, the bug is now solved by adding a script to /etc/apm/suspend.d which creates a lockfile. this lockfile is checked ba powerd now. I added the new powerd patch. best regards Bernhard Guillon -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From seetharam_21 at yahoo.com Tue Sep 11 00:40:48 2007 From: seetharam_21 at yahoo.com (Dharmosoth Seetharam) Date: Mon, 10 Sep 2007 17:40:48 -0700 (PDT) Subject: [oe-issues] bitbake gpe-image: do_rootfs failed Message-ID: <145836.36511.qm@web50902.mail.re2.yahoo.com> Hi all, I am building the OE for arm architecture. I have configure most of the conf file as per sepc. But, getting the follwing problem ++++++++++++ | Collected errors: | ERROR: Cannot satisfy the following dependencies for task-base: | kernel | + export D=/test/fp/apps/build/tmp/rootfs | + D=/test/fp/apps/build/tmp/rootfs | + export OFFLINE_ROOT=/test/fp/apps/build/tmp/rootfs | + OFFLINE_ROOT=/test/fp/apps/build/tmp/rootfs | + export IPKG_OFFLINE_ROOT=/test/fp/apps/build/tmp/rootfs | + IPKG_OFFLINE_ROOT=/test/fp/apps/build/tmp/rootfs | + mkdir -p /test/fp/apps/build/tmp/rootfs/etc/ipkg/ | + grep '^arch' /test/fp/apps/build/tmp/work/omap1710h3-linux/gpe-image-1.0-r20/temp/ipkg.conf | + '[' -f '/test/fp/apps/build/tmp/rootfs/usr/lib/ipkg/info/*.preinst' ']' | + '[' -f /test/fp/apps/build/tmp/rootfs/usr/lib/ipkg/info/gdk-pixbuf-loader-gif.postinst ']' | + sh /test/fp/apps/build/tmp/rootfs/usr/lib/ipkg/info/gdk- pixbuf-loader-gif.postinst configure | ++ basename /test/fp/apps/build/tmp/rootfs/usr/lib/ipkg/info/gdk-pixbuf-loader-gif.postinst .postinst | + ipkg-cl -f /test/fp/apps/build/tmp/work/omap1710h3-linux/gpe-image-1.0-r20 /temp/ipkg.conf -o /test/fp/apps/build/tmp/rootfs flag unpacked gdk-pixbuf-loader-gif | Setting flags for package gdk-pixbuf-loader-gif to unpacked | Successfully terminated. | | | | | + '[' -f /test/fp/apps/build/tmp/rootfs/usr/lib/ipkg/info/gdk- pixbuf-loader-jpeg.postinst ']' | + sh /test/fp/apps/build/tmp/rootfs | + log_check rootfs | + set +x | log_check: Using /test/fp/apps/build/tmp/work/omap1710h3-linux/gpe-image-1.0-r20/temp/log.do_rootfs.2033 as logfile | log_check: There were error messages in the logfile | log_check: Matched keyword: [ERR] | -- | Successfully terminated. | Collected errors: | ERROR: Cannot satisfy the following dependencies for task-base: | kernel | -- | + sh /test/fp/apps/build/tmp/rootfs/usr/lib/ipkg/info/libgpewidget1.postinst configure | + '[' -f /test/fp/apps/build/tmp/rootfs/usr/lib/ipkg/info/libgpg-error0.postinst ']' | + sh /test/fp/apps/build/tmp/rootfs/usr/lib/ipkg/info/libgpg-error0.postinst configure\u003cbr\>| + '[' -f /test/fp/apps/build/tmp/rootfs\u003cWBR\>/usr/lib/ipkg/info/libice6\u003cWBR\>.postinst ']'\u003cbr\>|\u003cbr\>NOTE: Task failed: /test/fp/apps/build/tmp/work\u003cWBR\>/omap1710h3-linux/gpe-\nimage-1.0-r20/temp/log.do_rootfs.2033\u003cbr\>NOTE: package gpe-image-1.0-r20: task do_rootfs: failed\u003cbr\>ERROR: TaskFailed event exception, aborting\u003cbr\>NOTE: package gpe-image-1.0: failed\u003cbr\>ERROR: Build of /test/fp/apps/org.openembedded\u003cWBR\>.dev/packages/images/gpe-\n\u003ca href\u003d\"http://image.bb\" target\u003d\"_blank\" onclick\u003d\"return top.js.OpenExtLink(window,event,this)\"\>image.bb\u003c/a\> do_rootfs failed\u003cbr\>ERROR: Task 8 (/test/fp/apps/org.openembedded\u003cWBR\>.dev/packages/images/gpe-\u003ca href\u003d\"http://image.bb\" target\u003d\"_blank\" onclick\u003d\"return top.js.OpenExtLink(window,event,this)\"\>image.bb\u003c/a\>, do_rootfs) failed\u003cbr\>ERROR: '/test/fp/apps/org.openembedded\u003cWBR\>.dev/packages/images/gpe-\n\u003ca href\u003d\"http://image.bb\" target\u003d\"_blank\" onclick\u003d\"return top.js.OpenExtLink(window,event,this)\"\>image.bb\u003c/a\>' failed\u003cbr\>[seetharam at ind-2 build]$\u003cbr\>",1] ); D(["mb","\u003cspan class\u003dsg\>\u003cbr\>\u003cbr clear\u003d\"all\"\>\u003cbr\>-- \u003cbr\>Dharmosoth Seetharam\u003cbr\> M.Tech\u003cbr\> Hyderabad.\n\u003c/span\>",0] ); //-->/usr/lib/ipkg/info/libgpg-error0.postinst configure | + '[' -f /test/fp/apps/build/tmp/rootfs/usr/lib/ipkg/info/libice6.postinst ']' | NOTE: Task failed: /test/fp/apps/build/tmp/work/omap1710h3-linux/gpe- image-1.0-r20/temp/log.do_rootfs.2033 NOTE: package gpe-image-1.0-r20: task do_rootfs: failed ERROR: TaskFailed event exception, aborting NOTE: package gpe-image-1.0: failed ERROR: Build of /test/fp/apps/org.openembedded.dev/packages/images/gpe- image.bb do_rootfs failed ERROR: Task 8 (/test/fp/apps/org.openembedded.dev/packages/images/gpe-image.bb, do_rootfs) failed ERROR: '/test/fp/apps/org.openembedded.dev/packages/images/gpe- image.bb' failed Here, I am not going to build the kernel with bitbake. I have already build the kernel using crosstool with hardsoft option. Do we need to build the rootfs with bitbake only ?? If am wrong please suggest me in right direction . Thanks in advance !! Seetharam D --------------------------------- Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims Stories at Yahoo! Games. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bugzilla-daemon at tinman.treke.net Tue Sep 11 02:25:04 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 10 Sep 2007 19:25:04 -0700 (PDT) Subject: [oe-issues] [Bug 2973] New: opensimpad-64+0-2.4.27-vrs1-pxa1-jpm1-r4-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2973 Summary: opensimpad-64+0-2.4.27-vrs1-pxa1-jpm1-r4-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070911020933 for machine simpad -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 11 03:59:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 10 Sep 2007 20:59:29 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross 2.18 fails to build on x86_64 In-Reply-To: Message-ID: <20070911035929.A77FB402D14@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 Michael DeVico changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mdevico at qualcomm.com --- Comment #12 from Michael DeVico 2007-09-10 20:59:29 --- (In reply to comment #11) > Same issue here; the lib is initially in cross/lib64; tweaking the .inc file > locally fixes this, but a generic, portatble solutions is needed. > FYI: I experienced the same issue when building gcc-cross-4.1.2-r5 for x86_64 as well. I had to change lib to lib64. Otherwise, it couldn't find libgcc_s.so since it was only looking in lib and not lib64. My gross hack is below. I create a variable called larch (Library architecture) and set it to 64 if the TARGET_ARCH == "x86_64". I then attach ${larch} onto dir. See below: gcc-package-cross.inc set_larch() { larch="" if [ "${TARGET_ARCH}" = "x86_64" ]; then larch=64 fi } do_install () { set_larch oe_runmake 'DESTDIR=${D}' install # Move libgcc_s into /lib mkdir -p ${D}${target_base_libdir} if [ -f ${D}${target_base_libdir}/libgcc_s.so.? ]; then # Already in the right location : elif [ -f ${D}${prefix}/lib${larch}/libgcc_s.so.? ]; then mv -f ${D}${prefix}/lib${larch}/libgcc_s.so* ${D}${target_base_libdir} else mv -f ${D}${prefix}/*/lib${larch}/libgcc_s.so* ${D}${target_base_libdir} fi # Move libstdc++ and libg2c into libdir (resetting our prefix to /usr mkdir -p ${D}${target_libdir} mv -f ${D}${prefix}/*/lib${larch}/libstdc++.so* ${D}${target_libdir} if [ "${HAS_G2C}" = "yes" ]; then mv -f ${D}${prefix}/*/lib${larch}/libg2c.so* ${D}${target_libdir} || true fi if [ "${HAS_GFORTRAN}" = "yes" ]; then mv -f ${D}${prefix}/*/lib${larch}/libgfortran*.so* ${D}${target_libdir} fi -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 11 12:04:42 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 05:04:42 -0700 (PDT) Subject: [oe-issues] [Bug 2974] New: madwifi-ng-r2518-20070626-r5-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2974 Summary: madwifi-ng-r2518-20070626-r5-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070911105327 for machine alix -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 11 12:16:10 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 05:16:10 -0700 (PDT) Subject: [oe-issues] [Bug 2974] madwifi-ng-r2518-20070626-r5-do_compile In-Reply-To: Message-ID: <20070911121610.DF1264285B8@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2974 Marcin Juszkiewicz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Marcin Juszkiewicz 2007-09-11 05:16:10 --- fix pushed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 11 13:28:24 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 06:28:24 -0700 (PDT) Subject: [oe-issues] [Bug 2975] New: webkit-gtk-0.0+svnr25488-r25486-r1-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2975 Summary: webkit-gtk-0.0+svnr25488-r25486-r1-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070911125617 for machine alix -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 11 15:31:04 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 08:31:04 -0700 (PDT) Subject: [oe-issues] [Bug 2976] New: webkit-gtk-0.0+svnr25489-r25486-r1-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2976 Summary: webkit-gtk-0.0+svnr25489-r25486-r1-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070911152933 for machine guinness -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 11 20:52:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 13:52:07 -0700 (PDT) Subject: [oe-issues] [Bug 2977] New: icu-3.6-r1-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2977 Summary: icu-3.6-r1-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070911205117 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 11 23:22:40 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 16:22:40 -0700 (PDT) Subject: [oe-issues] [Bug 2093] Cups needs to use gcc to link on arm/eabi In-Reply-To: Message-ID: <20070911232240.9812642589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2093 pHilipp Zabel changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |philipp.zabel at gmail.com --- Comment #1 from pHilipp Zabel 2007-09-11 16:22:40 --- We can force it in the configure step, like that: --- packages/cups/cups.inc 222ec9d8aeac6ec4e9ebcaaaa920915c43052b25 +++ packages/cups/cups.inc 6c1927d51ca6f1ffd15d62ea8a1e04173cb5d2c5 @@ -26,7 +26,7 @@ do_configure() { do_configure() { gnu-configize libtoolize --force - oe_runconf + oe_runconf ac_cv_path_LD="\$(CC)" } do_compile () { But that doesn't help me. Neither does your method work for me. But I can suddenly compile imagetops and imagetoraster if I remove the -lcups from LINKCUPS while compiling them. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 11 23:39:19 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 16:39:19 -0700 (PDT) Subject: [oe-issues] [Bug 2978] New: ERROR: Build of org.openembedded.dev/packages/gnome/ gconf-dbus_svn.bb Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2978 Summary: ERROR: Build of org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: budgester at budgester.com budgester at quadro:~/embedded/openembedded/build$ bitbake bootstrap-image NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance. NOTE: Handling BitBake files: / (4673/4673) [100 %] NOTE: Parsing finished. 4452 cached, 0 parsed, 221 skipped, 0 masked. NOTE: build 200709120036: started OE Build Configuration: BB_VERSION = "1.8.8" OE_REVISION = "63dfdf9ceca5c6545ce95b5161eb8b169e91122a" TARGET_ARCH = "i486" TARGET_OS = "linux" MACHINE = "x86" DISTRO = "generic" DISTRO_VERSION = ".dev-snapshot-20070911" TARGET_FPU = "" NOTE: Resolving missing task queue dependencies NOTE: multiple providers are available for task-base (task-base, task-budge); NOTE: consider defining PREFERRED_PROVIDER_task-base NOTE: multiple providers are available for virtual/i486-linux-libc-initial (glibc-initial, eglibc-initial); NOTE: consider defining PREFERRED_PROVIDER_virtual/i486-linux-libc-initial NOTE: multiple providers are available for virtual/db (db3, db); NOTE: consider defining PREFERRED_PROVIDER_virtual/db NOTE: multiple providers are available for virtual/db-native (db-native, db3-native); NOTE: consider defining PREFERRED_PROVIDER_virtual/db-native NOTE: preferred version X11R7.1-1.1.6 of libxcursor not available (for item libxcursor) NOTE: preferred version X11R7.1-1.0.1 of libxext not available (for item libxext) NOTE: preferred version X11R7.1-1.0.2 of util-macros not available (for item util-macros) NOTE: preferred version X11R7.1-0.9.1 of libxrender not available (for item libxrender) NOTE: preferred version X11R7.1-4.0.1 of libxfixes not available (for item libxfixes) NOTE: preferred version X11R7.1-1.0.1 of libx11 not available (for item virtual/libx11) NOTE: preferred version X11R7.1-1.0.1 of diet-x11 not available (for item virtual/libx11) NOTE: preferred version X11R7.1-7.0.5 of xproto not available (for item xproto) NOTE: preferred version X11R7.1-1.0.1 of libxau not available (for item libxau) NOTE: preferred version X11R7.1-4.0 of fixesproto not available (for item fixesproto) NOTE: preferred version X11R7.1-1.0.1 of libxdmcp not available (for item libxdmcp) NOTE: Preparing runqueue NOTE: Executing runqueue NOTE: Running task 1108 of 1414 (ID: 1084, /home/budgester/embedded/openembedded/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb, do_compile) NOTE: package gconf-dbus-2.16.0+svn20070512: started NOTE: package gconf-dbus-2.16.0+svn20070512-r0: task do_compile: started ERROR: function do_compile failed ERROR: log data follows (/home/budgester/embedded/openembedded/build/tmp/work/i486-linux/gconf-dbus-2.16.0+svn20070512-r0/temp/log.do_compile.6509) | NOTE: make | make all-recursive | make[1]: Entering directory `/home/budgester/embedded/openembedded/build/tmp/work/i486-linux/gconf-dbus-2.16.0+svn20070512-r0/trunk' | Making all in gconf | make[2]: Entering directory `/home/budgester/embedded/openembedded/build/tmp/work/i486-linux/gconf-dbus-2.16.0+svn20070512-r0/trunk/gconf' | make all-am | make[3]: Entering directory `/home/budgester/embedded/openembedded/build/tmp/work/i486-linux/gconf-dbus-2.16.0+svn20070512-r0/trunk/gconf' | if /bin/sh ../i486-linux-libtool --tag=CC --mode=compile ccache i486-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/glib-2.0 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/lib/glib-2.0/include -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/dbus-1.0 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/lib/dbus-1.0/include -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/gtk-2.0 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/lib/gtk-2.0/include -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/atk-1.0 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/pango-1.0 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/freetype2 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DPREFIX=\""/usr"\" -DGCONF_LOCALE_DIR=\""/usr/share/locale"\" -DGCONF_SRCDIR=\""/home/budgester/embedded/openembedded/build/tmp/work/i486-linux/gconf-dbus-2.16.0+svn20070512-r0/trunk"\" -DGCONF_CONFDIR=\""/etc/gconf/2"\" -DGCONF_ETCDIR=\""/etc/gconf"\" -DGCONF_BINDIR=\""/usr/bin"\" -DGCONF_SERVERDIR=\""/usr/libexec"\" -DGCONF_BUILDDIR=\"".."\" -DGCONF_BACKEND_DIR=\""/usr/lib/GConf-dbus/2"\" -DVERSION=\""2.16.0"\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\""gconfd-2"\" -DDBUS_API_SUBJECT_TO_CHANGE=\"1\" -isystem/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include -isystem/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -Wall -MT gconf-value.lo -MD -MP -MF ".deps/gconf-value.Tpo" -c -o gconf-value.lo gconf-value.c; \ | then mv -f ".deps/gconf-value.Tpo" ".deps/gconf-value.Plo"; else rm -f ".deps/gconf-value.Tpo"; exit 1; fi | ccache i486-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/glib-2.0 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/lib/glib-2.0/include -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/dbus-1.0 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/lib/dbus-1.0/include -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/gtk-2.0 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/lib/gtk-2.0/include -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/atk-1.0 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/pango-1.0 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/freetype2 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DPREFIX=\"/usr\" -DGCONF_LOCALE_DIR=\"/usr/share/locale\" -DGCONF_SRCDIR=\"/home/budgester/embedded/openembedded/build/tmp/work/i486-linux/gconf-dbus-2.16.0+svn20070512-r0/trunk\" -DGCONF_CONFDIR=\"/etc/gconf/2\" -DGCONF_ETCDIR=\"/etc/gconf\" -DGCONF_BINDIR=\"/usr/bin\" -DGCONF_SERVERDIR=\"/usr/libexec\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/lib/GConf-dbus/2\" -DVERSION=\"2.16.0\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -DDBUS_API_SUBJECT_TO_CHANGE=\"1\" -isystem/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include -isystem/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -Wall -MT gconf-value.lo -MD -MP -MF .deps/gconf-value.Tpo -c gconf-value.c -fPIC -DPIC -o .libs/gconf-value.o | gconf-value.c: In function 'gconf_value_new': | gconf-value.c:76: warning: implicit declaration of function 'g_slice_new0' | gconf-value.c:76: error: expected expression before 'GConfRealValue' | gconf-value.c: In function 'gconf_value_free': | gconf-value.c:829: warning: implicit declaration of function 'g_slice_free' | gconf-value.c:829: error: expected expression before 'GConfRealValue' | gconf-value.c: In function 'gconf_entry_new_nocopy': | gconf-value.c:1455: warning: implicit declaration of function 'g_slice_new' | gconf-value.c:1455: error: expected expression before 'GConfRealEntry' | gconf-value.c:1455: warning: assignment makes pointer from integer without a cast | gconf-value.c: In function 'gconf_entry_unref': | gconf-value.c:1494: error: expected expression before 'GConfRealEntry' | make[3]: *** [gconf-value.lo] Error 1 | make[3]: Leaving directory `/home/budgester/embedded/openembedded/build/tmp/work/i486-linux/gconf-dbus-2.16.0+svn20070512-r0/trunk/gconf' | make[2]: *** [all] Error 2 | make[2]: Leaving directory `/home/budgester/embedded/openembedded/build/tmp/work/i486-linux/gconf-dbus-2.16.0+svn20070512-r0/trunk/gconf' | make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory `/home/budgester/embedded/openembedded/build/tmp/work/i486-linux/gconf-dbus-2.16.0+svn20070512-r0/trunk' | make: *** [all] Error 2 | FATAL: oe_runmake failed NOTE: Task failed: /home/budgester/embedded/openembedded/build/tmp/work/i486-linux/gconf-dbus-2.16.0+svn20070512-r0/temp/log.do_compile.6509 NOTE: package gconf-dbus-2.16.0+svn20070512-r0: task do_compile: failed ERROR: TaskFailed event exception, aborting NOTE: package gconf-dbus-2.16.0+svn20070512: failed ERROR: Build of /home/budgester/embedded/openembedded/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb do_compile failed ERROR: Task 1084 (/home/budgester/embedded/openembedded/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb, do_compile) failed NOTE: Tasks Summary: Attempted 1107 tasks of which 1107 didn't need to be rerun and 1 failed. ERROR: '/home/budgester/embedded/openembedded/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb' failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 05:59:54 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 22:59:54 -0700 (PDT) Subject: [oe-issues] [Bug 2979] New: uicmoc4-native-4.3.1-r0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2979 Summary: uicmoc4-native-4.3.1-r0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070912055852 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 06:00:01 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 23:00:01 -0700 (PDT) Subject: [oe-issues] [Bug 2980] New: webkit-gtk-0.0+svnr25505-r25501-r1-do_unpack Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2980 Summary: webkit-gtk-0.0+svnr25505-r25501-r1-do_unpack Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070912055852 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 06:51:28 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 23:51:28 -0700 (PDT) Subject: [oe-issues] [Bug 2979] uicmoc4-native-4.3.1-r0-do_compile In-Reply-To: Message-ID: <20070912065128.35E9042589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2979 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from Koen Kooi 2007-09-11 23:51:27 --- can't reproduce -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 06:51:39 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 23:51:39 -0700 (PDT) Subject: [oe-issues] [Bug 2980] webkit-gtk-0.0+svnr25505-r25501-r1-do_unpack In-Reply-To: Message-ID: <20070912065139.1D9BC42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2980 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from Koen Kooi 2007-09-11 23:51:38 --- can't reproduce -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 07:23:54 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 00:23:54 -0700 (PDT) Subject: [oe-issues] [Bug 2981] New: webkit-gtk-0.0+svnr25505-r25501-r1-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2981 Summary: webkit-gtk-0.0+svnr25505-r25501-r1-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070912072250 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 07:46:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 00:46:29 -0700 (PDT) Subject: [oe-issues] [Bug 2982] New: icu-3.6-r1-do_populate_staging Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2982 Summary: icu-3.6-r1-do_populate_staging Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070912071736 for machine htcwallaby -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 07:46:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 00:46:29 -0700 (PDT) Subject: [oe-issues] [Bug 2983] New: openmoko-libs-0.4+svnr2367-r0-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2983 Summary: openmoko-libs-0.4+svnr2367-r0-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070912071736 for machine htcwallaby -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 07:53:56 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 00:53:56 -0700 (PDT) Subject: [oe-issues] [Bug 2984] New: openmoko-terminal2-2.1.0+r2879-r1-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2984 Summary: openmoko-terminal2-2.1.0+r2879-r1-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070912072358 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 15:28:56 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 08:28:56 -0700 (PDT) Subject: [oe-issues] [Bug 2667] Sound problems with recent kernels a.k.a. asound statefiles need updating In-Reply-To: Message-ID: <20070912152857.15CA242589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2667 --- Comment #15 from Lukas Gorris 2007-09-12 08:28:56 --- Update: akita speaker is still not working. Tested recent angstrom and openmoko build. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 17:14:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 10:14:07 -0700 (PDT) Subject: [oe-issues] [Bug 2985] New: e-wm-0.16.999.038-r7-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2985 Summary: e-wm-0.16.999.038-r7-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070912163148 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 17:29:15 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 10:29:15 -0700 (PDT) Subject: [oe-issues] [Bug 2986] New: e-wm-0.16.999.039-r7-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2986 Summary: e-wm-0.16.999.039-r7-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070912172811 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 18:09:45 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 11:09:45 -0700 (PDT) Subject: [oe-issues] [Bug 2978] ERROR: Build of org.openembedded.dev/packages/gnome/ gconf-dbus_svn.bb In-Reply-To: Message-ID: <20070912180945.2D2B942589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2978 --- Comment #1 from Lukas Gorris 2007-09-12 11:09:44 --- I was building angstrom-x11-image for akita. just pulled and rebuilt. The error still occurs: #[..] ERROR: Build of /media/archiv/OE/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb do_package_write_ipk failed Traceback (most recent call last): File "/media/archiv/OE/bitbake-1.8.8/bin/bitbake", line 134, in main() File "/media/archiv/OE/bitbake-1.8.8/bin/bitbake", line 131, in main cooker.cook() File "/media/archiv/OE/bitbake-1.8.8/lib/bb/cooker.py", line 552, in cook return self.buildTargets(pkgs_to_build) File "/media/archiv/OE/bitbake-1.8.8/lib/bb/cooker.py", line 466, in buildTargets failures = rq.execute_runqueue() File "/media/archiv/OE/bitbake-1.8.8/lib/bb/runqueue.py", line 403, in execute_runqueue self.execute_runqueue_internal() File "/media/archiv/OE/bitbake-1.8.8/lib/bb/runqueue.py", line 531, in execute_runqueue_internal self.cooker.tryBuild(fn, False) File "/media/archiv/OE/bitbake-1.8.8/lib/bb/cooker.py", line 125, in tryBuild return self.tryBuildPackage(fn, item, self.configuration.cmd, the_data, build_depends) File "/media/archiv/OE/bitbake-1.8.8/lib/bb/cooker.py", line 98, in tryBuildPackage bb.build.exec_task('do_%s' % task, the_data) File "/media/archiv/OE/bitbake-1.8.8/lib/bb/build.py", line 292, in exec_task execute(None, task) File "/media/archiv/OE/bitbake-1.8.8/lib/bb/build.py", line 281, in execute exec_func(item, localdata) File "/media/archiv/OE/bitbake-1.8.8/lib/bb/build.py", line 98, in exec_func exec_func_python(func, d) File "/media/archiv/OE/bitbake-1.8.8/lib/bb/build.py", line 117, in exec_func_python utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1)) File "/media/archiv/OE/bitbake-1.8.8/lib/bb/utils.py", line 144, in better_exec exec code in context File "do_package_write_ipk", line 5, in File "do_package_write_ipk", line 3, in do_package_write_ipk File "/media/archiv/OE/bitbake-1.8.8/lib/bb/build.py", line 98, in exec_func exec_func_python(func, d) File "/media/archiv/OE/bitbake-1.8.8/lib/bb/build.py", line 117, in exec_func_python utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1)) File "/media/archiv/OE/bitbake-1.8.8/lib/bb/utils.py", line 144, in better_exec exec code in context File "do_package_ipk", line 192, in File "do_package_ipk", line 52, in do_package_ipk File "do_package_ipk", line 40, in lockfile IOError: [Errno 2] No such file or directory: '/media/archiv/OE/build/tmp/angstrom/work/armv5te-angstrom-linux-gnueabi/gconf-dbus-2.16.0+svn20070512-r0/install/gconf-dbus-dbg.lock' ERROR: Task 2716 (/media/archiv/OE/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb, do_package_write_ipk) failed NOTE: Waiting for 1 active tasks to finish NOTE: 1: /media/archiv/OE/org.openembedded.dev/packages/gcc/gcc-cross_4.1.2.bb, do_qa_configure (13482) NOTE: package gcc-cross-4.1.2-r6: task do_qa_configure: completed NOTE: package gcc-cross-4.1.2: completed NOTE: Tasks Summary: Attempted 2474 tasks of which 2474 didn't need to be rerun and 1 failed. ERROR: '/media/archiv/OE/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb' failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 18:37:31 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 11:37:31 -0700 (PDT) Subject: [oe-issues] [Bug 2987] New: gpe-bluetooth won't start (security policy problem) Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2987 Summary: gpe-bluetooth won't start (security policy problem) Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: crab at dim-sum.org I have installed gpe-bluetooth, but get the following error message on starting it: GPE-ERROR: Failed to request name: Connectio ":1.9" is not allowed to own the service "org.bluez.PinAgent" due to security policies in the configuration file. Im not sure what the problem is, but it seems to be related to dbus config files. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 18:49:52 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 11:49:52 -0700 (PDT) Subject: [oe-issues] [Bug 2986] e-wm-0.16.999.039-r7-do_configure In-Reply-To: Message-ID: <20070912184952.6A06342589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2986 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Koen Kooi 2007-09-12 11:49:52 --- *** This bug has been marked as a duplicate of bug 2985 *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 18:49:52 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 11:49:52 -0700 (PDT) Subject: [oe-issues] [Bug 2985] e-wm-0.16.999.038-r7-do_configure In-Reply-To: Message-ID: <20070912184952.92A0542589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2985 --- Comment #2 from Koen Kooi 2007-09-12 11:49:52 --- *** Bug 2986 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 18:50:11 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 11:50:11 -0700 (PDT) Subject: [oe-issues] [Bug 2985] e-wm-0.16.999.038-r7-do_configure In-Reply-To: Message-ID: <20070912185011.8878942589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2985 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Koen Kooi 2007-09-12 11:50:11 --- fix by adding *41 of e-wm -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 20:04:41 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 13:04:41 -0700 (PDT) Subject: [oe-issues] [Bug 2978] ERROR: Build of org.openembedded.dev/packages/gnome/ gconf-dbus_svn.bb In-Reply-To: Message-ID: <20070912200441.6C31042589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2978 Graeme Gregory changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Graeme Gregory 2007-09-12 13:04:41 --- This is due to a change in OE that occurred that requires tmp to be removed and a rebuild from scratch. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 20:06:23 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 13:06:23 -0700 (PDT) Subject: [oe-issues] [Bug 2667] Sound problems with recent kernels a.k.a. asound statefiles need updating In-Reply-To: Message-ID: <20070912200623.EB7B442589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2667 --- Comment #16 from Stanislav Brabec 2007-09-12 13:06:23 --- Did you tried to play with alsamixer? Do headphones work for you and does speaker work, if you switch it on manually? Attached akita configuration works for me as well (I have SL-C3200). As far as I look at the driver, the only difference between Akita and Spitz sound hardware is the way, how the Mic Bias is controlled - akita uses ioexp chip, spitz uses second cf controller. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 23:13:21 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 16:13:21 -0700 (PDT) Subject: [oe-issues] [Bug 2988] New: Update gettext to 0.16.1 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2988 Summary: Update gettext to 0.16.1 Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: marek.vasut at gmail.com Created an attachment (id=2252) --> (http://bugs.openembedded.org/attachment.cgi?id=2252) update to 0.16.1 I had issues while building gettext-native (0.14.1) recently, so I updated gettext to 0.16.1 and used automake 1.10 and it now WORKSFORME ... well I havent finished the build yet. If anyone is interested in testing, see the patch attached. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 07:52:46 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 00:52:46 -0700 (PDT) Subject: [oe-issues] [Bug 2989] New: libpcap 0.9.7 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2989 Summary: libpcap 0.9.7 Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: marek.vasut at gmail.com Created an attachment (id=2253) --> (http://bugs.openembedded.org/attachment.cgi?id=2253) libpcap 0.9.7 bb file update libpcap to 0.9.7, please test -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 09:52:44 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 02:52:44 -0700 (PDT) Subject: [oe-issues] [Bug 2990] New: xrandr stops rotate after a few tries Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2990 Summary: xrandr stops rotate after a few tries Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: minor Priority: P4 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: brnnrc at gmail.com Hi all, I found a bug on xrandr using openmoko on qemu. I'm quite sure it is a angstrom bug, but I can't try on it. The problem is: if you rotate the screen on left and then back, it stops work after a few tries. This script reproduce the bug: while (true) do xrandr -o left -display 0:0 xrandr -o normal -display 0:0 done Is there anyone who could try it? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 10:25:35 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 03:25:35 -0700 (PDT) Subject: [oe-issues] [Bug 2991] New: linux-2.6.21-r9-do_install Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2991 Summary: linux-2.6.21-r9-do_install Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070913101414 for machine gumstix-connex -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 14:45:26 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 07:45:26 -0700 (PDT) Subject: [oe-issues] [Bug 2992] New: efl1/ emotion fails to build because of edje_cc-native segfault Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2992 Summary: efl1/emotion fails to build because of edje_cc-native segfault Product: Openembedded Version: unspecified Platform: Other URL: http://rafb.net/p/9zsrSh84.html OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: cm at acc.umu.se Bitbake emotion ends like this: | Making all in data | make[2]: Entering directory `/home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion/data' | edje_cc -v -id ../data -fd ../data \ | ../data/theme.edc \ | ../data/theme.edj | make[2]: *** [theme.edj] Segmentation fault | make[2]: *** Deleting file `theme.edj' | make[2]: Leaving directory `/home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion/data' | make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory `/home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion' | make: *** [all] Error 2 | FATAL: oe_runmake failed NOTE: Task failed: /home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/temp/log.do_compile.4729 NOTE: package emotion-0.0.1+cvs20070819-r0: task do_compile: failed ERROR: Error in executing: ERROR: Exception: Message:('Function failed in task: /home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/temp/log.do_compile.4729', ) ERROR: Printing the environment of the function ERROR: Error in executing: ERROR: Exception: Message:('Function failed in task: /home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/temp/log.do_compile.4729', ) ERROR: Printing the environment of the function ERROR: TaskFailed event exception, aborting NOTE: package emotion-0.0.1+cvs20070819: failed ERROR: Build of /home/moko/openembedded/packages/efl1/emotion_cvs.bb do_rebuild failed ERROR: Task 0 (/home/moko/openembedded/packages/efl1/emotion_cvs.bb, do_rebuild) failed NOTE: Tasks Summary: Attempted 0 tasks of which 0 didn't need to be rerun and 1 failed. ERROR: '/home/moko/openembedded/packages/efl1/emotion_cvs.bb' failed Manually using edje_cc gives: cm at tyst> pwd /home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion/data cm at tyst> /home/moko/build/tmp/staging/x86_64-linux/bin/edje_cc -v -id . theme.edc theme.edj /home/moko/build/tmp/staging/x86_64-linux/bin/edje_cc: Opening "/tmp/edje_cc.edc-tmp-rLyHnb" for input /home/moko/build/tmp/staging/x86_64-linux/bin/edje_cc: Parsing input file /home/moko/build/tmp/staging/x86_64-linux/bin/edje_cc: Parsing done /home/moko/build/tmp/staging/x86_64-linux/bin/edje_cc: Wrote 556 bytes ( 1Kb) for "edje_file" header /home/moko/build/tmp/staging/x86_64-linux/bin/edje_cc: Wrote 39910 bytes ( 39Kb) for "fonts/Vera" font entry "Vera.ttf" compress: [real: 39.5%] [1] 19583 segmentation fault /home/moko/build/tmp/staging/x86_64-linux/bin/edje_cc -v -id . theme.edc -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 15:23:06 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 08:23:06 -0700 (PDT) Subject: [oe-issues] [Bug 2992] efl1/emotion fails to build because of edje_cc-native segfault In-Reply-To: Message-ID: <20070913152306.8414F42589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2992 --- Comment #1 from Michael 'Mickey' Lauer 2007-09-13 08:23:06 --- I'm afraid this is a problem on your side. Can you please analyse the edje-native compilation log and see whether you see something problematic? Providing us with an strace and gdb traceback would also help to identify. Thanks! -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 15:24:13 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 08:24:13 -0700 (PDT) Subject: [oe-issues] [Bug 2992] efl1/emotion fails to build because of edje_cc-native segfault In-Reply-To: Message-ID: <20070913152413.2E99A42589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2992 --- Comment #2 from Michael 'Mickey' Lauer 2007-09-13 08:24:12 --- I might add that you should try to call edje_cc manually otherwise the strace / gdb is too polluted. Since I know that you are on a pure 64bit system (without setting BUILD_ARCH=i686 nor using the uname hack), please add some details about your host environment as well. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 16:07:12 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 09:07:12 -0700 (PDT) Subject: [oe-issues] [Bug 2992] efl1/emotion fails to build because of edje_cc-native segfault In-Reply-To: Message-ID: <20070913160712.C575D42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2992 --- Comment #3 from Claes Mogren 2007-09-13 09:07:12 --- Some system information: gcc-4.2.0 glibc-2.6.1-r0 2.6.22-gentoo-r6 x86_64 gdb-6.6-r2 System uname: 2.6.22-gentoo-r6 x86_64 AMD Athlon(tm) 64 Processor 3000+ app-shells/bash: 3.2_p17-r1 sys-devel/autoconf: 2.13, 2.61-r1 sys-devel/automake: 1.4_p6, 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10 sys-devel/binutils: 2.18 sys-devel/libtool: 1.5.24 virtual/os-headers: 2.6.22-r2 CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=athlon64 -O2 -pipe -fno-ident -fomit-frame-pointer" CHOST="x86_64-pc-linux-gnu" CXXFLAGS="-march=athlon64 -O2 -pipe -fno-ident -fomit-frame-pointer" LANG="en_US.UTF-8" LINGUAS="en sv" MAKEOPTS="-j2" It's built without debugging symbols, but the bt gives this: Program received signal SIGSEGV, Segmentation fault. 0x00002ac29ffa8180 in sub_3lp () from /home/moko/build/tmp/staging/x86_64-linux/lib/libpng12.so.0 (gdb) bt #0 0x00002ac29ffa8180 in sub_3lp () from /home/moko/build/tmp/staging/x86_64-linux/lib/libpng12.so.0 #1 0x00002ac29ff9df98 in png_read_row () from /home/moko/build/tmp/staging/x86_64-linux/lib/libpng12.so.0 #2 0x00002ac29ff9e0fb in png_read_image () from /home/moko/build/tmp/staging/x86_64-linux/lib/libpng12.so.0 #3 0x00002ac29fd8d4a1 in evas_image_load_file_data_png () from /home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/loaders/png/linux-gnu-x86_64/module.so #4 0x00002ac29e224ddf in evas_common_load_image_data_from_file () from /home/moko/build/tmp/staging/x86_64-linux/lib/libevas.so.1 #5 0x00002ac29fb8967f in eng_image_data_get () from /home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/engines/software_generic/linux-gnu-x86_64/module.so #6 0x00002ac29e1efe81 in evas_object_image_data_get () from /home/moko/build/tmp/staging/x86_64-linux/lib/libevas.so.1 #7 0x0000000000404068 in data_write () #8 0x0000000000403175 in main () It seems like my libpng is broken... What can I do about that? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 16:20:33 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 09:20:33 -0700 (PDT) Subject: [oe-issues] [Bug 2992] efl1/emotion fails to build because of edje_cc-native segfault In-Reply-To: Message-ID: <20070913162033.9CADC42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2992 --- Comment #4 from Claes Mogren 2007-09-13 09:20:33 --- The strace is a bit big, but here it is: . execve("/home/moko/build/tmp/staging/x86_64-linux/bin/edje_cc", ["/home/moko/build/tmp/staging/x86"..., "-v"..., "-id"..., "."..., "theme.edc"..., "theme.edj"...], [/* 56 vars */]) = 0 brk(0) = 0x617000 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1e447000 uname({sys="Linux", node="tyst", ...}) = 0 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) open("/home/moko/build/tmp/staging/x86_64-linux/lib/tls/x86_64/libedje.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/home/moko/build/tmp/staging/x86_64-linux/lib/tls/x86_64", 0x7fff8c67b8c0) = -1 ENOENT (No such file or directory) open("/home/moko/build/tmp/staging/x86_64-linux/lib/tls/libedje.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/home/moko/build/tmp/staging/x86_64-linux/lib/tls", 0x7fff8c67b8c0) = -1 ENOENT (No such file or directory) open("/home/moko/build/tmp/staging/x86_64-linux/lib/x86_64/libedje.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/home/moko/build/tmp/staging/x86_64-linux/lib/x86_64", 0x7fff8c67b8c0) = -1 ENOENT (No such file or directory) open("/home/moko/build/tmp/staging/x86_64-linux/lib/libedje.so.0", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\246\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=178757, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1e448000 mmap(NULL, 2247496, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1e548000 mprotect(0x2afc1e56c000, 2093056, PROT_NONE) = 0 mmap(0x2afc1e76b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23000) = 0x2afc1e76b000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libecore_evas.so.1", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260C\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=51425, ...}) = 0 mmap(NULL, 2134712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1e76d000 mprotect(0x2afc1e776000, 2093056, PROT_NONE) = 0 mmap(0x2afc1e975000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x2afc1e975000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libecore_fb.so.1", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340_\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=48468, ...}) = 0 mmap(NULL, 2138672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1e977000 mprotect(0x2afc1e97f000, 2097152, PROT_NONE) = 0 mmap(0x2afc1eb7f000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x2afc1eb7f000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libevas.so.1", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0pV\1\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=549434, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1eb82000 mmap(NULL, 2666176, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1eb83000 mprotect(0x2afc1ebf2000, 2093056, PROT_NONE) = 0 mmap(0x2afc1edf1000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6e000) = 0x2afc1edf1000 mmap(0x2afc1edf4000, 106176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2afc1edf4000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libfreetype.so.6", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\313\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=491408, ...}) = 0 mmap(NULL, 2532832, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1ee0e000 mprotect(0x2afc1ee74000, 2093056, PROT_NONE) = 0 mmap(0x2afc1f073000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x65000) = 0x2afc1f073000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=116515, ...}) = 0 mmap(NULL, 116515, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2afc1f079000 close(3) = 0 open("/lib/libpthread.so.0", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240Y\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=89120, ...}) = 0 mmap(NULL, 1151864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1f096000 mprotect(0x2afc1f0ab000, 1044480, PROT_NONE) = 0 mmap(0x2afc1f1aa000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0x2afc1f1aa000 mmap(0x2afc1f1ac000, 13176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2afc1f1ac000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libecore_job.so.1", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \10\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=7785, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1f1b0000 mmap(NULL, 2101336, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1f1b1000 mprotect(0x2afc1f1b2000, 2093056, PROT_NONE) = 0 mmap(0x2afc1f3b1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0) = 0x2afc1f3b1000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libecore.so.1", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0ps\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=111950, ...}) = 0 mmap(NULL, 2181768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1f3b3000 mprotect(0x2afc1f3c7000, 2093056, PROT_NONE) = 0 mmap(0x2afc1f5c6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13000) = 0x2afc1f5c6000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libdl.so.2", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\20\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=14464, ...}) = 0 mmap(NULL, 1061152, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1f5c8000 mprotect(0x2afc1f5cb000, 1044480, PROT_NONE) = 0 mmap(0x2afc1f6ca000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x2afc1f6ca000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libeet.so.0", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`$\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=47617, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1f6cc000 mmap(NULL, 2134696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1f6cd000 mprotect(0x2afc1f6d5000, 2097152, PROT_NONE) = 0 mmap(0x2afc1f8d5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x2afc1f8d5000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libz.so.1", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@$\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=87635, ...}) = 0 mmap(NULL, 2175480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1f8d7000 mprotect(0x2afc1f8e9000, 2097152, PROT_NONE) = 0 mmap(0x2afc1fae9000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12000) = 0x2afc1fae9000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libjpeg.so.62", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220;\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=139466, ...}) = 0 mmap(NULL, 2216536, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1faeb000 mprotect(0x2afc1fb07000, 2097152, PROT_NONE) = 0 mmap(0x2afc1fd07000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c000) = 0x2afc1fd07000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libembryo.so.0", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`;\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=50885, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1fd09000 mmap(NULL, 2138616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1fd0a000 mprotect(0x2afc1fd13000, 2097152, PROT_NONE) = 0 mmap(0x2afc1ff13000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x2afc1ff13000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libm.so.6", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@=\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=522304, ...}) = 0 mmap(NULL, 1569000, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1ff15000 mprotect(0x2afc1ff94000, 1044480, PROT_NONE) = 0 mmap(0x2afc20093000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7e000) = 0x2afc20093000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libc.so.6", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\326\1\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=1387600, ...}) = 0 mmap(NULL, 2445496, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc20095000 mprotect(0x2afc201e1000, 1048576, PROT_NONE) = 0 mmap(0x2afc202e1000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14c000) = 0x2afc202e1000 mmap(0x2afc202e6000, 16568, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2afc202e6000 close(3) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc202eb000 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc202ec000 arch_prctl(ARCH_SET_FS, 0x2afc202ec770) = 0 mprotect(0x2afc202e1000, 12288, PROT_READ) = 0 mprotect(0x2afc1ff13000, 4096, PROT_READ) = 0 mprotect(0x2afc1fd07000, 4096, PROT_READ) = 0 mprotect(0x2afc1fae9000, 4096, PROT_READ) = 0 mprotect(0x2afc1f8d5000, 4096, PROT_READ) = 0 mprotect(0x2afc1f5c6000, 4096, PROT_READ) = 0 mprotect(0x2afc1f3b1000, 4096, PROT_READ) = 0 mprotect(0x2afc1f073000, 20480, PROT_READ) = 0 mprotect(0x2afc1edf1000, 4096, PROT_READ) = 0 mprotect(0x2afc1eb7f000, 8192, PROT_READ) = 0 mprotect(0x2afc1e975000, 4096, PROT_READ) = 0 mprotect(0x2afc1e76b000, 4096, PROT_READ) = 0 mprotect(0x612000, 4096, PROT_READ) = 0 mprotect(0x2afc1e546000, 4096, PROT_READ) = 0 munmap(0x2afc1f079000, 116515) = 0 set_tid_address(0x2afc202ec800) = 25182 set_robust_list(0x2afc202ec810, 0x18) = 0 rt_sigaction(SIGRTMIN, {0x2afc1f09b520, [], SA_RESTORER|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 rt_sigaction(SIGRT_1, {0x2afc1f09b5a0, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0 brk(0) = 0x617000 brk(0x63a000) = 0x63a000 open("/proc/self/maps", O_RDONLY) = 3 fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1f079000 read(3, "00400000-00412000 r-xp 00000000 "..., 1024) = 1024 close(3) = 0 munmap(0x2afc1f079000, 4096) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/share/edje/include/edje.inc", {st_mode=S_IFREG|0644, st_size=5644, ...}) = 0 getcwd("/home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion/data", 4096) = 98 lstat("/home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion/data/theme.edc", {st_mode=S_IFREG|0644, st_size=23011, ...}) = 0 stat("/home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion/data/theme.edc", {st_mode=S_IFREG|0644, st_size=23011, ...}) = 0 getcwd("/home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion/data", 4096) = 98 lstat("/home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion/data/theme.edj", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 gettimeofday({1189699963, 923757}, NULL) = 0 gettimeofday({1189699963, 924060}, NULL) = 0 open("theme.edc", O_RDONLY) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=23011, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1f079000 fstat(3, {st_mode=S_IFREG|0644, st_size=23011, ...}) = 0 lseek(3, 20480, SEEK_SET) = 20480 read(3, "_frame_top\";\n\t\t relative: 0.0 "..., 2531) = 2531 lseek(3, 0, SEEK_SET) = 0 read(3, "images {\n image: \"tiles.png\" "..., 20480) = 20480 read(3, "_frame_top\";\n\t\t relative: 0.0 "..., 4096) = 2531 lseek(3, 0, SEEK_SET) = 0 read(3, "images {\n image: \"tiles.png\" "..., 4096) = 4096 read(3, "\n\t }\n\t }\n\t part {\n\t name: "..., 4096) = 4096 read(3, "0 0;\n\t }\n\t rel2 {"..., 4096) = 4096 read(3, " relative: 1.0 0.0;\n\t\t offset:"..., 4096) = 4096 read(3, " \"video_frame_bottom\";\n\t\t rel"..., 4096) = 4096 read(3, "_frame_top\";\n\t\t relative: 0.0 "..., 4096) = 2531 read(3, "", 4096) = 0 close(3) = 0 munmap(0x2afc1f079000, 4096) = 0 gettimeofday({1189699963, 928635}, NULL) = 0 open("/tmp/edje_cc.edc-tmp-MAkmsx", O_RDWR|O_CREAT|O_EXCL, 0600) = 3 close(3) = 0 rt_sigaction(SIGINT, {SIG_IGN}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 clone(child_stack=0, flags=CLONE_PARENT_SETTID|SIGCHLD, parent_tidptr=0x7fff8c6781d8) = 25183 wait4(25183, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 25183 rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0 rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 --- SIGCHLD (Child exited) @ 0 (0) --- open("/tmp/edje_cc.edc-tmp-MAkmsx", O_RDONLY) = 3 fstat(1, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1f079000 lseek(3, 0, SEEK_END) = 9678 lseek(3, 0, SEEK_SET) = 0 read(3, "# 1 \"\"\n# 1 \"\"\n#"..., 9678) = 9678 close(3) = 0 stat("theme.edj", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 unlink("theme.edj") = 0 open("theme.edj", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 brk(0x65d000) = 0x65d000 brk(0x68d000) = 0x68d000 brk(0x67d000) = 0x67d000 brk(0x66d000) = 0x66d000 brk(0x65d000) = 0x65d000 brk(0x64d000) = 0x64d000 brk(0x64b000) = 0x64b000 brk(0x64a000) = 0x64a000 open("Vera.ttf", O_RDONLY) = 4 fstat(4, {st_mode=S_IFREG|0644, st_size=65932, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1f07a000 fstat(4, {st_mode=S_IFREG|0644, st_size=65932, ...}) = 0 lseek(4, 65536, SEEK_SET) = 65536 read(4, "\10\16\16\16\16\16\16\16\16\16\16\17\10\21\16\23\16\t\25\21\21\20\20\21\27\27\v\v\v\32\32\32"..., 396) = 396 lseek(4, 0, SEEK_SET) = 0 read(4, "\0\1\0\0\0\21\1\0\0\4\0\20OS/2\264_\364c\0\0\353p\0\0\0VPCLT"..., 65536) = 65536 read(4, "\10\16\16\16\16\16\16\16\16\16\16\17\10\21\16\23\16\t\25\21\21\20\20\21\27\27\v\v\v\32\32\32"..., 4096) = 396 close(4) = 0 munmap(0x2afc1f07a000, 4096) = 0 brk(0x66b000) = 0x66b000 brk(0x69b000) = 0x69b000 brk(0x68b000) = 0x68b000 brk(0x67b000) = 0x67b000 brk(0x66b000) = 0x66b000 brk(0x664000) = 0x664000 open("/usr/lib64/locale/locale-archive", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/locale.alias", O_RDONLY) = 4 fstat(4, {st_mode=S_IFREG|0644, st_size=2586, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1f07a000 read(4, "# Locale name alias data base.\n#"..., 4096) = 2586 read(4, "", 4096) = 0 close(4) = 0 munmap(0x2afc1f07a000, 4096) = 0 open("/usr/lib64/locale/sv_SE.UTF-8/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib64/locale/sv_SE.utf8/LC_CTYPE", O_RDONLY) = 4 fstat(4, {st_mode=S_IFREG|0644, st_size=254020, ...}) = 0 mmap(NULL, 254020, PROT_READ, MAP_PRIVATE, 4, 0) = 0x2afc202ed000 close(4) = 0 open("/usr/lib64/gconv/gconv-modules.cache", O_RDONLY) = 4 fstat(4, {st_mode=S_IFREG|0644, st_size=25488, ...}) = 0 mmap(NULL, 25488, PROT_READ, MAP_SHARED, 4, 0) = 0x2afc2032c000 close(4) = 0 futex(0x2afc202e5f18, FUTEX_WAKE, 2147483647) = 0 rt_sigaction(SIGPIPE, {0x2afc1f3c06d3, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 rt_sigaction(SIGALRM, {0x2afc1f3c06d3, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 rt_sigaction(SIGCHLD, {0x2afc1f3c06d4, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 rt_sigaction(SIGUSR1, {0x2afc1f3c0718, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 rt_sigaction(SIGUSR2, {0x2afc1f3c075c, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 rt_sigaction(SIGHUP, {0x2afc1f3c07a0, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 rt_sigaction(SIGQUIT, {0x2afc1f3c07e4, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 rt_sigaction(SIGINT, {0x2afc1f3c0828, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 rt_sigaction(SIGTERM, {0x2afc1f3c086d, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 stat("/home/cm/.evas/modules", 0x7fff8c676e70) = -1 ENOENT (No such file or directory) stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules", {st_mode=S_IFDIR|0755, st_size=120, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/engines", {st_mode=S_IFDIR|0755, st_size=104, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/loaders", {st_mode=S_IFDIR|0755, st_size=168, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/savers", {st_mode=S_IFDIR|0755, st_size=144, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/objects", 0x7fff8c676e50) = -1 ENOENT (No such file or directory) open("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/engines", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 4 fstat(4, {st_mode=S_IFDIR|0755, st_size=104, ...}) = 0 fcntl(4, F_SETFD, FD_CLOEXEC) = 0 getdents(4, /* 4 entries */, 4096) = 120 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/engines/software_generic", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/engines/buffer", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 getdents(4, /* 0 entries */, 4096) = 0 close(4) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/loaders", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 4 fstat(4, {st_mode=S_IFDIR|0755, st_size=168, ...}) = 0 fcntl(4, F_SETFD, FD_CLOEXEC) = 0 getdents(4, /* 7 entries */, 4096) = 168 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/loaders/eet", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/loaders/png", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/loaders/xpm", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/loaders/jpeg", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/loaders/tiff", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 getdents(4, /* 0 entries */, 4096) = 0 close(4) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/savers", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 4 fstat(4, {st_mode=S_IFDIR|0755, st_size=144, ...}) = 0 fcntl(4, F_SETFD, FD_CLOEXEC) = 0 getdents(4, /* 6 entries */, 4096) = 144 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/savers/eet", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/savers/png", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/savers/jpeg", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/savers/tiff", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 getdents(4, /* 0 entries */, 4096) = 0 close(4) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/engines/buffer/linux-gnu-x86_64/module.so", {st_mode=S_IFREG|0755, st_size=18695, ...}) = 0 futex(0x2afc1f6cb10c, FUTEX_WAKE, 2147483647) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/engines/buffer/linux-gnu-x86_64/module.so", O_RDONLY) = 4 read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\26\0\0\0\0\0\0"..., 832) = 832 fstat(4, {st_mode=S_IFREG|0755, st_size=18695, ...}) = 0 mmap(NULL, 2111496, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x2afc20333000 mprotect(0x2afc20336000, 2093056, PROT_NONE) = 0 mmap(0x2afc20535000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x2000) = 0x2afc20535000 close(4) = 0 mprotect(0x2afc20535000, 4096, PROT_READ) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/engines/software_generic/linux-gnu-x86_64/module.so", {st_mode=S_IFREG|0755, st_size=33721, ...}) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/engines/software_generic/linux-gnu-x86_64/module.so", O_RDONLY) = 4 read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P0\0\0\0\0\0\0"..., 832) = 832 fstat(4, {st_mode=S_IFREG|0755, st_size=33721, ...}) = 0 mmap(NULL, 2119184, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x2afc20537000 mprotect(0x2afc2053c000, 2093056, PROT_NONE) = 0 mmap(0x2afc2073b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x4000) = 0x2afc2073b000 close(4) = 0 mprotect(0x2afc2073b000, 4096, PROT_READ) = 0 sched_getaffinity(25182, 128, { 1 }) = 8 rt_sigaction(SIGILL, {0x2afc1ebc3eac, [], SA_RESTORER|SA_RESTART, 0x2afc1f0a4300}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGSEGV, {0x2afc1ebc3e97, [], SA_RESTORER|SA_RESTART, 0x2afc1f0a4300}, {SIG_DFL}, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 rt_sigaction(SIGILL, {SIG_DFL}, NULL, 8) = 0 rt_sigaction(SIGSEGV, {SIG_DFL}, NULL, 8) = 0 rt_sigaction(SIGILL, {0x2afc1ebc3eac, [], SA_RESTORER|SA_RESTART, 0x2afc1f0a4300}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGSEGV, {0x2afc1ebc3e97, [], SA_RESTORER|SA_RESTART, 0x2afc1f0a4300}, {SIG_DFL}, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 rt_sigaction(SIGILL, {SIG_DFL}, NULL, 8) = 0 rt_sigaction(SIGSEGV, {SIG_DFL}, NULL, 8) = 0 rt_sigaction(SIGILL, {0x2afc1ebc3eac, [], SA_RESTORER|SA_RESTART, 0x2afc1f0a4300}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGSEGV, {0x2afc1ebc3e97, [], SA_RESTORER|SA_RESTART, 0x2afc1f0a4300}, {SIG_DFL}, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 rt_sigaction(SIGILL, {SIG_DFL}, NULL, 8) = 0 rt_sigaction(SIGSEGV, {SIG_DFL}, NULL, 8) = 0 stat("./tiles.png", {st_mode=S_IFREG|0644, st_size=3026, ...}) = 0 gettimeofday({1189699964, 562515}, NULL) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/loaders/png/linux-gnu-x86_64/module.so", {st_mode=S_IFREG|0755, st_size=13169, ...}) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/loaders/png/linux-gnu-x86_64/module.so", O_RDONLY) = 4 read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\21\0\0\0\0\0\0"..., 832) = 832 fstat(4, {st_mode=S_IFREG|0755, st_size=13169, ...}) = 0 mmap(NULL, 2105632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x2afc2073d000 mprotect(0x2afc2073f000, 2093056, PROT_NONE) = 0 mmap(0x2afc2093e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x1000) = 0x2afc2093e000 close(4) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libpng12.so.0", O_RDONLY) = 4 read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 at V\0\0\0\0\0\0"..., 832) = 832 fstat(4, {st_mode=S_IFREG|0755, st_size=169005, ...}) = 0 mmap(NULL, 2241528, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x2afc20940000 mprotect(0x2afc20963000, 2093056, PROT_NONE) = 0 mmap(0x2afc20b62000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x22000) = 0x2afc20b62000 close(4) = 0 mprotect(0x2afc20b62000, 4096, PROT_READ) = 0 mprotect(0x2afc2093e000, 4096, PROT_READ) = 0 open("./tiles.png", O_RDONLY) = 4 fstat(4, {st_mode=S_IFREG|0644, st_size=3026, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc20b64000 read(4, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\0\200\0\0\0\200\10\6\0\0\0\303>a"..., 4096) = 3026 lseek(4, 0, SEEK_SET) = 0 read(4, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\0\200\0\0\0\200\10\6\0\0\0\303>a"..., 4096) = 3026 close(4) = 0 munmap(0x2afc20b64000, 4096) = 0 open("./tiles.png", O_RDONLY) = 4 fstat(4, {st_mode=S_IFREG|0644, st_size=3026, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc20b64000 read(4, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\0\200\0\0\0\200\10\6\0\0\0\303>a"..., 4096) = 3026 lseek(4, 0, SEEK_SET) = 0 read(4, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\0\200\0\0\0\200\10\6\0\0\0\303>a"..., 4096) = 3026 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 18:33:21 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 11:33:21 -0700 (PDT) Subject: [oe-issues] [Bug 2993] New: eglibc: export-fcntl2. patch no longer needed since svn rev 3468 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2993 Summary: eglibc: export-fcntl2.patch no longer needed since svn rev 3468 Product: Openembedded Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: likewise at gmx.net eglibc, since svn rev 3468, now includes this change, so we can no longer apply "packages/glibc/eglibc-svn/export-fcntl2.patch" as a patch. leon at popeye:~/builds/x86core2_32bit/x86core2_32bit/openembedded/build/tmp/work/i686-angstrom-linux/eglibc-intermediate-2.6+svnr3468-r1/trunk/libc/io$ svn diff -r 3467 Makefile | head Index: Makefile =================================================================== --- Makefile (revision 3467) +++ Makefile (working copy) @@ -25,7 +25,7 @@ headers := sys/stat.h bits/stat.h sys/statfs.h bits/statfs.h sys/vfs.h \ sys/statvfs.h bits/statvfs.h fcntl.h sys/fcntl.h bits/fcntl.h \ - poll.h sys/poll.h bits/poll.h \ + poll.h sys/poll.h bits/poll.h bits/fcntl2.h \ -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 19:22:33 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 12:22:33 -0700 (PDT) Subject: [oe-issues] [Bug 2993] eglibc: export-fcntl2.patch no longer needed since svn rev 3468 In-Reply-To: Message-ID: <20070913192233.A998A42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2993 --- Comment #1 from Leon Woestenberg 2007-09-13 12:22:33 --- rev 3468 does not build for me, due to other problems. So please hold any fix until tested to work again. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 21:23:37 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 14:23:37 -0700 (PDT) Subject: [oe-issues] [Bug 2409] i need pcmcia-cs to get my billionton cf lan card to work In-Reply-To: Message-ID: <20070913212337.2940B42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2409 --- Comment #1 from Marcin Juszkiewicz 2007-09-13 14:23:36 --- According to kernel source this card should be handled by axnet_cs driver. But we do not compile it by default ;( -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 21:51:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 14:51:53 -0700 (PDT) Subject: [oe-issues] [Bug 2093] Cups needs to use gcc to link on arm/eabi In-Reply-To: Message-ID: <20070913215153.D4D1C42589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2093 pHilipp Zabel changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from pHilipp Zabel 2007-09-13 14:51:53 --- cups 1.2.10-r2 now builds for me unchanged, after a clean start with angstrom-2008.1. I assume that this bug was caused by some inconsistencies in the build tree due to the update from 2.5 to 2.6.1. Also, I've seen exactly the same error during the gtk+ build (which now builds perfectly). Therefore I'm closing this bug, please reopen if this appears during a build from scratch. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 22:22:03 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 15:22:03 -0700 (PDT) Subject: [oe-issues] [Bug 2920] New Recipe: Free42 RPN Calculator In-Reply-To: Message-ID: <20070913222203.2BC2A42589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2920 Rod Whitby changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #9 from Rod Whitby 2007-09-13 15:22:02 --- Added packages/free42. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 03:08:49 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 20:08:49 -0700 (PDT) Subject: [oe-issues] [Bug 2994] New: keylaunch-2.0.10-r12-do_install Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2994 Summary: keylaunch-2.0.10-r12-do_install Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070914030952 for machine c7x0 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 03:17:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 20:17:07 -0700 (PDT) Subject: [oe-issues] [Bug 2995] New: matchbox-wm-1.2-r1-do_install Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2995 Summary: matchbox-wm-1.2-r1-do_install Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070914031813 for machine c7x0 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 05:29:46 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 22:29:46 -0700 (PDT) Subject: [oe-issues] [Bug 2996] New: xrandr-1.2.0-r2-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2996 Summary: xrandr-1.2.0-r2-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070914053023 for machine mx31ads -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 07:17:22 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 00:17:22 -0700 (PDT) Subject: [oe-issues] [Bug 2997] New: gconf-dbus-2.16.0+svnr1-r3-do_fetch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2997 Summary: gconf-dbus-2.16.0+svnr1-r3-do_fetch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070914071800 for machine h3600 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 07:22:05 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 00:22:05 -0700 (PDT) Subject: [oe-issues] [Bug 2997] gconf-dbus-2.16.0+svnr1-r3-do_fetch In-Reply-To: Message-ID: <20070914072205.7624642589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2997 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-14 00:22:05 --- fixed by updating sane-srcrevs.inc -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 07:35:38 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 00:35:38 -0700 (PDT) Subject: [oe-issues] [Bug 2998] New: CF Bluetooth doesn't work on resume (spitz) Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2998 Summary: CF Bluetooth doesn't work on resume (spitz) Product: Openembedded Version: Angstrom Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: xyzaid at yahoo.fr I've a Belkin FT0820 which works just perfect under angstrom (with nokia dialup networking) but : to have it work on first time, i've to do: hciattach /dev/ttyS4 bcsp rfcomm bind rfcomm0 route del default to have it work after suspend/resume, i've to do: pccardctl eject 1 pccartctl insert 1 hciattach /dev/ttyS4 bcsp (pccardctl commans are necessary otherwise it doesn't work...) would there a way to have all this processes being automatically done on first boot, and after resume ? Zaurus C3000 - build 20070905 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 07:41:43 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 00:41:43 -0700 (PDT) Subject: [oe-issues] [Bug 2999] New: e-wm_0.16.999.041-r0_armv5te.ipk doens't install Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2999 Summary: e-wm_0.16.999.041-r0_armv5te.ipk doens't install Product: Openembedded Version: Angstrom Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: xyzaid at yahoo.fr it seems e-wm has been upgraded on 09/12 but it doesn't install as it wants all libecore-xxxxxx upgraded too. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 07:51:25 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 00:51:25 -0700 (PDT) Subject: [oe-issues] [Bug 2999] e-wm_0.16.999.041-r0_armv5te.ipk doens't install In-Reply-To: Message-ID: <20070914075125.684BB42589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2999 --- Comment #1 from Koen Kooi 2007-09-14 00:51:25 --- could you attach the complete output of ipkg install? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 07:56:34 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 00:56:34 -0700 (PDT) Subject: [oe-issues] [Bug 3000] New: native.bbclass should clear RRECOMMENDS as well Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3000 Summary: native.bbclass should clear RRECOMMENDS as well Product: Openembedded Version: Angstrom Platform: Other OS/Version: Mac OS X 10.3 Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: koen at dominion.kabel.utwente.nl the error: ERROR: No providers of runtime build target glibc-gconv-iso8859-1 (for ['/media/hda4/OE/org.openembedded.dev.avr32/packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb']) since my host is glibc based ('linux'), but my target uclibc ('linux-uclibc') based the RRECOMMENDS in gtk-2.10.inc:RRECOMMENDS_${PN}_linux = " ${NEATSTUFF} glibc-gconv-iso8859-1 " gtk-2.10.inc:RRECOMMENDS_${PN}_linux-gnueabi = " ${NEATSTUFF} glibc-gconv-iso8859-1" get added to gdk-pixbuf-csource-native, and fails since uclibc can't provide those target packages. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 10:35:18 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 03:35:18 -0700 (PDT) Subject: [oe-issues] [Bug 3001] New: qvga version for free42 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3001 Summary: qvga version for free42 Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: alain2210 at free.fr Created an attachment (id=2406) --> (http://bugs.openembedded.org/attachment.cgi?id=2406) recipe file Here is a new recipe to use free42 with a qvga machine (tested on h2210). Only in portait mode. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 15:06:40 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 08:06:40 -0700 (PDT) Subject: [oe-issues] [Bug 2999] e-wm_0.16.999.041-r0_armv5te.ipk doens't install In-Reply-To: Message-ID: <20070914150640.0C74842589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2999 --- Comment #2 from jean-paul 2007-09-14 08:06:39 --- (In reply to comment #1) > could you attach the complete output of ipkg install? here it is : Installing e-wm (0.16.999.041-r0) to root... Downloading http://www.angstrom-distribution.org/unstable/feed/armv5te/base/e-wm_0.16.999.041-r0_armv5te.ipk Nothing to be done An error ocurred, return value: 1. Collected errors: ERROR: Cannot satisfy the following dependencies for e-wm: libecore-config (>= 0.9.9+cvs20070819) libecore-ipc (>= 0.9.9+cvs20070819) libecore-con (>= 0.9.9+cvs20070819) libedje0 (>= 0.5.0+cvs20070819) libecore-evas (>= 0.9.9+cvs20070819) libecore-directfb (>= 0.9.9+cvs20070819) libecore-x (>= 0.9.9+cvs20070819) libecore-txt (>= 0.9.9+cvs20070819) libecore-fb (>= 0.9.9+cvs20070819) libecore1 (>= 0.9.9+cvs20070819) libecore-job (>= 0.9.9+cvs20070819) libevas1 (>= 0.9.9+cvs20070819) libeet0 (>= 0.9.10+cvs20070819) libembryo0 (>= 0.9.1+cvs20070819) libefreet1 (>= 0.0.3+cvs20070819) libecore-file (>= 0.9.9+cvs20070819) libecore1 (>= 0.9.9+cvs20070819) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 15:21:57 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 08:21:57 -0700 (PDT) Subject: [oe-issues] [Bug 2926] Clean build of Angstrom for Gumstix-Verdex Fails In-Reply-To: Message-ID: <20070914152157.EAA0342589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2926 --- Comment #4 from Philip 2007-09-14 08:21:57 --- I am pretty sure this is fixed. I'll run a check build soon. Got a number of deadlines to meet atm. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 15:56:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 08:56:53 -0700 (PDT) Subject: [oe-issues] [Bug 2999] e-wm_0.16.999.041-r0_armv5te.ipk doens't install In-Reply-To: Message-ID: <20070914155653.10E7042589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2999 --- Comment #3 from Koen Kooi 2007-09-14 08:56:52 --- thanks, the problem is that the person who added ecore_cvs.bb put in the wrong version, so ipkg thinks it's older and doesn't use it :( I'll try to upload working packages tonight -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 18:33:15 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 11:33:15 -0700 (PDT) Subject: [oe-issues] [Bug 3002] New: etk-native-0.1.0+cvs20070819-r0-do_patch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3002 Summary: etk-native-0.1.0+cvs20070819-r0-do_patch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070914181652 for machine htcwallaby -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 18:36:04 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 11:36:04 -0700 (PDT) Subject: [oe-issues] [Bug 3003] New: engrave-0.0.0+cvs20070819-r0-do_fetch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3003 Summary: engrave-0.0.0+cvs20070819-r0-do_fetch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070914181652 for machine htcwallaby -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 18:36:31 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 11:36:31 -0700 (PDT) Subject: [oe-issues] [Bug 3004] New: edbus-cvs-r0-do_fetch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3004 Summary: edbus-cvs-r0-do_fetch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070914181652 for machine htcwallaby -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 19:48:22 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 12:48:22 -0700 (PDT) Subject: [oe-issues] [Bug 3005] New: webkit-gtk-0.0+svnr25507-r1-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3005 Summary: webkit-gtk-0.0+svnr25507-r1-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070914194616 for machine htcwallaby -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 07:08:00 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 00:08:00 -0700 (PDT) Subject: [oe-issues] [Bug 2976] webkit-gtk-0.0+svnr25489-r25486-r1-do_configure In-Reply-To: Message-ID: <20070915070800.BD2DA42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2976 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Koen Kooi 2007-09-15 00:08:00 --- *** This bug has been marked as a duplicate of bug 2975 *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 07:08:00 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 00:08:00 -0700 (PDT) Subject: [oe-issues] [Bug 2975] webkit-gtk-0.0+svnr25488-r25486-r1-do_configure In-Reply-To: Message-ID: <20070915070800.DC61542589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2975 --- Comment #2 from Koen Kooi 2007-09-15 00:08:00 --- *** Bug 2976 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 07:08:09 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 00:08:09 -0700 (PDT) Subject: [oe-issues] [Bug 2975] webkit-gtk-0.0+svnr25488-r25486-r1-do_configure In-Reply-To: Message-ID: <20070915070809.84F3642589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2975 --- Comment #3 from Koen Kooi 2007-09-15 00:08:09 --- *** Bug 2981 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 07:08:09 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 00:08:09 -0700 (PDT) Subject: [oe-issues] [Bug 2981] webkit-gtk-0.0+svnr25505-r25501-r1-do_configure In-Reply-To: Message-ID: <20070915070809.6665442589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2981 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #1 from Koen Kooi 2007-09-15 00:08:09 --- *** This bug has been marked as a duplicate of bug 2975 *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 07:08:25 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 00:08:25 -0700 (PDT) Subject: [oe-issues] [Bug 3005] webkit-gtk-0.0+svnr25507-r1-do_configure In-Reply-To: Message-ID: <20070915070825.4BFAC42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3005 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Koen Kooi 2007-09-15 00:08:25 --- *** This bug has been marked as a duplicate of bug 2975 *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 07:08:25 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 00:08:25 -0700 (PDT) Subject: [oe-issues] [Bug 2975] webkit-gtk-0.0+svnr25488-r25486-r1-do_configure In-Reply-To: Message-ID: <20070915070825.6874842589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2975 --- Comment #4 from Koen Kooi 2007-09-15 00:08:25 --- *** Bug 3005 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 07:20:55 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 00:20:55 -0700 (PDT) Subject: [oe-issues] [Bug 3006] New: etk-native-0.1.0+cvs20070819-r0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3006 Summary: etk-native-0.1.0+cvs20070819-r0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070915072101 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 07:45:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 00:45:27 -0700 (PDT) Subject: [oe-issues] [Bug 3007] New: latest kernel (2.6.22) does not see the sd-card (akita) Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3007 Summary: latest kernel (2.6.22) does not see the sd-card (akita) Product: Zaurus Kernel Version: unspecified Platform: ARM OS/Version: Linux Status: NEW Severity: blocker Priority: P2 Component: C3xxx AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: hans.ullrich at loop.de Dear maintainers, the kernel in the latest image (akita = spitz) does not see the sd-card at boot. This inhibits to start from the sd-card (using altbot). It is also impossible, to mount the card manually. Strange: It is possible, to mount the card in a false way: "mount /dev/mmcblk0" works, but it should be "mount /dev/mmblk0p1". Hint: The same behaviour appeared some time ago, in collie, as in akita, too. I suspect, it is the same reason again. As all kernel-modules in the feed are now version 2.6.22 and no more 2.6.21 (the latest working kernel), an ipkg upgrade breaks the whole system. So, running a kernel 2.6.22 does not see the card, running with kernel 2.6.21 will get false kernel-modules. Every decision breaks your system. I tested all kernels: minimalistic, console, X11 and pimlico, and they are all buggy. Thanks for your help ! As I heard, there is no SL-C1000 to test things, I am likely willing to test, if there is a new version out. Please let me know. Regards Hans -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 07:46:12 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 00:46:12 -0700 (PDT) Subject: [oe-issues] [Bug 3008] New: gconf-dbus-2.16.0+svnr606-r3-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3008 Summary: gconf-dbus-2.16.0+svnr606-r3-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070915074629 for machine ep93xx -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 11:37:10 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 04:37:10 -0700 (PDT) Subject: [oe-issues] [Bug 3009] New: linux-ezx-2.6.21-ezxdev-r12-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3009 Summary: linux-ezx-2.6.21-ezxdev-r12-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070915112823 for machine a1200 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 12:50:44 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 05:50:44 -0700 (PDT) Subject: [oe-issues] [Bug 3010] New: Can't build bluez-gnome-0.14-r1 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3010 Summary: Can't build bluez-gnome-0.14-r1 Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: begemot999 at gmail.com after bitbake angstrom-x11-image i see: ---- | make[2]: Nothing to be done for `install-exec-am'. | make install-data-hook | make[3]: Entering directory `/export/OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/bluez-gnome-0.14-r1/bluez-gnome-0.14' | /export/OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/bluez-gnome-0.14-r1/image/usr/share/mime | make[3]: execvp: /export/OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/bluez-gnome-0.14-r1/image/usr/share/mime: Permission denied | make[3]: *** [install-data-hook] Error 127 | make[3]: Leaving directory `/export/OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/bluez-gnome-0.14-r1/bluez-gnome-0.14' | make[2]: *** [install-data-am] Error 2 | make[2]: Leaving directory `/export/OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/bluez-gnome-0.14-r1/bluez-gnome-0.14' | make[1]: *** [install-am] Error 2 | make[1]: Leaving directory `/export/OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/bluez-gnome-0.14-r1/bluez-gnome-0.14' | make: *** [install-recursive] Error 1 | FATAL: oe_runmake failed NOTE: Task failed: /export/OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/bluez-gnome-0.14-r1/temp/log.do_install.26391 NOTE: package bluez-gnome-0.14-r1: task do_install: failed ERROR: TaskFailed event exception, aborting NOTE: package bluez-gnome-0.14: failed ERROR: Build of /export/OE/org.openembedded.dev/packages/bluez/bluez-gnome_0.14.bb do_install failed ERROR: Task 1449 (/export/OE/org.openembedded.dev/packages/bluez/bluez-gnome_0.14.bb, do_install) failed NOTE: Tasks Summary: Attempted 2526 tasks of which 2502 didn't need to be rerun and 1 failed. ERROR: '/export/OE/org.openembedded.dev/packages/bluez/bluez-gnome_0.14.bb' failed ---- PS. some strange things: 1 - in log.do_configure checking for iconv... /usr/bin/iconv why oe use system iconv? 2 - in log.do_configure checking for update-mime-database... no is this ok? 3 - log.do_configure checking for arm-angstrom-linux-gnueabi-pkg-config... no checking for pkg-config... /export/OE/build/tmp/staging/i686-linux/bin/pkg-config configure: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf at gnu.org. is this ok? 4 - in Makefile ... UPDATE_MIME_DATABASE = ... install-data-hook: $(UPDATE_MIME_DATABASE) $(DESTDIR)$(datadir)/mime ... is this ok? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 13:22:32 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 06:22:32 -0700 (PDT) Subject: [oe-issues] [Bug 3010] Can't build bluez-gnome-0.14-r1 In-Reply-To: Message-ID: <20070915132232.4041142589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3010 Max changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |begemot999 at gmail.com --- Comment #1 from Max 2007-09-15 06:22:32 --- build ok after i install system (debian) shared-mime-info and desktop-file-utils but I think this package should depend on oe shared-mime-info-native or similar or should use --disable-desktop-update --disable-mime-update -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 15:32:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 08:32:27 -0700 (PDT) Subject: [oe-issues] [Bug 3007] latest kernel (2.6.22) does not see the sd-card (akita) In-Reply-To: Message-ID: <20070915153227.51A3442589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3007 --- Comment #1 from Lukas Gorris 2007-09-15 08:32:26 --- I can confirm altboot is not seeing my card with the same image (the one from 10.9.2007) on akita. Trying to mount the card manually from within alboot mount says: /dev/mmcblk0p1 no valid block device Maybe altboot needs upgrading for 2.6.22? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 18:43:23 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 11:43:23 -0700 (PDT) Subject: [oe-issues] [Bug 3011] New: libgpelaunch-0.14-r1-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3011 Summary: libgpelaunch-0.14-r1-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070915184343 for machine omap5912osk -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 19:18:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 12:18:27 -0700 (PDT) Subject: [oe-issues] [Bug 3012] New: webkit-gtk-0.0+svnr25582-r25571-r1-do_fetch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3012 Summary: webkit-gtk-0.0+svnr25582-r25571-r1-do_fetch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070915192000 for machine tosa -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 20:55:54 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 13:55:54 -0700 (PDT) Subject: [oe-issues] [Bug 3013] New: Add support for squeak-x Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3013 Summary: Add support for squeak-x Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: tonyg at kcbbs.gen.nz Created an attachment (id=2533) --> (http://bugs.openembedded.org/attachment.cgi?id=2533) Initial VM package I've managed to get Squeak smalltalk (with the X11 driver) compiled and running on OpenMoko/OpenEmbedded. With luck, this is the right avenue toward getting my patches reviewed and accepted into OE. I'll attach a tarball of my package definition files. Note that this is just the Squeak virtual machine - I have *not* included any particular squeak image. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 16 00:22:42 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 17:22:42 -0700 (PDT) Subject: [oe-issues] [Bug 3014] New: Updated support for erlang/OTP Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3014 Summary: Updated support for erlang/OTP Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: tonyg at kcbbs.gen.nz Created an attachment (id=2559) --> (http://bugs.openembedded.org/attachment.cgi?id=2559) Tarball of Erlang R11B-5 support I've updated the current support for Erlang/OTP from R11B-1 to R11B-5, and accommodated insane.bbclass's requirements regarding .debug directories in the process. I'll attach a tarball for review. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 16 01:04:52 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 18:04:52 -0700 (PDT) Subject: [oe-issues] [Bug 3015] New: correct audiofile.m4 to work with automake 1.10 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3015 Summary: correct audiofile.m4 to work with automake 1.10 Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: marek.vasut at gmail.com CC: polyonymous at klever.net Created an attachment (id=2567) --> (http://bugs.openembedded.org/attachment.cgi?id=2567) the patch see http://sources.redhat.com/automake/automake.html#Extending-aclocal -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 16 01:45:05 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 18:45:05 -0700 (PDT) Subject: [oe-issues] [Bug 3016] New: make libsdl-qpe buildable with automake-1.10 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3016 Summary: make libsdl-qpe buildable with automake-1.10 Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: marek.vasut at gmail.com CC: polyonymous at klever.net Created an attachment (id=2578) --> (http://bugs.openembedded.org/attachment.cgi?id=2578) patch for libsdl-qpe patch that makes libsdl-qpe buildable with automake-1.10 included -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 16 09:07:43 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 16 Sep 2007 02:07:43 -0700 (PDT) Subject: [oe-issues] [Bug 3012] webkit-gtk-0.0+svnr25582-r25571-r1-do_fetch In-Reply-To: Message-ID: <20070916090743.9BD3642589F@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3012 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-16 02:07:43 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 16 09:08:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 16 Sep 2007 02:08:07 -0700 (PDT) Subject: [oe-issues] [Bug 2984] openmoko-terminal2-2.1.0+r2879-r1-do_configure In-Reply-To: Message-ID: <20070916090807.C2FAD42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2984 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-16 02:08:07 --- fixed by Marcin -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 16 14:01:10 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 16 Sep 2007 07:01:10 -0700 (PDT) Subject: [oe-issues] [Bug 3017] New: linux-2.6.20-r8-do_install Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3017 Summary: linux-2.6.20-r8-do_install Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070916140022 for machine at91sam9263ek -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 16 19:14:24 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 16 Sep 2007 12:14:24 -0700 (PDT) Subject: [oe-issues] [Bug 3018] New: bogus hardcoded paths in patches Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3018 Summary: bogus hardcoded paths in patches Product: Openembedded Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: likewise at gmx.net cd org.openembedded.dev/ grep -rn -e 'papercrane' * few packages with hardcoded paths in patches etc. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 17 09:01:26 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 17 Sep 2007 02:01:26 -0700 (PDT) Subject: [oe-issues] [Bug 3019] New: linux-2.6.22+2.6.23-rc3-r1-do_install Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3019 Summary: linux-2.6.22+2.6.23-rc3-r1-do_install Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070917084053 for machine alix -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 17 14:36:08 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 17 Sep 2007 07:36:08 -0700 (PDT) Subject: [oe-issues] [Bug 3020] New: pcmciautils gets into an infinite loop in building due to " yes" Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3020 Summary: pcmciautils gets into an infinite loop in building due to "yes" Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: raster at rasterman.com from the compile log: NOTE: make -e STRIP=echo LIB_OBJS=-lc -lsysfs make[1]: Entering directory `/home/raster/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/pcmciautils-014-r1/pcmciautils-014' Building ccdv yes ccache arm-angstrom-linux-gnueabi-gcc -march=armv4t -mtune=arm920t -I/home/raster/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/pcmciautils-014-r1/pcmciautils-014/src -isystem/home/raster/moko/build/tmp/staging/arm-angstrom-linux-gnueabi/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -c -o src/pccardctl.o src/pccardctl.c ccache arm-angstrom-linux-gnueabi-gcc -march=armv4t -mtune=arm920t -I/home/raster/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/pcmciautils-014-r1/pcmciautils-014/src -isystem/home/raster/moko/build/tmp/staging/arm-angstrom-linux-gnueabi/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -c -o src/pccardctl.o src/pccardctl.c ccache arm-angstrom-linux-gnueabi-gcc -march=armv4t -mtune=arm920t -I/home/raster/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/pcmciautils-014-r1/pcmciautils-014/src -isystem/home/raster/moko/build/tmp/staging/arm-angstrom-linux-gnueabi/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -c -o src/pccardctl.o src/pccardctl.c etc. etc. (until your disk fills up). it is somehow skipping yacc. no patches have been made to the .bb's - direct from OE SVN. paralell make is disabled according to the .bb's. build system is on ubuntu gusty (this also happens on edgy). attached run.do_compile. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 17 18:58:03 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 17 Sep 2007 11:58:03 -0700 (PDT) Subject: [oe-issues] [Bug 3021] New: gst-plugins-base QA bug Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3021 Summary: gst-plugins-base QA bug Product: Openembedded Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: shanevolpe at gmail.com gst-plugins-base has a QA issue with the X headers do to "I/usr/lib". I fixed the issue by adding the following to gst-plugins.inc EXTRA_OECONF --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR} I wanted to post to the bug tracker and make sure no one had any issues or better ideas regarding this fix before I push it into OE. If I hear nothing back in a couple of days then I will push the fix. Regards, svolpe -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 17 19:17:48 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 17 Sep 2007 12:17:48 -0700 (PDT) Subject: [oe-issues] [Bug 880] gst-plugins-good-0.10.2 tries to link to host library In-Reply-To: Message-ID: <20070917191748.20F234258A0@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=880 Shane Volpe changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |shanevolpe at gmail.com --- Comment #7 from Shane Volpe 2007-09-17 12:17:47 --- I had the same issue with gst-plugins-base. It was do to the X headers, can you confirm this? See the following bug for my fix: http://bugs.openembedded.org/show_bug.cgi?id=3021 Let me know if this works. Regards, svolpe -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 17 21:29:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 17 Sep 2007 14:29:20 -0700 (PDT) Subject: [oe-issues] [Bug 3022] New: linux-2.6.21-r9-do_patch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3022 Summary: linux-2.6.21-r9-do_patch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070917212409 for machine gumstix-verdex -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 00:23:23 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 17 Sep 2007 17:23:23 -0700 (PDT) Subject: [oe-issues] [Bug 3023] New: elfutils-0.127-r0 does not build. A warning treated like a bug stops the process. Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3023 Summary: elfutils-0.127-r0 does not build. A warning treated like a bug stops the process. Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: alessandro.iurlano at gmail.com The compiler detects what it thinks to be a use of a possibly uninitialized variable. The attached patch provides a fix that moves the declaration of the variable in a standard C place and initializes it. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 07:34:34 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 00:34:34 -0700 (PDT) Subject: [oe-issues] [Bug 3024] New: openmoko-browser2-0.0.1+svnr1-r0-do_fetch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3024 Summary: openmoko-browser2-0.0.1+svnr1-r0-do_fetch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070918073615 for machine spitz -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 07:39:32 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 00:39:32 -0700 (PDT) Subject: [oe-issues] [Bug 3025] New: openmoko-browser2-0.0.1+svnr${SRCREV}-r0-do_fetch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3025 Summary: openmoko-browser2-0.0.1+svnr${SRCREV}-r0-do_fetch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070918074123 for machine spitz -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 08:11:31 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 01:11:31 -0700 (PDT) Subject: [oe-issues] [Bug 3024] openmoko-browser2-0.0.1+svnr1-r0-do_fetch In-Reply-To: Message-ID: <20070918081131.6A6B242589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3024 --- Comment #1 from Koen Kooi 2007-09-18 01:11:31 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 08:11:39 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 01:11:39 -0700 (PDT) Subject: [oe-issues] [Bug 3025] openmoko-browser2-0.0.1+svnr${SRCREV}-r0-do_fetch In-Reply-To: Message-ID: <20070918081139.403CB42589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3025 --- Comment #1 from Koen Kooi 2007-09-18 01:11:39 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 08:14:39 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 01:14:39 -0700 (PDT) Subject: [oe-issues] [Bug 3026] New: linux-2.6.21-r9-do_unpack Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3026 Summary: linux-2.6.21-r9-do_unpack Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070918080844 for machine omap5912osk -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 12:48:40 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 05:48:40 -0700 (PDT) Subject: [oe-issues] [Bug 3007] latest kernel (2.6.22) does not see the sd-card (akita) In-Reply-To: Message-ID: <20070918124840.0FF8242589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3007 Grigorios Prasinos changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |grigorios at prasinos.eu --- Comment #2 from Grigorios Prasinos 2007-09-18 05:48:39 --- I observe similar behaviour on my c750 with kernel 2.6.22 (taken from the image of 20070918): - altboot does not see the SD card - if I reboot "normally" from the internal NAND I can use the card without problem During boot, just before altboot starts, there is the message mmc0: Warning - unrecognized SCR structure version 1 The card is good (tested as I said in the C750 and in a card reader). Altboot version is altboot v1.1.1+wip-SVNR66-r0 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 13:35:49 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 06:35:49 -0700 (PDT) Subject: [oe-issues] [Bug 3027] New: openmoko-browser2-0.0.1+svnr3004-r0-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3027 Summary: openmoko-browser2-0.0.1+svnr3004-r0-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070918081116 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 15:45:56 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 08:45:56 -0700 (PDT) Subject: [oe-issues] [Bug 3027] openmoko-browser2-0.0.1+svnr3004-r0-do_configure In-Reply-To: Message-ID: <20070918154556.7D88042589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3027 --- Comment #2 from Koen Kooi 2007-09-18 08:45:56 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 18:53:49 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 11:53:49 -0700 (PDT) Subject: [oe-issues] [Bug 3028] New: Recipe for PyWebKitGtk Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3028 Summary: Recipe for PyWebKitGtk Product: Openembedded Version: unspecified Platform: ARM OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: Tuukka.Hastrup at iki.fi Created an attachment (id=3033) --> (http://bugs.openembedded.org/attachment.cgi?id=3033) bitbake recipe Please include in OpenEmbedded the Python bindings for WebKitGtk: http://live.gnome.org/PyWebKitGtk A BitBake recipe is attached. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 18:57:36 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 11:57:36 -0700 (PDT) Subject: [oe-issues] [Bug 3029] New: glibc-2.5-r7-do_package Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3029 Summary: glibc-2.5-r7-do_package Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070918154911 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 20:59:36 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 13:59:36 -0700 (PDT) Subject: [oe-issues] [Bug 3030] New: bluez-utils_3.19.bb fails with Exception: Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3030 Summary: bluez-utils_3.19.bb fails with Exception: Product: Openembedded Version: unspecified Platform: ARM OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: cm at acc.umu.se OE Build Configuration: BB_VERSION = "1.8.8" OE_REVISION = "c926e75b27452721976c63b6ef9a890147362131" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "fic-gta01" DISTRO = "openmoko" DISTRO_VERSION = "P1-September-Snapshot-20070918" TARGET_FPU = "soft" NOTE: Resolving missing task queue dependencies NOTE: preferred version 2.5 of glibc not available (for item virtual/arm-angstrom-linux-gnueabi-libc-for-gcc) NOTE: Preparing runqueue NOTE: Executing runqueue NOTE: Running task 4757 of 4794 (ID: 380, /home/moko/openembedded/packages/bluez/bluez-utils_3.19.bb, do_fetch) NOTE: package bluez-utils-3.19: started NOTE: package bluez-utils-3.19-r0: task do_fetch: started ERROR: Error in executing: ERROR: Exception: Message:S ERROR: Printing the environment of the function ERROR: Error in executing: ERROR: Exception: Message:S ERROR: Printing the environment of the function ERROR: Build of /home/moko/openembedded/packages/bluez/bluez-utils_3.19.bb do_fetch failed Traceback (most recent call last): File "/home/moko/bitbake/bin/bitbake", line 134, in main() File "/home/moko/bitbake/bin/bitbake", line 131, in main cooker.cook() File "/home/moko/bitbake/lib/bb/cooker.py", line 552, in cook return self.buildTargets(pkgs_to_build) File "/home/moko/bitbake/lib/bb/cooker.py", line 466, in buildTargets failures = rq.execute_runqueue() File "/home/moko/bitbake/lib/bb/runqueue.py", line 403, in execute_runqueue self.execute_runqueue_internal() File "/home/moko/bitbake/lib/bb/runqueue.py", line 531, in execute_runqueue_internal self.cooker.tryBuild(fn, False) File "/home/moko/bitbake/lib/bb/cooker.py", line 125, in tryBuild return self.tryBuildPackage(fn, item, self.configuration.cmd, the_data, build_depends) File "/home/moko/bitbake/lib/bb/cooker.py", line 98, in tryBuildPackage bb.build.exec_task('do_%s' % task, the_data) File "/home/moko/bitbake/lib/bb/build.py", line 292, in exec_task execute(None, task) File "/home/moko/bitbake/lib/bb/build.py", line 281, in execute exec_func(item, localdata) File "/home/moko/bitbake/lib/bb/build.py", line 98, in exec_func exec_func_python(func, d) File "/home/moko/bitbake/lib/bb/build.py", line 117, in exec_func_python utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1)) File "/home/moko/bitbake/lib/bb/utils.py", line 144, in better_exec exec code in context File "do_fetch", line 4, in File "do_fetch", line 2, in do_fetch File "/home/moko/bitbake/lib/bb/build.py", line 98, in exec_func exec_func_python(func, d) File "/home/moko/bitbake/lib/bb/build.py", line 117, in exec_func_python utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1)) File "/home/moko/bitbake/lib/bb/utils.py", line 144, in better_exec exec code in context File "base_do_fetch", line 63, in File "base_do_fetch", line 12, in base_do_fetch File "/home/moko/bitbake/lib/bb/fetch/__init__.py", line 118, in init urldata[url] = FetchData(url, d) File "/home/moko/bitbake/lib/bb/fetch/__init__.py", line 264, in __init__ (self.type, self.host, self.path, self.user, self.pswd, self.parm) = bb.decodeurl(data.expand(url, d)) File "/home/moko/bitbake/lib/bb/__init__.py", line 278, in decodeurl raise MalformedUrl(url) bb.MalformedUrl: S ERROR: Task 380 (/home/moko/openembedded/packages/bluez/bluez-utils_3.19.bb, do_fetch) failed NOTE: Tasks Summary: Attempted 4756 tasks of which 4736 didn't need to be rerun and 1 failed. ERROR: '/home/moko/openembedded/packages/bluez/bluez-utils_3.19.bb' failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 21:10:33 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 14:10:33 -0700 (PDT) Subject: [oe-issues] [Bug 3031] New: mpd CROSS COMPILE BADNESS Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3031 Summary: mpd CROSS COMPILE BADNESS Product: Openembedded Version: unspecified Platform: Other OS/Version: Mac OS X 10.3 Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: papercrane at reversefold.com mpd_svn is failing do_qa_configure because -I/usr/include is in the config.log output. I haven't been able to fix this as /usr/include isn't in configure.ac. Looks like an autotools bug perhaps. I'm just disabling insane.bbclass's qa_configure for my local build for now. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 21:31:22 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 14:31:22 -0700 (PDT) Subject: [oe-issues] [Bug 3030] bluez-utils_3.19.bb fails with Exception: In-Reply-To: Message-ID: <20070918213122.387B142589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3030 Graeme Gregory changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Graeme Gregory 2007-09-18 14:31:21 --- Fixed in 372eeb2b1660c17cc2d5f682dfd98cb432a11d5c thanks for help on IRC -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 21:56:13 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 14:56:13 -0700 (PDT) Subject: [oe-issues] [Bug 2992] efl1/emotion fails to build because of edje_cc-native segfault In-Reply-To: Message-ID: <20070918215613.187E242589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2992 --- Comment #5 from Graeme Gregory 2007-09-18 14:56:12 --- Confirmed this dies on my Ubuntu 7.04 amd64 make[2]: Entering directory `/home/dp/zaurus/build-ang/tmp/work/armv5te-angstrom -linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion/data' edje_cc -v -id ../data -fd ../data \ ../data/theme.edc \ ../data/theme.edj make[2]: *** [theme.edj] Segmentation fault (core dumped) make[2]: *** Deleting file `theme.edj' make[2]: Leaving directory `/home/dp/zaurus/build-ang/tmp/work/armv5te-angstrom- linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion/data' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/dp/zaurus/build-ang/tmp/work/armv5te-angstrom- linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion' make: *** [all] Error 2 FATAL: oe_runmake failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 02:53:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 19:53:20 -0700 (PDT) Subject: [oe-issues] [Bug 3032] New: espgs doesn't build w/ ijs, cups & gimpprint/ gutenberg enabled Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3032 Summary: espgs doesn't build w/ ijs, cups & gimpprint/gutenberg enabled Product: Openembedded Version: Angstrom Platform: PowerPC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: purdyd_at_wisheights at yahoo.com espgs doesn't build espgs with w/ support for ijs, cups & gimpprint/gutenberg enabled. espgs_8.15.3.bb > EXTRA_OECONF = "--with-drivers= \ > # --disable-cups \ > --disable-gtk \ > # --without-ijs \ > # --without-gimp-print \ > --without-x \ > --without-omni" > These options yield the attached log(s). Also, please refer to the following OE User List email for background/conversation w/ Koen Kooi: ============================= David Purdy schreef: > a clarification... > > espgs does build as is, but fails if I try to enable cups, ijs or > gimp-print, it doesn't... > > EXTRA_OECONF = "--with-drivers= \ > # --disable-cups \ > --disable-gtk \ > # --without-ijs \ > # --without-gimp-print \ > --without-x \ > --without-omni" > > The idea is to have those 3 options all enabled, as support for a > wide variety of USB printers (in addition to non-USB/ network > printers) is desired. > > > > > As for gutenprint (formerly gimp-print) ... the link I supplied was > broken... here is the correct one: > > http://www.openembedded.org/filebrowser/foo/packages/nonworking/ > gutenprint > > Any knowledge/pointers/help in terms of how to get these to build > would be greatly appreciated... The problem with gutenprint is that it requires running generated binaries to generate stuff. I think building a gutenprint-native first to supply the binaries would work, but I haven't looked at it in a while. IIRC ijs shares the same problem. Could you file bugs with builderrors in the OE bugzilla? regards, Koen -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 03:05:55 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 20:05:55 -0700 (PDT) Subject: [oe-issues] [Bug 3033] New: gutenprint doesn't build Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3033 Summary: gutenprint doesn't build Product: Openembedded Version: Angstrom Platform: PowerPC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: purdyd_at_wisheights at yahoo.com the package gutenprint doesn't build. This packages is currently listed as nonworking, but it is a very important one as many printers have drivers that are provided only through this package. Internal link for the package http: In a recent email/post on the OE user lists, Koen stated that it may have to be built natively first. Thank you, Dave -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 04:22:43 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 21:22:43 -0700 (PDT) Subject: [oe-issues] [Bug 3034] New: bluez-utils-3.19-r0-do_package_write_ipk Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3034 Summary: bluez-utils-3.19-r0-do_package_write_ipk Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070919041628 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 05:22:26 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 22:22:26 -0700 (PDT) Subject: [oe-issues] [Bug 3035] New: please add help2man to Debian openembedded-essential task Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3035 Summary: please add help2man to Debian openembedded-essential task Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: shawn.t.rutledge at gmail.com ERROR: Openembedded's config sanity checker detected a potential misconfiguration. Either fix the cause of this error or at your own risk disable the checker (see sanity.conf). Following is the list of potential problems / advisories: Please install following missing utilities: help2man But on Debian I have previously done apt-get install openembedded-essential -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 07:45:16 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 00:45:16 -0700 (PDT) Subject: [oe-issues] [Bug 3036] New: bluez-cups-backend-3.19-r0-do_package_write_ipk Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3036 Summary: bluez-cups-backend-3.19-r0-do_package_write_ipk Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070919074555 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 07:57:12 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 00:57:12 -0700 (PDT) Subject: [oe-issues] [Bug 3036] bluez-cups-backend-3.19-r0-do_package_write_ipk In-Reply-To: Message-ID: <20070919075712.783BA42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3036 --- Comment #1 from Koen Kooi 2007-09-19 00:57:12 --- fixed in rb37f72d1478531633d3d67b32766318f3904017a -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 07:57:21 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 00:57:21 -0700 (PDT) Subject: [oe-issues] [Bug 3034] bluez-utils-3.19-r0-do_package_write_ipk In-Reply-To: Message-ID: <20070919075721.460C542589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3034 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-19 00:57:21 --- fixed in rb37f72d1478531633d3d67b32766318f3904017a -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 07:57:47 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 00:57:47 -0700 (PDT) Subject: [oe-issues] [Bug 3036] bluez-cups-backend-3.19-r0-do_package_write_ipk In-Reply-To: Message-ID: <20070919075747.F300E42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3036 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Koen Kooi 2007-09-19 00:57:47 --- really, it has been fixed :) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 10:26:40 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 03:26:40 -0700 (PDT) Subject: [oe-issues] [Bug 3037] New: A crash is done while booting Angstrom 2007. 1 with binary locales disabled Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3037 Summary: A crash is done while booting Angstrom 2007.1 with binary locales disabled Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: joaquinduran at adtelecom.es I've created an image with angstrom with binary locales disabled. The first time that the computer boots, the system tries to configure the en_GB locale and fails with a core dump. Configuration: DISTRO = "angstrom-2007.1" ENABLE_BINARY_LOCALE_GENERATION = "0" GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 de_DE.UTF-8" Target: PXA270 Xscale (arm5vte) The boot message is attached. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 10:39:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 03:39:07 -0700 (PDT) Subject: [oe-issues] [Bug 3021] gst-plugins-base QA bug In-Reply-To: Message-ID: <20070919103907.8355B42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3021 Shane Volpe changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Shane Volpe 2007-09-19 03:39:07 --- I pushed the fix detailed in my original post -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 11:08:45 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 04:08:45 -0700 (PDT) Subject: [oe-issues] [Bug 3037] A crash is done while booting Angstrom 2007. 1 with binary locales disabled In-Reply-To: Message-ID: <20070919110845.81F6F42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3037 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #3 from Koen Kooi 2007-09-19 04:08:45 --- As the glibc package class says: # Binary locales are generated at build time if ENABLE_BINARY_LOCALE_GENERATION # is set. The idea is to avoid running localedef on the target (at first boot) # to decrease initial boot time and avoid localedef being killed by the OOM # killer which used to effectively break i18n on machines with < 128MB RAM. Closing as WONTFIX -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 11:46:52 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 04:46:52 -0700 (PDT) Subject: [oe-issues] [Bug 3038] New: octave-2.9.14-r0-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3038 Summary: octave-2.9.14-r0-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070919111847 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 11:51:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 04:51:29 -0700 (PDT) Subject: [oe-issues] [Bug 3039] New: gcc-cross-4.1.2-r8-do_rm_work Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3039 Summary: gcc-cross-4.1.2-r8-do_rm_work Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070919115044 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 11:51:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 04:51:29 -0700 (PDT) Subject: [oe-issues] [Bug 3040] New: gcc-cross-4.1.2-r8-do_rm_work Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3040 Summary: gcc-cross-4.1.2-r8-do_rm_work Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070919111847 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 12:23:03 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 05:23:03 -0700 (PDT) Subject: [oe-issues] [Bug 3037] A crash is done while booting Angstrom 2007. 1 with binary locales disabled In-Reply-To: Message-ID: <20070919122303.90DDC42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3037 --- Comment #4 from Joaquim Duran 2007-09-19 05:23:03 --- Oops, I see. How does I configure Angstrom to build an image *without* I18N support? Could I set IMAGE_LINGUAS in local.conf? IMAGE_LINGUAS = "en-gb" -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 12:25:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 05:25:20 -0700 (PDT) Subject: [oe-issues] [Bug 3040] gcc-cross-4.1.2-r8-do_rm_work In-Reply-To: Message-ID: <20070919122520.8054242589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3040 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Koen Kooi 2007-09-19 05:25:20 --- *** This bug has been marked as a duplicate of bug 3039 *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 12:25:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 05:25:20 -0700 (PDT) Subject: [oe-issues] [Bug 3039] gcc-cross-4.1.2-r8-do_rm_work In-Reply-To: Message-ID: <20070919122520.9B86742589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3039 --- Comment #2 from Koen Kooi 2007-09-19 05:25:20 --- *** Bug 3040 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 12:25:39 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 05:25:39 -0700 (PDT) Subject: [oe-issues] [Bug 3039] gcc-cross-4.1.2-r8-do_rm_work In-Reply-To: Message-ID: <20070919122539.29A1B42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3039 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #3 from Koen Kooi 2007-09-19 05:25:38 --- autobuild clobber going awry -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 14:13:28 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 07:13:28 -0700 (PDT) Subject: [oe-issues] [Bug 2683] wmmxt version of qemu fails while generating the de_DE (UTF-8) localte for glibc 2.5 In-Reply-To: Message-ID: <20070919141328.C4FBA42589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2683 --- Comment #6 from Joaquim Duran 2007-09-19 07:13:28 --- I've rebuild qemu-native compiling for armv5te machine. The compilation has finished with another error: | gcc-3.4.6 -Wall -O2 -g -fno-strict-aliasing -fno-reorder-blocks -fno-gcse -fno-optimize-sibling-calls -fno-crossjumping -fno-align-labels -fno-align-jumps -fno-align-functions -mpreferred-stack-boundary=2 -fomit-frame-pointer -I. -I.. -I/home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/target-i386 -I/home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu -I/home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/linux-user -I/home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/fpu -DHAS_AUDIO -DHAS_AUDIO_CHOICE -I/home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/slirp -c -o op.o /home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/target-i386/op.c | /home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/target-i386/ops_sse.h: In function `op_psrlq_mmx': | /home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/target-i386/ops_sse.h:213: error: unable to find a register to spill in class `GENERAL_REGS' | /home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/target-i386/ops_sse.h:213: error: this is the insn: | (insn:HI 36 35 37 3 /home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/target-i386/ops_sse.h:207 (parallel [ | (set (reg:DI 63 [ .q ]) | (lshiftrt:DI (reg:DI 63 [ .q ]) | (subreg:QI (reg/v:SI 60 [ shift ]) 0))) | (clobber (scratch:SI)) | (clobber (reg:CC 17 flags)) | ]) 309 {lshrdi3_1} (insn_list 33 (insn_list 35 (nil))) | (expr_list:REG_DEAD (reg/v:SI 60 [ shift ]) | (expr_list:REG_UNUSED (reg:CC 17 flags) | (expr_list:REG_UNUSED (scratch:SI) | (nil))))) | /home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/target-i386/ops_sse.h:213: confused by earlier errors, bailing out | make[1]: *** [op.o] Error 1 | make[1]: Leaving directory `/home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/i386-linux-user' | make: *** [subdir-i386-linux-user] Error 2 | FATAL: oe_runmake failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 15:02:08 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 08:02:08 -0700 (PDT) Subject: [oe-issues] [Bug 2617] spitz/akita sound mixer misconfiguration In-Reply-To: Message-ID: <20070919150208.6C2B342589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2617 Hans-J. changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|DUPLICATE |FIXED --- Comment #17 from Hans-J. 2007-09-19 08:02:07 --- Solved: The problem is a default configuration of alsamixer. To correct these, start alsamixer in a shell, and look for speaker-volume. Get to the channel left next to the volume (right Sp) and switch it on. To get access to it press the key "m". Change to "00". Now it should work ! Thanks very much to "dcordes", who found out this !!! The bugreport will be closed. Kind regards Hans -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 15:14:25 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 08:14:25 -0700 (PDT) Subject: [oe-issues] [Bug 3041] New: dillo segfaults always Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3041 Summary: dillo segfaults always Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: martinwguy at yahoo.it Hi! I just reinstalled Angstrom on Zaurus c860 from Angstrom-x11-image-glibc-ipk-2007.9-test-20070905-c7x0-installkit.tgz then # ipkg install dillo and dillo always segfaults immediately. In GUI, window zooms mac-style but nothing happens In rxvt: $ dillo Gdk-WARNING **: locale not supported by Xlib, locale set to C Gdk-WARNING **: can not set locale modifiers Segmentation fault $ gdb dillo [...] Program received signal SIGSEGV, Segmentation fault. 0x404058ec in fileno_unlocked () from /lib/libc.so.6 (gdb) backtrace #0 0x404058ec in fileno_unlocked () from /lib/libc.so.6 #1 0x0001580c in ?? () Cannot access memory at address 0x0 (gdb) $ dillo --version Dillo 0.8.6-i18n-misc $ ipkg info dillo Package: dillo Version: 0.8.6-r2 Depends: ... Conflicts: dillo2 Status: install user installed Section: x11/network Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: bd68a030fd8413e5f7707a1e67faa9ae Size: 272180 Filename: dillo_0.8.6-r2_armv5te.ipk ... -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 20:41:16 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 13:41:16 -0700 (PDT) Subject: [oe-issues] [Bug 3007] latest kernel (2.6.22) does not see the sd-card (akita) In-Reply-To: Message-ID: <20070919204116.C362642589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3007 --- Comment #3 from Timo Dittmar 2007-09-19 13:41:16 --- I have similar problems with my akita after the last ipkg upgrade to 2.6.22: While booting with altboot from SD I get the error : /sbin/fsck.ext3: no such device or address while trying to open /dev/mmcblk0p1 Booting from internal flash works. I reinstalled the actual image (20070909 gpe image), same behavior. CU Timo -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 22:44:01 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 15:44:01 -0700 (PDT) Subject: [oe-issues] [Bug 3042] New: NOTE: package gconf-dbus-2.16.0+svnr1-r3: task do_fetch: started Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3042 Summary: NOTE: package gconf-dbus-2.16.0+svnr1-r3: task do_fetch: started Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: budgester at budgester.com budgester at quadro:~/embedded/openembedded/build$ bitbake bootstrap-image NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance. NOTE: Handling BitBake files: \ (4704/4704) [100 %] NOTE: Parsing finished. 4484 cached, 0 parsed, 220 skipped, 0 masked. NOTE: build 200709192340: started OE Build Configuration: BB_VERSION = "1.8.8" OE_REVISION = "994032a8e47f2490d414cd449885b6d0c16271f6" TARGET_ARCH = "i486" TARGET_OS = "linux" MACHINE = "x86" DISTRO = "generic" DISTRO_VERSION = ".dev-snapshot-20070919" TARGET_FPU = "" NOTE: Resolving missing task queue dependencies NOTE: multiple providers are available for task-base (task-base, task-budge); NOTE: consider defining PREFERRED_PROVIDER_task-base NOTE: multiple providers are available for virtual/i486-linux-libc-initial (glibc-initial, eglibc-initial); NOTE: consider defining PREFERRED_PROVIDER_virtual/i486-linux-libc-initial NOTE: multiple providers are available for virtual/db (db3, db); NOTE: consider defining PREFERRED_PROVIDER_virtual/db NOTE: multiple providers are available for virtual/db-native (db3-native, db-native); NOTE: consider defining PREFERRED_PROVIDER_virtual/db-native NOTE: Preparing runqueue NOTE: Executing runqueue NOTE: Running task 408 of 1099 (ID: 1006, /home/budgester/embedded/openembedded/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb, do_fetch) NOTE: package gconf-dbus-2.16.0+svnr1: started NOTE: package gconf-dbus-2.16.0+svnr1-r3: task do_fetch: started NOTE: Fetch svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http svn: Unable to find repository location for 'http://developer.imendio.com/svn/gconf-dbus/trunk' in revision 1 NOTE: Task failed: Fetch failed: Fetch command export PATH=/home/budgester/embedded/openembedded/build/tmp/staging/x86_64-linux/bin/i486-linux:/home/budgester/embedded/openembedded/build/tmp/staging/x86_64-linux/bin:/home/budgester/embedded/openembedded/build/tmp/cross/bin:/home/budgester/embedded/openembedded/bitbake/bin:/home/budgester/embedded/openembedded/bitbake/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games; /usr/bin/env svn co -r 1 http://developer.imendio.com/svn/gconf-dbus/trunk trunk failed with signal 1, output: NOTE: package gconf-dbus-2.16.0+svnr1-r3: task do_fetch: failed ERROR: TaskFailed event exception, aborting NOTE: package gconf-dbus-2.16.0+svnr1: failed ERROR: Build of /home/budgester/embedded/openembedded/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb do_fetch failed ERROR: Task 1006 (/home/budgester/embedded/openembedded/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb, do_fetch) failed NOTE: Tasks Summary: Attempted 407 tasks of which 407 didn't need to be rerun and 1 failed. ERROR: '/home/budgester/embedded/openembedded/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb' failed budgester at quadro:~/embedded/openembedded/build$ -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 20 03:28:09 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 20:28:09 -0700 (PDT) Subject: [oe-issues] [Bug 3043] New: add supervisor mode Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3043 Summary: add supervisor mode Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: lynn.lin at avocent.com for example in sudo package i write a function : do_install_append() { chmod 4755 ${D}/usr/bin/sudo } when the image is running ,the sudo binary don't have supervisor mode but when i write it in pkg_postinist,it can work why it doesn't work in the first situation? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 20 15:36:46 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 20 Sep 2007 08:36:46 -0700 (PDT) Subject: [oe-issues] [Bug 3044] New: djvulibre 3.5.19 not compiling Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3044 Summary: djvulibre 3.5.19 not compiling Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: alain2210 at free.fr I get make[2]: Entering directory `/mnt/devel/oe/build-dev/tmp/work/armv5te-angstrom-linux-gnueabi/djvulibre-3.5.19-r0/djvulibre-3.5.19/gui/djview' | make[2]: Circular Makefile.dep <- Makefile.dep dependency dropped. | arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale -DHAVE_CONFIG_H -I../.. -I../../libdjvu -I./ -I../../gui/indep/QT/ -I../../gui/indep/QX/ -I../../gui/indep/utils/ -I../../gui/shared/QT/ -I../../gui/shared/res/ -I../../gui/shared/utils/ -I. -DNDEBUG -Wall -O3 -Wno-non-virtual-dtor -pthread -DTHREADMODEL=POSIXTHREADS -I/usr/include/qt3 -isystem/mnt/devel/oe/build-dev/tmp/staging/arm-angstrom-linux-gnueabi/include -isystem/mnt/devel/oe/build-dev/tmp/staging/arm-angstrom-linux-gnueabi/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -fpermissive -fvisibility-inlines-hidden -c ../../gui/indep/QX/qx_imager.cpp | CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include/qt3 | cc1plus: internal compiler error: in add_path, at c-incpath.c:362 | Please submit a full bug report, | with preprocessed source if appropriate. | See for instructions. | make[2]: *** [qx_imager.o] Error 1 | make[2]: Leaving directory `/mnt/devel/oe/build-dev/tmp/work/armv5te-angstrom-linux-gnueabi/djvulibre-3.5.19-r0/djvulibre-3.5.19/gui/djview' | make[1]: *** [all] Error 2 | make[1]: Leaving directory `/mnt/devel/oe/build-dev/tmp/work/armv5te-angstrom-linux-gnueabi/djvulibre-3.5.19-r0/djvulibre-3.5.19/gui' | make: *** [all] Error 2 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 20 16:51:37 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 20 Sep 2007 09:51:37 -0700 (PDT) Subject: [oe-issues] [Bug 3045] New: evince 0.9.2 does not build Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3045 Summary: evince 0.9.2 does not build Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: alain2210 at free.fr When building evince 0.9.2 | ev-poppler.cc: In function 'char* pdf_document_get_text(EvDocument*, int, EvRectangle*)': | ev-poppler.cc:698: error: cannot convert 'PopplerRectangle*' to 'PopplerSelectionStyle' for argument '2' to 'char* poppler_page_get_text(PopplerPage*, PopplerSelectionStyle, PopplerRectangle*)' | ev-poppler.cc: In function 'void pdf_selection_render_selection(EvSelection*, EvRenderContext*, cairo_surface_t**, EvRectangle*, EvRectangle*, GdkColor*, GdkColor*)': | ev-poppler.cc:1682: error: 'POPPLER_SELECTION_NORMAL' was not declared in this scope | ev-poppler.cc: In function 'GdkRegion* pdf_selection_get_selection_region(EvSelection*, EvRenderContext*, EvRectangle*)': | ev-poppler.cc:1722: error: cannot convert 'PopplerRectangle*' to 'PopplerSelectionStyle' for argument '3' to 'GdkRegion* poppler_page_get_selection_region(PopplerPage*, gdouble, PopplerSelectionStyle, PopplerRectangle*)' | ev-poppler.cc: In function 'GdkRegion* pdf_selection_get_selection_map(EvSelection*, EvRenderContext*)': | ev-poppler.cc:1742: error: cannot convert 'PopplerRectangle*' to 'PopplerSelectionStyle' for argument '3' to 'GdkRegion* poppler_page_get_selection_region(PopplerPage*, gdouble, PopplerSelectionStyle, PopplerRectangle*)' | ev-poppler.cc: In function 'EvFormField* ev_form_field_from_poppler_field(PopplerFormField*)': | ev-poppler.cc:1832: error: 'POPPLER_FORM_TEXT_PASSWORD' was not declared in this scope | make[3]: *** [ev-poppler.lo] Error 1 | make[3]: Leaving directory `/oe/build-dev/tmp/work/armv5te-angstrom-linux-gnueabi/evince-0.9.2-r2/evince-0.9.2/backend/pdf' -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 20 20:57:23 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 20 Sep 2007 13:57:23 -0700 (PDT) Subject: [oe-issues] [Bug 3046] New: nokia800/pointercal isn't calibrated Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3046 Summary: nokia800/pointercal isn't calibrated Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: rodrigo.vivi at gmail.com The default pointercal file for n800 isn't working. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 20 21:35:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 20 Sep 2007 14:35:27 -0700 (PDT) Subject: [oe-issues] [Bug 3047] New: u-boot 1.1.5 at91sam9260 with eabi patches Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3047 Summary: u-boot 1.1.5 at91sam9260 with eabi patches Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: roger at bufferoverflow.ch Created an attachment (id=3044) --> (http://bugs.openembedded.org/attachment.cgi?id=3044) at91sam9260 u-boot-1.1.5 patches and u-boot_1.1.5.bb hello! here is the u-boot 1.1.5 for atmel's at91sam9260-ek board. the attached file includes the following stuff: u-boot_1.1.5.bb with make 3.81 patch and at91sam9260 specific SRC_URI's atmel's official u-boot patch "u-boot-1.1.5_atmel_1.4.diff" => sorry, but i was unable to use the upstream version (http://www.at91.com/repFichier/Project-218/u-boot-1.1.5_atmel_1.4.diff.bz2) there were some problems with ?(kind of a charset issue) with the upstream version. eabi patches(inspired by mickey's patch used on openmoko) - fix-arm926ejs-eabi.patch - u-boot-fix-eabi-HACK.patch this u-boot version should be able to run on other at91sam926x based platfoms. greetings roger -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 21 05:19:36 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 20 Sep 2007 22:19:36 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross 2.18 fails to build on x86_64 In-Reply-To: Message-ID: <20070921051936.7DBFF4258A1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 Shawn Rutledge changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |shawn.t.rutledge at gmail.com --- Comment #13 from Shawn Rutledge 2007-09-20 22:19:35 --- Cesar's patch works for me too. Would somebody please apply it to the repository, assuming it doesn't break anything on other systems? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 21 08:25:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 21 Sep 2007 01:25:53 -0700 (PDT) Subject: [oe-issues] [Bug 3043] add supervisor mode In-Reply-To: Message-ID: <20070921082553.6519442589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3043 lynnlin changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lynn.lin at avocent.com --- Comment #1 from lynnlin 2007-09-21 01:25:53 --- (In reply to comment #0) > for example in sudo package > i write a function : > do_install_append() { > chmod 4755 ${D}/usr/bin/sudo > } > > when the image is running ,the sudo binary don't have supervisor mode > > but when i write it in pkg_postinist,it can work > > why it doesn't work in the first situation? > more detail after do_install image/usr/bin/sudo have supervisor mode,but after do_package install/usr/bin/sudo supervisor mode disappeared in package.bbclass,i find bb.movefile function to complete the task,but bb.movefile moves a file from src to dest,preserving all permisions and attributes so is there a bug in package.bbclass -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 21 09:21:26 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 21 Sep 2007 02:21:26 -0700 (PDT) Subject: [oe-issues] [Bug 3048] New: at91sam9260ek/at91sam9261ek include nonexisting file, minor enhancements Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3048 Summary: at91sam9260ek/at91sam9261ek include nonexisting file, minor enhancements Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: roger at bufferoverflow.ch - at91sam9260ek and at91sam9261ek include the file tune-arm926ejs.conf instead of tune-arm926ejs.inc - KERNEL_IMAGETYPE is added on both configs - PREFERRED_PROVIDER_xserver removed on at91sam9260ek.conf (there is no lcd available!) # # old_revision [293b1adde298e0d5190e93d85c33b6ad4c0b8ecd] # # patch "conf/machine/at91sam9260ek.conf" # from [b2ddde0c3e0cef0cf1b8e532844b6ef3fe88dc8d] # to [41a17ddb044f4e6b347cef2abda464dae978035b] # # patch "conf/machine/at91sam9261ek.conf" # from [204547873976da00125a4cbc9c924be5401f0a02] # to [85d62e45537f51f0f3a1115ce8086ef951889adc] # ============================================================ --- conf/machine/at91sam9260ek.conf b2ddde0c3e0cef0cf1b8e532844b6ef3fe88dc8d +++ conf/machine/at91sam9260ek.conf 41a17ddb044f4e6b347cef2abda464dae978035b @@ -6,8 +6,8 @@ PREFERRED_PROVIDER_virtual/kernel = "lin PACKAGE_EXTRA_ARCHS = "armv4t armv5te" PREFERRED_PROVIDER_virtual/kernel = "linux" -PREFERRED_PROVIDER_xserver = "xserver-kdrive" + #don't try to access tty1 USE_VT = "0" @@ -15,6 +15,9 @@ SERIAL_CONSOLE = "115200 ttyS0" # used by sysvinit_2 SERIAL_CONSOLE = "115200 ttyS0" + EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" +require conf/machine/include/tune-arm926ejs.inc + +KERNEL_IMAGETYPE = "uImage" -require conf/machine/include/tune-arm926ejs.conf ============================================================ --- conf/machine/at91sam9261ek.conf 204547873976da00125a4cbc9c924be5401f0a02 +++ conf/machine/at91sam9261ek.conf 85d62e45537f51f0f3a1115ce8086ef951889adc @@ -17,4 +17,6 @@ EXTRA_IMAGECMD_jffs2 = "--pad --little-e SERIAL_CONSOLE = "115200 ttyS0" EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" +require conf/machine/include/tune-arm926ejs.inc + +KERNEL_IMAGETYPE = "uImage" -require conf/machine/include/tune-arm926ejs.conf -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 21 09:29:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 21 Sep 2007 02:29:29 -0700 (PDT) Subject: [oe-issues] [Bug 3043] add supervisor mode In-Reply-To: Message-ID: <20070921092929.47F9742589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3043 --- Comment #2 from Koen Kooi 2007-09-21 02:29:29 --- fakeroot do_install_append() { chmod 4755 ${D}/usr/bin/sudo } -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 21 09:42:24 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 21 Sep 2007 02:42:24 -0700 (PDT) Subject: [oe-issues] [Bug 3049] New: bitbake-1.2.1.bb parallel make fails Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3049 Summary: bitbake-1.2.1.bb parallel make fails Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: oe at iss.tu-darmstadt.de if i am building bitbake with the following options in local.conf: PARALLEL_MAKE="-j4" BB_NUMBER_THREADS = "2" The packages fails with the error message: Packaged contents of busybox-udhcpd into /oe/slug/build/angstrom/deploy/glibc/ipk/armv5teb/busybox-udhcpd_1.2.1-r13_armv5teb.ipk Packaged contents of busybox-dbg into /oe/slug/build/angstrom/deploy/glibc/ipk/armv5teb/busybox-dbg_1.2.1-r13_armv5teb.ipk *** Error: CONTROL/conffiles mentions conffile /etc/syslog.conf which does not exist ipkg-build: Please fix the above errors and try again. NOTE: Task failed: ipkg-build execution failed NOTE: package busybox-1.2.1-r13: task do_package_write_ipk: failed ERROR: TaskFailed event exception, aborting NOTE: package busybox-1.2.1: failed ERROR: Build of /oe/org.openembedded.dev/packages/busybox/busybox_1.2.1.bb do_package_write_ipk failed ERROR: Task 9 (/oe/org.openembedded.dev/packages/busybox/busybox_1.2.1.bb, do_package_write_ipk) failed NOTE: Tasks Summary: Attempted 233 tasks of which 233 didn't need to be rerun and 1 failed. ERROR: '/oe/org.openembedded.dev/packages/busybox/busybox_1.2.1.bb' failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 21 19:53:01 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 21 Sep 2007 12:53:01 -0700 (PDT) Subject: [oe-issues] [Bug 2617] spitz/akita sound mixer misconfiguration In-Reply-To: Message-ID: <20070921195301.400A242589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2617 Stanislav Brabec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #18 from Stanislav Brabec 2007-09-21 12:53:00 --- Reopening. I still don't see any fix in the OE mtn nor zaurusd SVN repository. And more, I still see mistakes in the configuration: Mistakes introduced in org.openembedded.dev/packages/zaurusd/files/alsa-cxx00-default.state.patch: ALC Capture Function: It is not wise to turn ALC off by default. Right Speaker Playback Invert Switch: Should be On, speaker is wired between LOUTPUT2 and LOUTPUT2. Mic Boost: Original value is better for cheap electret microphones, which will be used by most people. Right ADC Mux, Left ADC Mux: Original value Mono (Left) is correct. Zaurus has only a mono input. Left Line Mux, Left PGA Mux, Right PGA Mux: Zaurus mono input IS differential. Needs some experiments, which configuration provides best attentuation of loop in headset mode and correct signal phase. Right Mixer Left Playback Switch: Correct is false. Value true sends mono signal to right speaker. Summary: Original SVN configuration uses old ALSA names, but correct values. New configuration uses new ALSA names, but introduces misconfiguration. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 21 19:56:02 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 21 Sep 2007 12:56:02 -0700 (PDT) Subject: [oe-issues] [Bug 2618] Clean spitz.c ALSA driver In-Reply-To: Message-ID: <20070921195602.8306E42589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2618 --- Comment #5 from Stanislav Brabec 2007-09-21 12:56:02 --- FYI. RINPUT1 is wired to ground very near to the connector. So the default could be really considered as a differential L-R. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 03:01:28 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 21 Sep 2007 20:01:28 -0700 (PDT) Subject: [oe-issues] [Bug 2992] efl1/emotion fails to build because of edje_cc-native segfault In-Reply-To: Message-ID: <20070922030128.3FF7242589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2992 --- Comment #6 from Cesar Eduardo Barros 2007-09-21 20:01:27 --- The crash seems to be within libpng-native_1.2.19, in png_read_filter_row_mmx_sub, case 4, in the "movq -8(%1," PDX ",), %%mm1" line. The registers at that point show a suspicious value for %rdi (a very small integer value, instead of the expected pointer value). The value for %rdi comes from %rbp, which is clobbered in the asm block at the top of the function. Apparently, gcc is ignoring the clobber of %ebp. The simplest fix is to upgrade to libpng 1.2.20 (no changes needed to both recipes, only renaming them to change ${PV}), in which upstream completely removed the offending assembly code. This is enough to make emotion compile without any errors. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 04:55:10 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 21 Sep 2007 21:55:10 -0700 (PDT) Subject: [oe-issues] [Bug 3050] New: Error building mtpaint with dash as /bin/sh Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3050 Summary: Error building mtpaint with dash as /bin/sh Product: Openembedded Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: cesarb at cesarb.net Created an attachment (id=3046) --> (http://bugs.openembedded.org/attachment.cgi?id=3046) >From old revision of http://svn.nslu2-linux.org/svnroot/mokomakefile/trunk/patches/openembedded-e2dbb52fe39df7ef786b6068f6178f29508dfded/dash-support-for-building-mtpaint.patch NOTE: package mtpaint-3.02-r0: task do_configure: started ERROR: function do_configure failed ERROR: log data follows (/scratch/build/cesarb/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/mtpaint-3.02-r0/temp/log.do_configure.20379) | | [: 49: ==: unexpected operator | ./configure: 49: function: not found | ./configure: 49: Syntax error: Bad fd number NOTE: Task failed: /scratch/build/cesarb/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/mtpaint-3.02-r0/temp/log.do_configure.20379 NOTE: package mtpaint-3.02-r0: task do_configure: failed ERROR: TaskFailed event exception, aborting NOTE: package mtpaint-3.02: failed The attached patch fixes the issue by forcing configure to use bash instead of dash. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 07:31:40 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 00:31:40 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross 2.18 fails to build on x86_64 In-Reply-To: Message-ID: <20070922073140.21A1E4258A1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #14 from Koen Kooi 2007-09-22 00:31:39 --- Thanks for the patch, but please use 'mtn diff' in the future -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 08:37:57 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 01:37:57 -0700 (PDT) Subject: [oe-issues] [Bug 2813] libsdl-net fails sanity checks in configure In-Reply-To: Message-ID: <20070922083757.C0ED042589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2813 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-22 01:37:57 --- I applied http://www.ploetzli.ch/forumtst/fix-libsdl-net.patch -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 08:43:28 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 01:43:28 -0700 (PDT) Subject: [oe-issues] [Bug 2923] libsdl_net doesnt compile - looking for host includes In-Reply-To: Message-ID: <20070922084328.E808842589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2923 Rod Whitby changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #1 from Rod Whitby 2007-09-22 01:43:28 --- *** This bug has been marked as a duplicate of bug 2813 *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 08:43:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 01:43:29 -0700 (PDT) Subject: [oe-issues] [Bug 2813] libsdl-net fails sanity checks in configure In-Reply-To: Message-ID: <20070922084329.1AB9D4258A1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2813 Rod Whitby changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marek.vasut at gmail.com --- Comment #2 from Rod Whitby 2007-09-22 01:43:28 --- *** Bug 2923 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 09:32:24 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 02:32:24 -0700 (PDT) Subject: [oe-issues] [Bug 3051] New: glibc-intermediate-2.5-r7-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3051 Summary: glibc-intermediate-2.5-r7-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070922090055 for machine dht-walnut -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 13:33:59 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 06:33:59 -0700 (PDT) Subject: [oe-issues] [Bug 3052] New: glibc-intermediate-2.6.1-r1-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3052 Summary: glibc-intermediate-2.6.1-r1-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070922133250 for machine dht-walnut -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 13:52:15 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 06:52:15 -0700 (PDT) Subject: [oe-issues] [Bug 2992] efl1/emotion fails to build because of edje_cc-native segfault In-Reply-To: Message-ID: <20070922135215.704FC42589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2992 Michael 'Mickey' Lauer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #7 from Michael 'Mickey' Lauer 2007-09-22 06:52:15 --- Awesome. Thanks for this analysis, Cesar! -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 16:01:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 09:01:27 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross 2.18 fails to build on x86_64 In-Reply-To: Message-ID: <20070922160127.B051B42589F@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #15 from Philip 2007-09-22 09:01:27 --- It looks like koen has commited the fix and I have reverted a hack and updated. I just ran a succesful build. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 16:03:14 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 09:03:14 -0700 (PDT) Subject: [oe-issues] [Bug 2842] Linux 2.6.21 support for gumstix boards In-Reply-To: Message-ID: <20070922160314.D2D6E42589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2842 Philip changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Philip 2007-09-22 09:03:14 --- We have added gumstix support via the linux.inc file. If there are missing patches, please file another bug report. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 16:04:28 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 09:04:28 -0700 (PDT) Subject: [oe-issues] [Bug 2926] Clean build of Angstrom for Gumstix-Verdex Fails In-Reply-To: Message-ID: <20070922160428.0B71442589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2926 Philip changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from Philip 2007-09-22 09:04:27 --- Builds are succeeding again. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 16:15:14 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 09:15:14 -0700 (PDT) Subject: [oe-issues] [Bug 2889] Remove kernel image from rootfs for gumstix In-Reply-To: Message-ID: <20070922161514.9931542589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2889 --- Comment #2 from Philip 2007-09-22 09:15:14 --- My understanding is that the proper fix is this line in the machine.conf file: RDEPENDS_kernel-base = "" But I still have the kernel file in /boot, so I am leaving the bug open until I really fix the problem. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 16:21:26 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 09:21:26 -0700 (PDT) Subject: [oe-issues] [Bug 2525] Magick-config --prefix incorrect In-Reply-To: Message-ID: <20070922162126.9EAFA42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2525 Graeme Gregory changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #1 from Graeme Gregory 2007-09-22 09:21:26 --- fixed in rev 870a9f1c1fbda1d915e29fae9c1613f0ad5ce908 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 16:22:32 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 09:22:32 -0700 (PDT) Subject: [oe-issues] [Bug 1379] imagemagick tries to link with libraries from host /usr In-Reply-To: Message-ID: <20070922162232.D278842589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=1379 Graeme Gregory changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Graeme Gregory 2007-09-22 09:22:32 --- fixed in rev 870a9f1c1fbda1d915e29fae9c1613f0ad5ce908 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 16:39:39 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 09:39:39 -0700 (PDT) Subject: [oe-issues] [Bug 2992] efl1/emotion fails to build because of edje_cc-native segfault In-Reply-To: Message-ID: <20070922163939.7F69F42589F@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2992 --- Comment #8 from Graeme Gregory 2007-09-22 09:39:39 --- This fixes it for me. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 18:03:18 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 11:03:18 -0700 (PDT) Subject: [oe-issues] [Bug 3053] New: ruby-1.8.5 fails to build with dash as /bin/sh Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3053 Summary: ruby-1.8.5 fails to build with dash as /bin/sh Product: Openembedded Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: cesarb at cesarb.net Created an attachment (id=3051) --> (http://bugs.openembedded.org/attachment.cgi?id=3051) Avoids a dash issue by using /bin/echo instead of the echo builtin in the creation of fake.rb in Makefile.in NOTE: package ruby-1.8.5-r1: task do_compile: started ERROR: function do_compile failed ERROR: log data follows (/scratch/build/cesarb/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/ruby-1.8.5-r1/temp/log.do_compile.7993) | NOTE: make | make[1]: Entering directory `/scratch/build/cesarb/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/ruby-1.8.5-r1/ruby-1.8.5' | ruby: /scratch/build/cesarb/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/ruby-1.8.5-r1/ruby-1.8.5/fake.rb:12: unterminated string meets end of file (SyntaxError) | /scratch/build/cesarb/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/ruby-1.8.5-r1/ruby-1.8.5/fake.rb:12: parse error, unexpected $, expecting kENDmake[1]: *** [.rbconfig.time] Error 1 | make[1]: Leaving directory `/scratch/build/cesarb/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/ruby-1.8.5-r1/ruby-1.8.5' | FATAL: oe_runmake failed NOTE: Task failed: /scratch/build/cesarb/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/ruby-1.8.5-r1/temp/log.do_compile.7993 NOTE: package ruby-1.8.5-r1: task do_compile: failed The error seems to be caused by a difference between bash's echo builtin and dash's echo builtin (dash's interprets the \\, resulting in a single \ in the output). A fix is to use /bin/echo instead of the builtin echo. The attached patch is enough to fix the issue. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 08:05:23 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 01:05:23 -0700 (PDT) Subject: [oe-issues] [Bug 3054] New: hal-info-20070923+git-r1-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3054 Summary: hal-info-20070923+git-r1-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070923071830 for machine h2200 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 08:51:06 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 01:51:06 -0700 (PDT) Subject: [oe-issues] [Bug 3055] New: hal-0.5.10-r0-do_fetch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3055 Summary: hal-0.5.10-r0-do_fetch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070923085321 for machine h2200 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 08:55:16 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 01:55:16 -0700 (PDT) Subject: [oe-issues] [Bug 3056] New: hal-info-20070618-r0-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3056 Summary: hal-info-20070618-r0-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070923085728 for machine h2200 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 08:58:11 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 01:58:11 -0700 (PDT) Subject: [oe-issues] [Bug 3054] hal-info-20070923+git-r1-do_configure In-Reply-To: Message-ID: <20070923085811.D58A042589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3054 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Koen Kooi 2007-09-23 01:58:11 --- fixed by adding a snapshot that doesn't require an unreleased hal -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 08:58:42 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 01:58:42 -0700 (PDT) Subject: [oe-issues] [Bug 3055] hal-0.5.10-r0-do_fetch In-Reply-To: Message-ID: <20070923085842.E666B42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3055 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Koen Kooi 2007-09-23 01:58:42 --- 0.5.10 isn't released yet -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 08:58:57 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 01:58:57 -0700 (PDT) Subject: [oe-issues] [Bug 3056] hal-info-20070618-r0-do_configure In-Reply-To: Message-ID: <20070923085857.706D142589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3056 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Koen Kooi 2007-09-23 01:58:57 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 09:04:38 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 02:04:38 -0700 (PDT) Subject: [oe-issues] [Bug 3057] New: claws-plugin-maildir-0.24.4-r0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3057 Summary: claws-plugin-maildir-0.24.4-r0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070923090003 for machine h2200 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 11:38:21 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 04:38:21 -0700 (PDT) Subject: [oe-issues] [Bug 3058] New: claws-plugin-mailmbox-1.13-r1-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3058 Summary: claws-plugin-mailmbox-1.13-r1-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070923113831 for machine h2200 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 18:19:52 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 11:19:52 -0700 (PDT) Subject: [oe-issues] [Bug 3059] New: ezx-boot-usb-native-0.1.0+r2060-r1-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3059 Summary: ezx-boot-usb-native-0.1.0+r2060-r1-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070923182208 for machine rokre6 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 18:52:25 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 11:52:25 -0700 (PDT) Subject: [oe-issues] [Bug 3059] ezx-boot-usb-native-0.1.0+r2060-r1-do_compile In-Reply-To: Message-ID: <20070923185225.11F7842589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3059 --- Comment #6 from Koen Kooi 2007-09-23 11:52:24 --- fixed in rdafc45b783c7c1867efc20a0f0f316abc5553d5a -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 20:01:19 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 13:01:19 -0700 (PDT) Subject: [oe-issues] [Bug 3060] New: starling 0.2-r0 segfaults (gstreamer-critical errors) Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3060 Summary: starling 0.2-r0 segfaults (gstreamer-critical errors) Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: clement.hermann at free.fr Hi, starling 0.2-r0 (builded from openembedded) segfaults on my spitz : (starling:5047): GStreamer-CRITICAL **: gst_element_get_bus: assertion `GST_IS_ELEMENT (element)' failed (starling:5047): GStreamer-CRITICAL **: gst_bus_add_watch_full: assertion `GST_IS_BUS (bus)' failed (starling:5047): GStreamer-CRITICAL **: gst_object_unref: assertion `object != NULL' failed segmentation fault maybe it needs a more recent gstreamer ? Cheers, -- Cl?ment Hermann (nodens) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 21:08:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 14:08:20 -0700 (PDT) Subject: [oe-issues] [Bug 3061] New: usb-gadget is broken ( at least in card reader and file-backed mode) Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3061 Summary: usb-gadget is broken (at least in card reader and file- backed mode) Product: Zaurus Kernel Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: C3xxx AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: clement.hermann at free.fr Blocks: 2156 Hi, USB gadget mode does not seems to work on spitz (2.6.22-rp kernel). Here is the kernel log when g_file_storage is loaded and a usb cable connected to a host : Sep 23 22:54:56 asphaloth user.info kernel: g_file_storage gadget: full speed config #1 Sep 23 22:54:56 asphaloth user.err kernel: pxa2xx-udc pxa2xx-udc: DMA Bus Error Sep 23 22:54:56 asphaloth user.err kernel: pxa2xx-udc pxa2xx-udc: DMA Bus Error Sep 23 22:54:56 asphaloth user.info kernel: udc: USB reset Sep 23 22:54:56 asphaloth user.info kernel: udc: USB reset Sep 23 22:54:56 asphaloth user.info kernel: pxa2xx-udc pxa2xx-udc: handle_ep0: Busy Sep 23 22:54:56 asphaloth user.info kernel: g_file_storage gadget: full speed config #1 Sep 23 22:54:56 asphaloth user.err kernel: pxa2xx-udc pxa2xx-udc: DMA Bus Error Sep 23 22:54:56 asphaloth user.err kernel: pxa2xx-udc pxa2xx-udc: DMA Bus Error ... and so on. Cheers, -- Cl?ment Hermann (nodens) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 02:02:50 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 19:02:50 -0700 (PDT) Subject: [oe-issues] [Bug 1156] ScummVM does not show menu when menu key is pressed In-Reply-To: Message-ID: <20070924020250.1630F42589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=1156 Cl?ment Hermann changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |clement.hermann at free.fr Version|OpenZaurus 3.5.4.x |Angstrom --- Comment #2 from Cl?ment Hermann 2007-09-23 19:02:49 --- Not fixed in angstrom. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 02:40:54 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 19:40:54 -0700 (PDT) Subject: [oe-issues] [Bug 3062] New: Abiword 2.5.x: Dialogs don't work - with patch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3062 Summary: Abiword 2.5.x: Dialogs don't work - with patch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: cwixon at usa.net Created an attachment (id=3063) --> (http://bugs.openembedded.org/attachment.cgi?id=3063) patch for abiword-2.5.inc The recipe for Abiword 2.5.x tries to pull .glade files (and a few other things) from an incorrect directory name, so when run, dialog boxes cause an error. Easy fix, fortunately. Patchfile for abiword-2.5.inc is attached, as is an updated (patched) version of that file in its entirety. (Fix confirmed on Abiword 2.5.2, built for openmoko) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 05:59:15 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 22:59:15 -0700 (PDT) Subject: [oe-issues] [Bug 3062] Abiword 2.5.x: Dialogs don't work - with patch In-Reply-To: Message-ID: <20070924055915.35DAA42589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3062 --- Comment #2 from Koen Kooi 2007-09-23 22:59:14 --- applied, thanks -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 05:59:26 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 22:59:26 -0700 (PDT) Subject: [oe-issues] [Bug 3062] Abiword 2.5.x: Dialogs don't work - with patch In-Reply-To: Message-ID: <20070924055926.E4ECF42589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3062 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Koen Kooi 2007-09-23 22:59:26 --- and fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 07:08:25 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 24 Sep 2007 00:08:25 -0700 (PDT) Subject: [oe-issues] [Bug 3063] New: cups-1.2.12-r0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3063 Summary: cups-1.2.12-r0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070924065919 for machine ep93xx -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 07:10:00 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 24 Sep 2007 00:10:00 -0700 (PDT) Subject: [oe-issues] [Bug 3046] nokia800/pointercal isn't calibrated In-Reply-To: Message-ID: <20070924071000.E43FE42589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3046 --- Comment #2 from Koen Kooi 2007-09-24 00:10:00 --- I removed the pointercal in OE so users have to perform calibration on first boot. After we verify that one pointercal works for more than one device we can add it back. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 08:19:17 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 24 Sep 2007 01:19:17 -0700 (PDT) Subject: [oe-issues] [Bug 3064] New: pango-1.16.4-r0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3064 Summary: pango-1.16.4-r0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070924082001 for machine h6300 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 08:43:55 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 24 Sep 2007 01:43:55 -0700 (PDT) Subject: [oe-issues] [Bug 3064] pango-1.16.4-r0-do_compile In-Reply-To: Message-ID: <20070924084355.C2A3F42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3064 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Koen Kooi 2007-09-24 01:43:55 --- *** This bug has been marked as a duplicate of bug 3063 *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 08:43:55 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 24 Sep 2007 01:43:55 -0700 (PDT) Subject: [oe-issues] [Bug 3063] cups-1.2.12-r0-do_compile In-Reply-To: Message-ID: <20070924084355.E1DC542589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3063 --- Comment #7 from Koen Kooi 2007-09-24 01:43:55 --- *** Bug 3064 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 09:58:21 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 24 Sep 2007 02:58:21 -0700 (PDT) Subject: [oe-issues] [Bug 1156] ScummVM does not show menu when menu key is pressed In-Reply-To: Message-ID: <20070924095821.D5D9442589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=1156 --- Comment #3 from yotamgil at gmail.com 2007-09-24 02:58:21 --- I found a way to bypass the menu problem in some versions of ScummVM: The menu is originally bind to the F5 key - which does not exists on the zaurus. But 5 can be mapped to simulate F5. Edit /etc/keymap-2.6.map, and add under, keycode 6 = five The following line, altgr keycode 6 = F5 I found this to work in some versions of ScummVM under OpenZaurus 3.5.4.1 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 13:19:58 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 24 Sep 2007 06:19:58 -0700 (PDT) Subject: [oe-issues] [Bug 2993] eglibc: export-fcntl2.patch no longer needed since svn rev 3468 In-Reply-To: Message-ID: <20070924131958.49E8B42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2993 --- Comment #2 from Leon Woestenberg 2007-09-24 06:19:57 --- Although we could try to use the "maxrev=" approach for this patch, I do not expect people to build pre-3468 revisions. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 23:14:12 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 24 Sep 2007 16:14:12 -0700 (PDT) Subject: [oe-issues] [Bug 3065] New: busybox 1.2.1's e2fsck cannot check ro-mounted fs Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3065 Summary: busybox 1.2.1's e2fsck cannot check ro-mounted fs Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P1 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: pmiscml at gmail.com Regardless a filesystem being mounted rw or ro, e2fsck outputs: root at hx4700:~$ fsck.ext2 -a /dev/mmcblk0p1 /dev/mmcblk0p1 is mounted. WARNING!!! Running e2fsck on a mounted filesystem may cause SEVERE filesystem damage. Do you really want to continue (y/n)? And waits interactive input from user. This prompt cannot be overriden. The only way to do something about it is to redirect stdin from /dev/null, in which case it will just abort: root at hx4700:~$ fsck.ext2 -a /dev/mmcblk0p1 Message-ID: <20070925003854.F3339401C89@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3046 --- Comment #3 from Rodrigo Vivi - vivijim 2007-09-24 17:38:54 --- I promisse you that I will test in a lot of n800, but at least for 3 devices this pointercal file that I submit has been worked. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 25 14:29:28 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 25 Sep 2007 07:29:28 -0700 (PDT) Subject: [oe-issues] [Bug 3067] New: dcopidl2cpp and dcopidl have wrong SRC_URI Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3067 Summary: dcopidl2cpp and dcopidl have wrong SRC_URI Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: jbs at bandos.homelinux.com dcopidl2cpp and dcopidl won't fetch: NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance. NOTE: Handling BitBake files: - (4717/4717) [100 %] NOTE: Parsing finished. 4498 cached, 0 parsed, 219 skipped, 0 masked. NOTE: build 200709251521: started OE Build Configuration: BB_VERSION = "1.8.9" OE_REVISION = "fb65084e7b2133f759923afd2fa407818c5a32d5" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "akita" DISTRO = "angstrom" DISTRO_VERSION = "2007.9-test-20070925" TARGET_FPU = "soft" NOTE: Resolving missing task queue dependencies NOTE: preferred version 2.5 of glibc not available (for item virtual/arm-angstrom-linux-gnueabi-libc-for-gcc) NOTE: Preparing runqueue ERROR: Multiple files due to be built which all provide virtual/libsdl (/home/jbs/oe/org.openembedded.dev/packages/libsdl/libsdl-x11_1.2.9.bb /home/jbs/oe/org.openembedded.dev/packages/libsdl/libsdl-qpe_1.2.9.bb) NOTE: Executing runqueue NOTE: Running task 1175 of 1668 (ID: 850, /home/jbs/oe/org.openembedded.dev/packages/dcop/dcopidl-native_3.5.4.bb, do_fetch) NOTE: Running task 1176 of 1668 (ID: 822, /home/jbs/oe/org.openembedded.dev/packages/dcop/dcopidl2cpp-native_3.5.4.bb, do_fetch) NOTE: package dcopidl-native-3.5.4: started NOTE: package dcopidl-native-3.5.4-r0: task do_fetch: started NOTE: package dcopidl2cpp-native-3.5.4: started NOTE: package dcopidl2cpp-native-3.5.4-r0: task do_fetch: started NOTE: fetch http://www.angstrom-distribution.org/unstable/sources/dcopidl2cpp_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz NOTE: fetch http://www.angstrom-distribution.org/unstable/sources/dcopidl_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz --15:22:20-- http://www.angstrom-distribution.org/unstable/sources/dcopidl2cpp_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz => `/home/jbs/oe/downloads/dcopidl2cpp_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz' --15:22:20-- http://www.angstrom-distribution.org/unstable/sources/dcopidl_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz => `/home/jbs/oe/downloads/dcopidl_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz' A resolver www.angstrom-distribution.org... A resolver www.angstrom-distribution.org... 85.214.40.226 A conectar www.angstrom-distribution.org|85.214.40.226|:80... 85.214.40.226 A conectar www.angstrom-distribution.org|85.214.40.226|:80... conectado. Pedido HTTP enviado, a aguardar resposta... conectado. Pedido HTTP enviado, a aguardar resposta... 404 Not Found 404 Not Found 15:22:23 ERRO 404: Not Found. NOTE: fetch http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org/official/unstable/3.5.4/sources/dcopidl_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz --15:22:23-- http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org/official/unstable/3.5.4/sources/dcopidl_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz => `/home/jbs/oe/downloads/dcopidl_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz' A resolver ewi546.ewi.utwente.nl... 15:22:23 ERRO 404: Not Found. NOTE: fetch http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org/official/unstable/3.5.4/sources/dcopidl2cpp_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz --15:22:23-- http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org/official/unstable/3.5.4/sources/dcopidl2cpp_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz => `/home/jbs/oe/downloads/dcopidl2cpp_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz' A resolver ewi546.ewi.utwente.nl... 130.89.145.130 A conectar ewi546.ewi.utwente.nl|130.89.145.130|:80... conectado. 130.89.145.130 A conectar ewi546.ewi.utwente.nl|130.89.145.130|:80... Pedido HTTP enviado, a aguardar resposta... conectado. Pedido HTTP enviado, a aguardar resposta... 404 Not Found 15:22:25 ERRO 404: Not Found. NOTE: Update svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kdelibs/dcop/;module=dcopidl 404 Not Found 15:22:25 ERRO 404: Not Found. NOTE: Update svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kdelibs/dcop/;module=dcopidl2cpp svn: Target path does not exist svn: Target path does not exist NOTE: Task failed: Fetch failed: Fetch command export PATH=/home/jbs/oe/akita/tmp/staging/i686-linux/bin:/home/jbs/oe/akita/tmp/staging/i686-linux/bin:/home/jbs/oe/akita/tmp/cross/bin:/home/jbs/oe/bitbake/bin:/home/jbs/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games; /usr/bin/env svn update -r 1 failed with signal 1, output: NOTE: package dcopidl-native-3.5.4-r0: task do_fetch: failed ERROR: TaskFailed event exception, aborting NOTE: package dcopidl-native-3.5.4: failed ERROR: Build of /home/jbs/oe/org.openembedded.dev/packages/dcop/dcopidl-native_3.5.4.bb do_fetch failed NOTE: Task failed: Fetch failed: Fetch command export PATH=/home/jbs/oe/akita/tmp/staging/i686-linux/bin:/home/jbs/oe/akita/tmp/staging/i686-linux/bin:/home/jbs/oe/akita/tmp/cross/bin:/home/jbs/oe/bitbake/bin:/home/jbs/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games; /usr/bin/env svn update -r 1 failed with signal 1, output: NOTE: package dcopidl2cpp-native-3.5.4-r0: task do_fetch: failed ERROR: TaskFailed event exception, aborting NOTE: package dcopidl2cpp-native-3.5.4: failed ERROR: Build of /home/jbs/oe/org.openembedded.dev/packages/dcop/dcopidl2cpp-native_3.5.4.bb do_fetch failed ERROR: Task 850 (/home/jbs/oe/org.openembedded.dev/packages/dcop/dcopidl-native_3.5.4.bb, do_fetch) failed NOTE: Waiting for 1 active tasks to finish NOTE: 1: /home/jbs/oe/org.openembedded.dev/packages/dcop/dcopidl2cpp-native_3.5.4.bb, do_fetch (14376) ERROR: Task 822 (/home/jbs/oe/org.openembedded.dev/packages/dcop/dcopidl2cpp-native_3.5.4.bb, do_fetch) failed NOTE: Tasks Summary: Attempted 1174 tasks of which 1174 didn't need to be rerun and 2 failed. ERROR: '/home/jbs/oe/org.openembedded.dev/packages/dcop/dcopidl-native_3.5.4.bb' failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 26 02:28:05 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 25 Sep 2007 19:28:05 -0700 (PDT) Subject: [oe-issues] [Bug 3033] gutenprint doesn't build In-Reply-To: Message-ID: <20070926022805.6BEBA401C89@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3033 Dave Purdy changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|PowerPC |All --- Comment #1 from Dave Purdy 2007-09-25 19:28:04 --- OK, I have made some alterations to the gutenprint_5.0.0.bb file. I now have gutenprint.inc, gutenprint-native_5.1.3.bb and gutenprint_5.1.3.bb. The native package builds and creates the ppd files w/ genppd, and I have these sent to the staging dir so they can later be copied into the install dir just prior to packaging the gutenprint ipkg. The compile for gutenprint_5.1.3.bb still doesn't complete, since it still hangs once the compiler moves to the ghost dir to create all the ijsgutenprint stuff... it still dies as it complains of CROSS COMPILER Badness... any help would be appreciated, as I have taken it as far as I can... Where would one upload the metafiles for this so they can be accessible to others to try/fix/debug? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 26 12:57:28 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 26 Sep 2007 05:57:28 -0700 (PDT) Subject: [oe-issues] [Bug 3068] New: do_unpack fails the second time when source is a zip files Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3068 Summary: do_unpack fails the second time when source is a zip files Product: Openembedded Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: marc.pignat at hevs.ch When re-doing a do_unpack from a source .zip file, it fails because it doesn't overwirte. Others sources (tar.gz or tar.bz2) do not have the same problem, so I propose changing the unzip parameter from "-q" to -"qo", to allow overwriting of existing files patch included -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 26 13:15:34 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 26 Sep 2007 06:15:34 -0700 (PDT) Subject: [oe-issues] [Bug 3069] New: kdrive with support for screens of 800x480 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3069 Summary: kdrive with support for screens of 800x480 Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: joaquinduran at adtelecom.es Created an attachment (id=3088) --> (http://bugs.openembedded.org/attachment.cgi?id=3088) kdrive 1.2.0 patch I provide patches for kdrive 1.2 and kdrive 1.3.0.0 to support screens of size 800 x 480 (wvga). Joaquim Duran -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 26 21:18:38 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 26 Sep 2007 14:18:38 -0700 (PDT) Subject: [oe-issues] [Bug 3070] New: udev: sync mount option causes extreme slow flash memory writes Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3070 Summary: udev: sync mount option causes extreme slow flash memory writes Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Keywords: ARC Severity: major Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: utx at penguin.cz /etc/udev/scripts/mount.sh contains "sync" option to mount. Also default /etc/fstab seems to contain "sync" option. It causes extreme bad performance and raising R/W cycles for flash technology devices (CF, SD, MTD). Please don't use it. Technical description: sync write sends data to the medium as soon as possible. Writing one sector to a typical flash memory requires erasing and reflashing of 64kiB region. Sync writing of 64kiB with 512B sectors could requires 128 reflashings (depends on flash firmware). Example: Zaurus SL-C3200 is capable to transfer 2.2MB/s, card is capable to transfer even more. Actual write speed is 50kB/s. Proposed fix: Use "flush" (sync-on-close) instead of "sync" (always sync). Also using of "noatime" and "nodiratime" could increase performance. Related but about the same problem in SuSE Linux 10.0: https://bugzilla.novell.com/show_bug.cgi?id=105871 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 26 22:05:12 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 26 Sep 2007 15:05:12 -0700 (PDT) Subject: [oe-issues] [Bug 3070] udev: sync mount option causes extreme slow flash memory writes In-Reply-To: Message-ID: <20070926220512.C01EF401C83@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3070 --- Comment #1 from Graeme Gregory 2007-09-26 15:05:12 --- > Technical description: sync write sends data to the medium as soon as possible. > Writing one sector to a typical flash memory requires erasing and reflashing of > 64kiB region. Sync writing of 64kiB with 512B sectors could requires 128 > reflashings (depends on flash firmware). I truly hope this statement is not based on fact, because if it is then flash memory has gone backwards an enormous amount since I used to write flash filesystems back in 1997. Once a block is erased in flash it can be programmed in chunks without a further erase. Serial access to flash is in fact the most efficient method of doing things. Basically you just write stuff you dont want to effect with either the same data or all 1111/0000 depending on the flash technology and there is no effect in programming. If either linux flash drivers of device firmware doesn't do this then it is plain broken. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 26 22:20:25 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 26 Sep 2007 15:20:25 -0700 (PDT) Subject: [oe-issues] [Bug 3032] espgs doesn't build w/ ijs, cups & gimpprint/gutenberg enabled In-Reply-To: Message-ID: <20070926222025.D41EC401C89@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3032 --- Comment #2 from Dave Purdy 2007-09-26 15:20:25 --- Here is my fix for getting cups, gimpprint/gutenprint and ijs enabled. Please, test and post back as to whether or not this works on your machine - it builds OK for me. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 26 23:15:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 26 Sep 2007 16:15:53 -0700 (PDT) Subject: [oe-issues] [Bug 3070] udev: sync mount option causes extreme slow flash memory writes In-Reply-To: Message-ID: <20070926231554.08AFC401C83@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3070 Stanislav Brabec changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |utx at penguin.cz --- Comment #2 from Stanislav Brabec 2007-09-26 16:15:53 --- I did not verified this technical background, but guessing from number of reports for SuSE Linux 10.0, it is still an issue for many cards. I can confirm this for all my cards (both CF, SD). For example upper mentioned 50kB/s are reached with 4GB Pretec SD on Zaurus SL-C3200. It seems that flash drivers are forced to do strange things by "sync" keyword used for mount command. By removing "sync", write speed increases dramatically. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 27 09:35:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 02:35:27 -0700 (PDT) Subject: [oe-issues] [Bug 3071] New: Adding Opie Camera2 to OE Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3071 Summary: Adding Opie Camera2 to OE Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: enhancement Priority: P5 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: hp2 at volny.cz Please, add opie camera 2 to OE packages. The app was built without problems and works on my device. In attachment are all *.bb and inc files. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 27 09:50:08 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 02:50:08 -0700 (PDT) Subject: [oe-issues] [Bug 3070] udev: sync mount option causes extreme slow flash memory writes In-Reply-To: Message-ID: <20070927095008.5C1CC401C83@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3070 Stanislav Brabec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #3 from Stanislav Brabec 2007-09-27 02:50:08 --- Sorry. I was too fast in my assumptions, that "-o sync" is the source of the problem. It seems, that this problem was already addressed in kernel and it is not a problem any more. The real problem is slow writing on SD slot of Zaurus in general at about 300kB/sec and in particular write speed for Pretec SD 4GB HighSpeed 60x at about 50kB/sec, not depending on sync/async option. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 27 10:58:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 03:58:07 -0700 (PDT) Subject: [oe-issues] [Bug 3067] dcopidl2cpp and dcopidl have wrong SRC_URI In-Reply-To: Message-ID: <20070927105807.AB8A9401C8A@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3067 --- Comment #1 from Jose Bernardo B R Silva 2007-09-27 03:58:07 --- Adding 'SRCREV="717682"' (the current revision right now) to the .bb file fixed it. Adding it to sane-srcrev won'd work, as the bb file has a rev number. dcopidl-native has exactly the same problem. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 27 11:26:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 04:26:20 -0700 (PDT) Subject: [oe-issues] [Bug 3072] New: A Mastermind-style game *.bb file Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3072 Summary: A Mastermind-style game *.bb file Product: Openembedded Version: unspecified Platform: All URL: http://freshmeat.net/projects/c-nc/ OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: scvalex at gmail.com Created an attachment (id=3092) --> (http://bugs.openembedded.org/attachment.cgi?id=3092) *.bb file C-NC is a Mastermind (Enigma, Guess, etc.) style game. It implements two modes of play: one in which the player guesses the computer's code and one in which the computer guesses the player's code. The two modes alternate between rounds. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 27 14:29:08 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 07:29:08 -0700 (PDT) Subject: [oe-issues] [Bug 3073] New: libetpan fails to link with gnutls Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3073 Summary: libetpan fails to link with gnutls Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: jbs at bandos.homelinux.com gnutls is already built, and the libs are under staging, but libetpan can't fin d them: $ bitbake libetpan NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance. NOTE: Handling BitBake files: / (4716/4716) [100 %] NOTE: Parsing finished. 4497 cached, 0 parsed, 219 skipped, 0 masked. NOTE: build 200709271519: started OE Build Configuration: BB_VERSION = "1.8.9" OE_REVISION = "d7d3b38b67a8d342bd29e546556fc4cc0b2476f8" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "akita" DISTRO = "angstrom" DISTRO_VERSION = "2007.9-test-20070927" TARGET_FPU = "soft" NOTE: Resolving missing task queue dependencies NOTE: preferred version 2.5 of glibc not available (for item virtual/arm-angstrom-linux-gnueabi-libc-for-gcc) NOTE: Preparing runqueue NOTE: Executing runqueue NOTE: Running task 421 of 435 (ID: 10, /home/jbs/oe/org.openembedded.dev/packages/libetpan/libetpan_0.52.bb, do_fetch) NOTE: package libetpan-0.52: started NOTE: package libetpan-0.52-r0: task do_fetch: started NOTE: libetpan-0.52: http://downloads.sourceforge.net/libetpan/libetpan-0.52.tar.gz has no entry in conf/checksums.ini, not checking URI NOTE: package libetpan-0.52-r0: task do_fetch: completed NOTE: package libetpan-0.52: completed [...] | /bin/sh ../arm-angstrom-linux-gnueabi-libtool --tag=CC --mode=link ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale -isystem/home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -W -Wall -pthread -o libetpan.la -rpath /usr/lib -version-info 11:0:0 data-types/libdata-types.la low-level/liblow-level.la driver/libdriver.la main/libmain.la engine/libengine.la -lgnutls | mkdir .libs | ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale -shared -Wl,--whole-archive data-types/.libs/libdata-types.a low-level/.libs/liblow-level.a driver/.libs/libdriver.a main/.libs/libmain.a engine/.libs/libengine.a -Wl,--no-whole-archive -pthread -lgnutls -march=armv5te -mtune=xscale -Wl,-soname -Wl,libetpan.so.11 -o .libs/libetpan.so.11.0.0 | /home/jbs/oe/akita/tmp/cross/lib/gcc/arm-angstrom-linux-gnueabi/4.1.2/../../../../arm-angstrom-linux-gnueabi/bin/ld: cannot find -lgnutls | collect2: ld returned 1 exit status | make[4]: *** [libetpan.la] Error 1 | make[4]: Leaving directory `/home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libetpan-0.52-r0/libetpan-0.52/src' | make[3]: *** [all-recursive] Error 1 | make[3]: Leaving directory `/home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libetpan-0.52-r0/libetpan-0.52/src' | make[2]: *** [all] Error 2 | make[2]: Leaving directory `/home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libetpan-0.52-r0/libetpan-0.52/src' | make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory `/home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libetpan-0.52-r0/libetpan-0.52' | make: *** [all] Error 2 | FATAL: oe_runmake failed NOTE: Task failed: /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libetpan-0.52-r0/temp/log.do_compile.20597 NOTE: package libetpan-0.52-r0: task do_compile: failed ERROR: TaskFailed event exception, aborting NOTE: package libetpan-0.52: failed ERROR: Build of /home/jbs/oe/org.openembedded.dev/packages/libetpan/libetpan_0.52.bb do_compile failed ERROR: Task 7 (/home/jbs/oe/org.openembedded.dev/packages/libetpan/libetpan_0.52.bb, do_compile) failed NOTE: Tasks Summary: Attempted 425 tasks of which 420 didn't need to be rerun and 1 failed. ERROR: '/home/jbs/oe/org.openembedded.dev/packages/libetpan/libetpan_0.52.bb' failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 27 14:55:12 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 07:55:12 -0700 (PDT) Subject: [oe-issues] [Bug 3073] libetpan fails to link with gnutls In-Reply-To: Message-ID: <20070927145512.8FCF3401C8A@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3073 --- Comment #1 from Jose Bernardo B R Silva 2007-09-27 07:55:12 --- Removing "--with-gnutls" from the EXTRA_OECONF enables it to build, but probably isn't the best solution. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 27 16:10:49 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 09:10:49 -0700 (PDT) Subject: [oe-issues] [Bug 3074] New: linxine-x11 fails with syntax error in configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3074 Summary: linxine-x11 fails with syntax error in configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: jbs at bandos.homelinux.com $ bitbake libxine-x11 NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance. NOTE: Handling BitBake files: / (4716/4716) [100 %] NOTE: Parsing finished. 4497 cached, 0 parsed, 219 skipped, 0 masked. NOTE: build 200709271641: started OE Build Configuration: BB_VERSION = "1.8.9" OE_REVISION = "d7d3b38b67a8d342bd29e546556fc4cc0b2476f8" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "akita" DISTRO = "angstrom" DISTRO_VERSION = "2007.9-test-20070927" TARGET_FPU = "soft" NOTE: Resolving missing task queue dependencies NOTE: preferred version 2.5 of glibc not available (for item virtual/arm-angstrom-linux-gnueabi-libc-for-gcc) NOTE: Preparing runqueue NOTE: Executing runqueue NOTE: Running task 1046 of 1065 (ID: 10, /home/jbs/oe/org.openembedded.dev/packages/libxine/libxine-x11_1.0.bb, do_fetch) NOTE: Running task 1047 of 1065 (ID: 151, /home/jbs/oe/org.openembedded.dev/packages/libmodplug/libmodplug_0.7.bb, do_package_write_ipk) NOTE: package libxine-x11-1.0: started NOTE: package libxine-x11-1.0-r0: task do_fetch: started NOTE: package libmodplug-0.7: started NOTE: package libmodplug-0.7-r0: task do_package_write_ipk: started NOTE: package libxine-x11-1.0-r0: task do_fetch: completed NOTE: package libxine-x11-1.0: completed NOTE: Running task 1048 of 1065 (ID: 9, /home/jbs/oe/org.openembedded.dev/packages/libxine/libxine-x11_1.0.bb, do_unpack) NOTE: package libxine-x11-1.0: started NOTE: package libxine-x11-1.0-r0: task do_unpack: started NOTE: Unpacking /home/jbs/oe/downloads/xine-lib-1.0.tar.gz to /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/ Packaged contents of libmodplug-dbg into /home/jbs/oe/akita/tmp/deploy/glibc/ipk/armv5te/libmodplug-dbg_0.7-r0_armv5te.ipk NOTE: package libxine-x11-1.0-r0: task do_unpack: completed NOTE: package libxine-x11-1.0: completed NOTE: Running task 1049 of 1065 (ID: 8, /home/jbs/oe/org.openembedded.dev/packages/libxine/libxine-x11_1.0.bb, do_patch) NOTE: package libxine-x11-1.0: started NOTE: package libxine-x11-1.0-r0: task do_patch: started NOTE: Applying patch 'cpu-1.0.patch' NOTE: Applying patch 'configure-1.0.patch' Packaged contents of libmodplug into /home/jbs/oe/akita/tmp/deploy/glibc/ipk/armv5te/libmodplug0_0.7-r0_armv5te.ipk NOTE: Not creating empty archive for libmodplug-doc-0.7-r0 NOTE: Applying patch 'libxine-tremor-autoconf.patch' NOTE: Applying patch 'libxine-libvorbis.patch' NOTE: Applying patch 'libxine-ffmpeg-enable-arm.patch' NOTE: Applying patch 'no-caca-no-aalib.patch' Packaged contents of libmodplug-dev into /home/jbs/oe/akita/tmp/deploy/glibc/ipk/armv5te/libmodplug-dev_0.7-r0_armv5te.ipk NOTE: Not creating empty archive for libmodplug-locale-0.7-r0 NOTE: package libmodplug-0.7-r0: task do_package_write_ipk: completed NOTE: package libmodplug-0.7: completed NOTE: Running task 1050 of 1065 (ID: 142, /home/jbs/oe/org.openembedded.dev/packages/libmodplug/libmodplug_0.7.bb, do_qa_staging) NOTE: package libmodplug-0.7: started NOTE: package libmodplug-0.7-r0: task do_qa_staging: started NOTE: QA checking staging NOTE: Applying patch 'dont-have-xv.patch' NOTE: Applying patch 'restore-esd.patch' NOTE: Applying patch 'fix-syntax-xine-vorbis-decoder.patch' NOTE: Applying patch 'libxine-cut-memusage.patch' NOTE: Applying patch 'mpegvideo-static-inlinine.patch' NOTE: Applying patch 'libxine-libavcodec.patch' NOTE: Applying patch 'libxine-gcc4.patch' NOTE: package libxine-x11-1.0-r0: task do_patch: completed NOTE: package libxine-x11-1.0: completed NOTE: Running task 1051 of 1065 (ID: 5, /home/jbs/oe/org.openembedded.dev/packages/libxine/libxine-x11_1.0.bb, do_configure) NOTE: package libxine-x11-1.0: started NOTE: package libxine-x11-1.0-r0: task do_configure: started NOTE: package libmodplug-0.7-r0: task do_qa_staging: completed NOTE: package libmodplug-0.7: completed NOTE: Running task 1052 of 1065 (ID: 140, /home/jbs/oe/org.openembedded.dev/packages/libmodplug/libmodplug_0.7.bb, do_package_write) NOTE: package libmodplug-0.7: started NOTE: package libmodplug-0.7-r0: task do_package_write: started NOTE: package libmodplug-0.7-r0: task do_package_write: completed NOTE: package libmodplug-0.7: completed NOTE: Running task 1053 of 1065 (ID: 143, /home/jbs/oe/org.openembedded.dev/packages/libmodplug/libmodplug_0.7.bb, do_build) NOTE: package libmodplug-0.7: started NOTE: package libmodplug-0.7-r0: task do_build: started NOTE: package libmodplug-0.7-r0: task do_build: completed NOTE: package libmodplug-0.7: completed NOTE: Running task 1054 of 1065 (ID: 152, /home/jbs/oe/org.openembedded.dev/packages/libmodplug/libmodplug_0.7.bb, do_rm_work) NOTE: package libmodplug-0.7: started NOTE: package libmodplug-0.7-r0: task do_rm_work: started NOTE: package libmodplug-0.7-r0: task do_rm_work: completed NOTE: package libmodplug-0.7: completed ERROR: function do_configure failed ERROR: log data follows (/home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/temp/log.do_configure.16156) | automake (GNU automake) 1.9.3 | Written by Tom Tromey . | | Copyright 2004 Free Software Foundation, Inc. | This is free software; see the source for copying conditions. There is NO | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | AUTOV is 1.9 | NOTE: Executing autoreconf --verbose --install --force --exclude=autopoint -I /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/m4/ -I /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal-1.9 -I /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal | autoreconf: Entering directory `.' | autoreconf: configure.ac: not using Gettext | autoreconf: running: aclocal -I /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/m4/ -I /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal-1.9 -I /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal --force -I m4 | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:45: warning: underquoted definition of AC_LBL_C_INIT | run info '(automake)Extending aclocal' | or see http://sources.redhat.com/automake/automake.html#Extending-aclocal | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:172: warning: underquoted definition of AC_LBL_C_INLINE | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:228: warning: underquoted definition of AC_LBL_LIBPCAP | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:296: warning: underquoted definition of AC_LBL_TYPE_SIGNAL | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:326: warning: underquoted definition of AC_LBL_FIXINCLUDES | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:372: warning: underquoted definition of AC_LBL_LEX_AND_YACC | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:425: warning: underquoted definition of AC_LBL_UNION_WAIT | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:454: warning: underquoted definition of AC_LBL_SOCKADDR_SA_LEN | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:479: warning: underquoted definition of AC_LBL_SOCKADDR_STORAGE | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:512: warning: underquoted definition of AC_LBL_HP_PPA_INFO_T_DL_MODULE_ID_1 | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:538: warning: underquoted definition of AC_LBL_HAVE_RUN_PATH | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:564: warning: underquoted definition of AC_LBL_CHECK_TYPE | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:593: warning: underquoted definition of AC_LBL_UNALIGNED_ACCESS | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:698: warning: underquoted definition of AC_LBL_DEVEL | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:828: warning: underquoted definition of AC_LBL_LIBRARY_NET | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:851: warning: underquoted definition of AC_C___ATTRIBUTE__ | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:889: warning: underquoted definition of AC_LBL_TPACKET_STATS | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE | autoreconf: configure.ac: tracing | autoreconf: configure.ac: AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION | autoreconf: running: libtoolize --copy --force | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:45: warning: underquoted definition of AC_LBL_C_INIT | run info '(automake)Extending aclocal' | or see http://sources.redhat.com/automake/automake.html#Extending-aclocal | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:172: warning: underquoted definition of AC_LBL_C_INLINE | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:228: warning: underquoted definition of AC_LBL_LIBPCAP | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:296: warning: underquoted definition of AC_LBL_TYPE_SIGNAL | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:326: warning: underquoted definition of AC_LBL_FIXINCLUDES | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:372: warning: underquoted definition of AC_LBL_LEX_AND_YACC | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:425: warning: underquoted definition of AC_LBL_UNION_WAIT | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:454: warning: underquoted definition of AC_LBL_SOCKADDR_SA_LEN | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:479: warning: underquoted definition of AC_LBL_SOCKADDR_STORAGE | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:512: warning: underquoted definition of AC_LBL_HP_PPA_INFO_T_DL_MODULE_ID_1 | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:538: warning: underquoted definition of AC_LBL_HAVE_RUN_PATH | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:564: warning: underquoted definition of AC_LBL_CHECK_TYPE | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:593: warning: underquoted definition of AC_LBL_UNALIGNED_ACCESS | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:698: warning: underquoted definition of AC_LBL_DEVEL | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:828: warning: underquoted definition of AC_LBL_LIBRARY_NET | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:851: warning: underquoted definition of AC_C___ATTRIBUTE__ | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:889: warning: underquoted definition of AC_LBL_TPACKET_STATS | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE | autoreconf: running: /home/jbs/oe/akita/tmp/staging/i686-linux/bin/autoconf --include=/home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/m4/ --include=/home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal-1.9 --include=/home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal --force --warnings=cross | autoreconf: running: /home/jbs/oe/akita/tmp/staging/i686-linux/bin/autoheader --include=/home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/m4/ --include=/home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal-1.9 --include=/home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal --force --warnings=cross | autoreconf: running: automake --foreign --add-missing --copy --force-missing --warnings=cross | automake: unknown warning category `cross' | src/libw32dll/wine/Makefile.am:3: LIBTOOL multiply defined in condition TRUE ... | misc/Makefile.common:1: ... `LIBTOOL' previously defined here | src/libw32dll/wine/Makefile.am:1: `misc/Makefile.common' included from here | src/xine-engine/Makefile.am:6: LIBTOOL multiply defined in condition TRUE ... | misc/Makefile.common:1: ... `LIBTOOL' previously defined here | src/xine-engine/Makefile.am:1: `misc/Makefile.common' included from here | src/xine-utils/Makefile.am:3: LIBTOOL multiply defined in condition TRUE ... | misc/Makefile.common:1: ... `LIBTOOL' previously defined here | src/xine-utils/Makefile.am:1: `misc/Makefile.common' included from here | autoreconf: running: gnu-configize | autoreconf: Leaving directory `.' | NOTE: Running /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure --build=i686-linux --host=arm-angstrom-linux-gnueabi --target=arm-angstrom-linux-gnueabi --prefix=/usr --exec_prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --datadir=/usr/share --sysconfdir=/etc --sharedstatedir=/usr/com --localstatedir=/var --libdir=/usr/lib --includedir=/usr/include --oldincludedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man -with-zlib-path=/home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi --with-vorbis-prefix=/home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi --disable-oggtest --with-ogg-prefix=/home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi --disable-altivec --disable-vis --disable-mlib --disable-fb --disable-alsa --disable-vcd --disable-asf --disable-faad --disable-iconv --without-v4l --without-arts --without-sdl --without-xv --without-xxmc --without-xvmc --with-x --x-includes=/home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/include/X11 --x-libraries=/home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/lib ... | configure: loading site script /home/jbs/oe/org.openembedded.dev/site/endian-little | configure: loading site script /home/jbs/oe/org.openembedded.dev/site/common-glibc | configure: loading site script /home/jbs/oe/org.openembedded.dev/site/arm-common | configure: loading site script /home/jbs/oe/org.openembedded.dev/site/arm-linux | configure: loading site script /home/jbs/oe/org.openembedded.dev/site/common | configure: loading site script /home/jbs/oe/org.openembedded.dev/site/common | checking build system type... i686-pc-linux-gnu | checking host system type... arm-angstrom-linux-gnueabi | checking target system type... arm-angstrom-linux-gnueabi | checking for a BSD-compatible install... /home/jbs/oe/akita/tmp/staging/i686-linux/bin/install -c | checking whether build environment is sane... yes | checking for gawk... gawk | checking whether make sets $(MAKE)... yes | checking for arm-angstrom-linux-gnueabi-strip... arm-angstrom-linux-gnueabi-strip | checking for style of include used by make... GNU | checking for arm-angstrom-linux-gnueabi-gcc... ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale | checking for C compiler default output file name... a.out | checking whether the C compiler works... yes | checking whether we are cross compiling... yes | checking for suffix of executables... | checking for suffix of object files... o | checking whether we are using the GNU C compiler... yes | checking whether ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale accepts -g... yes | checking for ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale option to accept ISO C89... none needed | checking dependency style of ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale... gcc3 | checking for strerror in -lcposix... no | checking for arm-angstrom-linux-gnueabi-gcc... (cached) ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale | checking whether we are using the GNU C compiler... (cached) yes | checking whether ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale accepts -g... (cached) yes | checking for ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale option to accept ISO C89... (cached) none needed | checking dependency style of ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale... (cached) gcc3 | checking how to run the C preprocessor... arm-angstrom-linux-gnueabi-gcc -E | checking for grep that handles long lines and -e... /home/jbs/oe/akita/tmp/staging/i686-linux/bin/grep | checking for egrep... /home/jbs/oe/akita/tmp/staging/i686-linux/bin/grep -E | checking for ANSI C header files... yes | checking whether make sets $(MAKE)... (cached) yes | checking for a BSD-compatible install... /home/jbs/oe/akita/tmp/staging/i686-linux/bin/install -c | checking whether ln -s works... yes | checking for gawk... (cached) gawk | checking for inline... inline | checking for a sed that does not truncate output... /bin/sed | checking for ld used by ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale... arm-angstrom-linux-gnueabi-ld | checking if the linker (arm-angstrom-linux-gnueabi-ld) is GNU ld... yes | checking for arm-angstrom-linux-gnueabi-ld option to reload object files... -r | checking for BSD-compatible nm... /home/jbs/oe/akita/tmp/cross/bin/arm-angstrom-linux-gnueabi-nm -B | checking how to recognise dependent libraries... pass_all | checking for sys/types.h... yes | checking for sys/stat.h... yes | checking for stdlib.h... yes | checking for string.h... yes | checking for memory.h... yes | checking for strings.h... yes | checking for inttypes.h... yes | checking for stdint.h... yes | checking for unistd.h... yes | checking dlfcn.h usability... yes | checking dlfcn.h presence... yes | checking for dlfcn.h... yes | checking whether we are using the GNU C++ compiler... yes | checking whether ccache arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale accepts -g... yes | checking dependency style of ccache arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale... gcc3 | checking how to run the C++ preprocessor... ccache arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale -E | checking for arm-angstrom-linux-gnueabi-g77... ccache arm-angstrom-linux-gnueabi-g77 -march=armv5te -mtune=xscale | checking whether we are using the GNU Fortran 77 compiler... no | checking whether ccache arm-angstrom-linux-gnueabi-g77 -march=armv5te -mtune=xscale accepts -g... no | checking the maximum length of command line arguments... 32768 | checking command to parse /home/jbs/oe/akita/tmp/cross/bin/arm-angstrom-linux-gnueabi-nm -B output from ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale object... ok | checking for objdir... .libs | checking for arm-angstrom-linux-gnueabi-ar... arm-angstrom-linux-gnueabi-ar | checking for arm-angstrom-linux-gnueabi-ranlib... arm-angstrom-linux-gnueabi-ranlib | checking for arm-angstrom-linux-gnueabi-strip... (cached) arm-angstrom-linux-gnueabi-strip | checking if ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale static flag works... yes | checking if ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale supports -fno-rtti -fno-exceptions... no | checking for ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale option to produce PIC... -fPIC | checking if ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale PIC flag -fPIC works... yes | checking if ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale supports -c -o file.o... yes | checking whether the ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale linker (arm-angstrom-linux-gnueabi-ld) supports shared libraries... yes | checking whether -lc should be explicitly linked in... no | checking dynamic linker characteristics... GNU/Linux ld.so | checking how to hardcode library paths into programs... immediate | checking whether stripping libraries is possible... yes | checking for shl_load... no | checking for shl_load in -ldld... no | checking for dlopen... no | checking for dlopen in -ldl... yes | checking whether a program can dlopen itself... cross | checking if libtool supports shared libraries... yes | checking whether to build shared libraries... yes | checking whether to build static libraries... no | configure: creating arm-angstrom-linux-gnueabi-libtool | appending configuration tag "CXX" to arm-angstrom-linux-gnueabi-libtool | checking for ld used by ccache arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale... arm-angstrom-linux-gnueabi-ld | checking if the linker (arm-angstrom-linux-gnueabi-ld) is GNU ld... yes | checking whether the ccache arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale linker (arm-angstrom-linux-gnueabi-ld) supports shared libraries... yes | checking for ccache arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale option to produce PIC... -fPIC | checking if ccache arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale PIC flag -fPIC works... yes | checking if ccache arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale supports -c -o file.o... yes | checking whether the ccache arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale linker (arm-angstrom-linux-gnueabi-ld) supports shared libraries... yes | checking dynamic linker characteristics... GNU/Linux ld.so | checking how to hardcode library paths into programs... immediate | checking whether stripping libraries is possible... yes | checking for shl_load... (cached) no | checking for shl_load in -ldld... (cached) no | checking for dlopen... (cached) no | checking for dlopen in -ldl... (cached) yes | checking whether a program can dlopen itself... (cached) cross | appending configuration tag "F77" to arm-angstrom-linux-gnueabi-libtool | checking if libtool supports shared libraries... yes | checking whether to build shared libraries... yes | checking whether to build static libraries... no | checking for ccache arm-angstrom-linux-gnueabi-g77 -march=armv5te -mtune=xscale option to produce PIC... -fPIC | checking if ccache arm-angstrom-linux-gnueabi-g77 -march=armv5te -mtune=xscale PIC flag -fPIC works... no | checking if ccache arm-angstrom-linux-gnueabi-g77 -march=armv5te -mtune=xscale supports -c -o file.o... no | checking whether the ccache arm-angstrom-linux-gnueabi-g77 -march=armv5te -mtune=xscale linker (arm-angstrom-linux-gnueabi-ld) supports shared libraries... yes | checking dynamic linker characteristics... arm-angstrom-linux-gnueabi-g77: No such file or directory | GNU/Linux ld.so | checking how to hardcode library paths into programs... immediate | checking whether stripping libraries is possible... yes | checking for arm-angstrom-linux-gnueabi-ranlib... (cached) arm-angstrom-linux-gnueabi-ranlib | checking for an ANSI C-conforming const... yes | checking for off_t... yes | checking for size_t... yes | checking for working alloca.h... yes | checking for alloca... yes | checking for stdlib.h... (cached) yes | checking for unistd.h... (cached) yes | checking for getpagesize... yes | checking for working mmap... (cached) yes | checking whether we are using the GNU C Library 2.1 or newer... yes | checking argz.h usability... yes | checking argz.h presence... yes | checking for argz.h... yes | checking limits.h usability... yes | checking limits.h presence... yes | checking for limits.h... yes | checking locale.h usability... yes | checking locale.h presence... yes | checking for locale.h... yes | checking nl_types.h usability... yes | checking nl_types.h presence... yes | checking for nl_types.h... yes | checking malloc.h usability... yes | checking malloc.h presence... yes | checking for malloc.h... yes | checking stddef.h usability... yes | checking stddef.h presence... yes | checking for stddef.h... yes | checking for stdlib.h... (cached) yes | checking for string.h... (cached) yes | checking for unistd.h... (cached) yes | checking sys/param.h usability... yes | checking sys/param.h presence... yes | checking for sys/param.h... yes | checking for feof_unlocked... yes | checking for fgets_unlocked... yes | checking for getcwd... yes | checking for getegid... yes | checking for geteuid... yes | checking for getgid... yes | checking for getuid... yes | checking for mempcpy... yes | checking for munmap... yes | checking for putenv... yes | checking for setenv... yes | checking for setlocale... yes | checking for stpcpy... yes | checking for strchr... yes | checking for strcasecmp... yes | checking for strdup... yes | checking for strtoul... yes | checking for tsearch... yes | checking for __argz_count... yes | checking for __argz_stringify... yes | checking for __argz_next... yes | checking for iconv... yes | checking for iconv declaration... | extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | checking for nl_langinfo and CODESET... yes | checking for LC_MESSAGES... yes | checking whether NLS is requested... yes | checking whether included gettext is requested... no | checking libintl.h usability... yes | checking libintl.h presence... yes | checking for libintl.h... yes | checking for GNU gettext in libc... yes | checking for dcgettext... yes | checking for msgfmt... /home/jbs/oe/akita/tmp/staging/i686-linux/bin/msgfmt | checking for gmsgfmt... /home/jbs/oe/akita/tmp/staging/i686-linux/bin/msgfmt | checking for xgettext... /home/jbs/oe/akita/tmp/staging/i686-linux/bin/xgettext | checking for bison... bison | checking version of bison... 2.0, ok | checking for catalogs to be installed... fr pt_BR de sk es pl cs it | checking for plural forms in GNU msgfmt... yes | checking whether byte ordering is bigendian... (cached) no | checking for an ANSI C-conforming const... (cached) yes | checking for inline... (cached) inline | checking for always_inline... yes | checking for off_t... (cached) yes | checking for size_t... (cached) yes | checking for long... yes | checking size of long... (cached) 4 | checking for ssize_t... yes | checking for pthread_create in -lpthread... yes | checking for dlopen in -lc... no | checking for dlopen in -ldl... (cached) yes | checking libdir name... lib | checking whether lrintf is declared... yes | checking for int_fast8_t... yes | using included ffmpeg | checking for X... libraries /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/lib, headers /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/include/X11 | checking whether -R must be followed by a space... neither works | checking for gethostbyname... yes | checking for connect... yes | checking for remove... yes | checking for shmat... yes | checking for IceConnectionNumber in -lICE... yes | checking for socket in -lsocket... no | checking for gethostbyname in -lnsl... yes | checking for socklen_t... socklen_t | IPv6 is disabled | checking for gzsetparams in -lz... yes | checking zlib.h usability... yes | checking zlib.h presence... yes | checking for zlib.h... yes | checking for clock_getres in -lrt... yes | checking for glBegin in -lGL... yes | checking GL/gl.h usability... yes | checking GL/gl.h presence... yes | checking for GL/gl.h... yes | checking for glutInit in -lglut... no | checking for gluPerspective in -lGLU... yes | checking linux/videodev.h usability... yes | checking linux/videodev.h presence... yes | checking for linux/videodev.h... yes | checking for libXv.so... found libXv.so in /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/lib | checking for XvShmCreateImage in -lXv... yes | checking whether to enable the xxmc plugin with vld extensions... | checking for XvMCPutSlice in -lXvMCW... no | *** Could not link with -lXvMCW for vld extensions. | checking for XvMCCreateContext in -lXvMCW... no | *** Could not link with -lXvMCW for standard XvMC. | *** Disabling xxmc plugin due to above errors. | checking whether to enable the xvmc plugin... | checking for XvMCCreateContext in -lXvMCW... (cached) no | *** Could not link with -lXvMCW. | *** Disabling old xvmc plugin due to above errors. | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 30685: 0: command not found | checking for XineramaQueryExtension in -lXinerama... no | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 30772: 0: command not found | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 30785: 0: command not found | checking sys/fbio.h usability... no | checking sys/fbio.h presence... no | checking for sys/fbio.h... no | checking for XDgaGrabDrawable in -ldga... no | checking linux/fb.h usability... yes | checking linux/fb.h presence... yes | checking for linux/fb.h... yes | checking for pkg-config... /home/jbs/oe/akita/tmp/staging/i686-linux/bin/pkg-config | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 31438: 0: command not found | checking for Libstk... no | *** All of Libstk dependent parts will be disabled *** | checking for polypaudio... no | *** All of polypaudio dependent parts will be disabled *** | checking for DirectX... no | *** All DirectX dependent parts will be disabled *** | *** checking for a supported mpeg encoder | checking for fame_open in -lfame... no | checking for rte_init in -lrte... no | *** no external mpeg encoder found | checking for vidix support... no | checking for DHA linux kernel module build... no | checking for mknod... mknod | checking for depmod... depmod | checking for Ogg... yes | checking for Vorbis... cross compiling; assumed OK... | yes | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 32998: 0: command not found | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 33011: 0: command not found | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 33024: 0: command not found | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 33038: 0: command not found | checking for libpng-config... /home/jbs/oe/akita/tmp/staging/i686-linux/bin/arm-angstrom-linux-gnueabi/libpng-config | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 33189: 0: command not found | checking for OSS audio support... yes | checking for esd-config... /home/jbs/oe/akita/tmp/staging/i686-linux/bin/arm-angstrom-linux-gnueabi/esd-config | checking for ESD - version >= 0.2.8... cross compiling; assumed OK... | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 34296: syntax error near unexpected token `}' | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 34296: `echo "${ECHO_T}*** All of ESD dependent parts will be disabled ***" >&6; }' | FATAL: oe_runconf failed NOTE: Task failed: /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/temp/log.do_configure.16156 NOTE: package libxine-x11-1.0-r0: task do_configure: failed ERROR: TaskFailed event exception, aborting NOTE: package libxine-x11-1.0: failed ERROR: Build of /home/jbs/oe/org.openembedded.dev/packages/libxine/libxine-x11_1.0.bb do_configure failed ERROR: Task 5 (/home/jbs/oe/org.openembedded.dev/packages/libxine/libxine-x11_1.0.bb, do_configure) failed NOTE: Tasks Summary: Attempted 1053 tasks of which 1045 didn't need to be rerun and 1 failed. ERROR: '/home/jbs/oe/org.openembedded.dev/packages/libxine/libxine-x11_1.0.bb' failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 27 16:20:03 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 09:20:03 -0700 (PDT) Subject: [oe-issues] [Bug 3073] libetpan fails to link with gnutls In-Reply-To: Message-ID: <20070927162003.3EDC8401C8A@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3073 --- Comment #2 from Graeme Gregory 2007-09-27 09:20:03 --- NOTE: package libetpan-0.52: completed I added the original and I have just double checked and it builds here. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 27 20:18:33 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 13:18:33 -0700 (PDT) Subject: [oe-issues] [Bug 3075] New: screen takes long time to start due to huge termcap file Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3075 Summary: screen takes long time to start due to huge termcap file Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: ploetz at informatik.hu-berlin.de Created an attachment (id=3094) --> (http://bugs.openembedded.org/attachment.cgi?id=3094) New termcap-mini package About two weeks ago, screen in the openmoko builds started to take very long to initially load and then for each new screen to be opened. I straced the problem and found that it is due to the recent addition of the 700kb big /etc/termcap file in revision 838a60f4684a5fe71ade31d05fb35609808420d1. screen takes about two seconds to load the file to memory and then about 15 seconds to parse it. As the file is necessary for the correct operation of libvte (and thus openmoko-terminal2) it can't just be removed. Instead I'd suggest stripping it down and removing all but the most essential lines, with a command such as tic -C -e $(echo `grep ^xterm termtypes.tc | cut -d "|" -f 1` | cut -d " " -f - --output-delimiter=,) termtypes.tc which will only output those termcap lines that relate to xterm terminals. I confirmed that openmoko-terminal2 works fine with that and the file size is reduced from 700kb to 11kb. I'll attach a patch for a new termcap-mini bitbake recipe that will install this minimal version. Reproducible: always Steps to reproduce: 1. Install termcap (or have it pulled in via a dependency) and screen on a low-cpu power device 2. Start screen 3. Dismiss the welcome screen 4. Open a new screen with Ctrl-a c Actual results: About 15 seconds delay with 100% CPU usage after each of the steps 2, 3 and 4 Expected results: Instantaneous response -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 28 01:04:19 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 18:04:19 -0700 (PDT) Subject: [oe-issues] [Bug 3076] New: opie-mediaplayer2 doesn't build on fresh OE/angstrom Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3076 Summary: opie-mediaplayer2 doesn't build on fresh OE/angstrom Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: nkwigeih at gmail.com Created an attachment (id=3095) --> (http://bugs.openembedded.org/attachment.cgi?id=3095) build log opie-mediaplayer2 doesn't build on fresh OE/angstrom OPIE_SRCDATE=20070922, oe/angstrom as of date of this bugreport -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 28 03:58:14 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 20:58:14 -0700 (PDT) Subject: [oe-issues] [Bug 2730] updated recipes for new classpath versions In-Reply-To: Message-ID: <20070928035814.D48F54000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2730 Cliff Brake changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cliff.brake at gmail.com --- Comment #1 from Cliff Brake 2007-09-27 20:58:14 --- thanks for the updated packages. I get the following when building: NOTE: package classpath-minimal-0.95: started NOTE: package classpath-minimal-0.95-r0: task do_package: started ERROR: ------------------- ERROR: classpath-minimal is listed in PACKAGES multiple times, this leads to packaging errors. ERROR: Please fix the metadata/report this as bug to OE bugtracker. ERROR: ------------------- ERROR: ------------------- ERROR: classpath-minimal-doc is listed in PACKAGES multiple times, this leads to packaging errors. ERROR: Please fix the metadata/report this as bug to OE bugtracker. ERROR: ------------------- ERROR: ------------------- ERROR: classpath-minimal-dev is listed in PACKAGES multiple times, this leads to packaging errors. ERROR: Please fix the metadata/report this as bug to OE bugtracker. ERROR: ------------------- NOTE: the following files were installed but not shipped in any package: NOTE: /usr/lib/classpath/libjavaio.la NOTE: /usr/lib/classpath/libjavalang.la NOTE: /usr/lib/classpath/libjavalangreflect.la NOTE: /usr/lib/classpath/libjavalangmanagement.la NOTE: /usr/lib/classpath/libjavanet.la NOTE: /usr/lib/classpath/libjavanio.la NOTE: /usr/lib/classpath/libjavautil.la NOTE: DO PACKAGE QA NOTE: Checking Package: classpath-minimal-common __builtin__:27: DeprecationWarning: raising a string exception is deprecated NOTE: Checking Package: classpath-minimal-examples NOTE: Checking Package: classpath-minimal-tools NOTE: Checking Package: classpath-minimal-tools-doc NOTE: Checking Package: classpath-minimal-gtk NOTE: Checking Package: classpath-minimal-gconf NOTE: Checking Package: classpath-minimal-doc NOTE: Checking Package: classpath-minimal-dev NOTE: Checking Package: classpath-minimal ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavaio.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavalang.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavalangreflect.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavalangmanagement.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavanet.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavanio.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavautil.so' NOTE: Checking Package: classpath-minimal-dbg NOTE: Checking Package: classpath-minimal ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavaio.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavalang.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavalangreflect.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavalangmanagement.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavanet.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavanio.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavautil.so' NOTE: Checking Package: classpath-minimal-doc NOTE: Checking Package: classpath-minimal-dev NOTE: Checking Package: classpath-minimal-locale NOTE: DONE with PACKAGE QA NOTE: package classpath-minimal-0.95-r0: task do_package: completed NOTE: package classpath-minimal-0.95: completed NOTE: Running task 243 of 247 (ID: 2, /build/oe/build_targets/compulab-pxa270/openembedded/packages/classpath/classpath-minimal_0.95.bb, do_populate_staging) NOTE: package classpath-minimal-0.95: started NOTE: package classpath-minimal-0.95-r0: task do_populate_staging: started NOTE: package classpath-minimal-0.95-r0: task do_populate_staging: completed NOTE: package classpath-minimal-0.95: completed NOTE: Running task 244 of 247 (ID: 12, /build/oe/build_targets/compulab-pxa270/openembedded/packages/classpath/classpath-minimal_0.95.bb, do_package_write_ipk) NOTE: package classpath-minimal-0.95: started NOTE: package classpath-minimal-0.95-r0: task do_package_write_ipk: started Packaged contents of classpath-minimal-common into /build/oe/build_targets/compulab-pxa270/tmp/deploy/glibc/ipk/armv5te/classpath-minimal-common_0.95-r0_armv5te.ipk NOTE: Not creating empty archive for classpath-minimal-examples-0.95-r0 Packaged contents of classpath-minimal-tools into /build/oe/build_targets/compulab-pxa270/tmp/deploy/glibc/ipk/armv5te/classpath-minimal-tools_0.95-r0_armv5te.ipk Packaged contents of classpath-minimal-tools-doc into /build/oe/build_targets/compulab-pxa270/tmp/deploy/glibc/ipk/armv5te/classpath-minimal-tools-doc_0.95-r0_armv5te.ipk NOTE: Not creating empty archive for classpath-minimal-gtk-0.95-r0 NOTE: Not creating empty archive for classpath-minimal-gconf-0.95-r0 Packaged contents of classpath-minimal-doc into /build/oe/build_targets/compulab-pxa270/tmp/deploy/glibc/ipk/armv5te/classpath-minimal-doc_0.95-r0_armv5te.ipk Packaged contents of classpath-minimal-dev into /build/oe/build_targets/compulab-pxa270/tmp/deploy/glibc/ipk/armv5te/classpath-minimal-dev_0.95-r0_armv5te.ipk Packaged contents of classpath-minimal into /build/oe/build_targets/compulab-pxa270/tmp/deploy/glibc/ipk/armv5te/classpath-minimal_0.95-r0_armv5te.ipk Packaged contents of classpath-minimal-dbg into /build/oe/build_targets/compulab-pxa270/tmp/deploy/glibc/ipk/armv5te/classpath-minimal-dbg_0.95-r0_armv5te.ipk Packaged contents of classpath-minimal into /build/oe/build_targets/compulab-pxa270/tmp/deploy/glibc/ipk/armv5te/classpath-minimal_0.95-r0_armv5te.ipk Packaged contents of classpath-minimal-doc into /build/oe/build_targets/compulab-pxa270/tmp/deploy/glibc/ipk/armv5te/classpath-minimal-doc_0.95-r0_armv5te.ipk Packaged contents of classpath-minimal-dev into /build/oe/build_targets/compulab-pxa270/tmp/deploy/glibc/ipk/armv5te/classpath-minimal-dev_0.95-r0_armv5te.ipk NOTE: Not creating empty archive for classpath-minimal-locale-0.95-r0 NOTE: package classpath-minimal-0.95-r0: task do_package_write_ipk: completed NOTE: package classpath-minimal-0.95: completed NOTE: Running task 245 of 247 (ID: 3, /build/oe/build_targets/compulab-pxa270/openembedded/packages/classpath/classpath-minimal_0.95.bb, do_qa_staging) NOTE: package classpath-minimal-0.95: started NOTE: package classpath-minimal-0.95-r0: task do_qa_staging: started NOTE: QA checking staging NOTE: package classpath-minimal-0.95-r0: task do_qa_staging: completed NOTE: package classpath-minimal-0.95: completed NOTE: Running task 246 of 247 (ID: 1, -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 28 04:00:16 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 21:00:16 -0700 (PDT) Subject: [oe-issues] [Bug 2730] updated recipes for new classpath versions In-Reply-To: Message-ID: <20070928040016.094A640008A@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2730 --- Comment #2 from Cliff Brake 2007-09-27 21:00:15 --- I loaded classpath-minimal on an Xscale system, and it seems to run a simple program, but I get a lot of Alignment traps -- not sure if those are coming from classpath, or jamvm: root at compulab-pxa270:~$ jamvm myfirstjavaprog ... lots of alignment traps ... Alignment trap: jamvm (1339) PC=0x00011150 Instr=0x01c521f4 Address=0x0014e7d4 FSR 0x813 Alignment trap: jamvm (1339) PC=0x00011150 Instr=0x01c521f4 Address=0x0014e7ac FSR 0x813 Hello World! root at compulab-pxa270:~$ -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 28 04:48:12 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 21:48:12 -0700 (PDT) Subject: [oe-issues] [Bug 3076] opie-mediaplayer2 doesn't build on fresh OE/angstrom In-Reply-To: Message-ID: <20070928044812.98C084000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3076 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #1 from Koen Kooi 2007-09-27 21:48:12 --- Opie is still unsupported in angstrom: http://linuxtogo.org/gowiki/OpieWithAngstrom -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 28 08:14:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 28 Sep 2007 01:14:27 -0700 (PDT) Subject: [oe-issues] [Bug 3076] opie-mediaplayer2 doesn't build on fresh OE/angstrom In-Reply-To: Message-ID: <20070928081427.54EEE4000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3076 --- Comment #2 from Paul Sokolovsky 2007-09-28 01:14:27 --- And something like OPIE_SRCDATE=20070922 is not going to be supported at all, unless set by maintainers. There's OPIE 1.2.3 in OE, use that. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 04:19:05 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 28 Sep 2007 21:19:05 -0700 (PDT) Subject: [oe-issues] [Bug 3077] New: Notecase: Updated recipe for 1.6.6 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3077 Summary: Notecase: Updated recipe for 1.6.6 Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: cwixon at usa.net Created an attachment (id=3096) --> (http://bugs.openembedded.org/attachment.cgi?id=3096) .bb for Notecase 1.6.6 The version of Notecase (GTK+ hierarchical note manager) in the OE metadata is rather old - 1.2.6. Attached are a .bb file and patch for the latest version, 1.6.6. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 09:18:50 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 02:18:50 -0700 (PDT) Subject: [oe-issues] [Bug 3059] ezx-boot-usb-native-0.1.0+r2060-r1-do_compile In-Reply-To: Message-ID: <20070929091850.CCFD64000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3059 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #7 from Koen Kooi 2007-09-29 02:18:50 --- and close -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 09:21:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 02:21:20 -0700 (PDT) Subject: [oe-issues] [Bug 3078] New: networkmanager-0.7+svnr2914-r2-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3078 Summary: networkmanager-0.7+svnr2914-r2-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070929092049 for machine a1200 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 10:22:50 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 03:22:50 -0700 (PDT) Subject: [oe-issues] [Bug 3079] New: webkit-gtk-0.0+svnr25804-r1-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3079 Summary: webkit-gtk-0.0+svnr25804-r1-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070929101500 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 15:06:48 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 08:06:48 -0700 (PDT) Subject: [oe-issues] [Bug 3080] New: New package - gumstix wifistix kernel module Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3080 Summary: New package - gumstix wifistix kernel module Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: chris.dollar at gmail.com Created an attachment (id=3101) --> (http://bugs.openembedded.org/attachment.cgi?id=3101) bb file and patches for wifistix marvel wifi driver bb file and patches to build the marvel wireless driver used in gumstix wifi-enabled daughtercards. The build currently does not setup the modules to be autoloaded nor does it modify /etc/network/interfaces, but it is a start. This is my first attempt at creating a bb file, so please feel free to let me know if there are changes I need to make before its acceptable for submission. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 18:36:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 11:36:53 -0700 (PDT) Subject: [oe-issues] [Bug 3081] New: procps-3.2.7-r5-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3081 Summary: procps-3.2.7-r5-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070929112245 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 19:39:35 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 12:39:35 -0700 (PDT) Subject: [oe-issues] [Bug 3082] New: webkit-gtk-0.0+svnr25808-r25801-r1-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3082 Summary: webkit-gtk-0.0+svnr25808-r25801-r1-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070929193311 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 19:55:51 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 12:55:51 -0700 (PDT) Subject: [oe-issues] [Bug 3079] webkit-gtk-0.0+svnr25804-r1-do_compile In-Reply-To: Message-ID: <20070929195551.7AD7F400100@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3079 --- Comment #2 from Koen Kooi 2007-09-29 12:55:51 --- *** Bug 3082 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 19:55:51 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 12:55:51 -0700 (PDT) Subject: [oe-issues] [Bug 3082] webkit-gtk-0.0+svnr25808-r25801-r1-do_compile In-Reply-To: Message-ID: <20070929195551.5DF8C4000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3082 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #4 from Koen Kooi 2007-09-29 12:55:51 --- caused by upstream renaming from gdk to gtk *** This bug has been marked as a duplicate of bug 3079 *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 20:25:24 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 13:25:24 -0700 (PDT) Subject: [oe-issues] [Bug 3083] New: webkit-gtk-0.0+svnr25808-r25801-r1-do_install Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3083 Summary: webkit-gtk-0.0+svnr25808-r25801-r1-do_install Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070929195549 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 20:30:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 13:30:53 -0700 (PDT) Subject: [oe-issues] [Bug 3084] New: bitbake fails to parse gnome-keyring_2.20.bb Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3084 Summary: bitbake fails to parse gnome-keyring_2.20.bb Product: Openembedded Version: unspecified Platform: All OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: likewise at gmx.net bb 1.8.88 rev 975 Seems the gnome class assumes a "x.y.z" version string in the .bb, so rename 2.20 to 2.20.0 solves it. 1. NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance. 2. NOTE: Handling BitBake files: | (1053/4782) [22 %]NOTE: :'NoneType' object has no attribute 'group' while evaluating: 3. http://ftp.gnome.org/pub/GNOME/sources/gnome-keyring/${@gnome_verdir("2.20")}/gnome-keyring-2.20.tar.bz2 file://org.gnome.keyring.service 4. ERROR: Error in executing: 5. ERROR: Exception: Message:'NoneType' object has no attribute 'group' 6. ERROR: Printing the environment of the function 7. ERROR: 0001:def __anonfunc(): 8. ERROR: 0002: base_after_parse(d) 9. ERROR: 0003: 10. ERROR: 0004: import bb 11. ERROR: 0005: # do_patch tasks require PATCHTOOL-native to have staged 12. ERROR: 0006: patchdeps = bb.data.getVar("PATCHTOOL", d, True) 13. ERROR: 0007: if patchdeps: 14. ERROR: 0008: patchdeps = "%s-native" % patchdeps 15. ERROR: 'NoneType' object has no attribute 'group' while parsing /home/leon/sandbox/openembedded/org.openembedded.dev/packages/gnome/gnome-keyring_2.20.bb 16. NOTE: Handling BitBake files: / (4782/4782) [100 %] 17. NOTE: Parsing finished. 0 cached, 4532 parsed, 249 skipped, 0 masked. 18. ERROR: Parsing errors found, exiting... Total Paste Views: 4 ? Trackback (0) ? PermaLink ? 1. NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance. 2. NOTE: Handling BitBake files: | (1053/4782) [22 %]NOTE: :'NoneType' object has no attribute 'group' while evaluating: 3. http://ftp.gnome.org/pub/GNOME/sources/gnome-keyring/${@gnome_verdir("2.20")}/gnome-keyring-2.20.tar.bz2 file://org.gnome.keyring.service 4. ERROR: Error in executing: 5. ERROR: Exception: Message:'NoneType' object has no attribute 'group' 6. ERROR: Printing the environment of the function 7. ERROR: 0001:def __anonfunc(): 8. ERROR: 0002: base_after_parse(d) 9. ERROR: 0003: 10. ERROR: 0004: import bb 11. ERROR: 0005: # do_patch tasks require PATCHTOOL-native to have staged 12. ERROR: 0006: patchdeps = bb.data.getVar("PATCHTOOL", d, True) 13. ERROR: 0007: if patchdeps: 14. ERROR: 0008: patchdeps = "%s-native" % patchdeps 15. ERROR: 'NoneType' object has no attribute 'group' while parsing /home/leon/sandbox/openembedded/org.openembedded.dev/packages/gnome/gnome-keyring_2.20.bb 16. NOTE: Handling BitBake files: / (4782/4782) [100 %] 17. NOTE: Parsing finished. 0 cached, 4532 parsed, 249 skipped, 0 masked. 18. ERROR: Parsing errors found, exiting... -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 20:39:41 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 13:39:41 -0700 (PDT) Subject: [oe-issues] [Bug 3084] bitbake fails to parse gnome-keyring_2.20.bb In-Reply-To: Message-ID: <20070929203941.EBA934000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3084 Leon Woestenberg changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Leon Woestenberg 2007-09-29 13:39:41 --- Committed rename fix as proposed. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 20:59:08 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 13:59:08 -0700 (PDT) Subject: [oe-issues] [Bug 3083] webkit-gtk-0.0+svnr25808-r25801-r1-do_install In-Reply-To: Message-ID: <20070929205908.29F724000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3083 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Koen Kooi 2007-09-29 13:59:07 --- another victim of gdk-> gtk renaming *** This bug has been marked as a duplicate of bug 3079 *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 20:59:08 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 13:59:08 -0700 (PDT) Subject: [oe-issues] [Bug 3079] webkit-gtk-0.0+svnr25804-r1-do_compile In-Reply-To: Message-ID: <20070929205908.4506D400100@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3079 --- Comment #3 from Koen Kooi 2007-09-29 13:59:07 --- *** Bug 3083 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 21:56:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 14:56:27 -0700 (PDT) Subject: [oe-issues] [Bug 3079] webkit-gtk-0.0+svnr25804-r1-do_compile In-Reply-To: Message-ID: <20070929215627.8F75D4000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3079 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Koen Kooi 2007-09-29 14:56:27 --- fixed in ab9178fffd711f7ee9718ac0469fc41d9307ddf7 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 22:51:22 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 15:51:22 -0700 (PDT) Subject: [oe-issues] [Bug 3085] New: gcc-cross-4.2.1 fails to build Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3085 Summary: gcc-cross-4.2.1 fails to build Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: nkwigeih at gmail.com gcc-cross-4.2.1 fails to build due to inabilty to find fortran compiler at secondary configure pass -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 30 14:02:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 30 Sep 2007 07:02:53 -0700 (PDT) Subject: [oe-issues] [Bug 1380] HEAD uClibc build fails on uClibc install In-Reply-To: Message-ID: <20070930140253.5383F40008A@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=1380 N?stor Amigo Cairo changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nestorac at gmail.com Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #4 from N?stor Amigo Cairo 2007-09-30 07:02:52 --- Hello!! I'm having the same problem in x86 Architecture, and solved it the same way. Is it a different file, or maybe a fallback?? I have fixed it the same way, just editing packages/uclibc/uclibc.inc and changing do_stage for do_install_prepend. Thanks!!!! -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 30 15:46:16 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 30 Sep 2007 08:46:16 -0700 (PDT) Subject: [oe-issues] [Bug 3086] New: linux-ezx-2.6.21-ezxdev-r24-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3086 Summary: linux-ezx-2.6.21-ezxdev-r24-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070930154457 for machine a1200 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 30 16:19:42 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 30 Sep 2007 09:19:42 -0700 (PDT) Subject: [oe-issues] [Bug 3086] linux-ezx-2.6.21-ezxdev-r24-do_compile In-Reply-To: Message-ID: <20070930161942.7EE964000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3086 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #4 from Koen Kooi 2007-09-30 09:19:42 --- invalid -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 30 19:43:56 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 30 Sep 2007 12:43:56 -0700 (PDT) Subject: [oe-issues] [Bug 3087] New: dbus-glib-0.72-r0-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3087 Summary: dbus-glib-0.72-r0-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070930194320 for machine ep93xx -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 30 19:49:05 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 30 Sep 2007 12:49:05 -0700 (PDT) Subject: [oe-issues] [Bug 3088] New: ixp4xx-npe-native-2.4-r0-do_fetch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3088 Summary: ixp4xx-npe-native-2.4-r0-do_fetch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070930194755 for machine nslu2le -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 30 20:34:42 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 30 Sep 2007 13:34:42 -0700 (PDT) Subject: [oe-issues] [Bug 3042] NOTE: package gconf-dbus-2.16.0+svnr1-r3: task do_fetch: started In-Reply-To: Message-ID: <20070930203442.E02B04000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3042 --- Comment #1 from N?stor Amigo Cairo 2007-09-30 13:34:42 --- Hello. Same problem for me. Fixed using a svn command through do_fetch, but then get other errors. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 30 20:53:09 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 30 Sep 2007 13:53:09 -0700 (PDT) Subject: [oe-issues] [Bug 3081] procps-3.2.7-r5-do_compile In-Reply-To: Message-ID: <20070930205309.18A054000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3081 Michael Krelin changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #8 from Michael Krelin 2007-09-30 13:53:08 --- fixed in the revision I can't easily paste, since it's on the other computer ;-) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 30 21:05:50 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 30 Sep 2007 14:05:50 -0700 (PDT) Subject: [oe-issues] [Bug 3089] New: gcc-cross-4.1.2-r9-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3089 Summary: gcc-cross-4.1.2-r9-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070930205421 for machine ixp4xxle -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 1 00:30:45 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 31 Aug 2007 17:30:45 -0700 (PDT) Subject: [oe-issues] [Bug 2905] New: python-pygtk does not provide working "import gtk" Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2905 Summary: python-pygtk does not provide working "import gtk" Product: Openembedded Version: Angstrom Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: kristian at mput.de python-pygtk depends on python-pygobject. It's in the DEPENDS but the pkg-config is only included in the -dev package. At least the .pth file is also missing. It's provided by python-pygobject with the other pygtk.* files but not with any python-pygtk package. root at fic-gta01:/media/card$ python Python 2.5.1 (r251:54863, Aug 24 2007, 16:00:14) [GCC 4.1.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import gtk Traceback (most recent call last): File "", line 1, in ImportError: No module named gtk >>> import sys >>> sys.path ['', '/usr/lib/python25.zip', '/usr/lib/python2.5', '/usr/lib/python2.5/plat-linux2', '/usr/lib/python2.5/lib-tk', '/usr/lib/python2.5/lib-dynload', '/usr/lib/python2.5/site-packages'] >>> sys.path.append('/usr/lib/python2.5/site-packages/gtk-2.0') >>> import gtk Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py", line 26, in from _gtk import * ImportError: could not import gobject > -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 1 00:41:38 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 31 Aug 2007 17:41:38 -0700 (PDT) Subject: [oe-issues] [Bug 2767] spitz: Unable to adjust brightness with FN+3/4 keys within GPE In-Reply-To: Message-ID: <20070901004138.8CE904285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2767 Cl?ment Hermann changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |2326 --- Comment #3 from Cl?ment Hermann 2007-08-31 17:41:38 --- Ok, I've found the problem : the fix for bug #2326 breaks keylaunch. I made this bug depends on #2326. Easy fix if you don't care about minimo handling of Fn key : comment the two last lines in /etc/X11/slcXXXX.xmodmap with a ! : !add mod5 = Mode_switch !remove mod4 = Mode_switch -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 1 00:42:37 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 31 Aug 2007 17:42:37 -0700 (PDT) Subject: [oe-issues] [Bug 2326] minimo not aware of Fn key In-Reply-To: Message-ID: <20070901004237.B98704285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2326 --- Comment #12 from Cl?ment Hermann 2007-08-31 17:42:37 --- Unfortunately, this fix breaks keylaunch. It prevents Fn key to be used in keylaunch. To use this fix, we also need to modify keylaunch (or to find a better way to fix this problem. Just made this bug block #2767. Cheers, Cl?ment Hermann (nodens) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 1 01:00:49 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 31 Aug 2007 18:00:49 -0700 (PDT) Subject: [oe-issues] [Bug 2326] minimo not aware of Fn key In-Reply-To: Message-ID: <20070901010049.B307A4285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2326 --- Comment #13 from Cl?ment Hermann 2007-08-31 18:00:49 --- Note : a s/Mod4Mask/Mod5Mask/g on keylaunch.c should make the trick in keylaunch. But what would be the impact on other machines ? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 1 05:51:13 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 31 Aug 2007 22:51:13 -0700 (PDT) Subject: [oe-issues] [Bug 2894] eglibc should provide glibc packages when chosen as default libc In-Reply-To: Message-ID: <20070901055113.23BCF4285B0@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2894 --- Comment #4 from Koen Kooi 2007-08-31 22:51:12 --- I guess I should learn how to write better sed scripts :) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 1 08:49:06 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 1 Sep 2007 01:49:06 -0700 (PDT) Subject: [oe-issues] [Bug 2906] New: /proc/arm stays permanent Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2906 Summary: /proc/arm stays permanent Product: Openembedded Version: Angstrom Platform: PowerPC OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: mitroshin at gmail.com 1. I compiled source from 20070826 (with option ext3=y in defconfig) for ipaq hx4700 (bitbake 1.8.8, monotone 0.35 from 20070826). 2. Today my battery indicator shows permanent battery life - 100%. 3. I've inspected /proc/apm - it stays permanent. Why? How to repair this? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 00:45:56 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 1 Sep 2007 17:45:56 -0700 (PDT) Subject: [oe-issues] [Bug 2907] New: IndentationError on package_ipk.bbclass Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2907 Summary: IndentationError on package_ipk.bbclass Product: Openembedded Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: blocker Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: cesarb at cesarb.net Buiding with MokoMakefile fails at openocd-native with an IndentationError, which seems to come from package_ipk.bbclass (the line in the error message is misindented there). The commit which added the offending line seems to be 4ab5dc0f4ce672782407d5b484e2319fd8c6e6dc (http://lists.linuxtogo.org/pipermail/openembedded-commits/2007-September/008470.html) NOTE: package openocd-native-0.0+svn20070902: started NOTE: package openocd-native-0.0+svn20070902-r0: task do_package_write: started ERROR: Error in compiling: ERROR: The lines resulting into this error were: ERROR: 54:IndentationError:' bb.data.setVar('ROOT', '', localdata)' ERROR: Printing the environment of the function ERROR: 0050: root = "%s/install/%s" % (workdir, pkg) ERROR: 0051: ERROR: 0052: lf = lockfile(root + ".lock") ERROR: 0053: ERROR: 0054: bb.data.setVar('ROOT', '', localdata) ERROR: 0055: bb.data.setVar('ROOT_%s' % pkg, root, localdata) ERROR: 0056: pkgname = bb.data.getVar('PKG_%s' % pkg, localdata, 1) ERROR: 0057: if not pkgname: ERROR: 0058: pkgname = pkg ERROR: Error in executing: ERROR: Exception: Message:1 ERROR: Printing the environment of the function ERROR: Error in executing: ERROR: Exception: Message:1 ERROR: Printing the environment of the function ERROR: Error in executing: ERROR: Exception: Message:1 ERROR: Printing the environment of the function -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 01:35:59 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 1 Sep 2007 18:35:59 -0700 (PDT) Subject: [oe-issues] [Bug 2907] IndentationError on package_ipk.bbclass In-Reply-To: Message-ID: <20070902013559.696674285B0@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2907 Cesar Eduardo Barros changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Cesar Eduardo Barros 2007-09-01 18:35:59 --- Seems to have been fixed on revision 3cb55f3839ae88970dfa5acd881fccfbd3a79fc8 (http://lists.linuxtogo.org/pipermail/openembedded-commits/2007-September/008480.html) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 07:38:58 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 00:38:58 -0700 (PDT) Subject: [oe-issues] [Bug 2910] New: gcc-cross-initial-4.1.2-r6-do_unpack Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2910 Summary: gcc-cross-initial-4.1.2-r6-do_unpack Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070902071819 for machine ep93xx -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 07:38:58 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 00:38:58 -0700 (PDT) Subject: [oe-issues] [Bug 2908] New: libtool-native-1.5.10-r6-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2908 Summary: libtool-native-1.5.10-r6-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070902071819 for machine ep93xx -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 07:38:58 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 00:38:58 -0700 (PDT) Subject: [oe-issues] [Bug 2909] New: glibc-intermediate-2.5-r6-do_unpack Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2909 Summary: glibc-intermediate-2.5-r6-do_unpack Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070902071819 for machine ep93xx -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 09:19:22 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 02:19:22 -0700 (PDT) Subject: [oe-issues] [Bug 2908] libtool-native-1.5.10-r6-do_compile In-Reply-To: Message-ID: <20070902091922.A65864285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2908 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Koen Kooi 2007-09-02 02:19:22 --- build restarted for bbclass changes -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 09:19:35 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 02:19:35 -0700 (PDT) Subject: [oe-issues] [Bug 2909] glibc-intermediate-2.5-r6-do_unpack In-Reply-To: Message-ID: <20070902091935.9AA2E4285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2909 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Koen Kooi 2007-09-02 02:19:35 --- build restarted for bbclass changes -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 09:19:44 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 02:19:44 -0700 (PDT) Subject: [oe-issues] [Bug 2910] gcc-cross-initial-4.1.2-r6-do_unpack In-Reply-To: Message-ID: <20070902091944.494434285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2910 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Koen Kooi 2007-09-02 02:19:44 --- build restarted for bbclass changes -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 13:20:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 06:20:20 -0700 (PDT) Subject: [oe-issues] [Bug 2598] angstrom simpad gpe: metabug suspend with power button does not work In-Reply-To: Message-ID: <20070902132020.C72984285B0@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2598 --- Comment #5 from Bernhard Guillon 2007-09-02 06:20:20 --- I wrote a power off daemon which reads out a given event file, and does apm -s if power key is pressed. In simpads case it reads out gpio-keys and watches for KEY_POWER event - but it is fully configurable. I needed to add a function to init.d/functions and I did not know If I can provide this as one patch. mtn2.diff includes this file. while mtn.diff does only include the daemon. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 16:44:51 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 09:44:51 -0700 (PDT) Subject: [oe-issues] [Bug 2911] New: angstrom-feed-configs-1.0-0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2911 Summary: angstrom-feed-configs-1.0-0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070902164525 for machine ep93xx -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 16:46:49 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 09:46:49 -0700 (PDT) Subject: [oe-issues] [Bug 2912] New: angstrom-feed-configs-1.0-0-do_install Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2912 Summary: angstrom-feed-configs-1.0-0-do_install Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070902164721 for machine ep93xx -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 16:51:03 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 09:51:03 -0700 (PDT) Subject: [oe-issues] [Bug 2911] angstrom-feed-configs-1.0-0-do_compile In-Reply-To: Message-ID: <20070902165103.9A6844285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2911 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Koen Kooi 2007-09-02 09:51:03 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 2 16:52:54 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 2 Sep 2007 09:52:54 -0700 (PDT) Subject: [oe-issues] [Bug 2912] angstrom-feed-configs-1.0-0-do_install In-Reply-To: Message-ID: <20070902165254.C3A464285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2912 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Koen Kooi 2007-09-02 09:52:54 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 3 11:10:31 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 3 Sep 2007 04:10:31 -0700 (PDT) Subject: [oe-issues] [Bug 2914] New: gcc-cross-4.1. 2-r6 fails to compile because of internal compiler error Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2914 Summary: gcc-cross-4.1.2-r6 fails to compile because of internal compiler error Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: critical Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: hma at syd.odn.ne.jp I set the Severity to critical because of this error is on compiler itself. Please change it if needed. I cleaned cache of ccache, ccache -C, and rm -rf /opt/stuff/dev/tmp && mkdir /opt/stuff/dev/tmp before this bitbake execution. Distro version is set as DISTRO = "angstrom-2007.1" in /opt/stuff/build/conf/local.conf, and I tried DISTRO = "angstrom-2008.1" also, I encountered internal compiler error at other place. Is there anything I can try? And/Or should I have to add some information? The followings are last lines before internal compiler happens: ccache gcc -c -isystem/opt/stuff/dev/tmp/staging/i686-linux/include -Os -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -Icp -I/opt/stuff/dev/tmp/work/armv5te-angstrom-linux-gnueabi/gcc-cross-4.1.2-r6/gcc-4.1.2/gcc -I/opt/stuff/dev/tmp/work/armv5te-angstrom-linux-gnueabi/gcc-cross-4.1.2-r6/gcc-4.1.2/gcc/cp -I/opt/stuff/dev/tmp/work/armv5te-angstrom-linux-gnueabi/gcc-cross-4.1.2-r6/gcc-4.1.2/gcc/../include -I/opt/stuff/dev/tmp/work/armv5te-angstrom-linux-gnueabi/gcc-cross-4.1.2-r6/gcc-4.1.2/gcc/../libcpp/include -I/opt/stuff/dev/tmp/staging/i686-linux/include -isystem/opt/stuff/dev/tmp/staging/i686-linux/include /opt/stuff/dev/tmp/work/armv5te-angstrom-linux-gnueabi/gcc-cross-4.1.2-r6/gcc-4.1.2/gcc/cp/typeck2.c -o cp/typeck2.o /opt/stuff/dev/tmp/work/armv5te-angstrom-linux-gnueabi/gcc-cross-4.1.2-r6/gcc-4.1.2/gcc/cp/typeck2.c: In function 'digest_init': /opt/stuff/dev/tmp/work/armv5te-angstrom-linux-gnueabi/gcc-cross-4.1.2-r6/gcc-4.1.2/gcc/cp/typeck2.c:643: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. For Debian GNU/Linux specific bug reporting instructions, see . The bug is not reproducible, so it is likely a hardware or OS problem. make[2]: *** [cp/typeck2.o] Error 1 make[2]: Leaving directory `/opt/stuff/dev/tmp/work/armv5te-angstrom-linux-gnueabi/gcc-cross-4.1.2-r6/gcc-4.1.2/build.i686-linux.arm-angstrom-linux-gnueabi/gcc' make[1]: *** [all-gcc] Error 2 make[1]: Leaving directory `/opt/stuff/dev/tmp/work/armv5te-angstrom-linux-gnueabi/gcc-cross-4.1.2-r6/gcc-4.1.2/build.i686-linux.arm-angstrom-linux-gnueabi' make: *** [all] Error 2 FATAL: oe_runmake failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 3 13:22:12 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 3 Sep 2007 06:22:12 -0700 (PDT) Subject: [oe-issues] [Bug 2915] New: pxaregs utility for gumstix Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2915 Summary: pxaregs utility for gumstix Product: Openembedded Version: unspecified Platform: ARM OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: simon.vogl at researchstudio.at Created an attachment (id=1933) --> (http://bugs.openembedded.org/attachment.cgi?id=1933) pxaregs bb file and patches for gumstix This adds a bb file for the pxaregs utility + patches from the gumstix svn repository -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 3 13:34:46 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 3 Sep 2007 06:34:46 -0700 (PDT) Subject: [oe-issues] [Bug 2915] pxaregs utility for gumstix In-Reply-To: Message-ID: <20070903133446.30E4F4285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2915 Marcin Juszkiewicz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Marcin Juszkiewicz 2007-09-03 06:34:45 --- cleaned, changed to conform to styleguide more and pushed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 3 14:12:38 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 3 Sep 2007 07:12:38 -0700 (PDT) Subject: [oe-issues] [Bug 2916] New: gnome-desktop_2.18.3 fails do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2916 Summary: gnome-desktop_2.18.3 fails do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: compovod at gmail.com bitbake gnome-desktop fails with the folowing message: NOTE: Executing intltoolize --copy --force --automake NOTE: Executing autoreconf --verbose --install --force -I /home/compovod/OE/build/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/gnome2-macros -I /home/compovod/OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/gnome-desktop-2.18.3-r2/gnome-desktop-2.18.3/m4/ -I /home/compovod/OE/build/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal-1.9 -I /home/compovod/OE/build/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal autoreconf: Entering directory `.' autoreconf: configure.in: not using Gettext autoreconf: running: aclocal -I /home/compovod/OE/build/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/gnome2-macros -I /home/compovod/OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/gnome-desktop-2.18.3-r2/gnome-desktop-2.18.3/m4/ -I /home/compovod/OE/build/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal-1.9 -I /home/compovod/OE/build/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal --force -I m4 aclocal: couldn't open directory `/home/compovod/OE/build/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/gnome2-macros': No such file or directory autoreconf: aclocal failed with exit status: 1 FATAL: autoreconf execution failed. Removing line with EXTRA_AUTORECONF from .bb fixes it for me. The patch is attached. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 3 14:25:52 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 3 Sep 2007 07:25:52 -0700 (PDT) Subject: [oe-issues] [Bug 2762] prism2-firmware 1.8.4 does not work on DCF-660W In-Reply-To: Message-ID: <20070903142552.7946D4285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2762 Graeme Gregory changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Graeme Gregory 2007-09-03 07:25:52 --- Committed change to 1.7.4 firmware in a5a7ee9814548b1e054d96cea845556c4b5c39e9 so hopefully this closes the issue. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 3 20:00:49 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 3 Sep 2007 13:00:49 -0700 (PDT) Subject: [oe-issues] [Bug 2900] samba-3.0.25c support In-Reply-To: Message-ID: <20070903200049.79E634285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2900 --- Comment #1 from Marcin Juszkiewicz 2007-09-03 13:00:49 --- libiconv part pushed to 3.0.23c version -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 14:45:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 07:45:07 -0700 (PDT) Subject: [oe-issues] [Bug 2674] touchscreen on nokia 800 not working In-Reply-To: Message-ID: <20070904144507.CA1DE4285B3@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2674 Marc Poulhi?s changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dkm at kataplop.net --- Comment #1 from Marc Poulhi?s 2007-09-04 07:45:07 --- In fact, touchscreen is working. User can hit buttons and even hit the virtual keyboard (keys blinks blue). Problem is that nothing is written in the text entries and the creation of a new user fails ("empty password" error). My build uses OE from last week and I'm currently building up to date images to see if the problem has been fixed... -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From mdevico at qualcomm.com Tue Sep 4 17:28:50 2007 From: mdevico at qualcomm.com (DeVico, Michael) Date: Tue, 4 Sep 2007 10:28:50 -0700 Subject: [oe-issues] issue with oe_libinstall function in base.bbclass file when passed the -C option Message-ID: <9870FB9891C7AD4B910E20B14776DF850104141F@NAEX16.na.qualcomm.com> Has anyone had any issues with the oe_libinstall function when being passed the -C option? For me, if the -C option is specified, as in the standard package definition file for libtool do_stage () { install -m 0755 ${HOST_SYS}-libtool ${STAGING_BINDIR}/${HOST_SYS}-libtool install -m 0755 libtoolize ${STAGING_BINDIR}/libtoolize -->>> oe_libinstall -a -so -C libltdl libltdl ${STAGING_LIBDIR} install -m 0644 libltdl/ltdl.h ${STAGING_INCDIR}/ install -d ${STAGING_DATADIR}/libtool ${STAGING_DATADIR}/aclocal install -c config.guess ${STAGING_DATADIR}/libtool/ install -c config.sub ${STAGING_DATADIR}/libtool/ install -c -m 0644 ltmain.sh ${STAGING_DATADIR}/libtool/ install -c -m 0644 libtool.m4 ${STAGING_DATADIR}/aclocal/ install -c -m 0644 ltdl.m4 ${STAGING_DATADIR}/aclocal/ } I get the following error during the build: ERROR: function do_stage failed ERROR: log data follows (/opt/data/OpenEmbedded/tmp/work/x86_64-linux/libtool-native-1.5.10-r6/t emp/log.do_stage.8992) | find: write error: Broken pipe | oe_libinstall: cd libltdl/opt/data/OpenEmbedded/tmp/work/x86_64-linux/libtool-native-1.5.1 0-r6/libtool-1.5.10/libltdl | /opt/data/OpenEmbedded/tmp/work/x86_64-linux/libtool-native-1.5.10-r6/te mp/run.do_stage.8992: line 414: cd: libltdl/opt/data/OpenEmbedded/tmp/work/x86_64-linux/libtool-native-1.5.1 0-r6/libtool-1.5.10/libltdl: No such file or directory NOTE: Task failed: /opt/data/OpenEmbedded/tmp/work/x86_64-linux/libtool-native-1.5.10-r6/te mp/log.do_stage.8992 NOTE: package libtool-native-1.5.10-r6: task do_populate_staging: failed ERROR: TaskFailed event exception, aborting NOTE: package libtool-native-1.5.10: failed ERROR: Build of /opt/data/OpenEmbedded/org.openembedded.dev/packages/libtool/libtool-nat ive_1.5.10.bb do_populate_staging failed ERROR: Task 146 (/opt/data/OpenEmbedded/org.openembedded.dev/packages/libtool/libtool-na tive_1.5.10.bb, do_populate_staging) failed NOTE: Tasks Summary: Attempted 313 tasks of which 304 didn't need to be rerun and 1 failed. ERROR: '/opt/data/OpenEmbedded/org.openembedded.dev/packages/libtool/libtool-na tive_1.5.10.bb' failed Digging into the script I figured out that when -C is specified, gets pre-pended into the path and thus messes things up. To get it to work, I made the following changes to the body of the oe_libinstall function (look for #begin/#end My Mods block) oe_libinstall() { # Purpose: Install a library, in all its forms # Example # # oe_libinstall libltdl ${STAGING_LIBDIR}/ # oe_libinstall -C src/libblah libblah ${D}/${libdir}/ dir="" libtool="" silent="" require_static="" require_shared="" staging_install="" while [ "$#" -gt 0 ]; do case "$1" in -C) shift dir="$1" ;; -s) silent=1 ;; -a) require_static=1 ;; -so) require_shared=1 ;; -*) oefatal "oe_libinstall: unknown option: $1" ;; *) break; ;; esac shift done libname="$1" shift destpath="$1" if [ -z "$destpath" ]; then oefatal "oe_libinstall: no destination path specified" fi if echo "$destpath/" | egrep '^${STAGING_LIBDIR}/' >/dev/null then staging_install=1 fi __runcmd () { if [ -z "$silent" ]; then echo >&2 "oe_libinstall: $*" fi $* } # begin my Mods pwd=`pwd` if [ -z "$dir" ]; then dir=$pwd else dir=$pwd/$dir fi # end my Mods dotlai=$libname.lai dir=$dir`(cd $dir;find . -name "$dotlai") | sed "s/^\.//;s/\/$dotlai\$//;q"` olddir=`pwd` __runcmd cd $dir ... Am I missing something? I'm using the tip of the org.openembedded.dev branch as of this morning and my build host is running Fedora Core 7. I am new to the whole Linux distribution build process, so any help would be greatly appreciated. Thanks! --Mike From bugzilla-daemon at tinman.treke.net Tue Sep 4 17:30:13 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 10:30:13 -0700 (PDT) Subject: [oe-issues] [Bug 2917] New: angstrom-console-image-1.0-r0-do_rootfs Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2917 Summary: angstrom-console-image-1.0-r0-do_rootfs Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070904143134 for machine nslu2le -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 17:36:12 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 10:36:12 -0700 (PDT) Subject: [oe-issues] [Bug 2917] angstrom-console-image-1.0-r0-do_rootfs In-Reply-To: Message-ID: <20070904173612.93DD34285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2917 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #2 from Koen Kooi 2007-09-04 10:36:12 --- Ran out of flash space in - 0x1A0000 bytes too large. Marking as WONTFIX, we need another image that is in between minimal-image and console-image -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 19:34:01 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 12:34:01 -0700 (PDT) Subject: [oe-issues] [Bug 2918] New: Support for Technologic Systems TS-72xx SBC Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2918 Summary: Support for Technologic Systems TS-72xx SBC Product: Openembedded Version: unspecified Platform: ARM OS/Version: Linux Status: NEW Severity: enhancement Priority: P1 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: ynezz at true.cz CC: ynezz at true.cz This patch adds machine support for ts72xx and 2.6.22.6, 2.6.23-rc5 kernels -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 19:34:21 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 12:34:21 -0700 (PDT) Subject: [oe-issues] [Bug 2919] New: Create a distro for gumstix Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2919 Summary: Create a distro for gumstix Product: Openembedded Version: Angstrom Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: craig at gumstix.com Depends on: 2891,2893 Created an attachment (id=1938) --> (http://bugs.openembedded.org/attachment.cgi?id=1938) Create gumstix distro and first image Start a distro and set of target images for gumstix, to produce a "default" build for the various flash memory sizes. The current goal is to more or less reproduce the functionality/packages present in the current gumstix buildroot system's default configuration. This is a first cut at that. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 19:39:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 12:39:07 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070904193907.6A46A4285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #1 from Craig Hughes 2007-09-04 12:39:07 --- The distro is based on angstrom (forcing uclibc for now), with udev-115 and mtd-utils-native forced to 1.0.0 cos I was having problems with the git version there. I've also tried to move a bunch of stuff out of conf/local.conf to make it simpler for users. local.conf only needs MACHINE and DISTRO to be specified, and then the distro will configure IMAGE_FSTYPES, ANGSTROM_MODE, etc. so the user doesn't have to think about it. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 19:54:36 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 12:54:36 -0700 (PDT) Subject: [oe-issues] [Bug 2920] New: New Recipe: Free42 RPN Calculator Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2920 Summary: New Recipe: Free42 RPN Calculator Product: Openembedded Version: Angstrom Platform: Other OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: cwixon at usa.net Created an attachment (id=1939) --> (http://bugs.openembedded.org/attachment.cgi?id=1939) Bitbake file for initial release Initial release - includes the standard skin and one VGA skin. Runs nicely on OpenMoko (Neo). Eventually there should be a QVGA version and a VGA version, each with portrait and landscape skins. Those skins exist already, and when I have a chance, I will make separate recipes for the two options. Attached are the .bb file and the required patches, all in plaintext. I'd like to see this make it into the metadata repository. This is my first .bb, so hopefully it isn't too much of an ugly hack. Future revisions should improve. :-) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 19:56:26 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 12:56:26 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070904195626.3DD804285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #2 from Koen Kooi 2007-09-04 12:56:25 --- is it *really* necessary to start a new distro just to eliminate one* var (ANGSTROM_MODE) from local.conf? * MACHINE.conf may set the image types -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 20:06:18 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 13:06:18 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070904200618.29FC54285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #3 from Koen Kooi 2007-09-04 13:06:17 --- your small-image looks suspiciously like packages/images/angstrom-minimal-image-with-mtd-utils.bb :) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 20:09:36 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 13:09:36 -0700 (PDT) Subject: [oe-issues] [Bug 2921] New: ltrace-0.4-r1-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2921 Summary: ltrace-0.4-r1-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070904200056 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 20:15:52 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 13:15:52 -0700 (PDT) Subject: [oe-issues] [Bug 2922] New: qpe-mahjongg - replace some sick code Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2922 Summary: qpe-mahjongg - replace some sick code Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: marek.vasut at gmail.com CC: polyonymous at klever.net qpe-mahjongg contains images that are compiled directly into the application (DOH!). Following patch replaces one sick code with another (at least they arent compiled in anymore) ;) http://marex.hackndev.com/qpe-mahjongg.patch -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 20:16:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 13:16:53 -0700 (PDT) Subject: [oe-issues] [Bug 2921] ltrace-0.4-r1-do_compile In-Reply-To: Message-ID: <20070904201653.3D8414285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2921 --- Comment #1 from Koen Kooi 2007-09-04 13:16:53 --- /media/hda4/OE/build/tmp-new/angstrom/cross/lib/gcc/arm-angstrom-linux-gnueabi/4.1.2/../../../../arm-angstrom-linux-gnueabi/bin/ld: cannot find -liberty is that gcc or binutils? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 20:18:04 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 13:18:04 -0700 (PDT) Subject: [oe-issues] [Bug 2923] New: libsdl_net doesnt compile - looking for host includes Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2923 Summary: libsdl_net doesnt compile - looking for host includes Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: marek.vasut at gmail.com CC: polyonymous at klever.net http://marex.hackndev.com/libsdl_net-fix.patch this patch fixes it for me ... -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 20:18:40 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 13:18:40 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070904201840.6424A4285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #4 from Steve Sakoman 2007-09-04 13:18:40 --- (From update of attachment 1938) As a gumstix customer I don't have any issues with specifying uclibc in my local.conf. I *would* like to be able to control which kernel modules are installed and autoloaded per product image, so having it specified in the machine or distro kind of sucks. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 22:22:13 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 15:22:13 -0700 (PDT) Subject: [oe-issues] [Bug 2924] New: openmoko-image-1.0-r0-do_rootfs Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2924 Summary: openmoko-image-1.0-r0-do_rootfs Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070904201541 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 22:24:41 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 15:24:41 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070904222441.5BBC44285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #5 from Craig Hughes 2007-09-04 15:24:41 --- (In reply to comment #3) > your small-image looks suspiciously like > packages/images/angstrom-minimal-image-with-mtd-utils.bb :) Yeah, I've been lazy so far in defining what to actually put in the package -- it'll look very different once I actually add some packages and configure things to start up/have config scripts the way gumstix wants them. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 22:46:19 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 15:46:19 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070904224619.B3C634285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #6 from Craig Hughes 2007-09-04 15:46:19 --- (In reply to comment #2) > is it *really* necessary to start a new distro just to eliminate one* var > (ANGSTROM_MODE) from local.conf? > > * MACHINE.conf may set the image types It's not just one var in local.conf (which yes, I want to eliminate from there, since users won't have any clue (and shouldn't need any clue) whether to choose glibc or uclibc) and image type, though I don't agree that image type should go in machine.conf -- it surely is a distro issue since there's nothing fundamental about the gumstix machine which says "use JFFS2" rather than "use CRAMFS", etc. There's also the distro name, contents, package preferred versions, chopping out or /boot, stability, etc. which our customers are going to need. Right now, there's no way I can point 99% of our customers are the OE wiki and say "just use OE". It took *me* like 2 days to figure out that the word to type after "bitbake" is "angstrom-minimal-image", and actually that's not what I want at all, I want angstrom-miminal-image plus some more stuff. Actually, maybe if I have a gumstix with minimal on-board flash I want angstrom, but if I have more flash, I want some openmoko like thing. And for all I know, in 6 months I won't want angstrom any more, I'll want something else. The point of having a separate distro for gumstix specifically is that: 1) It's drop-dead easy to explain to gumstix users/customers in a way which won't change frequently -- just add MACHINE=gumstix-type, DISTRO=gumstix-distro to your local.conf and then "bitbake gumstix-xyzsize-image" 2) Strong dependency on angstrom is removed; soft dependency is still there, but if angstrom decides to head in a direction which isn't optimal for gumstix, then there's less problem. 3) It's easier to have a known-good build which gumstix users can use, with fixed package revisions for critical components. Soft dependency on angstrom makes this a lot easier. A stable base to build on is critical for people who want to deploy embedded systems; we have over 7000 customers now, and for many of them "why wouldn't you just want the latest revision?" is not an acceptable answer. My gut tells me there are more reasons than just those 3 too, but it's already been a longish day and I can't come up with them. The bottom line is I'm trying to simplify what a gumstix user needs to do in order to build a working software image. The process for setting up and building OE is currently orders of magnitude harder than setting up and building the gumstix buildroot. The latter is 3 steps: svn checkout; make oldconfig; make. OE is: first, follow the 20-step process on the "getting started" section of the OE wiki; then figure out how to configure the local.conf correctly. Then, figure out which image you want to build. No, there aren't really any clues on the wiki to help you through these choices. Oh, by the way, you need to know enough to make a choice about which C library you want on your system.... I *love* OE. I love being able to build ipkgs. I love having packages/* have thousands of packages (vs dozens with buildroot). But the getting started hurdle for OE is too high, and I'm trying to lower it. And the ongoing maintenance hurdle also looks to be a bit high, and I'm trying to lower that. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 22:47:54 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 15:47:54 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070904224754.4352D4285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #7 from Craig Hughes 2007-09-04 15:47:54 --- (In reply to comment #4) > (From update of attachment 1938 [details]) > As a gumstix customer I don't have any issues with specifying uclibc in my > local.conf. Steve, you're considerably more sophisticated than the average gumstix customer. I can guarantee you that most of our customers/users don't know how to decide on glibc vs uclibc, and I don't want to have the make them figure out how to choose. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 22:50:39 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 15:50:39 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070904225039.BA3654285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #8 from Craig Hughes 2007-09-04 15:50:39 --- (In reply to comment #4) > I *would* like to be able to control which kernel modules are installed and > autoloaded per product image, so having it specified in the machine or distro > kind of sucks. Yup, I agree that's an image thing generally. I'll definitely be going that way. The select-which-modules-to-include stuff is a work in progress for me right now. Putting the decisions in the image file(s) is for sure the better way to go though, I agree. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 4 23:46:31 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 16:46:31 -0700 (PDT) Subject: [oe-issues] [Bug 2925] New: Use linux decompressor instead of u-boot' s for uImage kernels Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2925 Summary: Use linux decompressor instead of u-boot's for uImage kernels Product: Openembedded Version: Angstrom Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: craig at gumstix.com Created an attachment (id=1946) --> (http://bugs.openembedded.org/attachment.cgi?id=1946) Patch to use linux decompressor for uImages not the u-boot one The u-boot gzip decompressor is painfully slow relative to the linux one. This patch uses the gzipped linux kernel image with the kernel's own decompressor header on it inside an uncompressed uImage instead of the uncompressed kernel with a uImage compression which u-boot then needs to decompress. As an added bonus, the uImage seems to come out smaller this way too (827936 bytes vs 994571 in my test). As an extra added bonus, u-boot no longer needs gunzip support to be compiled into it, reducing its size too. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 01:24:51 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 18:24:51 -0700 (PDT) Subject: [oe-issues] [Bug 2926] New: Clean build of Angstrom for Gumstix-Verdex Fails Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2926 Summary: Clean build of Angstrom for Gumstix-Verdex Fails Product: Openembedded Version: Angstrom Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: adam.smola at gmail.com When performing an "angstrom-minimal-image" build from a clean state for Angstrom 2007.1 for the Gumstix-Verdex, the build fails indicating that it cannot satisfy the "update-modules" dependency for task-boot. (Details are below, Section #1) Upon manually bitbaking update-modules and then trying to bitbake angstrom-miniminal-image again, I now receive an error that it cannot resolve the "module-init-tools-depmod" dependency for task-boot. (Details are below, Section #2) ########################################### SECTION #1 | | Successfully terminated. | Collected errors: | ERROR: Cannot satisfy the following dependencies for task-boot: | update-modules update-modules update-modules update-modules update-modules update-modules update-modules | NOTE: Task failed: /oe/build/conf/tmp/work/gumstix-verdex-angstrom-linux-gnueabi/angstrom-minimal-image-1.0-r0/temp/log.do_rootfs.4857 NOTE: package angstrom-minimal-image-1.0-r0: task do_rootfs: failed ERROR: TaskFailed event exception, aborting NOTE: package angstrom-minimal-image-1.0: failed ERROR: Build of /oe/org.openembedded.dev/packages/images/angstrom-minimal-image.bb do_rootfs failed ERROR: Task 4 (/oe/org.openembedded.dev/packages/images/angstrom-minimal-image.bb, do_rootfs) failed NOTE: Tasks Summary: Attempted 553 tasks of which 553 didn't need to be rerun and 1 failed. ERROR: '/oe/org.openembedded.dev/packages/images/angstrom-minimal-image.bb' failed ########################################### SECTION #2 | Successfully terminated. | Collected errors: | ERROR: Cannot satisfy the following dependencies for task-boot: | module-init-tools-depmod | NOTE: Task failed: /oe/build/tmp/work/gumstix-verdex-angstrom-linux-gnueabi/angstrom-minimal-image-1.0-r0/temp/log.do_rootfs.5135 NOTE: package angstrom-minimal-image-1.0-r0: task do_rootfs: failed ERROR: TaskFailed event exception, aborting NOTE: package angstrom-minimal-image-1.0: failed ERROR: Build of /oe/org.openembedded.dev/packages/images/angstrom-minimal-image.bb do_rootfs failed ERROR: Task 4 (/oe/org.openembedded.dev/packages/images/angstrom-minimal-image.bb, do_rootfs) failed NOTE: Tasks Summary: Attempted 553 tasks of which 553 didn't need to be rerun and 1 failed. ERROR: '/oe/org.openembedded.dev/packages/images/angstrom-minimal-image.bb' failed [asmola at localhost build]$ -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 01:26:56 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 18:26:56 -0700 (PDT) Subject: [oe-issues] [Bug 2926] Clean build of Angstrom for Gumstix-Verdex Fails In-Reply-To: Message-ID: <20070905012656.E7F884285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2926 --- Comment #1 from Philip 2007-09-04 18:26:56 --- I have the same problem doing the build with a clean tmp. If I first build for the omap5912osk machine, the gumstix builds succeed. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 04:20:50 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 21:20:50 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070905042050.682874285B0@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #9 from Koen Kooi 2007-09-04 21:20:50 --- (In reply to comment #6) > (In reply to comment #2) > > is it *really* necessary to start a new distro just to eliminate one* var > > (ANGSTROM_MODE) from local.conf? > > > > * MACHINE.conf may set the image types > > It's not just one var in local.conf (which yes, I want to eliminate from there, > since users won't have any clue (and shouldn't need any clue) whether to choose > glibc or uclibc) and image type, though I don't agree that image type should go > in machine.conf -- it surely is a distro issue since there's nothing > fundamental about the gumstix machine which says "use JFFS2" rather than "use > CRAMFS", etc. There is a thing like preferred format, since uboot can't load e.g. xfs images. > Actually, > maybe if I have a gumstix with minimal on-board flash I want angstrom, but if I > have more flash, I want some openmoko like thing. Now you're confusing distro and images The past shows that adding your own distro just leads to bitrot (see how bad the gmustix (no, that isn't a typo) distro has bitrotted the last year. >Strong dependency on angstrom is removed; soft dependency is still there, > but if angstrom decides to head in a direction which isn't optimal for > gumstix, then there's less problem. That's can be solved by something called communication :) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 06:18:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 23:18:27 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070905061827.42D584285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #10 from Craig Hughes 2007-09-04 23:18:27 --- (In reply to comment #9) > There is a thing like preferred format, since uboot can't load e.g. xfs images. I'm not sure what you're saying. There is a thing already there somewhere which I should be using in the distro to set preferred format which could then be over-ridden in local.conf? Or a preferred format thing should be implemented for this? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 06:27:21 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 23:27:21 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070905062721.0F02D4285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #11 from Craig Hughes 2007-09-04 23:27:20 --- (In reply to comment #9) > Now you're confusing distro and images Perhaps. To my mind "distro" means "if you get an ipkg for this distro and your ARCH, it'll work"; whereas "image" means "give me a rootfs with the following list of packages pre-installed in it". I there's a repository somewhere of pre-built angstrom arm ipkgs, then my users won't be able to say that those ipkgs will work on their system, since they won't know if those ipkgs use glibc or uclibc. They won't know if there's some dependency on an older version of udev which they can't downgrade because that'll break some gumstix configuration script or something. In order to provide stability and ease-of-use to gumstix users, I pretty much *need* to have a gumstix distro. > The past shows that adding your own distro just leads to bitrot (see how bad > the gmustix (no, that isn't a typo) distro has bitrotted the last year. I'm not sure the comparison is quite right here. gmustix, looking at it, was the project of some student who perhaps moved onto another project (or graduated?). the gumstix distro I'm talking about would be a core business concern for gumstix the company, and as long as gumstix stays in business, we'd have someone working on maintaining it. And it's not really a whole separate distro. It's like a distro-lite where it's basically taking advantange of all the hard work in angstrom, but just tweaking things a little bit here and there to provide stability and ease of use for gumstix users. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 06:33:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 4 Sep 2007 23:33:07 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070905063307.90EA64285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #12 from Craig Hughes 2007-09-04 23:33:07 --- (In reply to comment #9) > >Strong dependency on angstrom is removed; soft dependency is still there, > > but if angstrom decides to head in a direction which isn't optimal for > > gumstix, then there's less problem. > > That's can be solved by something called communication :) I'd love for the general state of things to be that gumstix-distro.conf contains exactly one line: "require angstrom.bb". In practice though, I doubt that will ever happen; for example I definitely want ANGSTROM_MODE=uclibc; I definitely want udev-115 (well, I'd settle for 114...). I want the gumstix-distro to be a very stable platform which people can build their OEM software base on top of, where I suspect angstrom will want to be able to move faster and make changes more frequently. Communication can help, but I have trouble seeing that the delta between what I'd like for gumstix users specifically, and what angstrom wants for the broader audience it has will ever be 0, in practice. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 09:14:34 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 02:14:34 -0700 (PDT) Subject: [oe-issues] [Bug 2898] broken keymap in spitz image 20070828 In-Reply-To: Message-ID: <20070905091434.AF7404285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2898 --- Comment #1 from Erik Rakhorst 2007-09-05 02:14:34 --- The following was send to the user mailing list by Graeme Gregory: >A quick fix is move /etc/rcS.d/S00keymap to /etc/rcS.d/S04keymap This solves at least the mentioned issues with the 20070828 build on my terrier. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 09:22:57 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 02:22:57 -0700 (PDT) Subject: [oe-issues] [Bug 2898] broken keymap in spitz image 20070828 In-Reply-To: Message-ID: <20070905092257.271684285B0@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2898 --- Comment #2 from Graeme Gregory 2007-09-05 02:22:56 --- This is fixed in meta data, I am working on testing new images to upload. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 09:47:48 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 02:47:48 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070905094748.44F404285B0@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #13 from Richard Purdie 2007-09-05 02:47:47 --- I'm not sure this discussion should be happening in a bugzilla and it should perhaps move to the mailing list. I'll post this message here but I think there are wider issues under discussion here and the mailing list would be more visible. I believe gumstix has a clear cut need for its own distro for the reasons Craig mentions and probably others. I understand where Koen is coming from here as OE has a history of people wanting to create their own distro simply to customize packages or other things an independent distro is inappropriate for. I think Angstrom needs to recognise people are going to need their own distro in some cases though (omoko is another example). These need to be considered on a case by case basis and some agreement on who will maintain the distro is an important part of that consideration, I'm guessing if gusstix cusomters are using OE, bitrot won't be a problem though. I think aiming to use angstrom as a base for distros such as gumstix is a good idea and something we should strive for since it doesn't need to reimplement everything angstrom does, just tweak it for a specific use case. The pitfalls of an independent distro should also be stressed. The base gumstix machine files should be independent of the distro or the images that are produced. This means the machines should be useful on angstrom or any other distro like poky or openmoko). The same applies to a lesser extent to the images as an image is a collection of packages and should also work with any distro too (within reason). I've asked Koen in the past to try and merge the standard images with the angstrom images and this is something that needs consideration as its currently setting a bad example. I can certainly understand the need for making things simple to use for users and you might want to look at how Poky does things in that regard for ideas. We do give the users options there in the form of a well commented sample local.conf and sane defaults but the three command setup process to build an image might be attractive to you. Regarding FSTYPES and machine conf files, it makes sense in some cases and less sense in others. As an example, the update routines for an Akita always need a jffs2 file so defaulting to jffs2 images makes sense for that machine. Its something to consider on a case by case basis (and even in the akita case its just a default and as with most things in OE, is overridable). -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 10:26:55 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 03:26:55 -0700 (PDT) Subject: [oe-issues] [Bug 2925] Use linux decompressor instead of u-boot's for uImage kernels In-Reply-To: Message-ID: <20070905102655.7EED74285B2@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2925 --- Comment #1 from Philip 2007-09-05 03:26:55 --- My test showed a slight size increase .... 994233 Sep 4 17:59 uImage-2.6.21-r7-gumstix-verdex-20070904212032.bin 930845 Sep 4 17:11 uImage-2.6.21-r7-gumstix-connex-20070904203402.bin after: 1007116 Sep 4 22:25 uImage-2.6.21-r7-gumstix-verdex-20070905020144.bin 943728 Sep 4 21:56 uImage-2.6.21-r7-gumstix-connex-20070905013534.bin I'll look at the sped issue when I get my gusmtix running. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 12:10:18 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 05:10:18 -0700 (PDT) Subject: [oe-issues] [Bug 2898] broken keymap in spitz image 20070828 In-Reply-To: Message-ID: <20070905121018.213BA4285B3@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2898 Graeme Gregory changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Graeme Gregory 2007-09-05 05:10:17 --- Uploaded new images, please play with them. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 12:59:11 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 05:59:11 -0700 (PDT) Subject: [oe-issues] [Bug 2927] New: directfb-0.9.25.1-r1 on OE 1.4 for Dreambox fails Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2927 Summary: directfb-0.9.25.1-r1 on OE 1.4 for Dreambox fails Product: Openembedded Version: unspecified Platform: MIPS OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: zengaja at gmx.de Making all in fbdev make[3]: Entering directory `/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/systems/fbdev' if /bin/sh ../../mipsel-linux-libtool --tag=CC --mode=compile mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/systems/fbdev -I../.. -I/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/include -I../../include -I../../lib -I/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/lib -I/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/src -D_XOPEN_SOURCE=500 -D_REENTRANT -I/data/Openembedded/build/tmp/staging/mipsel-linux/include -O3 -ffast-math -pipe -I/data/Openembedded/build/tmp/staging/mipsel-linux/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -D_GNU_SOURCE -Werror-implicit-function-declaration -MT fbdev.lo -MD -MP -MF ".deps/fbdev.Tpo" -c -o fbdev.lo fbdev.c; \ then mv -f ".deps/fbdev.Tpo" ".deps/fbdev.Plo"; else rm -f ".deps/fbdev.Tpo"; exit 1; fi mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/systems/fbdev -I../.. -I/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/include -I../../include -I../../lib -I/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/lib -I/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/src -D_XOPEN_SOURCE=500 -D_REENTRANT -I/data/Openembedded/build/tmp/staging/mipsel-linux/include -O3 -ffast-math -pipe -I/data/Openembedded/build/tmp/staging/mipsel-linux/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -D_GNU_SOURCE -Werror-implicit-function-declaration -MT fbdev.lo -MD -MP -MF .deps/fbdev.Tpo -c fbdev.c -fPIC -DPIC -o .libs/fbdev.o In file included from /data/Openembedded/build/tmp/staging/mipsel-linux/include/linux/types.h:6, from /data/Openembedded/build/tmp/staging/mipsel-linux/include/linux/agpgart.h:52, from agp.h:32, from fbdev.h:40, from fbdev.c:84: /data/Openembedded/build/tmp/staging/mipsel-linux/include/asm/types.h:22: error: redefinition of typedef 'int8_t' /data/Openembedded/build/tmp/staging/mipsel-linux/include/sys/types.h:191: error: previous declaration of 'int8_t' was here /data/Openembedded/build/tmp/staging/mipsel-linux/include/asm/types.h:23: error: redefinition of typedef 'u_int8_t' /data/Openembedded/build/tmp/staging/mipsel-linux/include/sys/types.h:197: error: previous declaration of 'u_int8_t' was here /data/Openembedded/build/tmp/staging/mipsel-linux/include/asm/types.h:25: error: redefinition of typedef 'int16_t' /data/Openembedded/build/tmp/staging/mipsel-linux/include/sys/types.h:192: error: previous declaration of 'int16_t' was here /data/Openembedded/build/tmp/staging/mipsel-linux/include/asm/types.h:26: error: redefinition of typedef 'u_int16_t' /data/Openembedded/build/tmp/staging/mipsel-linux/include/sys/types.h:198: error: previous declaration of 'u_int16_t' was here /data/Openembedded/build/tmp/staging/mipsel-linux/include/asm/types.h:28: error: redefinition of typedef 'int32_t' /data/Openembedded/build/tmp/staging/mipsel-linux/include/sys/types.h:193: error: previous declaration of 'int32_t' was here /data/Openembedded/build/tmp/staging/mipsel-linux/include/asm/types.h:29: error: redefinition of typedef 'u_int32_t' /data/Openembedded/build/tmp/staging/mipsel-linux/include/sys/types.h:199: error: previous declaration of 'u_int32_t' was here /data/Openembedded/build/tmp/staging/mipsel-linux/include/asm/types.h:42: error: redefinition of typedef 'int64_t' /data/Openembedded/build/tmp/staging/mipsel-linux/include/sys/types.h:194: error: previous declaration of 'int64_t' was here /data/Openembedded/build/tmp/staging/mipsel-linux/include/asm/types.h:43: error: redefinition of typedef 'u_int64_t' /data/Openembedded/build/tmp/staging/mipsel-linux/include/sys/types.h:200: error: previous declaration of 'u_int64_t' was here make[3]: *** [fbdev.lo] Error 1 make[3]: Leaving directory `/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/systems/fbdev' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1/systems' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/data/Openembedded/build/tmp/work/directfb-0.9.25.1-r1/DirectFB-0.9.25.1' make: *** [all] Error 2 FATAL: oe_runmake failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 13:16:49 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 06:16:49 -0700 (PDT) Subject: [oe-issues] [Bug 2927] directfb-0.9.25.1-r1 on OE 1.4 for Dreambox fails In-Reply-To: Message-ID: <20070905131649.688064285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2927 --- Comment #1 from Joaquim Duran 2007-09-05 06:16:49 --- You should update your repository. The current version of directfb in the repository is 1.0.0. This problem could be fixed in this new version. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 13:38:02 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 06:38:02 -0700 (PDT) Subject: [oe-issues] [Bug 2927] directfb-0.9.25.1-r1 on OE 1.4 for Dreambox fails In-Reply-To: Message-ID: <20070905133802.B97404285B1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2927 --- Comment #2 from zengaja at gmx.de 2007-09-05 06:38:02 --- (In reply to comment #1) > You should update your repository. The current version of directfb in the > repository is 1.0.0. This problem could be fixed in this new version. > tried it with ver. 1.0.0 from the dev-branch. this produces another error. But change is good i suppose :-) if mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I/data/Openembedded/build/tmp/work/directfb-1.0.0-r5/DirectFB-1.0.0/tools -I.. -I../lib -I../inclu de -I/data/Openembedded/build/tmp/work/directfb-1.0.0-r5/DirectFB-1.0.0/include -I/data/Openembedded/build/tmp/work/directfb-1.0.0-r5/Direc tFB-1.0.0/lib -I/data/Openembedded/build/tmp/work/directfb-1.0.0-r5/DirectFB-1.0.0/src -D_REENTRANT -I/data/Openembedded/build/tmp/staging /mipsel-linux/include -I/data/Openembedded/build/tmp/staging/mipsel-linux/lib/../include -I/data/Openembedded/build/tmp/staging/mipsel-linu x/lib/../include/freetype2 -O3 -ffast-math -pipe -I/data/Openembedded/build/tmp/staging/mipsel-linux/include -fexpensive-optimizations -fom it-frame-pointer -frename-registers -O2 -D_GNU_SOURCE -Werror-implicit-function-declaration -MT mkdgiff.o -MD -MP -MF ".deps/mkdgiff.Tpo" -c -o mkdgiff.o mkdgiff.c; \ then mv -f ".deps/mkdgiff.Tpo" ".deps/mkdgiff.Po"; else rm -f ".deps/mkdgiff.Tpo"; exit 1; fi mkdgiff.c: In function 'main': mkdgiff.c:583: error: 'ft_encoding_latin_1' undeclared (first use in this function) mkdgiff.c:583: error: (Each undeclared identifier is reported only once mkdgiff.c:583: error: for each function it appears in.) make[2]: *** [mkdgiff.o] Error 1 make[2]: Leaving directory `/data/Openembedded/build/tmp/work/directfb-1.0.0-r5/DirectFB-1.0.0/tools' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/data/Openembedded/build/tmp/work/directfb-1.0.0-r5/DirectFB-1.0.0' make: *** [all] Error 2 FATAL: oe_runmake failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 15:32:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 08:32:07 -0700 (PDT) Subject: [oe-issues] [Bug 2928] New: binutils-cross fails to build on x86_64 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2928 Summary: binutils-cross fails to build on x86_64 Product: Openembedded Version: Angstrom Platform: PC OS/Version: Linux Status: NEW Severity: blocker Priority: P5 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: philip at balister.org Created an attachment (id=1953) --> (http://bugs.openembedded.org/attachment.cgi?id=1953) do_stage log I have installed OE on a Fedora 7 machine using the x86_64 media. The PC is an Intel Core 2 Duo. binutils-cross fails to build with this message : | rmdir: /home/balister/oe/tmp/cross//home/balister/oe/tmp/cross/lib/gcc-lib: No such file or directory | rmdir: /home/balister/oe/tmp/cross//home/balister/oe/tmp/cross/lib: No such file or directory | rmdir: /home/balister/oe/tmp/cross//home/balister/oe/tmp/cross: No such file or directory | mv: cannot stat `/home/balister/oe/tmp/cross/lib/libiberty.a': No such file or directory NOTE: Task failed: /home/balister/oe/tmp/work/armv5te-angstrom-linux-gnueabi/binutils-cross-2.18-r0/temp/log.do_stage.15707 NOTE: package binutils-cross-2.18-r0: task do_populate_staging: failed ERROR: TaskFailed event exception, aborting NOTE: package binutils-cross-2.18: failed ERROR: Build of /home/balister/oe/org.openembedded.dev/packages/binutils/binutils-cross_2.18.bb do_populate_staging failed ERROR: Task 279 (/home/balister/oe/org.openembedded.dev/packages/binutils/binutils-cross_2.18.bb, do_populate_staging) failed NOTE: Tasks Summary: Attempted 101 tasks of which 0 didn't need to be rerun and 1 failed. ERROR: '/home/balister/oe/org.openembedded.dev/packages/binutils/binutils-cross_2.18.bb' failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 15:48:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 08:48:53 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070905154853.9D2574285B0@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #14 from Koen Kooi 2007-09-05 08:48:53 --- (In reply to comment #13) > I'm not sure this discussion should be happening in a bugzilla and it should > perhaps move to the mailing list. I'll post this message here but I think there > are wider issues under discussion here and the mailing list would be more > visible. > > I believe gumstix has a clear cut need for its own distro for the reasons Craig > mentions and probably others. I understand where Koen is coming from here as OE > has a history of people wanting to create their own distro simply to customize > packages or other things an independent distro is inappropriate for. I think > Angstrom needs to recognise people are going to need their own distro in some > cases though (omoko is another example). These need to be considered on a case > by case basis and some agreement on who will maintain the distro is an > important part of that consideration, I'm guessing if gusstix cusomters are > using OE, bitrot won't be a problem though. I recognize there is a need for a derivative distro, in the openmoko cases all parties agreed on it. In the gumstix case I'm having this discussion to see if it's really needed or (don't take this the wrong way) the usual thing of believing to be 'special'. A big number of bogus arguments are being used, which I want to counter :) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 16:53:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 09:53:07 -0700 (PDT) Subject: [oe-issues] [Bug 2926] Clean build of Angstrom for Gumstix-Verdex Fails In-Reply-To: Message-ID: <20070905165307.7862C402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2926 --- Comment #2 from Philip 2007-09-05 09:53:07 --- I believe I can build angstrom-console-image after the angstrom-minimal-iamge failure. After the successful console build, the minimal build succeeds. I hope this is right, I might be losing track of things. Philip -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 17:09:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 10:09:07 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross fails to build on x86_64 In-Reply-To: Message-ID: <20070905170907.4EB1E402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #1 from Cliff Brake 2007-09-05 10:09:07 --- I see the same thing on Ubuntu 7.04/AMD64 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 18:09:34 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 11:09:34 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070905180934.D85A6402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #15 from Craig Hughes 2007-09-05 11:09:34 --- (In reply to comment #14) > I recognize there is a need for a derivative distro, in the openmoko cases all > parties agreed on it. In the gumstix case I'm having this discussion to see if > it's really needed or (don't take this the wrong way) the usual thing of > believing to be 'special'. A big number of bogus arguments are being used, > which I want to counter :) I guess the specialness in the gumstix case is several thousand users who might start using OE if we switch to it as the primary build platform for gumstix. Many of those users have AOL-level sophistication. Many will probably switch from building themselves to using pre-built .ipkgs, but that will make it even more important that when they find an .ipkg somewhere, it'll actually work on their gumstix, including correct libc, etc. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 18:10:57 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 11:10:57 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070905181057.60BC4402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #16 from Craig Hughes 2007-09-05 11:10:57 --- Just to be clear, I'm completely new to OE -- having a derived distro just seems like by far the easiest way to manage this sort of thing within the OE framework. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 18:11:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 11:11:07 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross fails to build on x86_64 In-Reply-To: Message-ID: <20070905181107.B69FC401FBF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #2 from Cliff Brake 2007-09-05 11:11:07 --- The following line from binutils-cross.inc is failing: mv -f ${CROSS_DIR}/lib/libiberty.a ${CROSS_DIR}/${TARGET_SYS}/lib The problem is the directory should be: ${CROSS_DIR}/lib64/libiberty.a The make install outputs the following: mv -f /build/openmoko/oe/build/tmp/cross/lib/`gcc -isystem/build/openmoko/oe/build/tmp/staging/x86_64-linux/include -Os -print-multi-os-directory`/./libiberty.an /build/openmoko/oe/build/tmp/cross/lib/`gcc -isystem/build/openmoko/oe/build/tmp/staging/x86_64-linux/include -Os-print-multi-os-directory`/./libiberty.a `gcc -isystem/build/openmoko/oe/build/tmp/staging/x86_64-linux/include -Os-print-multi-os-directory` on this system returns: ../lib64 further suggestions welcome ... -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 18:13:32 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 11:13:32 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross fails to build on x86_64 In-Reply-To: Message-ID: <20070905181332.26032402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #3 from Philip 2007-09-05 11:13:31 --- khem pasted this and it appears to have solved the build problem for me # # old_revision [f187242e911a395651f8c0b903c471eaa5944ab9] # # patch "packages/binutils/binutils-cross.inc" # from [2a9f9e4a843e43fc6356fa81e25f167e69bdd8d2] # to [c3cfcc09fe95e51f8ed861c38e18ebd51cc47d45] # ============================================================ --- packages/binutils/binutils-cross.inc 2a9f9e4a843e43fc6356fa81e25f167e69bdd8d2 +++ packages/binutils/binutils-cross.inc c3cfcc09fe95e51f8ed861c38e18ebd51cc47d45 @@ -17,14 +17,14 @@ do_stage () { rm -rf ${CROSS_DIR}/share/locale rm -rf ${CROSS_DIR}/share/man rmdir ${CROSS_DIR}/share || : - rmdir ${CROSS_DIR}/${libdir}/gcc-lib || : - rmdir ${CROSS_DIR}/${libdir} || : + rmdir ${CROSS_DIR}/${libdir}64/gcc-lib || : + rmdir ${CROSS_DIR}/${libdir}64 || : rmdir ${CROSS_DIR}/${prefix} || : # We want to move this into the target specific location mkdir -p ${CROSS_DIR}/${TARGET_SYS}/lib - mv -f ${CROSS_DIR}/lib/libiberty.a ${CROSS_DIR}/${TARGET_SYS}/lib - rmdir ${CROSS_DIR}/lib || : + mv -f ${CROSS_DIR}/lib64/libiberty.a ${CROSS_DIR}/${TARGET_SYS}/lib + rmdir ${CROSS_DIR}/lib64 || : } do_install () { -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 18:24:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 11:24:27 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross fails to build on x86_64 In-Reply-To: Message-ID: <20070905182427.C571A401FBF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #4 from Cliff Brake 2007-09-05 11:24:27 --- This is what I get when I run: gcc -print-multi-lib .; 32;@m32 It would be interested to see what others get if binutils-cross is working on a AMD64 host. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 18:24:37 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 11:24:37 -0700 (PDT) Subject: [oe-issues] [Bug 2919] Create a distro for gumstix In-Reply-To: Message-ID: <20070905182437.29002402044@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2919 --- Comment #17 from Koen Kooi 2007-09-05 11:24:36 --- (In reply to comment #15) > (In reply to comment #14) > > > I recognize there is a need for a derivative distro, in the openmoko cases all > > parties agreed on it. In the gumstix case I'm having this discussion to see if > > it's really needed or (don't take this the wrong way) the usual thing of > > believing to be 'special'. A big number of bogus arguments are being used, > > which I want to counter :) > > I guess the specialness in the gumstix case is several thousand users who might > start using OE if we switch to it as the primary build platform for gumstix. Homer: There are 3 ways to do it: the right way, the wrong way and the Homer Simpson way. Bart: Isn't the homer way the wrong way? Homer: Yes, but faster. > Many of those users have AOL-level sophistication. Many will probably switch > from building themselves to using pre-built .ipkgs, but that will make it even > more important that when they find an .ipkg somewhere, "somewhere" being the operative word... > it'll actually work on their gumstix, including correct libc, etc. Having a derived distro doesn't help against that. AOL type uses will download and try to install anything that ends in .ipk, even if you make it clear that only stuff in the gumstix package repos will work. To solve that you have to extend the ipkg format and patch ipkg itself to only allow "gumstix-leet-uclibc" ipkgs ( or .debs or .rpms, etc). As I hinted at earlier, I'm not against having a gumstix distro as an angstrom-derivative, but the majority of your arguments aren't making sense in an OE context (don't feel bad, OE is weird in that way). The arguments that do make sense (control, branding) are key ones. And why do people keep insisting on newer udevs without giving concrete answers on why? The previous person that insisted on it couldn't get further than pasting the changelog and saying something that summarizes as "OMG newer!!!". Please file bugs on what is broken in 092 and specify how a newer version fixes that bugs. If it fixes big bugs we can make 115 and OE wide default or and angstrom wide default. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 18:51:26 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 11:51:26 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross fails to build on x86_64 In-Reply-To: Message-ID: <20070905185127.0222D401FBF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #5 from Cliff Brake 2007-09-05 11:51:26 --- The following lines in the binutils-cross.inc could also use some cleanup: rmdir ${CROSS_DIR}/${libdir}/gcc-lib || : rmdir ${CROSS_DIR}/${libdir} || : rmdir ${CROSS_DIR}/${prefix} || : as they generate: rmdir /build/oe/build_targets/compulab-pxa270/tmp/cross//build/oe/build_targets/compulab-pxa270/tmp/cross/lib/gcc-lib || : rmdir /build/oe/build_targets/compulab-pxa270/tmp/cross//build/oe/build_targets/compulab-pxa270/tmp/cross/lib || : rmdir /build/oe/build_targets/compulab-pxa270/tmp/cross//build/oe/build_targets/compulab-pxa270/tmp/cross || : -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 19:16:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 12:16:27 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross fails to build on x86_64 In-Reply-To: Message-ID: <20070905191627.560934285B0@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #6 from Cliff Brake 2007-09-05 12:16:27 --- The following patch will probably work with 2.6.18 on both 32 and 64 bit hosts. However, it may break with earlier versions of binutils. I'm still not sure what to do with the following lines in the bb as I'm not sure what the intent is, but they fail nicely ... rmdir ${CROSS_DIR}/${libdir}/gcc-lib || : rmdir ${CROSS_DIR}/${libdir} || : rmdir ${CROSS_DIR}/${prefix} || : # # old_revision [110c6ec488c63036fe1cb9a1e304bfb935b57bca] # # patch "packages/binutils/binutils-cross.inc" # from [2a9f9e4a843e43fc6356fa81e25f167e69bdd8d2] # to [bd04b8b517ab24728bf6d5f2cad09dee8f175b39] # ============================================================ --- packages/binutils/binutils-cross.inc 2a9f9e4a843e43fc6356fa81e25f167e69bdd8d2 +++ packages/binutils/binutils-cross.inc bd04b8b517ab24728bf6d5f2cad09dee8f175b39 @@ -11,6 +11,8 @@ do_stage () { do_stage () { oe_runmake install + MULTILIBDIR=`gcc -print-multi-os-directory` + # We don't really need these, so we'll remove them... rm -rf ${CROSS_DIR}/lib/ldscripts rm -rf ${CROSS_DIR}/share/info @@ -23,8 +25,8 @@ do_stage () { # We want to move this into the target specific location mkdir -p ${CROSS_DIR}/${TARGET_SYS}/lib - mv -f ${CROSS_DIR}/lib/libiberty.a ${CROSS_DIR}/${TARGET_SYS}/lib - rmdir ${CROSS_DIR}/lib || : + mv -f ${CROSS_DIR}/lib/${MULTILIBDIR}/libiberty.a ${CROSS_DIR}/${TARGET_SYS}/lib + rmdir ${CROSS_DIR}/lib/${MULTILIBDIR} || : } do_install () { -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 19:54:08 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 12:54:08 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross fails to build on x86_64 In-Reply-To: Message-ID: <20070905195408.D46A7402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #7 from Khem Raj 2007-09-05 12:54:08 --- This is because we use $libdir to reach to cross lib path. On x86_64 the cross lib path will be lib64. I think one way to solve it is to define a variable crosslibdir which is conditional on host type and not use libdir. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 21:25:41 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 14:25:41 -0700 (PDT) Subject: [oe-issues] [Bug 2929] New: eglibc should not regenerate configure scripts Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2929 Summary: eglibc should not regenerate configure scripts Product: Openembedded Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: likewise at gmx.net [23:05] KhemWork: Do you have a working angstrom eglibc build? Mine fails on a configure, where grep fails (I suspect argument buffer overflow due to my long pwd path name). [23:05] likewise: there is a fix for that you should touch all configure files so that they are not regenerated [23:06] I thought koen committed that fix [23:06] KhemWork: where was that patch committed? bugtracker? [23:07] nope I think when we were mucking with eglibc [23:08] likewise: check do_confiure() in eglibc_svn.bb [23:09] rpurdie * r973 / (6 files in 4 dirs): fetch/: Add mercurial (hg) fetcher from Robert Schuster (#2913) [23:10] likewise: We need same touch command for eglibc-initial_svn.bb eglibc-intermediate_svn.bb [23:10] as well [23:10] KhemWork: ok [23:10] likewise: can you prepare the patch for those two ? [23:10] KhemWork: sure [23:10] will do [23:10] and test it and commit it -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 5 22:19:38 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 15:19:38 -0700 (PDT) Subject: [oe-issues] [Bug 2930] New: angstrom-2008. 1 overwrites the PREFERRED_VERSION for binutils Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2930 Summary: angstrom-2008.1 overwrites the PREFERRED_VERSION for binutils Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: raj.khem at gmail.com Created an attachment (id=1958) --> (http://bugs.openembedded.org/attachment.cgi?id=1958) patch to fix it. angstrom-2007.1 sets this PREFERRED_VERSION_binutils ?= "2.18" PREFERRED_VERSION_binutils-cross ?= "2.18" PREFERRED_VERSION_binutils-cross-sdk ?= "2.18" but then angstrom-2008.1 overwrites this PREFERRED_VERSION_binutils = "2.17.50.0.12" PREFERRED_VERSION_binutils-cross = "2.17.50.0.12" PREFERRED_VERSION_binutils-cross-sdk = "2.17.50.0.12" -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 02:01:06 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 19:01:06 -0700 (PDT) Subject: [oe-issues] [Bug 2931] New: libgcc-related SO link errors after recent changes to gcc. bb Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2931 Summary: libgcc-related SO link errors after recent changes to gcc.bb Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P1 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: pmiscml at gmail.com $ bitbake gst-plugins-base -c rebuild OE Build Configuration: BB_VERSION = "1.8.9" OE_REVISION = "6a2d2b93d5aaaeac208513989dea7830e85864d2" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "hx4700" DISTRO = "angstrom" DISTRO_VERSION = "2007.9-test-20070906" TARGET_FPU = "soft" | arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale -isystem/home/pfalcon/linux-ppc/build-oe-angstrom/tmp/staging/arm-angstrom-linux-gnueabi/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -Wl,-rpath-link -Wl,/home/pfalcon/linux-ppc/build-oe-angstrom/tmp/staging/arm-angstrom-linux-gnueabi/lib -Wl,-O1 -o .libs/testchannels testchannels-testchannels.o -L/home/pfalcon/linux-ppc/build-oe-angstrom/tmp/staging/arm-angstrom-linux-gnueabi/lib -pthread /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/staging/arm-angstrom-linux-gnueabi/lib/libgstreamer-0.10.so /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/staging/arm-angstrom-linux-gnueabi/lib/libgobject-2.0.so /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/staging/arm-angstrom-linux-gnueabi/lib/libgmodule-2.0.so /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/staging/arm-angstrom-linux-gnueabi/lib/libgthread-2.0.so -lrt /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/staging/arm-angstrom-linux-gnueabi/lib/libxml2.so -ldl -lpthread /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/staging/arm-angstrom-linux-gnueabi/lib/libz.so -lm /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/staging/arm-angstrom-linux-gnueabi/lib/libglib-2.0.so -Wl,--rpath -Wl,/home/pfalcon/linux-ppc/build-oe-angstrom/tmp/work/armv5te-angstrom-linux-gnueabi/zlib-1.2.3-r2/image/usr/lib | /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/cross/lib/gcc/arm-angstrom-linux-gnueabi/4.1.2/../../../../arm-angstrom-linux-gnueabi/bin/ld: .libs/testchannels: hidden symbol `__div0' in /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/cross/lib/gcc/arm-angstrom-linux-gnueabi/4.1.2/libgcc.a(_dvmd_lnx.o) is referenced by DSO | /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/cross/lib/gcc/arm-angstrom-linux-gnueabi/4.1.2/../../../../arm-angstrom-linux-gnueabi/bin/ld: final link failed: Nonrepresentable section on output | collect2: ld returned 1 exit status | make[5]: *** [testchannels] Error 1 | make[5]: Leaving directory `/home/pfalcon/linux-ppc/build-oe-angstrom/tmp/work/armv5te-angstrom-linux-gnueabi/gst-plugins-base-0.10.14-r2/gst-plugins-base-0.10.14/gst-libs/gst/audio' | make[4]: *** [all] Error 2 | make[4]: Leaving directory `/home/pfalcon/linux-ppc/build-oe-angstrom/tmp/work/armv5te-angstrom-linux-gnueabi/gst-plugins-base-0.10.14-r2/gst-plugins-base-0.10.14/gst-libs/gst/audio' | make[3]: *** [all-recursive] Error 1 | make[3]: Leaving directory `/home/pfalcon/linux-ppc/build-oe-angstrom/tmp/work/armv5te-angstrom-linux-gnueabi/gst-plugins-base-0.10.14-r2/gst-plugins-base-0.10.14/gst-libs/gst' | make[2]: *** [all-recursive] Error 1 | make[2]: Leaving directory `/home/pfalcon/linux-ppc/build-oe-angstrom/tmp/work/armv5te-angstrom-linux-gnueabi/gst-plugins-base-0.10.14-r2/gst-plugins-base-0.10.14/gst-libs' | make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory `/home/pfalcon/linux-ppc/build-oe-angstrom/tmp/work/armv5te-angstrom-linux-gnueabi/gst-plugins-base-0.10.14-r2/gst-plugins-base-0.10.14' | make: *** [all] Error 2 | FATAL: oe_runmake failed NOTE: Task failed: /home/pfalcon/linux-ppc/build-oe-angstrom/tmp/work/armv5te-angstrom-linux-gnueabi/gst-plugins-base-0.10.14-r2/temp/log.do_compile.31591 NOTE: package gst-plugins-base-0.10.14-r2: task do_compile: failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 02:02:46 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 19:02:46 -0700 (PDT) Subject: [oe-issues] [Bug 2931] libgcc-related SO link errors after recent changes to gcc.bb In-Reply-To: Message-ID: <20070906020246.66FD7402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2931 --- Comment #1 from Paul Sokolovsky 2007-09-05 19:02:46 --- This didn't happen with gcc-4.1.2-r4, this does happen with -r6. This happens with both binutils 2.18 and 2.17.50.0.5. This happens to cups package, too. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 04:12:31 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 21:12:31 -0700 (PDT) Subject: [oe-issues] [Bug 2932] New: libnotify-0.4.4-r0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2932 Summary: libnotify-0.4.4-r0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906041037 for machine h6300 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 04:17:18 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 21:17:18 -0700 (PDT) Subject: [oe-issues] [Bug 2933] New: gpe-bluetooth-0.55-r0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2933 Summary: gpe-bluetooth-0.55-r0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906041644 for machine h6300 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 05:23:34 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 22:23:34 -0700 (PDT) Subject: [oe-issues] [Bug 2933] gpe-bluetooth-0.55-r0-do_compile In-Reply-To: Message-ID: <20070906052334.83F3A402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2933 --- Comment #2 from Koen Kooi 2007-09-05 22:23:34 --- gettext missing? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 05:59:00 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 22:59:00 -0700 (PDT) Subject: [oe-issues] [Bug 2932] libnotify-0.4.4-r0-do_compile In-Reply-To: Message-ID: <20070906055900.4AF2D402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2932 --- Comment #3 from Koen Kooi 2007-09-05 22:59:00 --- /cross/lib/gcc/arm-angstrom-linux-uclibcgnueabi/4.1.2/../../../../arm-angstrom-linux-uclibcgnueabi/bin/ld: .libs/notify-send: hidden symbol `__clz_tab' in /cross/lib/gcc/arm-angstrom-linux-uclibcgnueabi/4.1.2/libgcc.a(_clz.o) is referenced by DSO /cross/lib/gcc/arm-angstrom-linux-uclibcgnueabi/4.1.2/../../../../arm-angstrom-linux-uclibcgnueabi/bin/ld: final link failed: Nonrepresentable section on output collect2: ld returned 1 exit status -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 06:38:34 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 23:38:34 -0700 (PDT) Subject: [oe-issues] [Bug 2888] xserver-kdrive-imageon-1.3.0.0-r0-do_patch In-Reply-To: Message-ID: <20070906063834.CE6B0402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2888 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-05 23:38:34 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 06:39:14 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 23:39:14 -0700 (PDT) Subject: [oe-issues] [Bug 2880] linux-handhelds-2.6-2.6.21-hh12-r2-do_compile In-Reply-To: Message-ID: <20070906063914.ECC23402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2880 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Koen Kooi 2007-09-05 23:39:14 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 06:42:18 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 23:42:18 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross fails to build on x86_64 In-Reply-To: Message-ID: <20070906064218.1C3B6402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 Claes Mogren changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cm at acc.umu.se --- Comment #9 from Claes Mogren 2007-09-05 23:42:17 --- Thanks, cesarb's patch worked for me too on amd64. I also think the crosslibdir suggestion sounds like a good idea, but what do I know... -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 06:42:39 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 23:42:39 -0700 (PDT) Subject: [oe-issues] [Bug 2934] New: gtk+-2.10.14-r7-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2934 Summary: gtk+-2.10.14-r7-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906063739 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 06:59:09 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 5 Sep 2007 23:59:09 -0700 (PDT) Subject: [oe-issues] [Bug 2930] angstrom-2008.1 overwrites the PREFERRED_VERSION for binutils In-Reply-To: Message-ID: <20070906065909.7FECF402042@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2930 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-05 23:59:09 --- fixed in r22435246c6164e8d9181239f72a4b3ddae29e35b -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 07:32:18 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 00:32:18 -0700 (PDT) Subject: [oe-issues] [Bug 2927] directfb-0.9.25.1-r1 on OE 1.4 for Dreambox fails In-Reply-To: Message-ID: <20070906073218.64182402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2927 --- Comment #3 from Joaquim Duran 2007-09-06 00:32:18 --- > ".deps/mkdgiff.Tpo"; exit 1; fi > mkdgiff.c: In function 'main': > mkdgiff.c:583: error: 'ft_encoding_latin_1' undeclared (first use in this > function) > mkdgiff.c:583: error: (Each undeclared identifier is reported only once > mkdgiff.c:583: error: for each function it appears in.) > make[2]: *** [mkdgiff.o] Error 1 > make[2]: Leaving directory > `/data/Openembedded/build/tmp/work/directfb-1.0.0-r5/DirectFB-1.0.0/tools' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory The function 'ft_encoding_latin_1' is defined in freetype, and freetype is already defined in the dependencies of directfb. So, it looks like that freetype, or almost, a recent version is not used. As your local repository has not been updated for a long time (befoire yesterday), I suggest to you to remove ALL contents of oebuild directory and generate the directfb library from scratch. $bitbake directfb An posts the results. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 08:18:39 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 01:18:39 -0700 (PDT) Subject: [oe-issues] [Bug 2918] Support for Technologic Systems TS-72xx SBC In-Reply-To: Message-ID: <20070906081839.777ED402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2918 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Koen Kooi 2007-09-06 01:18:39 --- applied with some changes (see http://www.openembedded.org/wiki/VersioningPolicy), thanks. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 08:46:40 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 01:46:40 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross fails to build on x86_64 In-Reply-To: Message-ID: <20070906084640.26829402042@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #10 from Marcin Juszkiewicz 2007-09-06 01:46:39 --- 10:45 hrw at home:~$ gcc -print-multi-lib .; 32;@m32 10:45 hrw at home:~$ uname -a Linux home 2.6.23-rc5-hrt1 #32 PREEMPT Wed Sep 5 13:27:55 CEST 2007 x86_64 GNU/Linux I have ia32-libs installed and binutils(-cross(-sdk)) 2.18 builds for me. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 08:59:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 01:59:07 -0700 (PDT) Subject: [oe-issues] [Bug 2935] New: libmokojournal2-0.1.0+svnr2780-r2-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2935 Summary: libmokojournal2-0.1.0+svnr2780-r2-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906085642 for machine fic-gta02 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 09:01:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 02:01:27 -0700 (PDT) Subject: [oe-issues] [Bug 2935] libmokojournal2-0.1.0+svnr2780-r2-do_compile In-Reply-To: Message-ID: <20070906090128.033A3402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2935 --- Comment #2 from Koen Kooi 2007-09-06 02:01:27 --- /data/build/koen/OE/build/tmp/angstrom/staging/arm-angstrom-linux-uclibcgnueabi/include/libxml2/libxml/encoding.h:28:19: error: iconv.h: No such file or directory -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 09:10:49 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 02:10:49 -0700 (PDT) Subject: [oe-issues] [Bug 2936] New: libiconv-1.11-r4-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2936 Summary: libiconv-1.11-r4-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906090914 for machine fic-gta02 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 09:12:52 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 02:12:52 -0700 (PDT) Subject: [oe-issues] [Bug 2936] libiconv-1.11-r4-do_configure In-Reply-To: Message-ID: <20070906091252.8EEDE402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2936 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Koen Kooi 2007-09-06 02:12:52 --- caused by launching a second build which interfered -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 10:09:52 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 03:09:52 -0700 (PDT) Subject: [oe-issues] [Bug 2326] minimo not aware of Fn key In-Reply-To: Message-ID: <20070906100952.1966A402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2326 --- Comment #15 from Graeme Gregory 2007-09-06 03:09:51 --- I have now investigated this problem deeper. Mod4 is meta in mozilla, its also Meta in emacs and pretty much all desktop software. This blocks its use as Fn key. I beleive the correct fix is to move out use of Fn to Mod5 and "fix" keylaunch. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 10:11:42 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 03:11:42 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross fails to build on x86_64 In-Reply-To: Message-ID: <20070906101142.695B8402042@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #11 from Tomas Frydrych 2007-09-06 03:11:42 --- Same issue here; the lib is initially in cross/lib64; tweaking the .inc file locally fixes this, but a generic, portatble solutions is needed. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 11:18:51 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 04:18:51 -0700 (PDT) Subject: [oe-issues] [Bug 2937] New: gnome-desktop-2.18.3-r2-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2937 Summary: gnome-desktop-2.18.3-r2-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906111622 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 11:27:50 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 04:27:50 -0700 (PDT) Subject: [oe-issues] [Bug 2937] gnome-desktop-2.18.3-r2-do_configure In-Reply-To: Message-ID: <20070906112750.27980402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2937 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-06 04:27:49 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 11:29:48 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 04:29:48 -0700 (PDT) Subject: [oe-issues] [Bug 2938] New: libwnck-2.13.5-r0-do_package_write_deb Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2938 Summary: libwnck-2.13.5-r0-do_package_write_deb Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906112714 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 11:31:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 04:31:29 -0700 (PDT) Subject: [oe-issues] [Bug 2939] New: libgpewidget-0.115-r0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2939 Summary: libgpewidget-0.115-r0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906113058 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 11:48:03 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 04:48:03 -0700 (PDT) Subject: [oe-issues] [Bug 2939] libgpewidget-0.115-r0-do_compile In-Reply-To: Message-ID: <20070906114803.E9A8B402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2939 --- Comment #4 from Koen Kooi 2007-09-06 04:48:03 --- same issue as bug 2933 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 12:27:39 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 05:27:39 -0700 (PDT) Subject: [oe-issues] [Bug 2940] New: fakeroot-native-1.7.1-r2-do_patch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2940 Summary: fakeroot-native-1.7.1-r2-do_patch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906122610 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 12:31:02 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 05:31:02 -0700 (PDT) Subject: [oe-issues] [Bug 2940] fakeroot-native-1.7.1-r2-do_patch In-Reply-To: Message-ID: <20070906123102.242F7402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2940 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-06 05:31:01 --- xora org.oe.dev * rb7169a80... / (1 packages/fakeroot/fakeroot-native_1.7.1.bb): fakeroot/fakeroot-native_1.7.1.bb : dont apply same patch twice fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 12:53:26 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 05:53:26 -0700 (PDT) Subject: [oe-issues] [Bug 2938] libwnck-2.13.5-r0-do_package_write_deb In-Reply-To: Message-ID: <20070906125326.87F33402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2938 --- Comment #1 from Koen Kooi 2007-09-06 05:53:26 --- dpkg-deb: parse error, in file `/media/hda4/OE/build/tmp-new/angstrom/work/armv4t-angstrom-linux-gnueabi/libwnck-2.13.5-r0/install/libwnck-dbg/DEBIAN/control' near line 9 package `libwnck-1-dbg': EOF before value of field `Homepage' (missing final newline) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 12:55:56 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 05:55:56 -0700 (PDT) Subject: [oe-issues] [Bug 2938] libwnck-2.13.5-r0-do_package_write_deb In-Reply-To: Message-ID: <20070906125556.F0841402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2938 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Koen Kooi 2007-09-06 05:55:56 --- fixed in r7a7859524f96df237ac02842dffa763e22cd60a5 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 13:02:10 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 06:02:10 -0700 (PDT) Subject: [oe-issues] [Bug 2941] New: gnome-panel-2.18.1-r1-do_package Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2941 Summary: gnome-panel-2.18.1-r1-do_package Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906125759 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 13:34:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 06:34:29 -0700 (PDT) Subject: [oe-issues] [Bug 2941] gnome-panel-2.18.1-r1-do_package In-Reply-To: Message-ID: <20070906133429.26665402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2941 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-06 06:34:28 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 14:39:59 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 07:39:59 -0700 (PDT) Subject: [oe-issues] [Bug 2929] eglibc should not regenerate configure scripts In-Reply-To: Message-ID: <20070906143959.B1216402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2929 --- Comment #2 from Leon Woestenberg 2007-09-06 07:39:59 --- Attention: there is a typo in my patch with attachment id 1957. ${$} must be ${S}. I will commit a fix if tested to work. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 14:47:13 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 07:47:13 -0700 (PDT) Subject: [oe-issues] [Bug 2598] angstrom simpad gpe: metabug suspend with power button does not work In-Reply-To: Message-ID: <20070906144713.CA67E401FBF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2598 --- Comment #11 from Bernhard Guillon 2007-09-06 07:47:13 --- The patch causes a quite little bug. If you manually suspend with apm -s and let the simpad wake up with the power button you will need to press the button twice. This is because apm cannot count the presses of power button and you need to count the presses. Else powerd makes apm -s for each time you are pressing the button which ends in the problem, that by pressing the button for power on the device will power off. This bug should be solvable via patching apm/apmd instad of writing a power off daemon. Because of woglinde I came to the conclusion that a kernel side power off would be nice. I am wondering why the old 2.4 driver was made as switches. I wrote to the linux-arm list and asked about what will be the best creating a userland application or using a kernel space driver. Any ideas and comments are very welcome :) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 16:06:34 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 09:06:34 -0700 (PDT) Subject: [oe-issues] [Bug 2942] New: Adding at91 two more machines Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2942 Summary: Adding at91 two more machines Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: nicolas.ferre at rfo.atmel.com Created an attachment (id=1989) --> (http://bugs.openembedded.org/attachment.cgi?id=1989) add at91 machines to OE/Angstrom Find here a patch collection that adds two other ATMEL AT91 machines. They are basically ARM 926 CPUs and the machine are Evaluation Kit boards. The default kernel is for now 2.6.20 but this will be upgraded in the near future. Many thanks to Dan Liang who made the essential part of this job. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 16:07:19 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 09:07:19 -0700 (PDT) Subject: [oe-issues] [Bug 2943] New: libmimedir-0.4.2-r0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2943 Summary: libmimedir-0.4.2-r0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906160746 for machine qemuarm -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 16:08:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 09:08:27 -0700 (PDT) Subject: [oe-issues] [Bug 2944] New: libglade-2.5.1-r1-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2944 Summary: libglade-2.5.1-r1-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906160850 for machine qemuarm -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 16:13:56 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 09:13:56 -0700 (PDT) Subject: [oe-issues] [Bug 2944] libglade-2.5.1-r1-do_compile In-Reply-To: Message-ID: <20070906161356.2A68C402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2944 --- Comment #2 from Koen Kooi 2007-09-06 09:13:55 --- /data/build/koen/OE/build/tmp/angstrom/cross/lib/gcc/arm-angstrom-linux-uclibcgnueabi/4.1.2/../../../../arm-angstrom-linux-uclibcgnueabi/bin/ld: .libs/test-libglade: hidden symbol `__clz_tab' in /data/build/koen/OE/build/tmp/angstrom/cross/lib/gcc/arm-angstrom-linux-uclibcgnueabi/4.1.2/libgcc.a(_clz.o) is referenced by DSO /data/build/koen/OE/build/tmp/angstrom/cross/lib/gcc/arm-angstrom-linux-uclibcgnueabi/4.1.2/../../../../arm-angstrom-linux-uc -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 16:43:44 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 09:43:44 -0700 (PDT) Subject: [oe-issues] [Bug 2942] Adding at91 two more machines In-Reply-To: Message-ID: <20070906164344.BB791401FBF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2942 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-06 09:43:44 --- applied with some changes, thanks -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 18:31:57 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 11:31:57 -0700 (PDT) Subject: [oe-issues] [Bug 2929] eglibc should not regenerate configure scripts In-Reply-To: Message-ID: <20070906183157.2B51E402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2929 Leon Woestenberg changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Leon Woestenberg 2007-09-06 11:31:56 --- Tested, committed and pushed. Closing this bug. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 20:27:49 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 13:27:49 -0700 (PDT) Subject: [oe-issues] [Bug 2945] New: matchbox-wm-1.2-r1-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2945 Summary: matchbox-wm-1.2-r1-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070906202806 for machine omap5912osk -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 6 20:28:45 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 13:28:45 -0700 (PDT) Subject: [oe-issues] [Bug 2945] matchbox-wm-1.2-r1-do_compile In-Reply-To: Message-ID: <20070906202845.72D90402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2945 --- Comment #2 from Koen Kooi 2007-09-06 13:28:45 --- (From update of attachment 2008) /data/build/koen/OE/build/tmp/angstrom/cross/lib/gcc/arm-angstrom-linux-uclibcgnueabi/4.1.2/../../../../arm-angstrom-linux-uclibcgnueabi/bin/ld: matchbox-window-manager: hidden symbol `__clz_tab' in /data/build/koen/OE/build/tmp/angstrom/cross/lib/gcc/arm-angstrom-linux-uclibcgnueabi/4.1.2/libgcc.a(_clz.o) is referenced by DSO /data/build/koen/OE/build/tmp/angstrom/cross/lib/gcc/arm-angstrom-linux-uclibcgnueabi/4.1.2/../../../../arm-angstrom-linux-uclibcgnueabi/bin/ld: final link failed: Nonrepresentable section on output collect2: ld returned 1 exit status make[2]: *** [matchbox-window-manager] Error 1 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 03:30:25 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 20:30:25 -0700 (PDT) Subject: [oe-issues] [Bug 2946] New: linux-rp-2.6.19+git-r5-do_fetch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2946 Summary: linux-rp-2.6.19+git-r5-do_fetch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070907032047 for machine hx2000 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 04:29:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 6 Sep 2007 21:29:53 -0700 (PDT) Subject: [oe-issues] [Bug 2947] New: angstrom-x11-image-1.0-r0-do_rootfs Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2947 Summary: angstrom-x11-image-1.0-r0-do_rootfs Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070907042741 for machine hx4700 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 09:57:30 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 02:57:30 -0700 (PDT) Subject: [oe-issues] [Bug 2948] Packaged Staging feature In-Reply-To: Message-ID: <20070907095730.CC298402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2948 Jack O'Neil changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement --- Comment #1 from Jack O'Neil 2007-09-07 02:57:30 --- update severity -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 11:31:06 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 04:31:06 -0700 (PDT) Subject: [oe-issues] [Bug 2925] Use linux decompressor instead of u-boot's for uImage kernels In-Reply-To: Message-ID: <20070907113106.D6624402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2925 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Koen Kooi 2007-09-07 04:31:06 --- I did it differently, but the effect is the same. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 13:11:36 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 06:11:36 -0700 (PDT) Subject: [oe-issues] [Bug 2931] libgcc-related SO link errors after recent changes to gcc.bb In-Reply-To: Message-ID: <20070907131136.5F5F8402041@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2931 --- Comment #2 from Koen Kooi 2007-09-07 06:11:36 --- (In reply to comment #1) > This didn't happen with gcc-4.1.2-r4, this does happen with -r6. This happens > with both binutils 2.18 and 2.17.50.0.5. This happens to cups package, too. > gcc r4 and r6 are the same, r5 is the disapproved revision, so it must be something else -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 14:12:40 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 07:12:40 -0700 (PDT) Subject: [oe-issues] [Bug 2931] libgcc-related SO link errors after recent changes to gcc.bb In-Reply-To: Message-ID: <20070907141240.9E340402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2931 Paul Sokolovsky changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #3 from Paul Sokolovsky 2007-09-07 07:12:40 --- I guess it's something else, just between r4 and r6 couple of months passed, and rebuild triggered this something. Anyway, as hrw checking that this doesn't happen for him, I'm killing tmp/ and closing this as invalid for now. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 15:09:33 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 08:09:33 -0700 (PDT) Subject: [oe-issues] [Bug 2949] New: vlc-gpe do_compile error modules/gui/pda/pda.c Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2949 Summary: vlc-gpe do_compile error modules/gui/pda/pda.c Product: Openembedded Version: Angstrom Platform: ARM OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: nicolas.ferre at rfo.atmel.com Created an attachment (id=2070) --> (http://bugs.openembedded.org/attachment.cgi?id=2070) error log while trying to compile vlc-gpe I fall into this error : CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include/gtk-2.0 cc1: internal compiler error while compiling modules/gui/pda/pda.c It is basically related to : http://www.openembedded.org/the-q-a-team-strikes-back -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 15:18:38 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 08:18:38 -0700 (PDT) Subject: [oe-issues] [Bug 2949] vlc-gpe do_compile error modules/gui/pda/pda.c In-Reply-To: Message-ID: <20070907151838.2A462402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2949 Nicolas Ferre changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW --- Comment #2 from Nicolas Ferre 2007-09-07 08:18:37 --- vlc-gpe builds ok now choosing the right include and lib paths -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 15:47:05 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 08:47:05 -0700 (PDT) Subject: [oe-issues] [Bug 2950] New: libts version missmatches Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2950 Summary: libts version missmatches Product: Openembedded Version: Angstrom Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: wirelessdreamer at gmail.com i just installed the 09-05-07 angstrom console image c7x0, i did ipkg update; ipkg upgrade; ipkg install e-wm. i then got multiple errors relating to Package libts-0.0-0 wants to install file /usr/lib/ts/PACKAGENAME But that file is already provided by package libts-1.0-0 it seems the old version of libts was not fully removed like it should have been on the upgrade to version 1.0. if anymore debug info can be provided please let me know. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 18:59:42 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 11:59:42 -0700 (PDT) Subject: [oe-issues] [Bug 2951] New: fontconfig-native 2.3.91 fails to build Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2951 Summary: fontconfig-native 2.3.91 fails to build Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: B_Linuz at yahoo.com After today's OE update, fontconfig stopped building for me. I started my tmp again, so it's not my toolchain. I'm thinking it might be some X libs which got updated. Here's the log from bitbake: http://pastebin.ca/686029 There seems to be a patch here, but I couldn't get it to apply: http://mail.gnome.org/archives/gtk-list/2006-August/msg00242.html Is anyone else getting this? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 19:05:24 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 12:05:24 -0700 (PDT) Subject: [oe-issues] [Bug 2951] fontconfig-native 2.3.91 fails to build In-Reply-To: Message-ID: <20070907190524.C0B4C402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2951 --- Comment #1 from Koen Kooi 2007-09-07 12:05:24 --- please attach buildlog instead of adding volatile urls -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 19:21:33 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 12:21:33 -0700 (PDT) Subject: [oe-issues] [Bug 2951] fontconfig-native 2.3.91 fails to build In-Reply-To: Message-ID: <20070907192133.68C62402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2951 --- Comment #2 from Alex Ferguson 2007-09-07 12:21:32 --- | ccache gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/oe/tmp/staging/i686-linux/include/freetype2 -I/usr/local/oe/tmp/staging/i686-linux/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFONTCONFIG_PATH=\"/usr/local/oe/tmp/staging/etc/fonts\" -I.. -I../src -isystem/usr/local/oe/tmp/staging/i686-linux/include -isystem/usr/local/oe/tmp/staging/i686-linux/include -O2 -MT fcfreetype.lo -MD -MP -MF .deps/fcfreetype.Tpo -c fcfreetype.c -fPIC -DPIC -o .libs/fcfreetype.o | fcfreetype.c:53:10: error: #include expects "FILENAME" or | fcfreetype.c:58:10: error: #include expects "FILENAME" or | fcfreetype.c:59:10: error: #include expects "FILENAME" or | fcfreetype.c:60:10: error: #include expects "FILENAME" or | fcfreetype.c: In function 'FcGetPixelSize': | fcfreetype.c:965: error: dereferencing pointer to incomplete type | fcfreetype.c: In function 'FcFreeTypeQuery': | fcfreetype.c:1442: error: dereferencing pointer to incomplete type | fcfreetype.c:1449: error: dereferencing pointer to incomplete type | fcfreetype.c:1472: error: dereferencing pointer to incomplete type | fcfreetype.c:1552: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: warning: implicit declaration of function 'FT_MODULE_CLASS' | fcfreetype.c:1569: warning: nested extern declaration of 'FT_MODULE_CLASS' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1569: error: dereferencing pointer to incomplete type | fcfreetype.c:1569: error: invalid type argument of '->' | fcfreetype.c:1606: error: dereferencing pointer to incomplete type | fcfreetype.c:1616: error: dereferencing pointer to incomplete type | fcfreetype.c: In function 'GetScriptTags': | fcfreetype.c:2734: error: 'TT_Face' undeclared (first use in this function) | fcfreetype.c:2734: error: (Each undeclared identifier is reported only once | fcfreetype.c:2734: error: for each function it appears in.) | fcfreetype.c:2734: error: expected ';' before 'tt_face' | fcfreetype.c:2743: error: 'tt_face' undeclared (first use in this function) | fcfreetype.c:2746: warning: implicit declaration of function 'FT_STREAM_POS' | fcfreetype.c:2746: warning: nested extern declaration of 'FT_STREAM_POS' | fcfreetype.c:2750: warning: implicit declaration of function 'FT_STREAM_SEEK' | fcfreetype.c:2750: warning: nested extern declaration of 'FT_STREAM_SEEK' | fcfreetype.c:2750: warning: implicit declaration of function 'FT_FRAME_ENTER' | fcfreetype.c:2750: warning: nested extern declaration of 'FT_FRAME_ENTER' | fcfreetype.c:2753: warning: implicit declaration of function 'FT_GET_USHORT' | fcfreetype.c:2753: warning: nested extern declaration of 'FT_GET_USHORT' | fcfreetype.c:2755: warning: implicit declaration of function 'FT_FRAME_EXIT' | fcfreetype.c:2755: warning: nested extern declaration of 'FT_FRAME_EXIT' | fcfreetype.c:2771: warning: implicit declaration of function 'FT_SET_ERROR' | fcfreetype.c:2771: warning: nested extern declaration of 'FT_SET_ERROR' | fcfreetype.c:2771: warning: implicit declaration of function 'FT_MEM_ALLOC_ARRAY' | fcfreetype.c:2771: warning: nested extern declaration of 'FT_MEM_ALLOC_ARRAY' | fcfreetype.c:2771: error: expected expression before 'FT_ULong' | fcfreetype.c:2780: warning: implicit declaration of function 'FT_GET_ULONG' | fcfreetype.c:2780: warning: nested extern declaration of 'FT_GET_ULONG' | fcfreetype.c:2811: warning: implicit declaration of function 'FT_FREE' | fcfreetype.c:2811: warning: nested extern declaration of 'FT_FREE' | fcfreetype.c:2738: warning: unused variable 'memory' | fcfreetype.c: In function 'FcFontCapabilities': | fcfreetype.c:2824: warning: unused variable 'memory' | make[2]: *** [fcfreetype.lo] Error 1 | make[2]: Leaving directory `/usr/local/oe/tmp/work/i686-linux/fontconfig-native-2.3.91-r3/fontconfig-2.3.91/src' | make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory `/usr/local/oe/tmp/work/i686-linux/fontconfig-native-2.3.91-r3/fontconfig-2.3.91' | make: *** [all] Error 2 | FATAL: oe_runmake failed NOTE: Task failed: /usr/local/oe/tmp/work/i686-linux/fontconfig-native-2.3.91-r3/temp/log.do_compile.31083 NOTE: package fontconfig-native-2.3.91-r3: task do_compile: failed ERROR: TaskFailed event exception, aborting NOTE: package fontconfig-native-2.3.91: failed ERROR: Build of /opt/oe/org.openembedded.dev/packages/fontconfig/fontconfig-native_2.3.91.bb do_compile failed ERROR: Task 22 (/opt/oe/org.openembedded.dev/packages/fontconfig/fontconfig-native_2.3.91.bb, do_compile) failed NOTE: Tasks Summary: Attempted 379 tasks of which 375 didn't need to be rerun and 1 failed. ERROR: '/opt/oe/org.openembedded.dev/packages/fontconfig/fontconfig-native_2.3.91.bb' failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 19:29:36 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 12:29:36 -0700 (PDT) Subject: [oe-issues] [Bug 2951] fontconfig-native 2.3.91 fails to build In-Reply-To: Message-ID: <20070907192936.6B375402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2951 --- Comment #3 from Marcin Juszkiewicz 2007-09-07 12:29:36 --- | fcfreetype.c:53:10: error: #include expects "FILENAME" or Include path for freetype is missing. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 19:42:38 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 12:42:38 -0700 (PDT) Subject: [oe-issues] [Bug 2951] fontconfig-native 2.3.91 fails to build In-Reply-To: Message-ID: <20070907194238.AA743402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2951 --- Comment #4 from Alex Ferguson 2007-09-07 12:42:38 --- The include path is there (-I/usr/local/oe/tmp/staging/i686-linux/include/freetype2), and the compiler is refering to the macros which are specified in that file. It seems to be connected to the fact that freetype stopped shipping internal.h. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 20:02:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 13:02:53 -0700 (PDT) Subject: [oe-issues] [Bug 2951] fontconfig-native 2.3.91 fails to build In-Reply-To: Message-ID: <20070907200253.2814A402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2951 --- Comment #5 from Koen Kooi 2007-09-07 13:02:52 --- "attach" as in "attachment", not "paste" -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 7 22:36:14 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 7 Sep 2007 15:36:14 -0700 (PDT) Subject: [oe-issues] [Bug 2951] fontconfig-native 2.3.91 fails to build In-Reply-To: Message-ID: <20070907223614.4E88A402040@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2951 --- Comment #6 from Alex Ferguson 2007-09-07 15:36:13 --- As expected, fontconfig-native 2.3.91 builds when built against freetype 2.1.10 (as opposed to 2.3.5, which brings about the above error). Maybe this means that fontconfig-native should be brought up to date along with fontconfig (which *does* have another version at 2.4.1). -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 16:32:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 09:32:20 -0700 (PDT) Subject: [oe-issues] [Bug 2237] gpe-calendar segfaults and does not close properly In-Reply-To: Message-ID: <20070908163220.B548C4285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2237 --- Comment #4 from carbonfreeze at gmail.com 2007-09-08 09:32:20 --- In Angstrom-x11-image-glibc-ipk-2007.9-test-20070905-spitz-installkit.tgz, gpe-calendar no longer segfaults when window is closed. Note the current behavior: gpe-calendar will now close the application when using the X in the upper right corner (ex. the application window disappears), however gpe-calendar continues to run in the background. When re-opened gpe-calendar loads instantly (not an issue of being in the cache). To actually close gpe-calendar, File ~> Quit must still be used. Most other gpe applications (unless it creates an icon in the tray) are killed/closed properly when using the X, should there be an option added to gpe-calendar to specify the behavior of the application when the X is used to close the window? Ex. an option to specify whether gpe-calender stays running/resident (and simply closes the window) or if it is killed. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 16:33:06 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 09:33:06 -0700 (PDT) Subject: [oe-issues] [Bug 2424] After reboot, FN/Home keys do not work on first gpe login In-Reply-To: Message-ID: <20070908163306.2B9BE4285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2424 carbonfreeze at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #3 from carbonfreeze at gmail.com 2007-09-08 09:33:05 --- Unable to duplicate issue in Angstrom-x11-image-glibc-ipk-2007.9-test-20070905-spitz-installkit.tgz. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 16:34:44 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 09:34:44 -0700 (PDT) Subject: [oe-issues] [Bug 2766] No brightness adjustment in gpe-login In-Reply-To: Message-ID: <20070908163444.B1DA14285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2766 carbonfreeze at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #2 from carbonfreeze at gmail.com 2007-09-08 09:34:44 --- Unable to reproduce in Angstrom-x11-image-glibc-ipk-2007.9-test-20070905-spitz-installkit.tgz. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 16:44:56 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 09:44:56 -0700 (PDT) Subject: [oe-issues] [Bug 2953] New: gstreamer_0.10.14.bb do_configure fails for x86_64 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2953 Summary: gstreamer_0.10.14.bb do_configure fails for x86_64 Product: Openembedded Version: Angstrom Platform: PC OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: mdevico at qualcomm.com I'm trying to build the angstrom-2007.1 distro for x86_64 and I'm getting the following during gstreamer do_configure: | checking if unaligned memory access works correctly... configure: error: cannot run test program while cross compiling | See `config.log' for more details. | FATAL: oe_runconf failed NOTE: Task failed: /opt/data/OpenEmbedded_x86_64/tmp/work/x86_64-angstrom-linux/gstreamer-0.10.14-r0/temp/log.do_configure.8164 NOTE: package gstreamer-0.10.14-r0: task do_configure: failed ERROR: TaskFailed event exception, aborting NOTE: package gstreamer-0.10.14: failed ERROR: Build of /opt/data/OpenEmbedded_x86_64/org.openembedded.dev/packages/gstreamer/gstreamer_0.10.14.bb do_configure failed ERROR: Task 830 (/opt/data/OpenEmbedded_x86_64/org.openembedded.dev/packages/gstreamer/gstreamer_0.10.14.bb, do_configure) failed NOTE: Tasks Summary: Attempted 1016 tasks of which 1016 didn't need to be rerun and 1 failed. ERROR: '/opt/data/OpenEmbedded_x86_64/org.openembedded.dev/packages/gstreamer/gstreamer_0.10.14.bb' failed Here is what my x86_64 machine file looks like: TARGET_ARCH = "x86_64" PACKAGE_EXTRA_ARCHS = "x86 i386 i486 i586" PREFERRED_PROVIDER_virtual/kernel = "linux-x86-64" PREFERRED_VERSION_linux-x86-64 ?= "2.6.20" KERNEL_IMAGETYPE = "bzImage" GLIBC_ADDONS = "nptl" GLIBC_EXTRA_OECONF = "--with-tls" IMAGE_FSTYPES = "ext3.gz" MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext3" MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" MACHINE_TASK_PROVIDER = "task-base" Here is what my linux-x86-64_2.6.20.bb file looks like: require linux.inc SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2" S = "${WORKDIR}/linux-${PV}" KERNEL_IMAGETYPE ?= "bzImage" inherit kernel COMPATIBLE_HOST = "x86_64.*-linux" do_stage_append () { #need x86_64 platforms includes + friends in order for external kernel modules to compile as headers a$ install -d ${STAGING_KERNEL_DIR}/arch/ cp -a arch/x86_64 ${STAGING_KERNEL_DIR}/arch/ install -d ${STAGING_KERNEL_DIR}/include/asm cp -a include/asm-x86_64 ${STAGING_KERNEL_DIR}/include/ } do_deploy() { install -d ${DEPLOY_DIR_IMAGE} install -m 0644 arch/x86_64/boot/${KERNEL_IMAGETYPE} ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${PV}-${MACHINE}-${DATETIME} } do_deploy[dirs] = "${S}" addtask deploy before do_populate_staging after do_compile If I build using the i686-generic MACHINE type, it works fine. My host build machine is running Fedora FC7 and the processor is an Intel 6300. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 16:56:35 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 09:56:35 -0700 (PDT) Subject: [oe-issues] [Bug 2954] New: New program and recipe: ipkgorphan Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2954 Summary: New program and recipe: ipkgorphan Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: alessandro.iurlano at gmail.com Created an attachment (id=2076) --> (http://bugs.openembedded.org/attachment.cgi?id=2076) ipkgorphan source code I have developed this program: ipkgorphan It aims to do what deborphan does for deb packages. It currently prints out only the name of the packages that can be removed without having to remove other packages. Useful when your fs is full and don't know what to remove. Ale when you install a program that needs a library you have to install both packages. When you remove that program the library package is not removed automatically as there might be another program who needs it. With ipkgorphan you can see libraries that are not needed anymore. This program is built from source code of ipkg and is my first program and recipe for OpenEmbedded. Both the source (single .c) and recipe are included in the tar.gz at this address: http://aiurlano.netsons.org/OpenMoko/Sources/ipkgorphan-0.0.1.tar.gz The source code file goes into the files directory of the package. I will also attach them as plain text files Thanks, Alessandro -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 17:09:14 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 10:09:14 -0700 (PDT) Subject: [oe-issues] [Bug 2955] New: Unable to change terminal as normal user after logging into gpe Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2955 Summary: Unable to change terminal as normal user after logging into gpe Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: carbonfreeze at gmail.com See original Bug 2231. With Angstrom-x11-20070905-spitz, issue seems to have partially resurfaced. When logged in to gpe as a normal user, I am unable to switch terminals. I have attempted to create a new user account and test with the second user to rule out a user-specific config issue with no success. If I login to GPE as the root user, I am able to switch terminals, however there are still issues (See Bug 2229). -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 17:10:28 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 10:10:28 -0700 (PDT) Subject: [oe-issues] [Bug 2768] Unable to switch virtual terminals at gpe-login or during gpe-session In-Reply-To: Message-ID: <20070908171028.AA3BD4285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2768 carbonfreeze at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from carbonfreeze at gmail.com 2007-09-08 10:10:28 --- In Angstrom-x11-image-glibc-ipk-2007.9-test-20070905-spitz-installkit.tgz I am now able to change terminals at gpe-login, however I am unable to change terminals within the gpe-session unless logged in as root. Closing as wfm & created more specific bug 2955. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 17:14:30 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 10:14:30 -0700 (PDT) Subject: [oe-issues] [Bug 2229] spitz hard locks X/GPE when changing terminals with FN keys In-Reply-To: Message-ID: <20070908171430.23E40401FBF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2229 carbonfreeze at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |carbonfreeze at gmail.com --- Comment #5 from carbonfreeze at gmail.com 2007-09-08 10:14:29 --- (In reply to comment #3) > Note that with 20070605, the machine does not appear to lockup if you first > login to gpe, and then attempt to switch terminals. I can change terminals 10+ > times after logging into gpe (gpe -> text -> blank and back). > This is no longer the case with Angstrom-x11-image-glibc-ipk-2007.9-test-20070905-spitz-installkit.tgz. Machine now hard locks when switching terminals as root user within gpe as soon as blank screen with dash is shown. It is not possible to switch terminals using FN as a normal user, see Bug 2955. It does not matter if splash screen is closed during boot to view verbose output, lock occurs either way. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 17:20:13 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 10:20:13 -0700 (PDT) Subject: [oe-issues] [Bug 2428] ipkg fills root parition space on spitz during upgrade or update In-Reply-To: Message-ID: <20070908172013.CFC164285B7@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2428 carbonfreeze at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |carbonfreeze at gmail.com Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #5 from carbonfreeze at gmail.com 2007-09-08 10:20:13 --- Have not seen this issue in 2 months, closing as wfm. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 17:24:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 10:24:29 -0700 (PDT) Subject: [oe-issues] [Bug 2810] at daemon: /var/spool/at is not created on installation In-Reply-To: Message-ID: <20070908172429.6321B4285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2810 carbonfreeze at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |carbonfreeze at gmail.com Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from carbonfreeze at gmail.com 2007-09-08 10:24:29 --- Was not an issue when installing at with Angstrom-x11-20070905-spitz, marking as wfm. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 17:31:59 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 10:31:59 -0700 (PDT) Subject: [oe-issues] [Bug 2956] New: gpe-lock-display: unable to adjust brightness on resume Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2956 Summary: gpe-lock-display: unable to adjust brightness on resume Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: carbonfreeze at gmail.com Unable to adjust brightness of gpe-lock-display when machine is resumed from sleep or if gpe-lock-display is called manually. When using FN3/4 to adjust brightness, numbers are passed to the pass-phrase field instead of adjusting the brightness. Angstrom-x11-20070905-spitz on machine spitz used as install media. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 19:55:45 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 12:55:45 -0700 (PDT) Subject: [oe-issues] [Bug 2914] gcc-cross-4.1. 2-r6 fails to compile because of internal compiler error In-Reply-To: Message-ID: <20070908195546.038E54285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2914 Takeshi Hamasaki changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from Takeshi Hamasaki 2007-09-08 12:55:45 --- This internal compile error disppeared for DISTRO = "angstrom-2007.1" after binutils-cross 2.18 appeared.. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 8 22:00:00 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 15:00:00 -0700 (PDT) Subject: [oe-issues] [Bug 2500] Can't build xserver-kdrive_git.bb In-Reply-To: Message-ID: <20070908220000.7E9174285B7@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2500 pHilipp Zabel changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |philipp.zabel at gmail.com Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from pHilipp Zabel 2007-09-08 15:00:00 --- fixed in 0586913037c8e52dc1d456b0d681720a0d6a1580. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 00:23:22 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 17:23:22 -0700 (PDT) Subject: [oe-issues] [Bug 2959] New: Fix for broken gcc-cross-4.2.1-r3 in uClibc mode Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2959 Summary: Fix for broken gcc-cross-4.2.1-r3 in uClibc mode Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: blocker Priority: P5 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: ynezz at true.cz CC: ynezz at true.cz Created an attachment (id=2099) --> (http://bugs.openembedded.org/attachment.cgi?id=2099) patch Build of gcc-cross-4.2.1-r3 is broken in uClibc mode, it fails on libstdc++-v3. With attached patch I'm able to build angstrom-minimal-image successfully in uClibc mode again. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 02:05:25 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 19:05:25 -0700 (PDT) Subject: [oe-issues] [Bug 2960] New: Angstrom Akita 20070828 mounts RO, breaks everything Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2960 Summary: Angstrom Akita 20070828 mounts RO, breaks everything Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: blocker Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: bugzilla at stalag99.net The Angstrom 20070828 release for the Akita mounts / as read-only, breaking regular booting: udev complains that /dev/null can't be opened. Splash screen doesn't switch on. X11 isn't switched into, even though the server is run. Console switching must not be working on the automatic basis. Keyboard layout is FUBAR -- FN key returns a "C" and many keys don't work as expected. "/" can't be typed, so forget remounting by hand. ttyS0 doesn't accept input from a remote system (I have the cable). Dumps the stuff from dmesg out nice, though! Ether way, the image is broken. The only way is to revert to -0804. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 06:47:19 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 23:47:19 -0700 (PDT) Subject: [oe-issues] [Bug 2959] Fix for broken gcc-cross-4.2.1-r3 in uClibc mode In-Reply-To: Message-ID: <20070909064719.99F824285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2959 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-08 23:47:19 --- applied, thanks -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 06:50:00 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 8 Sep 2007 23:50:00 -0700 (PDT) Subject: [oe-issues] [Bug 2906] /proc/apm stays permanent In-Reply-To: Message-ID: <20070909065000.6B06E4285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2906 Alexander changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |LATER --- Comment #1 from Alexander 2007-09-08 23:50:00 --- Today all right... -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 07:31:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 00:31:29 -0700 (PDT) Subject: [oe-issues] [Bug 2961] New: update-alternatives in rootfs_deb works on host binaries Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2961 Summary: update-alternatives in rootfs_deb works on host binaries Product: Openembedded Version: Angstrom Platform: Other OS/Version: Mac OS X 10.3 Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: koen at dominion.kabel.utwente.nl update-alternatives (cworth) in rootfs_deb works on host binaries, so busybox init is run instead of sysvinit, rendering systems with a keyboard useless. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 08:13:35 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 01:13:35 -0700 (PDT) Subject: [oe-issues] [Bug 2962] New: Kernel Oops when inserting SD card Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2962 Summary: Kernel Oops when inserting SD card Product: Zaurus Kernel Version: unspecified Platform: ARM OS/Version: Linux Status: NEW Keywords: collie, oops Severity: critical Priority: P2 Component: collie AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: alex at amiran.it Blocks: 2161,2647 Freshly installed Angstrom kernel+image from http://www.angstrom-distribution.org/unstable/images/collie/20070709/ (kernel 2.6.21) After "modprobe locomo_spi": Jan 1 00:10:40 collie user.debug kernel: Collie MMC over SPI Driver Jan 1 00:10:40 collie user.debug kernel: mmc0: clock 0Hz busmode 1 powermode 0 cs 0 Vdd 0 width 0 timing 0 Jan 1 00:10:40 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 0 Jan 1 00:10:42 collie user.debug kernel: mmc0: clock 0Hz busmode 1 powermode 1 cs 0 Vdd 21 width 0 timing 0 Jan 1 00:10:42 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 1 Jan 1 00:10:42 collie user.info kernel: mmc_spi .0: SD/MMC <-> SPI proxy driver, no card power management Jan 1 00:10:43 collie user.debug kernel: mmc0: clock 125000Hz busmode 1 powermode 2 cs 0 Vdd 21 width 0 timing 0 Jan 1 00:10:43 collie user.debug kernel: mmc_spi .0: mmc_spi: clock to 125000 Hz, 0 Jan 1 00:10:43 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:10:43 collie user.debug kernel: mmc0: clock 125000Hz busmode 1 powermode 2 cs 1 Vdd 21 width 0 timing 0 Jan 1 00:10:43 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:10:43 collie user.debug kernel: mmc0: starting CMD0 arg 00000000 flags 00000040 Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd0 (00) Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: CMD0 response SPI_R1: response error, -110 Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd0 (00) Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: CMD0 response SPI_R1: response error, -110 Jan 1 00:10:45 collie user.err kernel: mmc_spi .0: can't initialize the card: no card or because the active chip-select level can't be inverted? Jan 1 00:10:45 collie user.debug kernel: mmc0: req done (CMD0): 4/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:10:45 collie user.debug kernel: mmc0: clock 125000Hz busmode 1 powermode 2 cs 0 Vdd 21 width 0 timing 0 Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:10:45 collie user.debug kernel: mmc0: starting CMD8 arg 000001aa flags 00000075 Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: mmc_spi: INVALID CMD8 (08) Jan 1 00:10:45 collie user.debug kernel: mmc0: req done (CMD8): 5/0/0: 00400000 00000000 00000000 00000000 Jan 1 00:10:45 collie user.debug kernel: mmc0: starting CMD55 arg 00000000 flags 00000015 Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd55 (37) Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: CMD55 response SPI_R1: response error, -110 Jan 1 00:10:45 collie user.debug kernel: mmc0: req done (CMD55): 4/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:10:45 collie user.debug kernel: mmc0: starting CMD55 arg 00000000 flags 00000015 Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd55 (37) Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: CMD55 response SPI_R1: response error, -110 Jan 1 00:10:45 collie user.debug kernel: mmc0: req done (CMD55): 4/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:10:45 collie user.debug kernel: mmc0: starting CMD55 arg 00000000 flags 00000015 Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd55 (37) Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: CMD55 response SPI_R1: response error, -110 Jan 1 00:10:45 collie user.debug kernel: mmc0: req done (CMD55): 4/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:10:45 collie user.debug kernel: mmc0: starting CMD55 arg 00000000 flags 00000015 Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd55 (37) Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: CMD55 response SPI_R1: response error, -110 Jan 1 00:10:45 collie user.debug kernel: mmc0: req done (CMD55): 4/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:10:45 collie user.debug kernel: mmc0: starting CMD1 arg 00000000 flags 00000061 Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd1 (01) Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: CMD1 response SPI_R1: response error, -110 Jan 1 00:10:45 collie user.debug kernel: mmc0: req done (CMD1): 4/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:10:45 collie user.debug kernel: mmc0: clock 0Hz busmode 1 powermode 0 cs 0 Vdd 0 width 0 timing 0 Jan 1 00:10:45 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 0 Inserting a SD (Adata MyFlash 512Mb 60x): Jan 1 00:11:05 collie user.debug kernel: mmc0: clock 0Hz busmode 1 powermode 1 cs 0 Vdd 21 width 0 timing 0 Jan 1 00:11:05 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 1 Jan 1 00:11:05 collie user.debug kernel: mmc0: clock 125000Hz busmode 1 powermode 2 cs 0 Vdd 21 width 0 timing 0 Jan 1 00:11:05 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:11:05 collie user.debug kernel: mmc0: clock 125000Hz busmode 1 powermode 2 cs 1 Vdd 21 width 0 timing 0 Jan 1 00:11:05 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:11:05 collie user.debug kernel: mmc0: starting CMD0 arg 00000000 flags 00000040 Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd0 (00) Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: CMD0 response SPI_R1: resp 00.01 Jan 1 00:11:07 collie user.debug kernel: mmc0: req done (CMD0): 0/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:11:07 collie user.debug kernel: mmc0: clock 125000Hz busmode 1 powermode 2 cs 0 Vdd 21 width 0 timing 0 Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:11:07 collie user.debug kernel: mmc0: starting CMD8 arg 000001aa flags 00000075 Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: mmc_spi: INVALID CMD8 (08) Jan 1 00:11:07 collie user.debug kernel: mmc0: req done (CMD8): 5/0/0: 00400000 00000000 00000000 00000000 Jan 1 00:11:07 collie user.debug kernel: mmc0: starting CMD55 arg 00000000 flags 00000015 Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd55 (37) Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: CMD55 response SPI_R1: resp 00.01 Jan 1 00:11:07 collie user.debug kernel: mmc0: req done (CMD55): 0/0/0: 00000020 00000000 00000000 00000000 Jan 1 00:11:07 collie user.debug kernel: mmc0: starting CMD41 arg 00000000 flags 00000061 Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: mmc_spi: acmd41 (29) Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: ACMD41 response SPI_R1: resp 00.01 Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: retry for init complete... Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd1 (01) Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: patchup R3/OCR ... Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd58 (3a) Jan 1 00:11:07 collie user.debug kernel: mmc0: req done (CMD58): 0/0/0: 80ff8000 00000000 00000000 00000000 Jan 1 00:11:07 collie user.debug kernel: mmc0: clock 125000Hz busmode 1 powermode 2 cs 0 Vdd 20 width 0 timing 0 Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:11:07 collie user.debug kernel: mmc0: clock 125000Hz busmode 1 powermode 2 cs 1 Vdd 20 width 0 timing 0 Jan 1 00:11:07 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:11:07 collie user.debug kernel: mmc0: starting CMD0 arg 00000000 flags 00000040 Jan 1 00:11:10 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd0 (00) Jan 1 00:11:10 collie user.debug kernel: mmc_spi .0: CMD0 response SPI_R1: resp 00.01 Jan 1 00:11:10 collie user.debug kernel: mmc0: req done (CMD0): 0/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:11:10 collie user.debug kernel: mmc0: clock 125000Hz busmode 1 powermode 2 cs 0 Vdd 20 width 0 timing 0 Jan 1 00:11:10 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:11:10 collie user.debug kernel: mmc0: starting CMD8 arg 000001aa flags 00000075 Jan 1 00:11:10 collie user.debug kernel: mmc_spi .0: mmc_spi: INVALID CMD8 (08) Jan 1 00:11:10 collie user.debug kernel: mmc0: req done (CMD8): 5/0/0: 00400000 00000000 00000000 00000000 Jan 1 00:11:10 collie user.debug kernel: mmc0: starting CMD55 arg 00000000 flags 00000015 Jan 1 00:11:10 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd55 (37) Jan 1 00:11:10 collie user.debug kernel: mmc_spi .0: CMD55 response SPI_R1: resp 00.01 Jan 1 00:11:10 collie user.debug kernel: mmc0: req done (CMD55): 0/0/0: 00000020 00000000 00000000 00000000 Jan 1 00:11:10 collie user.debug kernel: mmc0: starting CMD41 arg 00300000 flags 00000061 Jan 1 00:11:10 collie user.debug kernel: mmc_spi .0: mmc_spi: acmd41 (29) Jan 1 00:11:10 collie user.debug kernel: mmc_spi .0: ACMD41 response SPI_R1: resp 00.01 Jan 1 00:11:10 collie user.debug kernel: mmc_spi .0: retry for init complete... Jan 1 00:11:12 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd1 (01) Jan 1 00:11:12 collie user.debug kernel: mmc_spi .0: patchup R3/OCR ... Jan 1 00:11:12 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd58 (3a) Jan 1 00:11:12 collie user.debug kernel: mmc0: req done (CMD58): 0/0/0: 80ff8000 00000000 00000000 00000000 Jan 1 00:11:12 collie user.debug kernel: mmc0: starting CMD2 arg 00000000 flags 00000067 Jan 1 00:11:12 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd10 (0a) Jan 1 00:11:12 collie user.debug kernel: mmc0: req done (CMD10): 0/0/0: 1d414453 44202020 00310044 7c004a53 Jan 1 00:11:12 collie user.debug kernel: mmc0: starting CMD3 arg 00000000 flags 00000075 Jan 1 00:11:12 collie user.debug kernel: mmc0: req done (CMD3): 0/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:11:12 collie user.debug kernel: mmc0: starting CMD2 arg 00000000 flags 00000067 Jan 1 00:11:12 collie user.debug kernel: mmc0: req done (CMD2): 1/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:11:12 collie user.debug kernel: mmc0: clock 125000Hz busmode 2 powermode 2 cs 0 Vdd 20 width 0 timing 0 Jan 1 00:11:12 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:11:12 collie user.debug kernel: mmc0: starting CMD9 arg 00000000 flags 00000007 Jan 1 00:11:12 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd9 (09) Jan 1 00:11:12 collie user.debug kernel: mmc0: req done (CMD9): 0/0/0: 007f0032 1f5983d2 f6db3f9f 96600097 Jan 1 00:11:12 collie user.debug kernel: mmc0: starting CMD7 arg 00000000 flags 00000015 Jan 1 00:11:12 collie user.debug kernel: mmc0: req done (CMD7): 0/0/0: 00000000 00000000 00000000 00000000 Jan 1 00:11:12 collie user.debug kernel: mmc0: clock 125000Hz busmode 2 powermode 2 cs 0 Vdd 20 width 0 timing 0 Jan 1 00:11:12 collie user.debug kernel: mmc_spi .0: mmc_spi: powermode 2 Jan 1 00:11:12 collie user.debug kernel: mmc0: starting CMD55 arg 00000000 flags 00000015 Jan 1 00:11:12 collie user.debug kernel: mmc_spi .0: mmc_spi: cmd55 (37) Jan 1 00:11:12 collie user.debug kernel: mmc0: req done (CMD55): 0/0/0: 00000620 00000000 00000000 00000000 Jan 1 00:11:12 collie user.debug kernel: mmc0: starting CMD51 arg 00000000 flags 00000035 Jan 1 00:11:12 collie user.debug kernel: mmc_spi .0: mmc_spi: acmd51 (33) Jan 1 00:11:12 collie user.debug kernel: mmc0: req done (CMD51): 0/0/0: 00000600 00000000 00000000 00000000 Jan 1 00:11:12 collie user.debug kernel: mmc_spi .0: mmc_spi: read block, 8 bytes Jan 1 00:11:12 collie user.alert kernel: Unable to handle kernel NULL pointer dereference at virtual address 00000000 Jan 1 00:11:12 collie user.alert kernel: pgd = c0004000 Jan 1 00:11:12 collie user.alert kernel: [00000000] *pgd=00000000 Jan 1 00:11:12 collie user.warn kernel: Internal error: Oops: c305f817 [#1] Jan 1 00:11:12 collie user.warn kernel: Modules linked in: mmc_spi locomo_spi af_packet orinoco_cs orinoco hermes usbcore snd_pcm_oss snd_pcm snd_timer snd_page_alloc snd_mixer_oss snd soundcore rfcomm mmc_block mmc_core ircomm_tty ircomm irda crc_ccitt ipv6 hidp hid l2cap bluetooth Jan 1 00:11:12 collie user.warn kernel: CPU: 0 Jan 1 00:11:12 collie user.warn kernel: PC is at consistent_sync+0x34/0x78 Jan 1 00:11:12 collie user.warn kernel: LR is at mmc_spi_command_do+0x310/0x618 [mmc_spi] Jan 1 00:11:12 collie user.warn kernel: pc : [] lr : [] Not tainted Jan 1 00:11:12 collie user.warn kernel: sp : c3a53d44 ip : c3a53d54 fp : c3a53d50 Jan 1 00:11:12 collie user.warn kernel: r10: c3a53ec8 r9 : c3a53f20 r8 : c3a8f600 Jan 1 00:11:12 collie user.warn kernel: r7 : c3394de0 r6 : c3394e24 r5 : 00000001 r4 : 00000000 Jan 1 00:11:12 collie user.warn kernel: r3 : 00000000 r2 : 00000002 r1 : 00000144 r0 : 00000000 Jan 1 00:11:12 collie user.warn kernel: Flags: nzCv IRQs on FIQs on Mode SVC_32 Segment kernel Jan 1 00:11:12 collie user.warn kernel: Control: C305F17F Jan 1 00:11:12 collie user.warn kernel: Table: C305F17F DAC: 00000017 Jan 1 00:11:12 collie user.warn kernel: Process kmmcd (pid: 603, stack limit = 0xc3a52250) Jan 1 00:11:12 collie user.warn kernel: Stack: (0xc3a53d44 to 0xc3a54000) Jan 1 00:11:12 collie user.warn kernel: 3d40: c3a53df8 c3a53d54 bf11b490 c001ec74 00000008 c3a53ef4 00000000 Jan 1 00:11:12 collie user.warn kernel: 3d60: 00000002 00000000 00000008 00000008 00000000 00000001 c3a53e9c c01a334c Jan 1 00:11:12 collie user.warn kernel: 3d80: 00000000 c3a53df8 c3a53d94 c0032f60 c01a3b14 bf11bb34 60000013 c3394de0 Jan 1 00:11:12 collie user.warn kernel: 3da0: 00000000 c3394c00 c3a53e9c c3a53e2c 00004420 c3a53e9c c3a53de8 c3a53dc8 Jan 1 00:11:12 collie user.warn kernel: 3dc0: bf11b8e0 bf11b18c c3a53e2c c3394c00 c3394de0 00000001 c3394c00 c3a53e9c Jan 1 00:11:12 collie user.warn kernel: 3de0: c3a53ef4 00000008 c3a53e9c c3a53e1c c3a53dfc bf11b9a8 bf11b18c c3a53ef4 Jan 1 00:11:12 collie user.warn kernel: 3e00: c3394c00 c3a53ef4 c3394d98 c3a66a00 c3a53e38 c3a53e20 bf08b47c bf11b7a4 Jan 1 00:11:12 collie user.warn kernel: 3e20: 00000035 c3a53e3c 00000000 c3a53e5c c3a53e3c bf08b4c8 bf08b38c 00000001 Jan 1 00:11:12 collie user.warn kernel: 3e40: c3a53e40 c3a53e40 c3a53f20 c3a53ec8 c3a53f5c c3a53e60 bf08cc00 bf08b49c Jan 1 00:11:12 collie user.warn kernel: 3e60: 00000002 00000000 00000014 00000000 00000000 0000000a 00442020 c3394c00 Jan 1 00:11:12 collie user.warn kernel: 3e80: 00000000 c3394d84 00000000 00000000 00000000 c3394ca8 c3394d98 00000033 Jan 1 00:11:12 collie user.warn kernel: 3ea0: 00000000 00000600 00000000 00000000 00000000 00000035 00000000 00000000 Jan 1 00:11:12 collie user.warn kernel: 3ec0: c3a53ec8 c3a53ef4 05f5e100 00000000 00000008 00000001 00000000 00000200 Jan 1 00:11:12 collie user.warn kernel: 3ee0: 00000000 00000000 c3a53ef4 00000001 c3a53f20 c3a53e9c c3a53ec8 00000000 Jan 1 00:11:12 collie user.warn kernel: 3f00: c3a53e3c bf08b368 96600097 00000007 00000003 00000000 00000000 c3a53e2c Jan 1 00:11:12 collie user.warn kernel: 3f20: c02a4cc0 00000b84 00000000 00000008 00000000 80000013 c3394db0 c3a52000 Jan 1 00:11:12 collie user.warn kernel: 3f40: c383f460 bf08bfac 00000000 00000000 c3a53f80 c3a53f60 c0044500 bf08bfb8 Jan 1 00:11:12 collie user.warn kernel: 3f60: 00000001 c3a52000 c383f460 c3959e48 00000000 c3a53fcc c3a53f84 c0044da4 Jan 1 00:11:12 collie user.warn kernel: 3f80: c0044430 00000001 00000000 c3a53f98 00010000 00000000 00000000 c0355540 Jan 1 00:11:12 collie user.warn kernel: 3fa0: c002e6d8 00100100 00200200 ffffffff ffffffff c383f460 c3a52000 c0044c84 Jan 1 00:11:12 collie user.warn kernel: 0048768 c0044c90 ffffffff ffffffff 00000000 00000000 Jan 1 00:11:12 collie user.warn kernel: 3fe0: 00000000 00000000 00000000 c3a53ff8 c00356dc c0048688 00000000 00000000 Jan 1 00:11:12 collie user.warn kernel: Backtrace: Jan 1 00:11:12 collie user.warn kernel: [] (consistent_sync+0x0/0x78) from [] (mmc_spi_command_do+0x310/0x618 [mmc_spi]) Jan 1 00:11:12 collie user.warn kernel: [] (mmc_spi_command_do+0x0/0x618 [mmc_spi]) from [] (mmc_spi_request+0x210/0x238 [mmc_spi]) Jan 1 00:11:12 collie user.warn kernel: [] (mmc_spi_request+0x0/0x238 [mmc_spi]) from [] (mmc_start_request+0xfc/0x110 [mmc_core]) Jan 1 00:11:12 collie user.warn kernel: r8 = C3A66A00 r7 = C3394D98 r6 = C3A53EF4 r5 = C3394C00 Jan 1 00:11:12 collie user.warn kernel: r4 = C3A53EF4 Jan 1 00:11:12 collie user.warn kernel: [] (mmc_start_request+0x0/0x110 [mmc_core]) from [] (mmc_wait_for_req+0x38/0x50 [mmc_core]) Jan 1 00:11:12 collie user.warn kernel: r5 = 00000000 r4 = C3A53E3C Jan 1 00:11:12 collie user.warn kernel: [] (mmc_wait_for_req+0x0/0x50 [mmc_core]) from [] (mmc_rescan+0xc54/0x1260 [mmc_core]) Jan 1 00:11:12 collie user.warn kernel: r5 = C3A53EC8 r4 = C3A53F20 Jan 1 00:11:12 collie user.warn kernel: [] (mmc_rescan+0x0/0x1260 [mmc_core]) from [] (run_workqueue+0xdc/0x1b8) Jan 1 00:11:12 collie user.warn kernel: [] (run_workqueue+0x0/0x1b8) from [] (worker_thread+0x120/0x158) Jan 1 00:11:12 collie user.warn kernel: r8 = 00000000 r7 = C3959E48 r6 = C383F460 r5 = C3A52000 Jan 1 00:11:12 collie user.warn kernel: r4 = 00000001 Jan 1 00:11:12 collie user.warn kernel: [] (worker_thread+0x0/0x158) from [] (kthread+0xec/0x128) Jan 1 00:11:12 collie user.warn kernel: r6 = C0044C84 r5 = C3A52000 r4 = C383F460 Jan 1 00:11:12 collie user.warn kernel: [] (kthread+0x0/0x128) from [] (do_exit+0x0/0x8a8) Jan 1 00:11:12 collie user.warn kernel: r7 = 00000000 r6 = 00000000 r5 = 00000000 r4 = 00000000 Jan 1 00:11:12 collie user.warn kernel: Code: e1a03da3 e3530003 9a000001 e3a03000 (e5833000) The same (or very similar) Oops with a SanDisk 128 Mb and with a PQI 1Gb 133x -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 12:38:41 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 05:38:41 -0700 (PDT) Subject: [oe-issues] [Bug 2963] New: matchbox-keyboard-inputmethod-0. 0+svn20070909-r4-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2963 Summary: matchbox-keyboard-inputmethod-0.0+svn20070909-r4- do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070909123903 for machine magician -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 13:05:54 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 06:05:54 -0700 (PDT) Subject: [oe-issues] [Bug 2963] matchbox-keyboard-inputmethod-0.0+svn20070909-r4-do_configure In-Reply-To: Message-ID: <20070909130554.6DEB14285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2963 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Koen Kooi 2007-09-09 06:05:54 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 13:16:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 06:16:20 -0700 (PDT) Subject: [oe-issues] [Bug 2647] 2.6.21 and locomo_spi In-Reply-To: Message-ID: <20070909131620.5A6504285BA@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2647 Ashley Gittins changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|2962 | CC| |alex at amiran.it --- Comment #13 from Ashley Gittins 2007-09-09 06:16:19 --- *** Bug 2962 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 13:16:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 06:16:20 -0700 (PDT) Subject: [oe-issues] [Bug 2962] Kernel Oops when inserting SD card In-Reply-To: Message-ID: <20070909131620.0EDA04285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2962 Ashley Gittins changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |agittins at purple.dropbear.id. | |au Blocks|2161, 2647 | Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #1 from Ashley Gittins 2007-09-09 06:16:19 --- This is a duplicate of bug 2647, not a dependancy of it. It might be good if you could attach your oops output to bug 2647 (rather than pasting as a comment) so it can be tracked there with the other report. We should probably update the description of bug 2647 to be more clear on what it's about. Additionally, it doesn't block 2161, which is about unrecognised cards (arguably, this bug blocks _you_ (and I) from experiencing bug 2161, but this bug doesn't block that bug from being fixed). I'm marking this as a dupe of 2647 (which still needs solving, nudge-nudge!) and removing 2647 and 2161 from the blocks list. Please refer all "Oops on SD insert" to bug 2647 for now, rather than raising new reports. *** This bug has been marked as a duplicate of bug 2647 *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 13:28:26 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 06:28:26 -0700 (PDT) Subject: [oe-issues] [Bug 2647] kernel oops in mmc_spi on collie with locomo_spi at SD card insertion with 2 .6.21 In-Reply-To: Message-ID: <20070909132826.F3EE3401FBF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2647 Ashley Gittins changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |oops Summary|2.6.21 and locomo_spi |kernel oops in mmc_spi on | |collie with locomo_spi at SD | |card insertion with 2.6.21 --- Comment #14 from Ashley Gittins 2007-09-09 06:28:26 --- (Updated summary line to be more descriptive and search-friendly, and added oops to keywords) Thomas (or anyone else) can you tell me what needs to happen to push this along? Your comment indicates that at this stage we are waiting for mmc_spi to make it into mainline, is that right? Is there anything anyone can do to fix this now rather than wait for upstream fixes? Does upstream even know about this issue? Sorry if it's a dumb question, I am just confused about the right process here - seems to me OE could look into the problem and possibly come up with a patch to mmc_spi (and perhaps also locomo_spi if required) without having to wait on Linus' tree? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 15:47:24 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 08:47:24 -0700 (PDT) Subject: [oe-issues] [Bug 2964] New: save-rtc date format causes error if busybox # CONFIG_FEATURE_DATE_ISOFMT is not set Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2964 Summary: save-rtc date format causes error if busybox # CONFIG_FEATURE_DATE_ISOFMT is not set Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: sakoman at gmail.com With the default config for busybox date (uclibc angstrom build), when save-rtc.sh writes the time stamp file it ends up as: %2m%2d%2H%2M00%4Y rather than a valid date. It seems that without the CONFIG_FEATURE_DATE_ISOFMT flag set, busybox date cannot handle numerics in the date format. Possible fixes: - Enable CONFIG_FEATURE_DATE_ISOFMT in the default busybox config - Change the format in save-rtc from %2m%2d%2H%2M00%4Y to %m%d%H%M%Y (tested only on uclibc build) - Let each machine affected override save-rtc.sh -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 16:41:19 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 09:41:19 -0700 (PDT) Subject: [oe-issues] [Bug 2647] kernel oops in mmc_spi on collie with locomo_spi at SD card insertion with 2 .6.21 In-Reply-To: Message-ID: <20070909164119.6DE6A4285B7@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2647 --- Comment #15 from Thomas Kunze 2007-09-09 09:41:19 --- The mmc-spi patches are now in the -mm tree. My locomi-spi driver needs a little tweaking to work with this version. ATM I have no time for this, but soon I will. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 19:25:52 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 12:25:52 -0700 (PDT) Subject: [oe-issues] [Bug 2965] New: fxload.bb Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2965 Summary: fxload.bb Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: oe at iss.tu-darmstadt.de This is my first package attempt to add fxload to the repository. Note that ezusb.c is patched to include linux/usb_ch9.h which moved to linux/usb/ch9.h recently. If you have a newer kernel chances are that you have to change the coresponding patch. This should be probably automated by looking for the used kernel version? There is currently only a normal package no debug stuff or so. Enjoy Tim -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 20:37:39 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 13:37:39 -0700 (PDT) Subject: [oe-issues] [Bug 2965] fxload.bb In-Reply-To: Message-ID: <20070909203739.F2AFD4285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2965 pHilipp Zabel changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from pHilipp Zabel 2007-09-09 13:37:39 --- ok, added in 7b0ea327... -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 9 21:44:25 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 14:44:25 -0700 (PDT) Subject: [oe-issues] [Bug 2926] Clean build of Angstrom for Gumstix-Verdex Fails In-Reply-To: Message-ID: <20070909214425.A08764285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2926 --- Comment #3 from Marcin Juszkiewicz 2007-09-09 14:44:25 --- please check build now -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 03:31:30 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 20:31:30 -0700 (PDT) Subject: [oe-issues] [Bug 2967] New: uclibc-0.9.29-r7-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2967 Summary: uclibc-0.9.29-r7-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070910031627 for machine qemux86 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 03:40:22 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 20:40:22 -0700 (PDT) Subject: [oe-issues] [Bug 2968] New: ezxd-0.0+svnr2048-r0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2968 Summary: ezxd-0.0+svnr2048-r0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070910034134 for machine davinci-dvevm -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 03:43:33 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 20:43:33 -0700 (PDT) Subject: [oe-issues] [Bug 2968] ezxd-0.0+svnr2048-r0-do_compile In-Reply-To: Message-ID: <20070910034333.85D164285B6@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2968 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Koen Kooi 2007-09-09 20:43:33 --- fixed in r5911b2fa300600b52924de86c4e9bd75e84355e8 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 05:21:56 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 22:21:56 -0700 (PDT) Subject: [oe-issues] [Bug 2969] New: Kexec Cmdline support for arm kernels Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2969 Summary: Kexec Cmdline support for arm kernels Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: hvontres at gmail.com Created an attachment (id=2202) --> (http://bugs.openembedded.org/attachment.cgi?id=2202) Main patch This bug has patches for adding cmdline support to arm kernels. These patches were made by mwester and have been tested by me on a poodle for linux-rp 2.6.17,2.6.21 and 2.6.22. The patch consists of three parts: 1)80-kexec-atags.patch: This is the main patch. It adds the capability for kexec to manipulate the atags list 2) kexec-ksysfs_2.6.21.patch: This patch provides a crude interface to the above patch through sysfs. I have adapted it to 2.6.17, 2.6.21 and 2.6.22 3) poodle-bootparams.patch: This patch adds a fake atags list for poodle to get around the crappy sharp bootloader. Other zaurus models would need similar patches. Here is a copy of the emails from mwester about these patches: Forwarded Conversation Subject: Re: arm kexec commandline support ------------------------ From: Mike (mwester) To: thommycheck at gmx.de, hvontres at gmail.com Cc: "Mike (mwester)" Date: Mon, Jul 9, 2007 at 9:46 AM Attachments: 81-kexec-cmdline.patch, 80-kexec-atags.patch - Show quoted text - Gentlemen, (context: I found a thread on arm kexec commandline support on the OE archives that didn't seem to garner much enthusiasm or comment. I also conversed briefly with someone regarding kexec commandline support on the #oe channel some time ago - I suspect that was probably Thomas.) I encountered a similar problem as did Henry when using the patch; in my case the issue was that the ATAGs address was hard-coded to a non-existant address, as the ixp4xx systems I work with use 0x00000100 instead. Upon fixing that, I discovered that the ixp4xx systems will then begin to reboot, but if the commandline (and other startup information) is not hardcoded, the system crashes as well. The problem was traced to the need to pass in the memory information in the form of atags as well. To get to the point, after a lot of digging, the attached patches work (on kernel 2.6.21 -- very minor changes in ksysfs.c require tweaks for use on 2.6.22). The first, 80-kexec-atags.patch, is designed simply to preserve whatever information the bootloader passes into the device for kexec use -- the second, 81-kexec-cmdline.patch, uses the original patch's approach of using ksysfs to permit the commandline atag to be modified. The first of the two patches I think is reasonably acceptable in terms of style and completeness, and may even be able (at some point) to be sent upstream. The second (modifications to the ksysfs.c file) are clearly not acceptable upstream -- it really exists at this point in time as a means to test the first patch. This is working on a number of ixp4xx machines running SlugOS (the NSLU2 and the DSM-G600). I wonder if you might take a look at this and comment, please? Is this reworked patch something that might be more general, and work on the machines you are using as well? I don't want to send this to the OE list before getting some feedback from those who originally worked on this - thanks! Regards, Mike (mwester) mailto: mwester at dls.net -------- From: Hans Henry von Tresckow To: "Mike (mwester)" Cc: thommycheck at gmx.de Date: Tue, Jul 24, 2007 at 10:13 PM I tried your patch on poodle, but so far I have not been able to actually change the cmdline...:( But at least it doesn't break anythng either...:) Sorry it took me so long to get back to this, but between work, the house and two small kids, fiddling with OE kinda takes a back seat. [Quoted text hidden] -------- From: Thomas Kunze < thommycheck at gmx.de> To: mwester at dls.net Cc: Hans Henry von Tresckow Date: Fri, Jul 27, 2007 at 2:44 PM - Show quoted text - Hans Henry von Tresckow wrote: > I tried your patch on poodle, but so far I have not been able to > actually change the cmdline...:( But at least it doesn't break anythng > either...:) This is also true for me. Sorry that it took so long to answer but I was quite busy lately. Regards, Thomas (thesing) -------- From: Thomas Kunze < thommycheck at gmx.de> To: "Mike (mwester)" Cc: Hans Henry von Tresckow < hvontres at gmail.com> Date: Sat, Jul 28, 2007 at 6:03 AM Hi, I looked further into this. It seems that atm collie doesn't use bootparams during startup. (There ist no .boot_params in machine description.) "cat /sys/kernel/kexec_boot_params" gives only zeros. So maybe fallback on 0xc0000100 then and only include the cmdline tag in the atag list? Regards, Thomas -------- From: Mike (mwester) To: Thomas Kunze Cc: Hans Henry von Tresckow Date: Mon, Aug 6, 2007 at 9:23 PM Attachments: poodle-bootparams.patch, collie-bootparams.patch, kexec-ksysfs.patch, 80-kexec-atags.patch - Show quoted text - Sorry for the long delay. I have re-assembled my build environment, and took a long look at this problem. Your analysis is correct; the root cause is the absense of any .boot_params at all. My first thought was to re-instate the l-a-k atags patch (the one that accepts atags from the boot-loader in R2), and pass the atag list in that fashion. However, that doesn't change the fact that we still need an area of memory to store the atags in for the new kernel -- and it was earlier observed in this email thread that R2 is ignored by the current kernel anyway. So, it seems that the simplest solution is to add the ".boot_params" to collie and poodle -- even though the bootloader may not actually put anything there, this solution is simple and it ensures that the area of memory is in the correct place, and avoids some complicated code in setup.c. The quick-and-dirty ksysfs code in the original patchset also has a problem, in that it assumes the existance of at least an empty atags list. This is not the case for these devices, as they have no bootloader information. The fix there is also simple -- if the existing in-kernel buffer copied from the .boot_params area does not start with a valid CORE tag, an empty set is created. I lack either a poodle or a collie to test with -- and all my machines have bootloaders that initialize ATAGS, so I'm not in a position to test the ksysfs.c change. It may not work. Attached are the patches. Regards, Mike Westerhof mailto:mwester at dls.net [Quoted text hidden] -------- From: Hans Henry von Tresckow To: "Mike (mwester)" Cc: Thomas Kunze < thommycheck at gmx.de> Date: Wed, Aug 8, 2007 at 8:43 AM Mike, Thanks for the help. I tested this on my poodle last night, but I got a segfault during kexec -e. How did you deterimine that 0xa0000100 was the correct location for the fake tags list? I would like to take a look a this some more when I get home, but I am still a relative kernel newbie, so I could use some pointers. Thanks, Henry [Quoted text hidden] -------- From: Hans Henry von Tresckow To: "Mike (mwester)" Cc: Thomas Kunze Date: Fri, Aug 10, 2007 at 7:14 AM Mike, I looked into this a bit further, and it looks like the adding the poodle-bootparams.patch causes the kernel to hang during or after uncompressing the image. Any ideas what I should look at to try to fix this? [Quoted text hidden] -------- From: Mike (mwester) < mwester at dls.net> To: Hans Henry von Tresckow Cc: Thomas Kunze < thommycheck at gmx.de> Date: Sun, Aug 12, 2007 at 8:08 AM After looking at the code, there are a few possibilities. The first is that perhaps the address is not a good one. Based on a quick look at the poodle.c source, it seemed to me that on that machine, 0xa0000000 is the start of the RAM (physical). ATAGs must be near the beginning of the RAM (I think in the first 16Kbytes, or so), and traditionally the bootparams are passed at START+0x100 -- but maybe I picked a wrong address. The other possibility is that perhaps there is data at that location that is being misinterpreted as boot parameters. It seems unlikely that random data might match the signature for valid ATAGs, but I've not looked at the old-style bootparams; perhaps random data may be interpreted as such. There is also the possibility that the bootloader is actually writing valid boot parameters, but the poodle code is deliberately ignoring them for some reason -- in that case, this patch would be defeating this purpose. Lacking a poodle to test with, I can only guess. I will prepare a debugging patch, and see if that will shed any light on the behavior. Hopefully I'll be able to do that later today. Regards, Mike (mwester) ----- Original Message ----- From: "Hans Henry von Tresckow" < hvontres at gmail.com> To: "Mike (mwester)" [Quoted text hidden] -------- From: Hans Henry von Tresckow To: "Mike (mwester)" Cc: Thomas Kunze Date: Mon, Aug 13, 2007 at 10:43 AM Thanks for the input. I think you might want to run these patches by rpurdie as well, since he is the main kernel guru on the Zaurus side of things. IIRC, the standard sharp bootloader does not play well with 2.6 kernels. [Quoted text hidden] -------- From: Mike (mwester) To: Hans Henry von Tresckow Cc: Thomas Kunze < thommycheck at gmx.de> Date: Mon, Aug 13, 2007 at 12:20 PM ----- Original Message ----- From: "Hans Henry von Tresckow" < hvontres at gmail.com> To: "Mike (mwester)" Cc: "Thomas Kunze" < thommycheck at gmx.de> Sent: Monday, August 13, 2007 12:43 PM Subject: Re: arm kexec commandline support > Thanks for the input. I think you might want to run these patches by rpurdie > as well, since he is the main kernel guru on the Zaurus side of things. > IIRC, the standard sharp bootloader does not play well with 2.6 kernels. Hmmm.... That last statement might make the difference. That would explain much, and offers a new twist to the solution. In that case, we would need a mechanism to cause the kernel to ignore the bootloader .bootparams, but process the ones from kexec. Let me rethink what I was going to do. One solution would be to parse the ATAGs and examine them for the "signature" of the bootloader vs kexec -- tricky, and like all heuristics, prone to failure. :-) However, I feel that there is a very simple solution to do the above, but it is just out of reach of my brain at this moment... Mike (mwester) -------- From: Mike (mwester) < mwester at dls.net> To: Hans Henry von Tresckow Cc: Thomas Kunze < thommycheck at gmx.de> Date: Wed, Aug 15, 2007 at 8:36 PM Henry, Can you perform a quick test for me, to see if I'm heading in the correct direction? If you can edit the patched kernel sources, the file arch/arm/mach-pxa/poodle.c, and around line #409 or so, you'll find this line that the last patch I emailed applied: .boot_params = 0xa0000100, /* fake boot params loc for kexec */ Please change that value to be 0xa0000200 instead, recompile, and see if the resulting kernel boots... This change should make the kernel look for ATAGs somewhere other than where the bootloader placed any information. If this results in a booting kernel, this might be the easiest solution -- it retains the kexec/command line functionality while ignoring the boot parameters from the bootloader. If it doesn't fix the booting kernel, then there's something else wrong, and I'll put my efforts to trying to figure that out instead. Thanks! Mike (mwester) ----- Original Message ----- From: "Hans Henry von Tresckow" < hvontres at gmail.com> To: "Mike (mwester)" Cc: "Thomas Kunze" < thommycheck at gmx.de> Sent: Monday, August 13, 2007 12:43 PM [Quoted text hidden] -------- From: Hans Henry von Tresckow To: "Mike (mwester)" < mwester at dls.net> Cc: Thomas Kunze Date: Wed, Aug 15, 2007 at 11:05 PM It boots :) [Quoted text hidden] -------- From: Mike (mwester) To: Hans Henry von Tresckow Cc: Thomas Kunze Date: Thu, Aug 16, 2007 at 7:35 AM Excellent! That would indicate that the boot failures are indeed caused by some sort of conflict between the kernel and the bootloader's parameters. Did you check to see if kexec now works as well, and if the basic kexec works, can you also try changing the command line? Thanks, Mike ----- Original Message ----- From: "Hans Henry von Tresckow" < hvontres at gmail.com> To: "Mike (mwester)" Cc: "Thomas Kunze" < thommycheck at gmx.de> [Quoted text hidden] -------- From: Hans Henry von Tresckow To: "Mike (mwester)" Cc: Thomas Kunze Date: Fri, Aug 17, 2007 at 12:48 AM Yay....it works :) I was able to get it to boot from flash, and change the cmdline to boot from SD. I'd suggest putting the patches up on the mailing list to get some feedback from the other guys as well. Thanks a lot for all your help on this. :) Henry -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 06:55:05 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 9 Sep 2007 23:55:05 -0700 (PDT) Subject: [oe-issues] [Bug 2970] New: support building 3rd party feeds Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2970 Summary: support building 3rd party feeds Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: thebohemian at gmx.net the problem: I am a vendor wanting to provide packages that are not part of a OE-built distribution. I want to build these packages and let them end up in a feed. This feed should then contain my packages and their dependencies. However dependencies that are already provided by the distribution's feed should not end up in my vendor feed. Example: I want to provide "foo". Foo depends in libbaz and gtk+. libbaz is not in Angstrom, gtk+ is. After issuing 'bitbake angstrom-plus-feed' some target directory should contain foo, libbaz (and the IPKG Packages* files). If OE developers are interested in such a feature I would offer to implement this. However I am asking for comments. :) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 11:11:50 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 10 Sep 2007 04:11:50 -0700 (PDT) Subject: [oe-issues] [Bug 2970] support building 3rd party feeds In-Reply-To: Message-ID: <20070910111150.21DC4401FBF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2970 --- Comment #1 from Paul Sokolovsky 2007-09-10 04:11:49 --- Feed management (beyond trivial things like creating package index for already build packages) are not part of OE. Use your language of choice to write scripts to do the tricks. If those scripts are generic enough, they can be contributed back for 'contrib' directory in OE. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 12:01:36 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 10 Sep 2007 05:01:36 -0700 (PDT) Subject: [oe-issues] [Bug 2971] New: linux-ezx-2.6.21-ezxdev-r10-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2971 Summary: linux-ezx-2.6.21-ezxdev-r10-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070910115309 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 12:03:51 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 10 Sep 2007 05:03:51 -0700 (PDT) Subject: [oe-issues] [Bug 2971] linux-ezx-2.6.21-ezxdev-r10-do_compile In-Reply-To: Message-ID: <20070910120351.3553B401FA9@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2971 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-10 05:03:50 --- bogus patch, fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 12:35:10 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 10 Sep 2007 05:35:10 -0700 (PDT) Subject: [oe-issues] [Bug 2970] support building 3rd party feeds In-Reply-To: Message-ID: <20070910123510.636A8401F19@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2970 --- Comment #2 from Richard Purdie 2007-09-10 05:35:10 --- I agree with Paul, this is something which would be best implemented by a post processing script. Such scripts can be shared in contrib in OE. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 15:26:19 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 10 Sep 2007 08:26:19 -0700 (PDT) Subject: [oe-issues] [Bug 2972] New: linux-ezx-2.6.21-ezxdev-r11-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2972 Summary: linux-ezx-2.6.21-ezxdev-r11-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070910141250 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 16:02:00 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 10 Sep 2007 09:02:00 -0700 (PDT) Subject: [oe-issues] [Bug 2972] linux-ezx-2.6.21-ezxdev-r11-do_compile In-Reply-To: Message-ID: <20070910160200.325E6401FA9@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2972 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Koen Kooi 2007-09-10 09:01:59 --- double applied patch -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 10 20:15:04 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 10 Sep 2007 13:15:04 -0700 (PDT) Subject: [oe-issues] [Bug 2598] angstrom simpad gpe: metabug suspend with power button does not work In-Reply-To: Message-ID: <20070910201504.415DF401FBF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2598 --- Comment #12 from Bernhard Guillon 2007-09-10 13:15:03 --- Ok, the bug is now solved by adding a script to /etc/apm/suspend.d which creates a lockfile. this lockfile is checked ba powerd now. I added the new powerd patch. best regards Bernhard Guillon -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From seetharam_21 at yahoo.com Tue Sep 11 00:40:48 2007 From: seetharam_21 at yahoo.com (Dharmosoth Seetharam) Date: Mon, 10 Sep 2007 17:40:48 -0700 (PDT) Subject: [oe-issues] bitbake gpe-image: do_rootfs failed Message-ID: <145836.36511.qm@web50902.mail.re2.yahoo.com> Hi all, I am building the OE for arm architecture. I have configure most of the conf file as per sepc. But, getting the follwing problem ++++++++++++ | Collected errors: | ERROR: Cannot satisfy the following dependencies for task-base: | kernel | + export D=/test/fp/apps/build/tmp/rootfs | + D=/test/fp/apps/build/tmp/rootfs | + export OFFLINE_ROOT=/test/fp/apps/build/tmp/rootfs | + OFFLINE_ROOT=/test/fp/apps/build/tmp/rootfs | + export IPKG_OFFLINE_ROOT=/test/fp/apps/build/tmp/rootfs | + IPKG_OFFLINE_ROOT=/test/fp/apps/build/tmp/rootfs | + mkdir -p /test/fp/apps/build/tmp/rootfs/etc/ipkg/ | + grep '^arch' /test/fp/apps/build/tmp/work/omap1710h3-linux/gpe-image-1.0-r20/temp/ipkg.conf | + '[' -f '/test/fp/apps/build/tmp/rootfs/usr/lib/ipkg/info/*.preinst' ']' | + '[' -f /test/fp/apps/build/tmp/rootfs/usr/lib/ipkg/info/gdk-pixbuf-loader-gif.postinst ']' | + sh /test/fp/apps/build/tmp/rootfs/usr/lib/ipkg/info/gdk- pixbuf-loader-gif.postinst configure | ++ basename /test/fp/apps/build/tmp/rootfs/usr/lib/ipkg/info/gdk-pixbuf-loader-gif.postinst .postinst | + ipkg-cl -f /test/fp/apps/build/tmp/work/omap1710h3-linux/gpe-image-1.0-r20 /temp/ipkg.conf -o /test/fp/apps/build/tmp/rootfs flag unpacked gdk-pixbuf-loader-gif | Setting flags for package gdk-pixbuf-loader-gif to unpacked | Successfully terminated. | | | | | + '[' -f /test/fp/apps/build/tmp/rootfs/usr/lib/ipkg/info/gdk- pixbuf-loader-jpeg.postinst ']' | + sh /test/fp/apps/build/tmp/rootfs | + log_check rootfs | + set +x | log_check: Using /test/fp/apps/build/tmp/work/omap1710h3-linux/gpe-image-1.0-r20/temp/log.do_rootfs.2033 as logfile | log_check: There were error messages in the logfile | log_check: Matched keyword: [ERR] | -- | Successfully terminated. | Collected errors: | ERROR: Cannot satisfy the following dependencies for task-base: | kernel | -- | + sh /test/fp/apps/build/tmp/rootfs/usr/lib/ipkg/info/libgpewidget1.postinst configure | + '[' -f /test/fp/apps/build/tmp/rootfs/usr/lib/ipkg/info/libgpg-error0.postinst ']' | + sh /test/fp/apps/build/tmp/rootfs/usr/lib/ipkg/info/libgpg-error0.postinst configure\u003cbr\>| + '[' -f /test/fp/apps/build/tmp/rootfs\u003cWBR\>/usr/lib/ipkg/info/libice6\u003cWBR\>.postinst ']'\u003cbr\>|\u003cbr\>NOTE: Task failed: /test/fp/apps/build/tmp/work\u003cWBR\>/omap1710h3-linux/gpe-\nimage-1.0-r20/temp/log.do_rootfs.2033\u003cbr\>NOTE: package gpe-image-1.0-r20: task do_rootfs: failed\u003cbr\>ERROR: TaskFailed event exception, aborting\u003cbr\>NOTE: package gpe-image-1.0: failed\u003cbr\>ERROR: Build of /test/fp/apps/org.openembedded\u003cWBR\>.dev/packages/images/gpe-\n\u003ca href\u003d\"http://image.bb\" target\u003d\"_blank\" onclick\u003d\"return top.js.OpenExtLink(window,event,this)\"\>image.bb\u003c/a\> do_rootfs failed\u003cbr\>ERROR: Task 8 (/test/fp/apps/org.openembedded\u003cWBR\>.dev/packages/images/gpe-\u003ca href\u003d\"http://image.bb\" target\u003d\"_blank\" onclick\u003d\"return top.js.OpenExtLink(window,event,this)\"\>image.bb\u003c/a\>, do_rootfs) failed\u003cbr\>ERROR: '/test/fp/apps/org.openembedded\u003cWBR\>.dev/packages/images/gpe-\n\u003ca href\u003d\"http://image.bb\" target\u003d\"_blank\" onclick\u003d\"return top.js.OpenExtLink(window,event,this)\"\>image.bb\u003c/a\>' failed\u003cbr\>[seetharam at ind-2 build]$\u003cbr\>",1] ); D(["mb","\u003cspan class\u003dsg\>\u003cbr\>\u003cbr clear\u003d\"all\"\>\u003cbr\>-- \u003cbr\>Dharmosoth Seetharam\u003cbr\> M.Tech\u003cbr\> Hyderabad.\n\u003c/span\>",0] ); //-->/usr/lib/ipkg/info/libgpg-error0.postinst configure | + '[' -f /test/fp/apps/build/tmp/rootfs/usr/lib/ipkg/info/libice6.postinst ']' | NOTE: Task failed: /test/fp/apps/build/tmp/work/omap1710h3-linux/gpe- image-1.0-r20/temp/log.do_rootfs.2033 NOTE: package gpe-image-1.0-r20: task do_rootfs: failed ERROR: TaskFailed event exception, aborting NOTE: package gpe-image-1.0: failed ERROR: Build of /test/fp/apps/org.openembedded.dev/packages/images/gpe- image.bb do_rootfs failed ERROR: Task 8 (/test/fp/apps/org.openembedded.dev/packages/images/gpe-image.bb, do_rootfs) failed ERROR: '/test/fp/apps/org.openembedded.dev/packages/images/gpe- image.bb' failed Here, I am not going to build the kernel with bitbake. I have already build the kernel using crosstool with hardsoft option. Do we need to build the rootfs with bitbake only ?? If am wrong please suggest me in right direction . Thanks in advance !! Seetharam D --------------------------------- Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims Stories at Yahoo! Games. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bugzilla-daemon at tinman.treke.net Tue Sep 11 02:25:04 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 10 Sep 2007 19:25:04 -0700 (PDT) Subject: [oe-issues] [Bug 2973] New: opensimpad-64+0-2.4.27-vrs1-pxa1-jpm1-r4-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2973 Summary: opensimpad-64+0-2.4.27-vrs1-pxa1-jpm1-r4-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070911020933 for machine simpad -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 11 03:59:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 10 Sep 2007 20:59:29 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross 2.18 fails to build on x86_64 In-Reply-To: Message-ID: <20070911035929.A77FB402D14@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 Michael DeVico changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mdevico at qualcomm.com --- Comment #12 from Michael DeVico 2007-09-10 20:59:29 --- (In reply to comment #11) > Same issue here; the lib is initially in cross/lib64; tweaking the .inc file > locally fixes this, but a generic, portatble solutions is needed. > FYI: I experienced the same issue when building gcc-cross-4.1.2-r5 for x86_64 as well. I had to change lib to lib64. Otherwise, it couldn't find libgcc_s.so since it was only looking in lib and not lib64. My gross hack is below. I create a variable called larch (Library architecture) and set it to 64 if the TARGET_ARCH == "x86_64". I then attach ${larch} onto dir. See below: gcc-package-cross.inc set_larch() { larch="" if [ "${TARGET_ARCH}" = "x86_64" ]; then larch=64 fi } do_install () { set_larch oe_runmake 'DESTDIR=${D}' install # Move libgcc_s into /lib mkdir -p ${D}${target_base_libdir} if [ -f ${D}${target_base_libdir}/libgcc_s.so.? ]; then # Already in the right location : elif [ -f ${D}${prefix}/lib${larch}/libgcc_s.so.? ]; then mv -f ${D}${prefix}/lib${larch}/libgcc_s.so* ${D}${target_base_libdir} else mv -f ${D}${prefix}/*/lib${larch}/libgcc_s.so* ${D}${target_base_libdir} fi # Move libstdc++ and libg2c into libdir (resetting our prefix to /usr mkdir -p ${D}${target_libdir} mv -f ${D}${prefix}/*/lib${larch}/libstdc++.so* ${D}${target_libdir} if [ "${HAS_G2C}" = "yes" ]; then mv -f ${D}${prefix}/*/lib${larch}/libg2c.so* ${D}${target_libdir} || true fi if [ "${HAS_GFORTRAN}" = "yes" ]; then mv -f ${D}${prefix}/*/lib${larch}/libgfortran*.so* ${D}${target_libdir} fi -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 11 12:04:42 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 05:04:42 -0700 (PDT) Subject: [oe-issues] [Bug 2974] New: madwifi-ng-r2518-20070626-r5-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2974 Summary: madwifi-ng-r2518-20070626-r5-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070911105327 for machine alix -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 11 12:16:10 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 05:16:10 -0700 (PDT) Subject: [oe-issues] [Bug 2974] madwifi-ng-r2518-20070626-r5-do_compile In-Reply-To: Message-ID: <20070911121610.DF1264285B8@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2974 Marcin Juszkiewicz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Marcin Juszkiewicz 2007-09-11 05:16:10 --- fix pushed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 11 13:28:24 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 06:28:24 -0700 (PDT) Subject: [oe-issues] [Bug 2975] New: webkit-gtk-0.0+svnr25488-r25486-r1-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2975 Summary: webkit-gtk-0.0+svnr25488-r25486-r1-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070911125617 for machine alix -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 11 15:31:04 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 08:31:04 -0700 (PDT) Subject: [oe-issues] [Bug 2976] New: webkit-gtk-0.0+svnr25489-r25486-r1-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2976 Summary: webkit-gtk-0.0+svnr25489-r25486-r1-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070911152933 for machine guinness -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 11 20:52:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 13:52:07 -0700 (PDT) Subject: [oe-issues] [Bug 2977] New: icu-3.6-r1-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2977 Summary: icu-3.6-r1-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070911205117 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 11 23:22:40 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 16:22:40 -0700 (PDT) Subject: [oe-issues] [Bug 2093] Cups needs to use gcc to link on arm/eabi In-Reply-To: Message-ID: <20070911232240.9812642589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2093 pHilipp Zabel changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |philipp.zabel at gmail.com --- Comment #1 from pHilipp Zabel 2007-09-11 16:22:40 --- We can force it in the configure step, like that: --- packages/cups/cups.inc 222ec9d8aeac6ec4e9ebcaaaa920915c43052b25 +++ packages/cups/cups.inc 6c1927d51ca6f1ffd15d62ea8a1e04173cb5d2c5 @@ -26,7 +26,7 @@ do_configure() { do_configure() { gnu-configize libtoolize --force - oe_runconf + oe_runconf ac_cv_path_LD="\$(CC)" } do_compile () { But that doesn't help me. Neither does your method work for me. But I can suddenly compile imagetops and imagetoraster if I remove the -lcups from LINKCUPS while compiling them. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 11 23:39:19 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 16:39:19 -0700 (PDT) Subject: [oe-issues] [Bug 2978] New: ERROR: Build of org.openembedded.dev/packages/gnome/ gconf-dbus_svn.bb Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2978 Summary: ERROR: Build of org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: budgester at budgester.com budgester at quadro:~/embedded/openembedded/build$ bitbake bootstrap-image NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance. NOTE: Handling BitBake files: / (4673/4673) [100 %] NOTE: Parsing finished. 4452 cached, 0 parsed, 221 skipped, 0 masked. NOTE: build 200709120036: started OE Build Configuration: BB_VERSION = "1.8.8" OE_REVISION = "63dfdf9ceca5c6545ce95b5161eb8b169e91122a" TARGET_ARCH = "i486" TARGET_OS = "linux" MACHINE = "x86" DISTRO = "generic" DISTRO_VERSION = ".dev-snapshot-20070911" TARGET_FPU = "" NOTE: Resolving missing task queue dependencies NOTE: multiple providers are available for task-base (task-base, task-budge); NOTE: consider defining PREFERRED_PROVIDER_task-base NOTE: multiple providers are available for virtual/i486-linux-libc-initial (glibc-initial, eglibc-initial); NOTE: consider defining PREFERRED_PROVIDER_virtual/i486-linux-libc-initial NOTE: multiple providers are available for virtual/db (db3, db); NOTE: consider defining PREFERRED_PROVIDER_virtual/db NOTE: multiple providers are available for virtual/db-native (db-native, db3-native); NOTE: consider defining PREFERRED_PROVIDER_virtual/db-native NOTE: preferred version X11R7.1-1.1.6 of libxcursor not available (for item libxcursor) NOTE: preferred version X11R7.1-1.0.1 of libxext not available (for item libxext) NOTE: preferred version X11R7.1-1.0.2 of util-macros not available (for item util-macros) NOTE: preferred version X11R7.1-0.9.1 of libxrender not available (for item libxrender) NOTE: preferred version X11R7.1-4.0.1 of libxfixes not available (for item libxfixes) NOTE: preferred version X11R7.1-1.0.1 of libx11 not available (for item virtual/libx11) NOTE: preferred version X11R7.1-1.0.1 of diet-x11 not available (for item virtual/libx11) NOTE: preferred version X11R7.1-7.0.5 of xproto not available (for item xproto) NOTE: preferred version X11R7.1-1.0.1 of libxau not available (for item libxau) NOTE: preferred version X11R7.1-4.0 of fixesproto not available (for item fixesproto) NOTE: preferred version X11R7.1-1.0.1 of libxdmcp not available (for item libxdmcp) NOTE: Preparing runqueue NOTE: Executing runqueue NOTE: Running task 1108 of 1414 (ID: 1084, /home/budgester/embedded/openembedded/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb, do_compile) NOTE: package gconf-dbus-2.16.0+svn20070512: started NOTE: package gconf-dbus-2.16.0+svn20070512-r0: task do_compile: started ERROR: function do_compile failed ERROR: log data follows (/home/budgester/embedded/openembedded/build/tmp/work/i486-linux/gconf-dbus-2.16.0+svn20070512-r0/temp/log.do_compile.6509) | NOTE: make | make all-recursive | make[1]: Entering directory `/home/budgester/embedded/openembedded/build/tmp/work/i486-linux/gconf-dbus-2.16.0+svn20070512-r0/trunk' | Making all in gconf | make[2]: Entering directory `/home/budgester/embedded/openembedded/build/tmp/work/i486-linux/gconf-dbus-2.16.0+svn20070512-r0/trunk/gconf' | make all-am | make[3]: Entering directory `/home/budgester/embedded/openembedded/build/tmp/work/i486-linux/gconf-dbus-2.16.0+svn20070512-r0/trunk/gconf' | if /bin/sh ../i486-linux-libtool --tag=CC --mode=compile ccache i486-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/glib-2.0 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/lib/glib-2.0/include -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/dbus-1.0 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/lib/dbus-1.0/include -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/gtk-2.0 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/lib/gtk-2.0/include -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/atk-1.0 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/pango-1.0 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/freetype2 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DPREFIX=\""/usr"\" -DGCONF_LOCALE_DIR=\""/usr/share/locale"\" -DGCONF_SRCDIR=\""/home/budgester/embedded/openembedded/build/tmp/work/i486-linux/gconf-dbus-2.16.0+svn20070512-r0/trunk"\" -DGCONF_CONFDIR=\""/etc/gconf/2"\" -DGCONF_ETCDIR=\""/etc/gconf"\" -DGCONF_BINDIR=\""/usr/bin"\" -DGCONF_SERVERDIR=\""/usr/libexec"\" -DGCONF_BUILDDIR=\"".."\" -DGCONF_BACKEND_DIR=\""/usr/lib/GConf-dbus/2"\" -DVERSION=\""2.16.0"\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\""gconfd-2"\" -DDBUS_API_SUBJECT_TO_CHANGE=\"1\" -isystem/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include -isystem/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -Wall -MT gconf-value.lo -MD -MP -MF ".deps/gconf-value.Tpo" -c -o gconf-value.lo gconf-value.c; \ | then mv -f ".deps/gconf-value.Tpo" ".deps/gconf-value.Plo"; else rm -f ".deps/gconf-value.Tpo"; exit 1; fi | ccache i486-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/glib-2.0 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/lib/glib-2.0/include -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/dbus-1.0 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/lib/dbus-1.0/include -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/gtk-2.0 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/lib/gtk-2.0/include -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/atk-1.0 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/pango-1.0 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/freetype2 -I/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DPREFIX=\"/usr\" -DGCONF_LOCALE_DIR=\"/usr/share/locale\" -DGCONF_SRCDIR=\"/home/budgester/embedded/openembedded/build/tmp/work/i486-linux/gconf-dbus-2.16.0+svn20070512-r0/trunk\" -DGCONF_CONFDIR=\"/etc/gconf/2\" -DGCONF_ETCDIR=\"/etc/gconf\" -DGCONF_BINDIR=\"/usr/bin\" -DGCONF_SERVERDIR=\"/usr/libexec\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/lib/GConf-dbus/2\" -DVERSION=\"2.16.0\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -DDBUS_API_SUBJECT_TO_CHANGE=\"1\" -isystem/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include -isystem/home/budgester/embedded/openembedded/build/tmp/staging/i486-linux/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -Wall -MT gconf-value.lo -MD -MP -MF .deps/gconf-value.Tpo -c gconf-value.c -fPIC -DPIC -o .libs/gconf-value.o | gconf-value.c: In function 'gconf_value_new': | gconf-value.c:76: warning: implicit declaration of function 'g_slice_new0' | gconf-value.c:76: error: expected expression before 'GConfRealValue' | gconf-value.c: In function 'gconf_value_free': | gconf-value.c:829: warning: implicit declaration of function 'g_slice_free' | gconf-value.c:829: error: expected expression before 'GConfRealValue' | gconf-value.c: In function 'gconf_entry_new_nocopy': | gconf-value.c:1455: warning: implicit declaration of function 'g_slice_new' | gconf-value.c:1455: error: expected expression before 'GConfRealEntry' | gconf-value.c:1455: warning: assignment makes pointer from integer without a cast | gconf-value.c: In function 'gconf_entry_unref': | gconf-value.c:1494: error: expected expression before 'GConfRealEntry' | make[3]: *** [gconf-value.lo] Error 1 | make[3]: Leaving directory `/home/budgester/embedded/openembedded/build/tmp/work/i486-linux/gconf-dbus-2.16.0+svn20070512-r0/trunk/gconf' | make[2]: *** [all] Error 2 | make[2]: Leaving directory `/home/budgester/embedded/openembedded/build/tmp/work/i486-linux/gconf-dbus-2.16.0+svn20070512-r0/trunk/gconf' | make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory `/home/budgester/embedded/openembedded/build/tmp/work/i486-linux/gconf-dbus-2.16.0+svn20070512-r0/trunk' | make: *** [all] Error 2 | FATAL: oe_runmake failed NOTE: Task failed: /home/budgester/embedded/openembedded/build/tmp/work/i486-linux/gconf-dbus-2.16.0+svn20070512-r0/temp/log.do_compile.6509 NOTE: package gconf-dbus-2.16.0+svn20070512-r0: task do_compile: failed ERROR: TaskFailed event exception, aborting NOTE: package gconf-dbus-2.16.0+svn20070512: failed ERROR: Build of /home/budgester/embedded/openembedded/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb do_compile failed ERROR: Task 1084 (/home/budgester/embedded/openembedded/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb, do_compile) failed NOTE: Tasks Summary: Attempted 1107 tasks of which 1107 didn't need to be rerun and 1 failed. ERROR: '/home/budgester/embedded/openembedded/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb' failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 05:59:54 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 22:59:54 -0700 (PDT) Subject: [oe-issues] [Bug 2979] New: uicmoc4-native-4.3.1-r0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2979 Summary: uicmoc4-native-4.3.1-r0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070912055852 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 06:00:01 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 23:00:01 -0700 (PDT) Subject: [oe-issues] [Bug 2980] New: webkit-gtk-0.0+svnr25505-r25501-r1-do_unpack Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2980 Summary: webkit-gtk-0.0+svnr25505-r25501-r1-do_unpack Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070912055852 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 06:51:28 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 23:51:28 -0700 (PDT) Subject: [oe-issues] [Bug 2979] uicmoc4-native-4.3.1-r0-do_compile In-Reply-To: Message-ID: <20070912065128.35E9042589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2979 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from Koen Kooi 2007-09-11 23:51:27 --- can't reproduce -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 06:51:39 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 11 Sep 2007 23:51:39 -0700 (PDT) Subject: [oe-issues] [Bug 2980] webkit-gtk-0.0+svnr25505-r25501-r1-do_unpack In-Reply-To: Message-ID: <20070912065139.1D9BC42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2980 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from Koen Kooi 2007-09-11 23:51:38 --- can't reproduce -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 07:23:54 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 00:23:54 -0700 (PDT) Subject: [oe-issues] [Bug 2981] New: webkit-gtk-0.0+svnr25505-r25501-r1-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2981 Summary: webkit-gtk-0.0+svnr25505-r25501-r1-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070912072250 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 07:46:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 00:46:29 -0700 (PDT) Subject: [oe-issues] [Bug 2982] New: icu-3.6-r1-do_populate_staging Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2982 Summary: icu-3.6-r1-do_populate_staging Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070912071736 for machine htcwallaby -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 07:46:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 00:46:29 -0700 (PDT) Subject: [oe-issues] [Bug 2983] New: openmoko-libs-0.4+svnr2367-r0-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2983 Summary: openmoko-libs-0.4+svnr2367-r0-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070912071736 for machine htcwallaby -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 07:53:56 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 00:53:56 -0700 (PDT) Subject: [oe-issues] [Bug 2984] New: openmoko-terminal2-2.1.0+r2879-r1-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2984 Summary: openmoko-terminal2-2.1.0+r2879-r1-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070912072358 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 15:28:56 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 08:28:56 -0700 (PDT) Subject: [oe-issues] [Bug 2667] Sound problems with recent kernels a.k.a. asound statefiles need updating In-Reply-To: Message-ID: <20070912152857.15CA242589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2667 --- Comment #15 from Lukas Gorris 2007-09-12 08:28:56 --- Update: akita speaker is still not working. Tested recent angstrom and openmoko build. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 17:14:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 10:14:07 -0700 (PDT) Subject: [oe-issues] [Bug 2985] New: e-wm-0.16.999.038-r7-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2985 Summary: e-wm-0.16.999.038-r7-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070912163148 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 17:29:15 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 10:29:15 -0700 (PDT) Subject: [oe-issues] [Bug 2986] New: e-wm-0.16.999.039-r7-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2986 Summary: e-wm-0.16.999.039-r7-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070912172811 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 18:09:45 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 11:09:45 -0700 (PDT) Subject: [oe-issues] [Bug 2978] ERROR: Build of org.openembedded.dev/packages/gnome/ gconf-dbus_svn.bb In-Reply-To: Message-ID: <20070912180945.2D2B942589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2978 --- Comment #1 from Lukas Gorris 2007-09-12 11:09:44 --- I was building angstrom-x11-image for akita. just pulled and rebuilt. The error still occurs: #[..] ERROR: Build of /media/archiv/OE/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb do_package_write_ipk failed Traceback (most recent call last): File "/media/archiv/OE/bitbake-1.8.8/bin/bitbake", line 134, in main() File "/media/archiv/OE/bitbake-1.8.8/bin/bitbake", line 131, in main cooker.cook() File "/media/archiv/OE/bitbake-1.8.8/lib/bb/cooker.py", line 552, in cook return self.buildTargets(pkgs_to_build) File "/media/archiv/OE/bitbake-1.8.8/lib/bb/cooker.py", line 466, in buildTargets failures = rq.execute_runqueue() File "/media/archiv/OE/bitbake-1.8.8/lib/bb/runqueue.py", line 403, in execute_runqueue self.execute_runqueue_internal() File "/media/archiv/OE/bitbake-1.8.8/lib/bb/runqueue.py", line 531, in execute_runqueue_internal self.cooker.tryBuild(fn, False) File "/media/archiv/OE/bitbake-1.8.8/lib/bb/cooker.py", line 125, in tryBuild return self.tryBuildPackage(fn, item, self.configuration.cmd, the_data, build_depends) File "/media/archiv/OE/bitbake-1.8.8/lib/bb/cooker.py", line 98, in tryBuildPackage bb.build.exec_task('do_%s' % task, the_data) File "/media/archiv/OE/bitbake-1.8.8/lib/bb/build.py", line 292, in exec_task execute(None, task) File "/media/archiv/OE/bitbake-1.8.8/lib/bb/build.py", line 281, in execute exec_func(item, localdata) File "/media/archiv/OE/bitbake-1.8.8/lib/bb/build.py", line 98, in exec_func exec_func_python(func, d) File "/media/archiv/OE/bitbake-1.8.8/lib/bb/build.py", line 117, in exec_func_python utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1)) File "/media/archiv/OE/bitbake-1.8.8/lib/bb/utils.py", line 144, in better_exec exec code in context File "do_package_write_ipk", line 5, in File "do_package_write_ipk", line 3, in do_package_write_ipk File "/media/archiv/OE/bitbake-1.8.8/lib/bb/build.py", line 98, in exec_func exec_func_python(func, d) File "/media/archiv/OE/bitbake-1.8.8/lib/bb/build.py", line 117, in exec_func_python utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1)) File "/media/archiv/OE/bitbake-1.8.8/lib/bb/utils.py", line 144, in better_exec exec code in context File "do_package_ipk", line 192, in File "do_package_ipk", line 52, in do_package_ipk File "do_package_ipk", line 40, in lockfile IOError: [Errno 2] No such file or directory: '/media/archiv/OE/build/tmp/angstrom/work/armv5te-angstrom-linux-gnueabi/gconf-dbus-2.16.0+svn20070512-r0/install/gconf-dbus-dbg.lock' ERROR: Task 2716 (/media/archiv/OE/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb, do_package_write_ipk) failed NOTE: Waiting for 1 active tasks to finish NOTE: 1: /media/archiv/OE/org.openembedded.dev/packages/gcc/gcc-cross_4.1.2.bb, do_qa_configure (13482) NOTE: package gcc-cross-4.1.2-r6: task do_qa_configure: completed NOTE: package gcc-cross-4.1.2: completed NOTE: Tasks Summary: Attempted 2474 tasks of which 2474 didn't need to be rerun and 1 failed. ERROR: '/media/archiv/OE/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb' failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 18:37:31 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 11:37:31 -0700 (PDT) Subject: [oe-issues] [Bug 2987] New: gpe-bluetooth won't start (security policy problem) Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2987 Summary: gpe-bluetooth won't start (security policy problem) Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: crab at dim-sum.org I have installed gpe-bluetooth, but get the following error message on starting it: GPE-ERROR: Failed to request name: Connectio ":1.9" is not allowed to own the service "org.bluez.PinAgent" due to security policies in the configuration file. Im not sure what the problem is, but it seems to be related to dbus config files. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 18:49:52 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 11:49:52 -0700 (PDT) Subject: [oe-issues] [Bug 2986] e-wm-0.16.999.039-r7-do_configure In-Reply-To: Message-ID: <20070912184952.6A06342589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2986 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Koen Kooi 2007-09-12 11:49:52 --- *** This bug has been marked as a duplicate of bug 2985 *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 18:49:52 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 11:49:52 -0700 (PDT) Subject: [oe-issues] [Bug 2985] e-wm-0.16.999.038-r7-do_configure In-Reply-To: Message-ID: <20070912184952.92A0542589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2985 --- Comment #2 from Koen Kooi 2007-09-12 11:49:52 --- *** Bug 2986 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 18:50:11 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 11:50:11 -0700 (PDT) Subject: [oe-issues] [Bug 2985] e-wm-0.16.999.038-r7-do_configure In-Reply-To: Message-ID: <20070912185011.8878942589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2985 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Koen Kooi 2007-09-12 11:50:11 --- fix by adding *41 of e-wm -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 20:04:41 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 13:04:41 -0700 (PDT) Subject: [oe-issues] [Bug 2978] ERROR: Build of org.openembedded.dev/packages/gnome/ gconf-dbus_svn.bb In-Reply-To: Message-ID: <20070912200441.6C31042589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2978 Graeme Gregory changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Graeme Gregory 2007-09-12 13:04:41 --- This is due to a change in OE that occurred that requires tmp to be removed and a rebuild from scratch. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 20:06:23 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 13:06:23 -0700 (PDT) Subject: [oe-issues] [Bug 2667] Sound problems with recent kernels a.k.a. asound statefiles need updating In-Reply-To: Message-ID: <20070912200623.EB7B442589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2667 --- Comment #16 from Stanislav Brabec 2007-09-12 13:06:23 --- Did you tried to play with alsamixer? Do headphones work for you and does speaker work, if you switch it on manually? Attached akita configuration works for me as well (I have SL-C3200). As far as I look at the driver, the only difference between Akita and Spitz sound hardware is the way, how the Mic Bias is controlled - akita uses ioexp chip, spitz uses second cf controller. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 12 23:13:21 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 12 Sep 2007 16:13:21 -0700 (PDT) Subject: [oe-issues] [Bug 2988] New: Update gettext to 0.16.1 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2988 Summary: Update gettext to 0.16.1 Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: marek.vasut at gmail.com Created an attachment (id=2252) --> (http://bugs.openembedded.org/attachment.cgi?id=2252) update to 0.16.1 I had issues while building gettext-native (0.14.1) recently, so I updated gettext to 0.16.1 and used automake 1.10 and it now WORKSFORME ... well I havent finished the build yet. If anyone is interested in testing, see the patch attached. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 07:52:46 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 00:52:46 -0700 (PDT) Subject: [oe-issues] [Bug 2989] New: libpcap 0.9.7 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2989 Summary: libpcap 0.9.7 Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: marek.vasut at gmail.com Created an attachment (id=2253) --> (http://bugs.openembedded.org/attachment.cgi?id=2253) libpcap 0.9.7 bb file update libpcap to 0.9.7, please test -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 09:52:44 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 02:52:44 -0700 (PDT) Subject: [oe-issues] [Bug 2990] New: xrandr stops rotate after a few tries Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2990 Summary: xrandr stops rotate after a few tries Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: minor Priority: P4 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: brnnrc at gmail.com Hi all, I found a bug on xrandr using openmoko on qemu. I'm quite sure it is a angstrom bug, but I can't try on it. The problem is: if you rotate the screen on left and then back, it stops work after a few tries. This script reproduce the bug: while (true) do xrandr -o left -display 0:0 xrandr -o normal -display 0:0 done Is there anyone who could try it? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 10:25:35 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 03:25:35 -0700 (PDT) Subject: [oe-issues] [Bug 2991] New: linux-2.6.21-r9-do_install Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2991 Summary: linux-2.6.21-r9-do_install Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070913101414 for machine gumstix-connex -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 14:45:26 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 07:45:26 -0700 (PDT) Subject: [oe-issues] [Bug 2992] New: efl1/ emotion fails to build because of edje_cc-native segfault Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2992 Summary: efl1/emotion fails to build because of edje_cc-native segfault Product: Openembedded Version: unspecified Platform: Other URL: http://rafb.net/p/9zsrSh84.html OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: cm at acc.umu.se Bitbake emotion ends like this: | Making all in data | make[2]: Entering directory `/home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion/data' | edje_cc -v -id ../data -fd ../data \ | ../data/theme.edc \ | ../data/theme.edj | make[2]: *** [theme.edj] Segmentation fault | make[2]: *** Deleting file `theme.edj' | make[2]: Leaving directory `/home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion/data' | make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory `/home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion' | make: *** [all] Error 2 | FATAL: oe_runmake failed NOTE: Task failed: /home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/temp/log.do_compile.4729 NOTE: package emotion-0.0.1+cvs20070819-r0: task do_compile: failed ERROR: Error in executing: ERROR: Exception: Message:('Function failed in task: /home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/temp/log.do_compile.4729', ) ERROR: Printing the environment of the function ERROR: Error in executing: ERROR: Exception: Message:('Function failed in task: /home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/temp/log.do_compile.4729', ) ERROR: Printing the environment of the function ERROR: TaskFailed event exception, aborting NOTE: package emotion-0.0.1+cvs20070819: failed ERROR: Build of /home/moko/openembedded/packages/efl1/emotion_cvs.bb do_rebuild failed ERROR: Task 0 (/home/moko/openembedded/packages/efl1/emotion_cvs.bb, do_rebuild) failed NOTE: Tasks Summary: Attempted 0 tasks of which 0 didn't need to be rerun and 1 failed. ERROR: '/home/moko/openembedded/packages/efl1/emotion_cvs.bb' failed Manually using edje_cc gives: cm at tyst> pwd /home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion/data cm at tyst> /home/moko/build/tmp/staging/x86_64-linux/bin/edje_cc -v -id . theme.edc theme.edj /home/moko/build/tmp/staging/x86_64-linux/bin/edje_cc: Opening "/tmp/edje_cc.edc-tmp-rLyHnb" for input /home/moko/build/tmp/staging/x86_64-linux/bin/edje_cc: Parsing input file /home/moko/build/tmp/staging/x86_64-linux/bin/edje_cc: Parsing done /home/moko/build/tmp/staging/x86_64-linux/bin/edje_cc: Wrote 556 bytes ( 1Kb) for "edje_file" header /home/moko/build/tmp/staging/x86_64-linux/bin/edje_cc: Wrote 39910 bytes ( 39Kb) for "fonts/Vera" font entry "Vera.ttf" compress: [real: 39.5%] [1] 19583 segmentation fault /home/moko/build/tmp/staging/x86_64-linux/bin/edje_cc -v -id . theme.edc -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 15:23:06 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 08:23:06 -0700 (PDT) Subject: [oe-issues] [Bug 2992] efl1/emotion fails to build because of edje_cc-native segfault In-Reply-To: Message-ID: <20070913152306.8414F42589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2992 --- Comment #1 from Michael 'Mickey' Lauer 2007-09-13 08:23:06 --- I'm afraid this is a problem on your side. Can you please analyse the edje-native compilation log and see whether you see something problematic? Providing us with an strace and gdb traceback would also help to identify. Thanks! -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 15:24:13 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 08:24:13 -0700 (PDT) Subject: [oe-issues] [Bug 2992] efl1/emotion fails to build because of edje_cc-native segfault In-Reply-To: Message-ID: <20070913152413.2E99A42589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2992 --- Comment #2 from Michael 'Mickey' Lauer 2007-09-13 08:24:12 --- I might add that you should try to call edje_cc manually otherwise the strace / gdb is too polluted. Since I know that you are on a pure 64bit system (without setting BUILD_ARCH=i686 nor using the uname hack), please add some details about your host environment as well. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 16:07:12 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 09:07:12 -0700 (PDT) Subject: [oe-issues] [Bug 2992] efl1/emotion fails to build because of edje_cc-native segfault In-Reply-To: Message-ID: <20070913160712.C575D42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2992 --- Comment #3 from Claes Mogren 2007-09-13 09:07:12 --- Some system information: gcc-4.2.0 glibc-2.6.1-r0 2.6.22-gentoo-r6 x86_64 gdb-6.6-r2 System uname: 2.6.22-gentoo-r6 x86_64 AMD Athlon(tm) 64 Processor 3000+ app-shells/bash: 3.2_p17-r1 sys-devel/autoconf: 2.13, 2.61-r1 sys-devel/automake: 1.4_p6, 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10 sys-devel/binutils: 2.18 sys-devel/libtool: 1.5.24 virtual/os-headers: 2.6.22-r2 CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=athlon64 -O2 -pipe -fno-ident -fomit-frame-pointer" CHOST="x86_64-pc-linux-gnu" CXXFLAGS="-march=athlon64 -O2 -pipe -fno-ident -fomit-frame-pointer" LANG="en_US.UTF-8" LINGUAS="en sv" MAKEOPTS="-j2" It's built without debugging symbols, but the bt gives this: Program received signal SIGSEGV, Segmentation fault. 0x00002ac29ffa8180 in sub_3lp () from /home/moko/build/tmp/staging/x86_64-linux/lib/libpng12.so.0 (gdb) bt #0 0x00002ac29ffa8180 in sub_3lp () from /home/moko/build/tmp/staging/x86_64-linux/lib/libpng12.so.0 #1 0x00002ac29ff9df98 in png_read_row () from /home/moko/build/tmp/staging/x86_64-linux/lib/libpng12.so.0 #2 0x00002ac29ff9e0fb in png_read_image () from /home/moko/build/tmp/staging/x86_64-linux/lib/libpng12.so.0 #3 0x00002ac29fd8d4a1 in evas_image_load_file_data_png () from /home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/loaders/png/linux-gnu-x86_64/module.so #4 0x00002ac29e224ddf in evas_common_load_image_data_from_file () from /home/moko/build/tmp/staging/x86_64-linux/lib/libevas.so.1 #5 0x00002ac29fb8967f in eng_image_data_get () from /home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/engines/software_generic/linux-gnu-x86_64/module.so #6 0x00002ac29e1efe81 in evas_object_image_data_get () from /home/moko/build/tmp/staging/x86_64-linux/lib/libevas.so.1 #7 0x0000000000404068 in data_write () #8 0x0000000000403175 in main () It seems like my libpng is broken... What can I do about that? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 16:20:33 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 09:20:33 -0700 (PDT) Subject: [oe-issues] [Bug 2992] efl1/emotion fails to build because of edje_cc-native segfault In-Reply-To: Message-ID: <20070913162033.9CADC42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2992 --- Comment #4 from Claes Mogren 2007-09-13 09:20:33 --- The strace is a bit big, but here it is: . execve("/home/moko/build/tmp/staging/x86_64-linux/bin/edje_cc", ["/home/moko/build/tmp/staging/x86"..., "-v"..., "-id"..., "."..., "theme.edc"..., "theme.edj"...], [/* 56 vars */]) = 0 brk(0) = 0x617000 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1e447000 uname({sys="Linux", node="tyst", ...}) = 0 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) open("/home/moko/build/tmp/staging/x86_64-linux/lib/tls/x86_64/libedje.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/home/moko/build/tmp/staging/x86_64-linux/lib/tls/x86_64", 0x7fff8c67b8c0) = -1 ENOENT (No such file or directory) open("/home/moko/build/tmp/staging/x86_64-linux/lib/tls/libedje.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/home/moko/build/tmp/staging/x86_64-linux/lib/tls", 0x7fff8c67b8c0) = -1 ENOENT (No such file or directory) open("/home/moko/build/tmp/staging/x86_64-linux/lib/x86_64/libedje.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/home/moko/build/tmp/staging/x86_64-linux/lib/x86_64", 0x7fff8c67b8c0) = -1 ENOENT (No such file or directory) open("/home/moko/build/tmp/staging/x86_64-linux/lib/libedje.so.0", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\246\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=178757, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1e448000 mmap(NULL, 2247496, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1e548000 mprotect(0x2afc1e56c000, 2093056, PROT_NONE) = 0 mmap(0x2afc1e76b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23000) = 0x2afc1e76b000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libecore_evas.so.1", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260C\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=51425, ...}) = 0 mmap(NULL, 2134712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1e76d000 mprotect(0x2afc1e776000, 2093056, PROT_NONE) = 0 mmap(0x2afc1e975000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x2afc1e975000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libecore_fb.so.1", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340_\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=48468, ...}) = 0 mmap(NULL, 2138672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1e977000 mprotect(0x2afc1e97f000, 2097152, PROT_NONE) = 0 mmap(0x2afc1eb7f000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x2afc1eb7f000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libevas.so.1", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0pV\1\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=549434, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1eb82000 mmap(NULL, 2666176, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1eb83000 mprotect(0x2afc1ebf2000, 2093056, PROT_NONE) = 0 mmap(0x2afc1edf1000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6e000) = 0x2afc1edf1000 mmap(0x2afc1edf4000, 106176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2afc1edf4000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libfreetype.so.6", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\313\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=491408, ...}) = 0 mmap(NULL, 2532832, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1ee0e000 mprotect(0x2afc1ee74000, 2093056, PROT_NONE) = 0 mmap(0x2afc1f073000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x65000) = 0x2afc1f073000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=116515, ...}) = 0 mmap(NULL, 116515, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2afc1f079000 close(3) = 0 open("/lib/libpthread.so.0", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240Y\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=89120, ...}) = 0 mmap(NULL, 1151864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1f096000 mprotect(0x2afc1f0ab000, 1044480, PROT_NONE) = 0 mmap(0x2afc1f1aa000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0x2afc1f1aa000 mmap(0x2afc1f1ac000, 13176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2afc1f1ac000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libecore_job.so.1", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \10\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=7785, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1f1b0000 mmap(NULL, 2101336, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1f1b1000 mprotect(0x2afc1f1b2000, 2093056, PROT_NONE) = 0 mmap(0x2afc1f3b1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0) = 0x2afc1f3b1000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libecore.so.1", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0ps\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=111950, ...}) = 0 mmap(NULL, 2181768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1f3b3000 mprotect(0x2afc1f3c7000, 2093056, PROT_NONE) = 0 mmap(0x2afc1f5c6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13000) = 0x2afc1f5c6000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libdl.so.2", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\20\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=14464, ...}) = 0 mmap(NULL, 1061152, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1f5c8000 mprotect(0x2afc1f5cb000, 1044480, PROT_NONE) = 0 mmap(0x2afc1f6ca000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x2afc1f6ca000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libeet.so.0", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`$\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=47617, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1f6cc000 mmap(NULL, 2134696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1f6cd000 mprotect(0x2afc1f6d5000, 2097152, PROT_NONE) = 0 mmap(0x2afc1f8d5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x2afc1f8d5000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libz.so.1", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@$\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=87635, ...}) = 0 mmap(NULL, 2175480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1f8d7000 mprotect(0x2afc1f8e9000, 2097152, PROT_NONE) = 0 mmap(0x2afc1fae9000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12000) = 0x2afc1fae9000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libjpeg.so.62", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220;\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=139466, ...}) = 0 mmap(NULL, 2216536, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1faeb000 mprotect(0x2afc1fb07000, 2097152, PROT_NONE) = 0 mmap(0x2afc1fd07000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c000) = 0x2afc1fd07000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libembryo.so.0", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`;\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=50885, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1fd09000 mmap(NULL, 2138616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1fd0a000 mprotect(0x2afc1fd13000, 2097152, PROT_NONE) = 0 mmap(0x2afc1ff13000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x2afc1ff13000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libm.so.6", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@=\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=522304, ...}) = 0 mmap(NULL, 1569000, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc1ff15000 mprotect(0x2afc1ff94000, 1044480, PROT_NONE) = 0 mmap(0x2afc20093000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7e000) = 0x2afc20093000 close(3) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libc.so.6", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\326\1\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=1387600, ...}) = 0 mmap(NULL, 2445496, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2afc20095000 mprotect(0x2afc201e1000, 1048576, PROT_NONE) = 0 mmap(0x2afc202e1000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14c000) = 0x2afc202e1000 mmap(0x2afc202e6000, 16568, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2afc202e6000 close(3) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc202eb000 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc202ec000 arch_prctl(ARCH_SET_FS, 0x2afc202ec770) = 0 mprotect(0x2afc202e1000, 12288, PROT_READ) = 0 mprotect(0x2afc1ff13000, 4096, PROT_READ) = 0 mprotect(0x2afc1fd07000, 4096, PROT_READ) = 0 mprotect(0x2afc1fae9000, 4096, PROT_READ) = 0 mprotect(0x2afc1f8d5000, 4096, PROT_READ) = 0 mprotect(0x2afc1f5c6000, 4096, PROT_READ) = 0 mprotect(0x2afc1f3b1000, 4096, PROT_READ) = 0 mprotect(0x2afc1f073000, 20480, PROT_READ) = 0 mprotect(0x2afc1edf1000, 4096, PROT_READ) = 0 mprotect(0x2afc1eb7f000, 8192, PROT_READ) = 0 mprotect(0x2afc1e975000, 4096, PROT_READ) = 0 mprotect(0x2afc1e76b000, 4096, PROT_READ) = 0 mprotect(0x612000, 4096, PROT_READ) = 0 mprotect(0x2afc1e546000, 4096, PROT_READ) = 0 munmap(0x2afc1f079000, 116515) = 0 set_tid_address(0x2afc202ec800) = 25182 set_robust_list(0x2afc202ec810, 0x18) = 0 rt_sigaction(SIGRTMIN, {0x2afc1f09b520, [], SA_RESTORER|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 rt_sigaction(SIGRT_1, {0x2afc1f09b5a0, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0 brk(0) = 0x617000 brk(0x63a000) = 0x63a000 open("/proc/self/maps", O_RDONLY) = 3 fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1f079000 read(3, "00400000-00412000 r-xp 00000000 "..., 1024) = 1024 close(3) = 0 munmap(0x2afc1f079000, 4096) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/share/edje/include/edje.inc", {st_mode=S_IFREG|0644, st_size=5644, ...}) = 0 getcwd("/home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion/data", 4096) = 98 lstat("/home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion/data/theme.edc", {st_mode=S_IFREG|0644, st_size=23011, ...}) = 0 stat("/home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion/data/theme.edc", {st_mode=S_IFREG|0644, st_size=23011, ...}) = 0 getcwd("/home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion/data", 4096) = 98 lstat("/home/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion/data/theme.edj", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 gettimeofday({1189699963, 923757}, NULL) = 0 gettimeofday({1189699963, 924060}, NULL) = 0 open("theme.edc", O_RDONLY) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=23011, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1f079000 fstat(3, {st_mode=S_IFREG|0644, st_size=23011, ...}) = 0 lseek(3, 20480, SEEK_SET) = 20480 read(3, "_frame_top\";\n\t\t relative: 0.0 "..., 2531) = 2531 lseek(3, 0, SEEK_SET) = 0 read(3, "images {\n image: \"tiles.png\" "..., 20480) = 20480 read(3, "_frame_top\";\n\t\t relative: 0.0 "..., 4096) = 2531 lseek(3, 0, SEEK_SET) = 0 read(3, "images {\n image: \"tiles.png\" "..., 4096) = 4096 read(3, "\n\t }\n\t }\n\t part {\n\t name: "..., 4096) = 4096 read(3, "0 0;\n\t }\n\t rel2 {"..., 4096) = 4096 read(3, " relative: 1.0 0.0;\n\t\t offset:"..., 4096) = 4096 read(3, " \"video_frame_bottom\";\n\t\t rel"..., 4096) = 4096 read(3, "_frame_top\";\n\t\t relative: 0.0 "..., 4096) = 2531 read(3, "", 4096) = 0 close(3) = 0 munmap(0x2afc1f079000, 4096) = 0 gettimeofday({1189699963, 928635}, NULL) = 0 open("/tmp/edje_cc.edc-tmp-MAkmsx", O_RDWR|O_CREAT|O_EXCL, 0600) = 3 close(3) = 0 rt_sigaction(SIGINT, {SIG_IGN}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 clone(child_stack=0, flags=CLONE_PARENT_SETTID|SIGCHLD, parent_tidptr=0x7fff8c6781d8) = 25183 wait4(25183, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 25183 rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0 rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 --- SIGCHLD (Child exited) @ 0 (0) --- open("/tmp/edje_cc.edc-tmp-MAkmsx", O_RDONLY) = 3 fstat(1, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1f079000 lseek(3, 0, SEEK_END) = 9678 lseek(3, 0, SEEK_SET) = 0 read(3, "# 1 \"\"\n# 1 \"\"\n#"..., 9678) = 9678 close(3) = 0 stat("theme.edj", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 unlink("theme.edj") = 0 open("theme.edj", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 brk(0x65d000) = 0x65d000 brk(0x68d000) = 0x68d000 brk(0x67d000) = 0x67d000 brk(0x66d000) = 0x66d000 brk(0x65d000) = 0x65d000 brk(0x64d000) = 0x64d000 brk(0x64b000) = 0x64b000 brk(0x64a000) = 0x64a000 open("Vera.ttf", O_RDONLY) = 4 fstat(4, {st_mode=S_IFREG|0644, st_size=65932, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1f07a000 fstat(4, {st_mode=S_IFREG|0644, st_size=65932, ...}) = 0 lseek(4, 65536, SEEK_SET) = 65536 read(4, "\10\16\16\16\16\16\16\16\16\16\16\17\10\21\16\23\16\t\25\21\21\20\20\21\27\27\v\v\v\32\32\32"..., 396) = 396 lseek(4, 0, SEEK_SET) = 0 read(4, "\0\1\0\0\0\21\1\0\0\4\0\20OS/2\264_\364c\0\0\353p\0\0\0VPCLT"..., 65536) = 65536 read(4, "\10\16\16\16\16\16\16\16\16\16\16\17\10\21\16\23\16\t\25\21\21\20\20\21\27\27\v\v\v\32\32\32"..., 4096) = 396 close(4) = 0 munmap(0x2afc1f07a000, 4096) = 0 brk(0x66b000) = 0x66b000 brk(0x69b000) = 0x69b000 brk(0x68b000) = 0x68b000 brk(0x67b000) = 0x67b000 brk(0x66b000) = 0x66b000 brk(0x664000) = 0x664000 open("/usr/lib64/locale/locale-archive", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/locale.alias", O_RDONLY) = 4 fstat(4, {st_mode=S_IFREG|0644, st_size=2586, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc1f07a000 read(4, "# Locale name alias data base.\n#"..., 4096) = 2586 read(4, "", 4096) = 0 close(4) = 0 munmap(0x2afc1f07a000, 4096) = 0 open("/usr/lib64/locale/sv_SE.UTF-8/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib64/locale/sv_SE.utf8/LC_CTYPE", O_RDONLY) = 4 fstat(4, {st_mode=S_IFREG|0644, st_size=254020, ...}) = 0 mmap(NULL, 254020, PROT_READ, MAP_PRIVATE, 4, 0) = 0x2afc202ed000 close(4) = 0 open("/usr/lib64/gconv/gconv-modules.cache", O_RDONLY) = 4 fstat(4, {st_mode=S_IFREG|0644, st_size=25488, ...}) = 0 mmap(NULL, 25488, PROT_READ, MAP_SHARED, 4, 0) = 0x2afc2032c000 close(4) = 0 futex(0x2afc202e5f18, FUTEX_WAKE, 2147483647) = 0 rt_sigaction(SIGPIPE, {0x2afc1f3c06d3, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 rt_sigaction(SIGALRM, {0x2afc1f3c06d3, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 rt_sigaction(SIGCHLD, {0x2afc1f3c06d4, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 rt_sigaction(SIGUSR1, {0x2afc1f3c0718, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 rt_sigaction(SIGUSR2, {0x2afc1f3c075c, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 rt_sigaction(SIGHUP, {0x2afc1f3c07a0, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 rt_sigaction(SIGQUIT, {0x2afc1f3c07e4, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 rt_sigaction(SIGINT, {0x2afc1f3c0828, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 rt_sigaction(SIGTERM, {0x2afc1f3c086d, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2afc1f0a4300}, NULL, 8) = 0 stat("/home/cm/.evas/modules", 0x7fff8c676e70) = -1 ENOENT (No such file or directory) stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules", {st_mode=S_IFDIR|0755, st_size=120, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/engines", {st_mode=S_IFDIR|0755, st_size=104, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/loaders", {st_mode=S_IFDIR|0755, st_size=168, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/savers", {st_mode=S_IFDIR|0755, st_size=144, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/objects", 0x7fff8c676e50) = -1 ENOENT (No such file or directory) open("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/engines", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 4 fstat(4, {st_mode=S_IFDIR|0755, st_size=104, ...}) = 0 fcntl(4, F_SETFD, FD_CLOEXEC) = 0 getdents(4, /* 4 entries */, 4096) = 120 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/engines/software_generic", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/engines/buffer", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 getdents(4, /* 0 entries */, 4096) = 0 close(4) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/loaders", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 4 fstat(4, {st_mode=S_IFDIR|0755, st_size=168, ...}) = 0 fcntl(4, F_SETFD, FD_CLOEXEC) = 0 getdents(4, /* 7 entries */, 4096) = 168 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/loaders/eet", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/loaders/png", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/loaders/xpm", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/loaders/jpeg", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/loaders/tiff", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 getdents(4, /* 0 entries */, 4096) = 0 close(4) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/savers", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 4 fstat(4, {st_mode=S_IFDIR|0755, st_size=144, ...}) = 0 fcntl(4, F_SETFD, FD_CLOEXEC) = 0 getdents(4, /* 6 entries */, 4096) = 144 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/savers/eet", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/savers/png", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/savers/jpeg", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/savers/tiff", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 getdents(4, /* 0 entries */, 4096) = 0 close(4) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/engines/buffer/linux-gnu-x86_64/module.so", {st_mode=S_IFREG|0755, st_size=18695, ...}) = 0 futex(0x2afc1f6cb10c, FUTEX_WAKE, 2147483647) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/engines/buffer/linux-gnu-x86_64/module.so", O_RDONLY) = 4 read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\26\0\0\0\0\0\0"..., 832) = 832 fstat(4, {st_mode=S_IFREG|0755, st_size=18695, ...}) = 0 mmap(NULL, 2111496, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x2afc20333000 mprotect(0x2afc20336000, 2093056, PROT_NONE) = 0 mmap(0x2afc20535000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x2000) = 0x2afc20535000 close(4) = 0 mprotect(0x2afc20535000, 4096, PROT_READ) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/engines/software_generic/linux-gnu-x86_64/module.so", {st_mode=S_IFREG|0755, st_size=33721, ...}) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/engines/software_generic/linux-gnu-x86_64/module.so", O_RDONLY) = 4 read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P0\0\0\0\0\0\0"..., 832) = 832 fstat(4, {st_mode=S_IFREG|0755, st_size=33721, ...}) = 0 mmap(NULL, 2119184, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x2afc20537000 mprotect(0x2afc2053c000, 2093056, PROT_NONE) = 0 mmap(0x2afc2073b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x4000) = 0x2afc2073b000 close(4) = 0 mprotect(0x2afc2073b000, 4096, PROT_READ) = 0 sched_getaffinity(25182, 128, { 1 }) = 8 rt_sigaction(SIGILL, {0x2afc1ebc3eac, [], SA_RESTORER|SA_RESTART, 0x2afc1f0a4300}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGSEGV, {0x2afc1ebc3e97, [], SA_RESTORER|SA_RESTART, 0x2afc1f0a4300}, {SIG_DFL}, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 rt_sigaction(SIGILL, {SIG_DFL}, NULL, 8) = 0 rt_sigaction(SIGSEGV, {SIG_DFL}, NULL, 8) = 0 rt_sigaction(SIGILL, {0x2afc1ebc3eac, [], SA_RESTORER|SA_RESTART, 0x2afc1f0a4300}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGSEGV, {0x2afc1ebc3e97, [], SA_RESTORER|SA_RESTART, 0x2afc1f0a4300}, {SIG_DFL}, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 rt_sigaction(SIGILL, {SIG_DFL}, NULL, 8) = 0 rt_sigaction(SIGSEGV, {SIG_DFL}, NULL, 8) = 0 rt_sigaction(SIGILL, {0x2afc1ebc3eac, [], SA_RESTORER|SA_RESTART, 0x2afc1f0a4300}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGSEGV, {0x2afc1ebc3e97, [], SA_RESTORER|SA_RESTART, 0x2afc1f0a4300}, {SIG_DFL}, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 rt_sigaction(SIGILL, {SIG_DFL}, NULL, 8) = 0 rt_sigaction(SIGSEGV, {SIG_DFL}, NULL, 8) = 0 stat("./tiles.png", {st_mode=S_IFREG|0644, st_size=3026, ...}) = 0 gettimeofday({1189699964, 562515}, NULL) = 0 stat("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/loaders/png/linux-gnu-x86_64/module.so", {st_mode=S_IFREG|0755, st_size=13169, ...}) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/evas/modules/loaders/png/linux-gnu-x86_64/module.so", O_RDONLY) = 4 read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\21\0\0\0\0\0\0"..., 832) = 832 fstat(4, {st_mode=S_IFREG|0755, st_size=13169, ...}) = 0 mmap(NULL, 2105632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x2afc2073d000 mprotect(0x2afc2073f000, 2093056, PROT_NONE) = 0 mmap(0x2afc2093e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x1000) = 0x2afc2093e000 close(4) = 0 open("/home/moko/build/tmp/staging/x86_64-linux/lib/libpng12.so.0", O_RDONLY) = 4 read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 at V\0\0\0\0\0\0"..., 832) = 832 fstat(4, {st_mode=S_IFREG|0755, st_size=169005, ...}) = 0 mmap(NULL, 2241528, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x2afc20940000 mprotect(0x2afc20963000, 2093056, PROT_NONE) = 0 mmap(0x2afc20b62000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x22000) = 0x2afc20b62000 close(4) = 0 mprotect(0x2afc20b62000, 4096, PROT_READ) = 0 mprotect(0x2afc2093e000, 4096, PROT_READ) = 0 open("./tiles.png", O_RDONLY) = 4 fstat(4, {st_mode=S_IFREG|0644, st_size=3026, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc20b64000 read(4, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\0\200\0\0\0\200\10\6\0\0\0\303>a"..., 4096) = 3026 lseek(4, 0, SEEK_SET) = 0 read(4, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\0\200\0\0\0\200\10\6\0\0\0\303>a"..., 4096) = 3026 close(4) = 0 munmap(0x2afc20b64000, 4096) = 0 open("./tiles.png", O_RDONLY) = 4 fstat(4, {st_mode=S_IFREG|0644, st_size=3026, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2afc20b64000 read(4, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\0\200\0\0\0\200\10\6\0\0\0\303>a"..., 4096) = 3026 lseek(4, 0, SEEK_SET) = 0 read(4, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\0\200\0\0\0\200\10\6\0\0\0\303>a"..., 4096) = 3026 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 18:33:21 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 11:33:21 -0700 (PDT) Subject: [oe-issues] [Bug 2993] New: eglibc: export-fcntl2. patch no longer needed since svn rev 3468 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2993 Summary: eglibc: export-fcntl2.patch no longer needed since svn rev 3468 Product: Openembedded Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: likewise at gmx.net eglibc, since svn rev 3468, now includes this change, so we can no longer apply "packages/glibc/eglibc-svn/export-fcntl2.patch" as a patch. leon at popeye:~/builds/x86core2_32bit/x86core2_32bit/openembedded/build/tmp/work/i686-angstrom-linux/eglibc-intermediate-2.6+svnr3468-r1/trunk/libc/io$ svn diff -r 3467 Makefile | head Index: Makefile =================================================================== --- Makefile (revision 3467) +++ Makefile (working copy) @@ -25,7 +25,7 @@ headers := sys/stat.h bits/stat.h sys/statfs.h bits/statfs.h sys/vfs.h \ sys/statvfs.h bits/statvfs.h fcntl.h sys/fcntl.h bits/fcntl.h \ - poll.h sys/poll.h bits/poll.h \ + poll.h sys/poll.h bits/poll.h bits/fcntl2.h \ -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 19:22:33 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 12:22:33 -0700 (PDT) Subject: [oe-issues] [Bug 2993] eglibc: export-fcntl2.patch no longer needed since svn rev 3468 In-Reply-To: Message-ID: <20070913192233.A998A42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2993 --- Comment #1 from Leon Woestenberg 2007-09-13 12:22:33 --- rev 3468 does not build for me, due to other problems. So please hold any fix until tested to work again. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 21:23:37 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 14:23:37 -0700 (PDT) Subject: [oe-issues] [Bug 2409] i need pcmcia-cs to get my billionton cf lan card to work In-Reply-To: Message-ID: <20070913212337.2940B42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2409 --- Comment #1 from Marcin Juszkiewicz 2007-09-13 14:23:36 --- According to kernel source this card should be handled by axnet_cs driver. But we do not compile it by default ;( -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 21:51:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 14:51:53 -0700 (PDT) Subject: [oe-issues] [Bug 2093] Cups needs to use gcc to link on arm/eabi In-Reply-To: Message-ID: <20070913215153.D4D1C42589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2093 pHilipp Zabel changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from pHilipp Zabel 2007-09-13 14:51:53 --- cups 1.2.10-r2 now builds for me unchanged, after a clean start with angstrom-2008.1. I assume that this bug was caused by some inconsistencies in the build tree due to the update from 2.5 to 2.6.1. Also, I've seen exactly the same error during the gtk+ build (which now builds perfectly). Therefore I'm closing this bug, please reopen if this appears during a build from scratch. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 13 22:22:03 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 15:22:03 -0700 (PDT) Subject: [oe-issues] [Bug 2920] New Recipe: Free42 RPN Calculator In-Reply-To: Message-ID: <20070913222203.2BC2A42589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2920 Rod Whitby changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #9 from Rod Whitby 2007-09-13 15:22:02 --- Added packages/free42. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 03:08:49 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 20:08:49 -0700 (PDT) Subject: [oe-issues] [Bug 2994] New: keylaunch-2.0.10-r12-do_install Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2994 Summary: keylaunch-2.0.10-r12-do_install Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070914030952 for machine c7x0 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 03:17:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 20:17:07 -0700 (PDT) Subject: [oe-issues] [Bug 2995] New: matchbox-wm-1.2-r1-do_install Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2995 Summary: matchbox-wm-1.2-r1-do_install Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070914031813 for machine c7x0 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 05:29:46 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 13 Sep 2007 22:29:46 -0700 (PDT) Subject: [oe-issues] [Bug 2996] New: xrandr-1.2.0-r2-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2996 Summary: xrandr-1.2.0-r2-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070914053023 for machine mx31ads -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 07:17:22 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 00:17:22 -0700 (PDT) Subject: [oe-issues] [Bug 2997] New: gconf-dbus-2.16.0+svnr1-r3-do_fetch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2997 Summary: gconf-dbus-2.16.0+svnr1-r3-do_fetch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070914071800 for machine h3600 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 07:22:05 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 00:22:05 -0700 (PDT) Subject: [oe-issues] [Bug 2997] gconf-dbus-2.16.0+svnr1-r3-do_fetch In-Reply-To: Message-ID: <20070914072205.7624642589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2997 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-14 00:22:05 --- fixed by updating sane-srcrevs.inc -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 07:35:38 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 00:35:38 -0700 (PDT) Subject: [oe-issues] [Bug 2998] New: CF Bluetooth doesn't work on resume (spitz) Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2998 Summary: CF Bluetooth doesn't work on resume (spitz) Product: Openembedded Version: Angstrom Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: xyzaid at yahoo.fr I've a Belkin FT0820 which works just perfect under angstrom (with nokia dialup networking) but : to have it work on first time, i've to do: hciattach /dev/ttyS4 bcsp rfcomm bind rfcomm0 route del default to have it work after suspend/resume, i've to do: pccardctl eject 1 pccartctl insert 1 hciattach /dev/ttyS4 bcsp (pccardctl commans are necessary otherwise it doesn't work...) would there a way to have all this processes being automatically done on first boot, and after resume ? Zaurus C3000 - build 20070905 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 07:41:43 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 00:41:43 -0700 (PDT) Subject: [oe-issues] [Bug 2999] New: e-wm_0.16.999.041-r0_armv5te.ipk doens't install Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=2999 Summary: e-wm_0.16.999.041-r0_armv5te.ipk doens't install Product: Openembedded Version: Angstrom Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: xyzaid at yahoo.fr it seems e-wm has been upgraded on 09/12 but it doesn't install as it wants all libecore-xxxxxx upgraded too. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 07:51:25 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 00:51:25 -0700 (PDT) Subject: [oe-issues] [Bug 2999] e-wm_0.16.999.041-r0_armv5te.ipk doens't install In-Reply-To: Message-ID: <20070914075125.684BB42589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2999 --- Comment #1 from Koen Kooi 2007-09-14 00:51:25 --- could you attach the complete output of ipkg install? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 07:56:34 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 00:56:34 -0700 (PDT) Subject: [oe-issues] [Bug 3000] New: native.bbclass should clear RRECOMMENDS as well Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3000 Summary: native.bbclass should clear RRECOMMENDS as well Product: Openembedded Version: Angstrom Platform: Other OS/Version: Mac OS X 10.3 Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: koen at dominion.kabel.utwente.nl the error: ERROR: No providers of runtime build target glibc-gconv-iso8859-1 (for ['/media/hda4/OE/org.openembedded.dev.avr32/packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb']) since my host is glibc based ('linux'), but my target uclibc ('linux-uclibc') based the RRECOMMENDS in gtk-2.10.inc:RRECOMMENDS_${PN}_linux = " ${NEATSTUFF} glibc-gconv-iso8859-1 " gtk-2.10.inc:RRECOMMENDS_${PN}_linux-gnueabi = " ${NEATSTUFF} glibc-gconv-iso8859-1" get added to gdk-pixbuf-csource-native, and fails since uclibc can't provide those target packages. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 10:35:18 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 03:35:18 -0700 (PDT) Subject: [oe-issues] [Bug 3001] New: qvga version for free42 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3001 Summary: qvga version for free42 Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: alain2210 at free.fr Created an attachment (id=2406) --> (http://bugs.openembedded.org/attachment.cgi?id=2406) recipe file Here is a new recipe to use free42 with a qvga machine (tested on h2210). Only in portait mode. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 15:06:40 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 08:06:40 -0700 (PDT) Subject: [oe-issues] [Bug 2999] e-wm_0.16.999.041-r0_armv5te.ipk doens't install In-Reply-To: Message-ID: <20070914150640.0C74842589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2999 --- Comment #2 from jean-paul 2007-09-14 08:06:39 --- (In reply to comment #1) > could you attach the complete output of ipkg install? here it is : Installing e-wm (0.16.999.041-r0) to root... Downloading http://www.angstrom-distribution.org/unstable/feed/armv5te/base/e-wm_0.16.999.041-r0_armv5te.ipk Nothing to be done An error ocurred, return value: 1. Collected errors: ERROR: Cannot satisfy the following dependencies for e-wm: libecore-config (>= 0.9.9+cvs20070819) libecore-ipc (>= 0.9.9+cvs20070819) libecore-con (>= 0.9.9+cvs20070819) libedje0 (>= 0.5.0+cvs20070819) libecore-evas (>= 0.9.9+cvs20070819) libecore-directfb (>= 0.9.9+cvs20070819) libecore-x (>= 0.9.9+cvs20070819) libecore-txt (>= 0.9.9+cvs20070819) libecore-fb (>= 0.9.9+cvs20070819) libecore1 (>= 0.9.9+cvs20070819) libecore-job (>= 0.9.9+cvs20070819) libevas1 (>= 0.9.9+cvs20070819) libeet0 (>= 0.9.10+cvs20070819) libembryo0 (>= 0.9.1+cvs20070819) libefreet1 (>= 0.0.3+cvs20070819) libecore-file (>= 0.9.9+cvs20070819) libecore1 (>= 0.9.9+cvs20070819) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 15:21:57 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 08:21:57 -0700 (PDT) Subject: [oe-issues] [Bug 2926] Clean build of Angstrom for Gumstix-Verdex Fails In-Reply-To: Message-ID: <20070914152157.EAA0342589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2926 --- Comment #4 from Philip 2007-09-14 08:21:57 --- I am pretty sure this is fixed. I'll run a check build soon. Got a number of deadlines to meet atm. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 15:56:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 08:56:53 -0700 (PDT) Subject: [oe-issues] [Bug 2999] e-wm_0.16.999.041-r0_armv5te.ipk doens't install In-Reply-To: Message-ID: <20070914155653.10E7042589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2999 --- Comment #3 from Koen Kooi 2007-09-14 08:56:52 --- thanks, the problem is that the person who added ecore_cvs.bb put in the wrong version, so ipkg thinks it's older and doesn't use it :( I'll try to upload working packages tonight -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 18:33:15 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 11:33:15 -0700 (PDT) Subject: [oe-issues] [Bug 3002] New: etk-native-0.1.0+cvs20070819-r0-do_patch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3002 Summary: etk-native-0.1.0+cvs20070819-r0-do_patch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070914181652 for machine htcwallaby -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 18:36:04 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 11:36:04 -0700 (PDT) Subject: [oe-issues] [Bug 3003] New: engrave-0.0.0+cvs20070819-r0-do_fetch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3003 Summary: engrave-0.0.0+cvs20070819-r0-do_fetch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070914181652 for machine htcwallaby -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 18:36:31 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 11:36:31 -0700 (PDT) Subject: [oe-issues] [Bug 3004] New: edbus-cvs-r0-do_fetch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3004 Summary: edbus-cvs-r0-do_fetch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070914181652 for machine htcwallaby -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 14 19:48:22 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 14 Sep 2007 12:48:22 -0700 (PDT) Subject: [oe-issues] [Bug 3005] New: webkit-gtk-0.0+svnr25507-r1-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3005 Summary: webkit-gtk-0.0+svnr25507-r1-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070914194616 for machine htcwallaby -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 07:08:00 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 00:08:00 -0700 (PDT) Subject: [oe-issues] [Bug 2976] webkit-gtk-0.0+svnr25489-r25486-r1-do_configure In-Reply-To: Message-ID: <20070915070800.BD2DA42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2976 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Koen Kooi 2007-09-15 00:08:00 --- *** This bug has been marked as a duplicate of bug 2975 *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 07:08:00 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 00:08:00 -0700 (PDT) Subject: [oe-issues] [Bug 2975] webkit-gtk-0.0+svnr25488-r25486-r1-do_configure In-Reply-To: Message-ID: <20070915070800.DC61542589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2975 --- Comment #2 from Koen Kooi 2007-09-15 00:08:00 --- *** Bug 2976 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 07:08:09 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 00:08:09 -0700 (PDT) Subject: [oe-issues] [Bug 2975] webkit-gtk-0.0+svnr25488-r25486-r1-do_configure In-Reply-To: Message-ID: <20070915070809.84F3642589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2975 --- Comment #3 from Koen Kooi 2007-09-15 00:08:09 --- *** Bug 2981 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 07:08:09 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 00:08:09 -0700 (PDT) Subject: [oe-issues] [Bug 2981] webkit-gtk-0.0+svnr25505-r25501-r1-do_configure In-Reply-To: Message-ID: <20070915070809.6665442589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2981 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #1 from Koen Kooi 2007-09-15 00:08:09 --- *** This bug has been marked as a duplicate of bug 2975 *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 07:08:25 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 00:08:25 -0700 (PDT) Subject: [oe-issues] [Bug 3005] webkit-gtk-0.0+svnr25507-r1-do_configure In-Reply-To: Message-ID: <20070915070825.4BFAC42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3005 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Koen Kooi 2007-09-15 00:08:25 --- *** This bug has been marked as a duplicate of bug 2975 *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 07:08:25 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 00:08:25 -0700 (PDT) Subject: [oe-issues] [Bug 2975] webkit-gtk-0.0+svnr25488-r25486-r1-do_configure In-Reply-To: Message-ID: <20070915070825.6874842589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2975 --- Comment #4 from Koen Kooi 2007-09-15 00:08:25 --- *** Bug 3005 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 07:20:55 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 00:20:55 -0700 (PDT) Subject: [oe-issues] [Bug 3006] New: etk-native-0.1.0+cvs20070819-r0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3006 Summary: etk-native-0.1.0+cvs20070819-r0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070915072101 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 07:45:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 00:45:27 -0700 (PDT) Subject: [oe-issues] [Bug 3007] New: latest kernel (2.6.22) does not see the sd-card (akita) Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3007 Summary: latest kernel (2.6.22) does not see the sd-card (akita) Product: Zaurus Kernel Version: unspecified Platform: ARM OS/Version: Linux Status: NEW Severity: blocker Priority: P2 Component: C3xxx AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: hans.ullrich at loop.de Dear maintainers, the kernel in the latest image (akita = spitz) does not see the sd-card at boot. This inhibits to start from the sd-card (using altbot). It is also impossible, to mount the card manually. Strange: It is possible, to mount the card in a false way: "mount /dev/mmcblk0" works, but it should be "mount /dev/mmblk0p1". Hint: The same behaviour appeared some time ago, in collie, as in akita, too. I suspect, it is the same reason again. As all kernel-modules in the feed are now version 2.6.22 and no more 2.6.21 (the latest working kernel), an ipkg upgrade breaks the whole system. So, running a kernel 2.6.22 does not see the card, running with kernel 2.6.21 will get false kernel-modules. Every decision breaks your system. I tested all kernels: minimalistic, console, X11 and pimlico, and they are all buggy. Thanks for your help ! As I heard, there is no SL-C1000 to test things, I am likely willing to test, if there is a new version out. Please let me know. Regards Hans -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 07:46:12 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 00:46:12 -0700 (PDT) Subject: [oe-issues] [Bug 3008] New: gconf-dbus-2.16.0+svnr606-r3-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3008 Summary: gconf-dbus-2.16.0+svnr606-r3-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070915074629 for machine ep93xx -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 11:37:10 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 04:37:10 -0700 (PDT) Subject: [oe-issues] [Bug 3009] New: linux-ezx-2.6.21-ezxdev-r12-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3009 Summary: linux-ezx-2.6.21-ezxdev-r12-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070915112823 for machine a1200 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 12:50:44 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 05:50:44 -0700 (PDT) Subject: [oe-issues] [Bug 3010] New: Can't build bluez-gnome-0.14-r1 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3010 Summary: Can't build bluez-gnome-0.14-r1 Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: begemot999 at gmail.com after bitbake angstrom-x11-image i see: ---- | make[2]: Nothing to be done for `install-exec-am'. | make install-data-hook | make[3]: Entering directory `/export/OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/bluez-gnome-0.14-r1/bluez-gnome-0.14' | /export/OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/bluez-gnome-0.14-r1/image/usr/share/mime | make[3]: execvp: /export/OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/bluez-gnome-0.14-r1/image/usr/share/mime: Permission denied | make[3]: *** [install-data-hook] Error 127 | make[3]: Leaving directory `/export/OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/bluez-gnome-0.14-r1/bluez-gnome-0.14' | make[2]: *** [install-data-am] Error 2 | make[2]: Leaving directory `/export/OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/bluez-gnome-0.14-r1/bluez-gnome-0.14' | make[1]: *** [install-am] Error 2 | make[1]: Leaving directory `/export/OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/bluez-gnome-0.14-r1/bluez-gnome-0.14' | make: *** [install-recursive] Error 1 | FATAL: oe_runmake failed NOTE: Task failed: /export/OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/bluez-gnome-0.14-r1/temp/log.do_install.26391 NOTE: package bluez-gnome-0.14-r1: task do_install: failed ERROR: TaskFailed event exception, aborting NOTE: package bluez-gnome-0.14: failed ERROR: Build of /export/OE/org.openembedded.dev/packages/bluez/bluez-gnome_0.14.bb do_install failed ERROR: Task 1449 (/export/OE/org.openembedded.dev/packages/bluez/bluez-gnome_0.14.bb, do_install) failed NOTE: Tasks Summary: Attempted 2526 tasks of which 2502 didn't need to be rerun and 1 failed. ERROR: '/export/OE/org.openembedded.dev/packages/bluez/bluez-gnome_0.14.bb' failed ---- PS. some strange things: 1 - in log.do_configure checking for iconv... /usr/bin/iconv why oe use system iconv? 2 - in log.do_configure checking for update-mime-database... no is this ok? 3 - log.do_configure checking for arm-angstrom-linux-gnueabi-pkg-config... no checking for pkg-config... /export/OE/build/tmp/staging/i686-linux/bin/pkg-config configure: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf at gnu.org. is this ok? 4 - in Makefile ... UPDATE_MIME_DATABASE = ... install-data-hook: $(UPDATE_MIME_DATABASE) $(DESTDIR)$(datadir)/mime ... is this ok? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 13:22:32 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 06:22:32 -0700 (PDT) Subject: [oe-issues] [Bug 3010] Can't build bluez-gnome-0.14-r1 In-Reply-To: Message-ID: <20070915132232.4041142589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3010 Max changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |begemot999 at gmail.com --- Comment #1 from Max 2007-09-15 06:22:32 --- build ok after i install system (debian) shared-mime-info and desktop-file-utils but I think this package should depend on oe shared-mime-info-native or similar or should use --disable-desktop-update --disable-mime-update -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 15:32:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 08:32:27 -0700 (PDT) Subject: [oe-issues] [Bug 3007] latest kernel (2.6.22) does not see the sd-card (akita) In-Reply-To: Message-ID: <20070915153227.51A3442589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3007 --- Comment #1 from Lukas Gorris 2007-09-15 08:32:26 --- I can confirm altboot is not seeing my card with the same image (the one from 10.9.2007) on akita. Trying to mount the card manually from within alboot mount says: /dev/mmcblk0p1 no valid block device Maybe altboot needs upgrading for 2.6.22? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 18:43:23 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 11:43:23 -0700 (PDT) Subject: [oe-issues] [Bug 3011] New: libgpelaunch-0.14-r1-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3011 Summary: libgpelaunch-0.14-r1-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070915184343 for machine omap5912osk -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 19:18:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 12:18:27 -0700 (PDT) Subject: [oe-issues] [Bug 3012] New: webkit-gtk-0.0+svnr25582-r25571-r1-do_fetch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3012 Summary: webkit-gtk-0.0+svnr25582-r25571-r1-do_fetch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070915192000 for machine tosa -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 15 20:55:54 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 13:55:54 -0700 (PDT) Subject: [oe-issues] [Bug 3013] New: Add support for squeak-x Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3013 Summary: Add support for squeak-x Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: tonyg at kcbbs.gen.nz Created an attachment (id=2533) --> (http://bugs.openembedded.org/attachment.cgi?id=2533) Initial VM package I've managed to get Squeak smalltalk (with the X11 driver) compiled and running on OpenMoko/OpenEmbedded. With luck, this is the right avenue toward getting my patches reviewed and accepted into OE. I'll attach a tarball of my package definition files. Note that this is just the Squeak virtual machine - I have *not* included any particular squeak image. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 16 00:22:42 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 17:22:42 -0700 (PDT) Subject: [oe-issues] [Bug 3014] New: Updated support for erlang/OTP Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3014 Summary: Updated support for erlang/OTP Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: tonyg at kcbbs.gen.nz Created an attachment (id=2559) --> (http://bugs.openembedded.org/attachment.cgi?id=2559) Tarball of Erlang R11B-5 support I've updated the current support for Erlang/OTP from R11B-1 to R11B-5, and accommodated insane.bbclass's requirements regarding .debug directories in the process. I'll attach a tarball for review. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 16 01:04:52 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 18:04:52 -0700 (PDT) Subject: [oe-issues] [Bug 3015] New: correct audiofile.m4 to work with automake 1.10 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3015 Summary: correct audiofile.m4 to work with automake 1.10 Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: marek.vasut at gmail.com CC: polyonymous at klever.net Created an attachment (id=2567) --> (http://bugs.openembedded.org/attachment.cgi?id=2567) the patch see http://sources.redhat.com/automake/automake.html#Extending-aclocal -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 16 01:45:05 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 15 Sep 2007 18:45:05 -0700 (PDT) Subject: [oe-issues] [Bug 3016] New: make libsdl-qpe buildable with automake-1.10 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3016 Summary: make libsdl-qpe buildable with automake-1.10 Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: marek.vasut at gmail.com CC: polyonymous at klever.net Created an attachment (id=2578) --> (http://bugs.openembedded.org/attachment.cgi?id=2578) patch for libsdl-qpe patch that makes libsdl-qpe buildable with automake-1.10 included -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 16 09:07:43 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 16 Sep 2007 02:07:43 -0700 (PDT) Subject: [oe-issues] [Bug 3012] webkit-gtk-0.0+svnr25582-r25571-r1-do_fetch In-Reply-To: Message-ID: <20070916090743.9BD3642589F@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3012 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-16 02:07:43 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 16 09:08:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 16 Sep 2007 02:08:07 -0700 (PDT) Subject: [oe-issues] [Bug 2984] openmoko-terminal2-2.1.0+r2879-r1-do_configure In-Reply-To: Message-ID: <20070916090807.C2FAD42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2984 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-16 02:08:07 --- fixed by Marcin -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 16 14:01:10 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 16 Sep 2007 07:01:10 -0700 (PDT) Subject: [oe-issues] [Bug 3017] New: linux-2.6.20-r8-do_install Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3017 Summary: linux-2.6.20-r8-do_install Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070916140022 for machine at91sam9263ek -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 16 19:14:24 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 16 Sep 2007 12:14:24 -0700 (PDT) Subject: [oe-issues] [Bug 3018] New: bogus hardcoded paths in patches Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3018 Summary: bogus hardcoded paths in patches Product: Openembedded Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: likewise at gmx.net cd org.openembedded.dev/ grep -rn -e 'papercrane' * few packages with hardcoded paths in patches etc. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 17 09:01:26 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 17 Sep 2007 02:01:26 -0700 (PDT) Subject: [oe-issues] [Bug 3019] New: linux-2.6.22+2.6.23-rc3-r1-do_install Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3019 Summary: linux-2.6.22+2.6.23-rc3-r1-do_install Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070917084053 for machine alix -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 17 14:36:08 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 17 Sep 2007 07:36:08 -0700 (PDT) Subject: [oe-issues] [Bug 3020] New: pcmciautils gets into an infinite loop in building due to " yes" Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3020 Summary: pcmciautils gets into an infinite loop in building due to "yes" Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: raster at rasterman.com from the compile log: NOTE: make -e STRIP=echo LIB_OBJS=-lc -lsysfs make[1]: Entering directory `/home/raster/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/pcmciautils-014-r1/pcmciautils-014' Building ccdv yes ccache arm-angstrom-linux-gnueabi-gcc -march=armv4t -mtune=arm920t -I/home/raster/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/pcmciautils-014-r1/pcmciautils-014/src -isystem/home/raster/moko/build/tmp/staging/arm-angstrom-linux-gnueabi/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -c -o src/pccardctl.o src/pccardctl.c ccache arm-angstrom-linux-gnueabi-gcc -march=armv4t -mtune=arm920t -I/home/raster/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/pcmciautils-014-r1/pcmciautils-014/src -isystem/home/raster/moko/build/tmp/staging/arm-angstrom-linux-gnueabi/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -c -o src/pccardctl.o src/pccardctl.c ccache arm-angstrom-linux-gnueabi-gcc -march=armv4t -mtune=arm920t -I/home/raster/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/pcmciautils-014-r1/pcmciautils-014/src -isystem/home/raster/moko/build/tmp/staging/arm-angstrom-linux-gnueabi/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -c -o src/pccardctl.o src/pccardctl.c etc. etc. (until your disk fills up). it is somehow skipping yacc. no patches have been made to the .bb's - direct from OE SVN. paralell make is disabled according to the .bb's. build system is on ubuntu gusty (this also happens on edgy). attached run.do_compile. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 17 18:58:03 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 17 Sep 2007 11:58:03 -0700 (PDT) Subject: [oe-issues] [Bug 3021] New: gst-plugins-base QA bug Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3021 Summary: gst-plugins-base QA bug Product: Openembedded Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: shanevolpe at gmail.com gst-plugins-base has a QA issue with the X headers do to "I/usr/lib". I fixed the issue by adding the following to gst-plugins.inc EXTRA_OECONF --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR} I wanted to post to the bug tracker and make sure no one had any issues or better ideas regarding this fix before I push it into OE. If I hear nothing back in a couple of days then I will push the fix. Regards, svolpe -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 17 19:17:48 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 17 Sep 2007 12:17:48 -0700 (PDT) Subject: [oe-issues] [Bug 880] gst-plugins-good-0.10.2 tries to link to host library In-Reply-To: Message-ID: <20070917191748.20F234258A0@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=880 Shane Volpe changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |shanevolpe at gmail.com --- Comment #7 from Shane Volpe 2007-09-17 12:17:47 --- I had the same issue with gst-plugins-base. It was do to the X headers, can you confirm this? See the following bug for my fix: http://bugs.openembedded.org/show_bug.cgi?id=3021 Let me know if this works. Regards, svolpe -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 17 21:29:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 17 Sep 2007 14:29:20 -0700 (PDT) Subject: [oe-issues] [Bug 3022] New: linux-2.6.21-r9-do_patch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3022 Summary: linux-2.6.21-r9-do_patch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070917212409 for machine gumstix-verdex -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 00:23:23 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 17 Sep 2007 17:23:23 -0700 (PDT) Subject: [oe-issues] [Bug 3023] New: elfutils-0.127-r0 does not build. A warning treated like a bug stops the process. Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3023 Summary: elfutils-0.127-r0 does not build. A warning treated like a bug stops the process. Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: alessandro.iurlano at gmail.com The compiler detects what it thinks to be a use of a possibly uninitialized variable. The attached patch provides a fix that moves the declaration of the variable in a standard C place and initializes it. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 07:34:34 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 00:34:34 -0700 (PDT) Subject: [oe-issues] [Bug 3024] New: openmoko-browser2-0.0.1+svnr1-r0-do_fetch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3024 Summary: openmoko-browser2-0.0.1+svnr1-r0-do_fetch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070918073615 for machine spitz -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 07:39:32 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 00:39:32 -0700 (PDT) Subject: [oe-issues] [Bug 3025] New: openmoko-browser2-0.0.1+svnr${SRCREV}-r0-do_fetch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3025 Summary: openmoko-browser2-0.0.1+svnr${SRCREV}-r0-do_fetch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070918074123 for machine spitz -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 08:11:31 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 01:11:31 -0700 (PDT) Subject: [oe-issues] [Bug 3024] openmoko-browser2-0.0.1+svnr1-r0-do_fetch In-Reply-To: Message-ID: <20070918081131.6A6B242589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3024 --- Comment #1 from Koen Kooi 2007-09-18 01:11:31 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 08:11:39 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 01:11:39 -0700 (PDT) Subject: [oe-issues] [Bug 3025] openmoko-browser2-0.0.1+svnr${SRCREV}-r0-do_fetch In-Reply-To: Message-ID: <20070918081139.403CB42589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3025 --- Comment #1 from Koen Kooi 2007-09-18 01:11:39 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 08:14:39 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 01:14:39 -0700 (PDT) Subject: [oe-issues] [Bug 3026] New: linux-2.6.21-r9-do_unpack Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3026 Summary: linux-2.6.21-r9-do_unpack Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070918080844 for machine omap5912osk -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 12:48:40 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 05:48:40 -0700 (PDT) Subject: [oe-issues] [Bug 3007] latest kernel (2.6.22) does not see the sd-card (akita) In-Reply-To: Message-ID: <20070918124840.0FF8242589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3007 Grigorios Prasinos changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |grigorios at prasinos.eu --- Comment #2 from Grigorios Prasinos 2007-09-18 05:48:39 --- I observe similar behaviour on my c750 with kernel 2.6.22 (taken from the image of 20070918): - altboot does not see the SD card - if I reboot "normally" from the internal NAND I can use the card without problem During boot, just before altboot starts, there is the message mmc0: Warning - unrecognized SCR structure version 1 The card is good (tested as I said in the C750 and in a card reader). Altboot version is altboot v1.1.1+wip-SVNR66-r0 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 13:35:49 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 06:35:49 -0700 (PDT) Subject: [oe-issues] [Bug 3027] New: openmoko-browser2-0.0.1+svnr3004-r0-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3027 Summary: openmoko-browser2-0.0.1+svnr3004-r0-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070918081116 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 15:45:56 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 08:45:56 -0700 (PDT) Subject: [oe-issues] [Bug 3027] openmoko-browser2-0.0.1+svnr3004-r0-do_configure In-Reply-To: Message-ID: <20070918154556.7D88042589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3027 --- Comment #2 from Koen Kooi 2007-09-18 08:45:56 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 18:53:49 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 11:53:49 -0700 (PDT) Subject: [oe-issues] [Bug 3028] New: Recipe for PyWebKitGtk Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3028 Summary: Recipe for PyWebKitGtk Product: Openembedded Version: unspecified Platform: ARM OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: Tuukka.Hastrup at iki.fi Created an attachment (id=3033) --> (http://bugs.openembedded.org/attachment.cgi?id=3033) bitbake recipe Please include in OpenEmbedded the Python bindings for WebKitGtk: http://live.gnome.org/PyWebKitGtk A BitBake recipe is attached. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 18:57:36 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 11:57:36 -0700 (PDT) Subject: [oe-issues] [Bug 3029] New: glibc-2.5-r7-do_package Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3029 Summary: glibc-2.5-r7-do_package Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070918154911 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 20:59:36 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 13:59:36 -0700 (PDT) Subject: [oe-issues] [Bug 3030] New: bluez-utils_3.19.bb fails with Exception: Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3030 Summary: bluez-utils_3.19.bb fails with Exception: Product: Openembedded Version: unspecified Platform: ARM OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: cm at acc.umu.se OE Build Configuration: BB_VERSION = "1.8.8" OE_REVISION = "c926e75b27452721976c63b6ef9a890147362131" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "fic-gta01" DISTRO = "openmoko" DISTRO_VERSION = "P1-September-Snapshot-20070918" TARGET_FPU = "soft" NOTE: Resolving missing task queue dependencies NOTE: preferred version 2.5 of glibc not available (for item virtual/arm-angstrom-linux-gnueabi-libc-for-gcc) NOTE: Preparing runqueue NOTE: Executing runqueue NOTE: Running task 4757 of 4794 (ID: 380, /home/moko/openembedded/packages/bluez/bluez-utils_3.19.bb, do_fetch) NOTE: package bluez-utils-3.19: started NOTE: package bluez-utils-3.19-r0: task do_fetch: started ERROR: Error in executing: ERROR: Exception: Message:S ERROR: Printing the environment of the function ERROR: Error in executing: ERROR: Exception: Message:S ERROR: Printing the environment of the function ERROR: Build of /home/moko/openembedded/packages/bluez/bluez-utils_3.19.bb do_fetch failed Traceback (most recent call last): File "/home/moko/bitbake/bin/bitbake", line 134, in main() File "/home/moko/bitbake/bin/bitbake", line 131, in main cooker.cook() File "/home/moko/bitbake/lib/bb/cooker.py", line 552, in cook return self.buildTargets(pkgs_to_build) File "/home/moko/bitbake/lib/bb/cooker.py", line 466, in buildTargets failures = rq.execute_runqueue() File "/home/moko/bitbake/lib/bb/runqueue.py", line 403, in execute_runqueue self.execute_runqueue_internal() File "/home/moko/bitbake/lib/bb/runqueue.py", line 531, in execute_runqueue_internal self.cooker.tryBuild(fn, False) File "/home/moko/bitbake/lib/bb/cooker.py", line 125, in tryBuild return self.tryBuildPackage(fn, item, self.configuration.cmd, the_data, build_depends) File "/home/moko/bitbake/lib/bb/cooker.py", line 98, in tryBuildPackage bb.build.exec_task('do_%s' % task, the_data) File "/home/moko/bitbake/lib/bb/build.py", line 292, in exec_task execute(None, task) File "/home/moko/bitbake/lib/bb/build.py", line 281, in execute exec_func(item, localdata) File "/home/moko/bitbake/lib/bb/build.py", line 98, in exec_func exec_func_python(func, d) File "/home/moko/bitbake/lib/bb/build.py", line 117, in exec_func_python utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1)) File "/home/moko/bitbake/lib/bb/utils.py", line 144, in better_exec exec code in context File "do_fetch", line 4, in File "do_fetch", line 2, in do_fetch File "/home/moko/bitbake/lib/bb/build.py", line 98, in exec_func exec_func_python(func, d) File "/home/moko/bitbake/lib/bb/build.py", line 117, in exec_func_python utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1)) File "/home/moko/bitbake/lib/bb/utils.py", line 144, in better_exec exec code in context File "base_do_fetch", line 63, in File "base_do_fetch", line 12, in base_do_fetch File "/home/moko/bitbake/lib/bb/fetch/__init__.py", line 118, in init urldata[url] = FetchData(url, d) File "/home/moko/bitbake/lib/bb/fetch/__init__.py", line 264, in __init__ (self.type, self.host, self.path, self.user, self.pswd, self.parm) = bb.decodeurl(data.expand(url, d)) File "/home/moko/bitbake/lib/bb/__init__.py", line 278, in decodeurl raise MalformedUrl(url) bb.MalformedUrl: S ERROR: Task 380 (/home/moko/openembedded/packages/bluez/bluez-utils_3.19.bb, do_fetch) failed NOTE: Tasks Summary: Attempted 4756 tasks of which 4736 didn't need to be rerun and 1 failed. ERROR: '/home/moko/openembedded/packages/bluez/bluez-utils_3.19.bb' failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 21:10:33 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 14:10:33 -0700 (PDT) Subject: [oe-issues] [Bug 3031] New: mpd CROSS COMPILE BADNESS Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3031 Summary: mpd CROSS COMPILE BADNESS Product: Openembedded Version: unspecified Platform: Other OS/Version: Mac OS X 10.3 Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: papercrane at reversefold.com mpd_svn is failing do_qa_configure because -I/usr/include is in the config.log output. I haven't been able to fix this as /usr/include isn't in configure.ac. Looks like an autotools bug perhaps. I'm just disabling insane.bbclass's qa_configure for my local build for now. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 21:31:22 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 14:31:22 -0700 (PDT) Subject: [oe-issues] [Bug 3030] bluez-utils_3.19.bb fails with Exception: In-Reply-To: Message-ID: <20070918213122.387B142589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3030 Graeme Gregory changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Graeme Gregory 2007-09-18 14:31:21 --- Fixed in 372eeb2b1660c17cc2d5f682dfd98cb432a11d5c thanks for help on IRC -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 18 21:56:13 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 14:56:13 -0700 (PDT) Subject: [oe-issues] [Bug 2992] efl1/emotion fails to build because of edje_cc-native segfault In-Reply-To: Message-ID: <20070918215613.187E242589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2992 --- Comment #5 from Graeme Gregory 2007-09-18 14:56:12 --- Confirmed this dies on my Ubuntu 7.04 amd64 make[2]: Entering directory `/home/dp/zaurus/build-ang/tmp/work/armv5te-angstrom -linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion/data' edje_cc -v -id ../data -fd ../data \ ../data/theme.edc \ ../data/theme.edj make[2]: *** [theme.edj] Segmentation fault (core dumped) make[2]: *** Deleting file `theme.edj' make[2]: Leaving directory `/home/dp/zaurus/build-ang/tmp/work/armv5te-angstrom- linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion/data' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/dp/zaurus/build-ang/tmp/work/armv5te-angstrom- linux-gnueabi/emotion-0.0.1+cvs20070819-r0/emotion' make: *** [all] Error 2 FATAL: oe_runmake failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 02:53:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 19:53:20 -0700 (PDT) Subject: [oe-issues] [Bug 3032] New: espgs doesn't build w/ ijs, cups & gimpprint/ gutenberg enabled Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3032 Summary: espgs doesn't build w/ ijs, cups & gimpprint/gutenberg enabled Product: Openembedded Version: Angstrom Platform: PowerPC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: purdyd_at_wisheights at yahoo.com espgs doesn't build espgs with w/ support for ijs, cups & gimpprint/gutenberg enabled. espgs_8.15.3.bb > EXTRA_OECONF = "--with-drivers= \ > # --disable-cups \ > --disable-gtk \ > # --without-ijs \ > # --without-gimp-print \ > --without-x \ > --without-omni" > These options yield the attached log(s). Also, please refer to the following OE User List email for background/conversation w/ Koen Kooi: ============================= David Purdy schreef: > a clarification... > > espgs does build as is, but fails if I try to enable cups, ijs or > gimp-print, it doesn't... > > EXTRA_OECONF = "--with-drivers= \ > # --disable-cups \ > --disable-gtk \ > # --without-ijs \ > # --without-gimp-print \ > --without-x \ > --without-omni" > > The idea is to have those 3 options all enabled, as support for a > wide variety of USB printers (in addition to non-USB/ network > printers) is desired. > > > > > As for gutenprint (formerly gimp-print) ... the link I supplied was > broken... here is the correct one: > > http://www.openembedded.org/filebrowser/foo/packages/nonworking/ > gutenprint > > Any knowledge/pointers/help in terms of how to get these to build > would be greatly appreciated... The problem with gutenprint is that it requires running generated binaries to generate stuff. I think building a gutenprint-native first to supply the binaries would work, but I haven't looked at it in a while. IIRC ijs shares the same problem. Could you file bugs with builderrors in the OE bugzilla? regards, Koen -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 03:05:55 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 20:05:55 -0700 (PDT) Subject: [oe-issues] [Bug 3033] New: gutenprint doesn't build Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3033 Summary: gutenprint doesn't build Product: Openembedded Version: Angstrom Platform: PowerPC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: purdyd_at_wisheights at yahoo.com the package gutenprint doesn't build. This packages is currently listed as nonworking, but it is a very important one as many printers have drivers that are provided only through this package. Internal link for the package http: In a recent email/post on the OE user lists, Koen stated that it may have to be built natively first. Thank you, Dave -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 04:22:43 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 21:22:43 -0700 (PDT) Subject: [oe-issues] [Bug 3034] New: bluez-utils-3.19-r0-do_package_write_ipk Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3034 Summary: bluez-utils-3.19-r0-do_package_write_ipk Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070919041628 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 05:22:26 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 18 Sep 2007 22:22:26 -0700 (PDT) Subject: [oe-issues] [Bug 3035] New: please add help2man to Debian openembedded-essential task Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3035 Summary: please add help2man to Debian openembedded-essential task Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: shawn.t.rutledge at gmail.com ERROR: Openembedded's config sanity checker detected a potential misconfiguration. Either fix the cause of this error or at your own risk disable the checker (see sanity.conf). Following is the list of potential problems / advisories: Please install following missing utilities: help2man But on Debian I have previously done apt-get install openembedded-essential -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 07:45:16 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 00:45:16 -0700 (PDT) Subject: [oe-issues] [Bug 3036] New: bluez-cups-backend-3.19-r0-do_package_write_ipk Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3036 Summary: bluez-cups-backend-3.19-r0-do_package_write_ipk Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070919074555 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 07:57:12 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 00:57:12 -0700 (PDT) Subject: [oe-issues] [Bug 3036] bluez-cups-backend-3.19-r0-do_package_write_ipk In-Reply-To: Message-ID: <20070919075712.783BA42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3036 --- Comment #1 from Koen Kooi 2007-09-19 00:57:12 --- fixed in rb37f72d1478531633d3d67b32766318f3904017a -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 07:57:21 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 00:57:21 -0700 (PDT) Subject: [oe-issues] [Bug 3034] bluez-utils-3.19-r0-do_package_write_ipk In-Reply-To: Message-ID: <20070919075721.460C542589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3034 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-19 00:57:21 --- fixed in rb37f72d1478531633d3d67b32766318f3904017a -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 07:57:47 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 00:57:47 -0700 (PDT) Subject: [oe-issues] [Bug 3036] bluez-cups-backend-3.19-r0-do_package_write_ipk In-Reply-To: Message-ID: <20070919075747.F300E42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3036 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Koen Kooi 2007-09-19 00:57:47 --- really, it has been fixed :) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 10:26:40 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 03:26:40 -0700 (PDT) Subject: [oe-issues] [Bug 3037] New: A crash is done while booting Angstrom 2007. 1 with binary locales disabled Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3037 Summary: A crash is done while booting Angstrom 2007.1 with binary locales disabled Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: joaquinduran at adtelecom.es I've created an image with angstrom with binary locales disabled. The first time that the computer boots, the system tries to configure the en_GB locale and fails with a core dump. Configuration: DISTRO = "angstrom-2007.1" ENABLE_BINARY_LOCALE_GENERATION = "0" GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 de_DE.UTF-8" Target: PXA270 Xscale (arm5vte) The boot message is attached. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 10:39:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 03:39:07 -0700 (PDT) Subject: [oe-issues] [Bug 3021] gst-plugins-base QA bug In-Reply-To: Message-ID: <20070919103907.8355B42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3021 Shane Volpe changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Shane Volpe 2007-09-19 03:39:07 --- I pushed the fix detailed in my original post -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 11:08:45 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 04:08:45 -0700 (PDT) Subject: [oe-issues] [Bug 3037] A crash is done while booting Angstrom 2007. 1 with binary locales disabled In-Reply-To: Message-ID: <20070919110845.81F6F42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3037 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #3 from Koen Kooi 2007-09-19 04:08:45 --- As the glibc package class says: # Binary locales are generated at build time if ENABLE_BINARY_LOCALE_GENERATION # is set. The idea is to avoid running localedef on the target (at first boot) # to decrease initial boot time and avoid localedef being killed by the OOM # killer which used to effectively break i18n on machines with < 128MB RAM. Closing as WONTFIX -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 11:46:52 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 04:46:52 -0700 (PDT) Subject: [oe-issues] [Bug 3038] New: octave-2.9.14-r0-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3038 Summary: octave-2.9.14-r0-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070919111847 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 11:51:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 04:51:29 -0700 (PDT) Subject: [oe-issues] [Bug 3039] New: gcc-cross-4.1.2-r8-do_rm_work Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3039 Summary: gcc-cross-4.1.2-r8-do_rm_work Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070919115044 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 11:51:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 04:51:29 -0700 (PDT) Subject: [oe-issues] [Bug 3040] New: gcc-cross-4.1.2-r8-do_rm_work Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3040 Summary: gcc-cross-4.1.2-r8-do_rm_work Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070919111847 for machine a780 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 12:23:03 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 05:23:03 -0700 (PDT) Subject: [oe-issues] [Bug 3037] A crash is done while booting Angstrom 2007. 1 with binary locales disabled In-Reply-To: Message-ID: <20070919122303.90DDC42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3037 --- Comment #4 from Joaquim Duran 2007-09-19 05:23:03 --- Oops, I see. How does I configure Angstrom to build an image *without* I18N support? Could I set IMAGE_LINGUAS in local.conf? IMAGE_LINGUAS = "en-gb" -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 12:25:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 05:25:20 -0700 (PDT) Subject: [oe-issues] [Bug 3040] gcc-cross-4.1.2-r8-do_rm_work In-Reply-To: Message-ID: <20070919122520.8054242589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3040 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Koen Kooi 2007-09-19 05:25:20 --- *** This bug has been marked as a duplicate of bug 3039 *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 12:25:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 05:25:20 -0700 (PDT) Subject: [oe-issues] [Bug 3039] gcc-cross-4.1.2-r8-do_rm_work In-Reply-To: Message-ID: <20070919122520.9B86742589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3039 --- Comment #2 from Koen Kooi 2007-09-19 05:25:20 --- *** Bug 3040 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 12:25:39 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 05:25:39 -0700 (PDT) Subject: [oe-issues] [Bug 3039] gcc-cross-4.1.2-r8-do_rm_work In-Reply-To: Message-ID: <20070919122539.29A1B42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3039 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #3 from Koen Kooi 2007-09-19 05:25:38 --- autobuild clobber going awry -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 14:13:28 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 07:13:28 -0700 (PDT) Subject: [oe-issues] [Bug 2683] wmmxt version of qemu fails while generating the de_DE (UTF-8) localte for glibc 2.5 In-Reply-To: Message-ID: <20070919141328.C4FBA42589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2683 --- Comment #6 from Joaquim Duran 2007-09-19 07:13:28 --- I've rebuild qemu-native compiling for armv5te machine. The compilation has finished with another error: | gcc-3.4.6 -Wall -O2 -g -fno-strict-aliasing -fno-reorder-blocks -fno-gcse -fno-optimize-sibling-calls -fno-crossjumping -fno-align-labels -fno-align-jumps -fno-align-functions -mpreferred-stack-boundary=2 -fomit-frame-pointer -I. -I.. -I/home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/target-i386 -I/home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu -I/home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/linux-user -I/home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/fpu -DHAS_AUDIO -DHAS_AUDIO_CHOICE -I/home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/slirp -c -o op.o /home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/target-i386/op.c | /home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/target-i386/ops_sse.h: In function `op_psrlq_mmx': | /home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/target-i386/ops_sse.h:213: error: unable to find a register to spill in class `GENERAL_REGS' | /home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/target-i386/ops_sse.h:213: error: this is the insn: | (insn:HI 36 35 37 3 /home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/target-i386/ops_sse.h:207 (parallel [ | (set (reg:DI 63 [ .q ]) | (lshiftrt:DI (reg:DI 63 [ .q ]) | (subreg:QI (reg/v:SI 60 [ shift ]) 0))) | (clobber (scratch:SI)) | (clobber (reg:CC 17 flags)) | ]) 309 {lshrdi3_1} (insn_list 33 (insn_list 35 (nil))) | (expr_list:REG_DEAD (reg/v:SI 60 [ shift ]) | (expr_list:REG_UNUSED (reg:CC 17 flags) | (expr_list:REG_UNUSED (scratch:SI) | (nil))))) | /home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/target-i386/ops_sse.h:213: confused by earlier errors, bailing out | make[1]: *** [op.o] Error 1 | make[1]: Leaving directory `/home/qduran/colibri/oe/oebuild/work/i686-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/i386-linux-user' | make: *** [subdir-i386-linux-user] Error 2 | FATAL: oe_runmake failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 15:02:08 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 08:02:08 -0700 (PDT) Subject: [oe-issues] [Bug 2617] spitz/akita sound mixer misconfiguration In-Reply-To: Message-ID: <20070919150208.6C2B342589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2617 Hans-J. changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|DUPLICATE |FIXED --- Comment #17 from Hans-J. 2007-09-19 08:02:07 --- Solved: The problem is a default configuration of alsamixer. To correct these, start alsamixer in a shell, and look for speaker-volume. Get to the channel left next to the volume (right Sp) and switch it on. To get access to it press the key "m". Change to "00". Now it should work ! Thanks very much to "dcordes", who found out this !!! The bugreport will be closed. Kind regards Hans -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 15:14:25 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 08:14:25 -0700 (PDT) Subject: [oe-issues] [Bug 3041] New: dillo segfaults always Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3041 Summary: dillo segfaults always Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: martinwguy at yahoo.it Hi! I just reinstalled Angstrom on Zaurus c860 from Angstrom-x11-image-glibc-ipk-2007.9-test-20070905-c7x0-installkit.tgz then # ipkg install dillo and dillo always segfaults immediately. In GUI, window zooms mac-style but nothing happens In rxvt: $ dillo Gdk-WARNING **: locale not supported by Xlib, locale set to C Gdk-WARNING **: can not set locale modifiers Segmentation fault $ gdb dillo [...] Program received signal SIGSEGV, Segmentation fault. 0x404058ec in fileno_unlocked () from /lib/libc.so.6 (gdb) backtrace #0 0x404058ec in fileno_unlocked () from /lib/libc.so.6 #1 0x0001580c in ?? () Cannot access memory at address 0x0 (gdb) $ dillo --version Dillo 0.8.6-i18n-misc $ ipkg info dillo Package: dillo Version: 0.8.6-r2 Depends: ... Conflicts: dillo2 Status: install user installed Section: x11/network Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: bd68a030fd8413e5f7707a1e67faa9ae Size: 272180 Filename: dillo_0.8.6-r2_armv5te.ipk ... -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 20:41:16 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 13:41:16 -0700 (PDT) Subject: [oe-issues] [Bug 3007] latest kernel (2.6.22) does not see the sd-card (akita) In-Reply-To: Message-ID: <20070919204116.C362642589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3007 --- Comment #3 from Timo Dittmar 2007-09-19 13:41:16 --- I have similar problems with my akita after the last ipkg upgrade to 2.6.22: While booting with altboot from SD I get the error : /sbin/fsck.ext3: no such device or address while trying to open /dev/mmcblk0p1 Booting from internal flash works. I reinstalled the actual image (20070909 gpe image), same behavior. CU Timo -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 19 22:44:01 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 15:44:01 -0700 (PDT) Subject: [oe-issues] [Bug 3042] New: NOTE: package gconf-dbus-2.16.0+svnr1-r3: task do_fetch: started Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3042 Summary: NOTE: package gconf-dbus-2.16.0+svnr1-r3: task do_fetch: started Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: budgester at budgester.com budgester at quadro:~/embedded/openembedded/build$ bitbake bootstrap-image NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance. NOTE: Handling BitBake files: \ (4704/4704) [100 %] NOTE: Parsing finished. 4484 cached, 0 parsed, 220 skipped, 0 masked. NOTE: build 200709192340: started OE Build Configuration: BB_VERSION = "1.8.8" OE_REVISION = "994032a8e47f2490d414cd449885b6d0c16271f6" TARGET_ARCH = "i486" TARGET_OS = "linux" MACHINE = "x86" DISTRO = "generic" DISTRO_VERSION = ".dev-snapshot-20070919" TARGET_FPU = "" NOTE: Resolving missing task queue dependencies NOTE: multiple providers are available for task-base (task-base, task-budge); NOTE: consider defining PREFERRED_PROVIDER_task-base NOTE: multiple providers are available for virtual/i486-linux-libc-initial (glibc-initial, eglibc-initial); NOTE: consider defining PREFERRED_PROVIDER_virtual/i486-linux-libc-initial NOTE: multiple providers are available for virtual/db (db3, db); NOTE: consider defining PREFERRED_PROVIDER_virtual/db NOTE: multiple providers are available for virtual/db-native (db3-native, db-native); NOTE: consider defining PREFERRED_PROVIDER_virtual/db-native NOTE: Preparing runqueue NOTE: Executing runqueue NOTE: Running task 408 of 1099 (ID: 1006, /home/budgester/embedded/openembedded/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb, do_fetch) NOTE: package gconf-dbus-2.16.0+svnr1: started NOTE: package gconf-dbus-2.16.0+svnr1-r3: task do_fetch: started NOTE: Fetch svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http svn: Unable to find repository location for 'http://developer.imendio.com/svn/gconf-dbus/trunk' in revision 1 NOTE: Task failed: Fetch failed: Fetch command export PATH=/home/budgester/embedded/openembedded/build/tmp/staging/x86_64-linux/bin/i486-linux:/home/budgester/embedded/openembedded/build/tmp/staging/x86_64-linux/bin:/home/budgester/embedded/openembedded/build/tmp/cross/bin:/home/budgester/embedded/openembedded/bitbake/bin:/home/budgester/embedded/openembedded/bitbake/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games; /usr/bin/env svn co -r 1 http://developer.imendio.com/svn/gconf-dbus/trunk trunk failed with signal 1, output: NOTE: package gconf-dbus-2.16.0+svnr1-r3: task do_fetch: failed ERROR: TaskFailed event exception, aborting NOTE: package gconf-dbus-2.16.0+svnr1: failed ERROR: Build of /home/budgester/embedded/openembedded/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb do_fetch failed ERROR: Task 1006 (/home/budgester/embedded/openembedded/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb, do_fetch) failed NOTE: Tasks Summary: Attempted 407 tasks of which 407 didn't need to be rerun and 1 failed. ERROR: '/home/budgester/embedded/openembedded/org.openembedded.dev/packages/gnome/gconf-dbus_svn.bb' failed budgester at quadro:~/embedded/openembedded/build$ -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 20 03:28:09 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 19 Sep 2007 20:28:09 -0700 (PDT) Subject: [oe-issues] [Bug 3043] New: add supervisor mode Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3043 Summary: add supervisor mode Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: lynn.lin at avocent.com for example in sudo package i write a function : do_install_append() { chmod 4755 ${D}/usr/bin/sudo } when the image is running ,the sudo binary don't have supervisor mode but when i write it in pkg_postinist,it can work why it doesn't work in the first situation? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 20 15:36:46 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 20 Sep 2007 08:36:46 -0700 (PDT) Subject: [oe-issues] [Bug 3044] New: djvulibre 3.5.19 not compiling Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3044 Summary: djvulibre 3.5.19 not compiling Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: alain2210 at free.fr I get make[2]: Entering directory `/mnt/devel/oe/build-dev/tmp/work/armv5te-angstrom-linux-gnueabi/djvulibre-3.5.19-r0/djvulibre-3.5.19/gui/djview' | make[2]: Circular Makefile.dep <- Makefile.dep dependency dropped. | arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale -DHAVE_CONFIG_H -I../.. -I../../libdjvu -I./ -I../../gui/indep/QT/ -I../../gui/indep/QX/ -I../../gui/indep/utils/ -I../../gui/shared/QT/ -I../../gui/shared/res/ -I../../gui/shared/utils/ -I. -DNDEBUG -Wall -O3 -Wno-non-virtual-dtor -pthread -DTHREADMODEL=POSIXTHREADS -I/usr/include/qt3 -isystem/mnt/devel/oe/build-dev/tmp/staging/arm-angstrom-linux-gnueabi/include -isystem/mnt/devel/oe/build-dev/tmp/staging/arm-angstrom-linux-gnueabi/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -fpermissive -fvisibility-inlines-hidden -c ../../gui/indep/QX/qx_imager.cpp | CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include/qt3 | cc1plus: internal compiler error: in add_path, at c-incpath.c:362 | Please submit a full bug report, | with preprocessed source if appropriate. | See for instructions. | make[2]: *** [qx_imager.o] Error 1 | make[2]: Leaving directory `/mnt/devel/oe/build-dev/tmp/work/armv5te-angstrom-linux-gnueabi/djvulibre-3.5.19-r0/djvulibre-3.5.19/gui/djview' | make[1]: *** [all] Error 2 | make[1]: Leaving directory `/mnt/devel/oe/build-dev/tmp/work/armv5te-angstrom-linux-gnueabi/djvulibre-3.5.19-r0/djvulibre-3.5.19/gui' | make: *** [all] Error 2 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 20 16:51:37 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 20 Sep 2007 09:51:37 -0700 (PDT) Subject: [oe-issues] [Bug 3045] New: evince 0.9.2 does not build Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3045 Summary: evince 0.9.2 does not build Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: alain2210 at free.fr When building evince 0.9.2 | ev-poppler.cc: In function 'char* pdf_document_get_text(EvDocument*, int, EvRectangle*)': | ev-poppler.cc:698: error: cannot convert 'PopplerRectangle*' to 'PopplerSelectionStyle' for argument '2' to 'char* poppler_page_get_text(PopplerPage*, PopplerSelectionStyle, PopplerRectangle*)' | ev-poppler.cc: In function 'void pdf_selection_render_selection(EvSelection*, EvRenderContext*, cairo_surface_t**, EvRectangle*, EvRectangle*, GdkColor*, GdkColor*)': | ev-poppler.cc:1682: error: 'POPPLER_SELECTION_NORMAL' was not declared in this scope | ev-poppler.cc: In function 'GdkRegion* pdf_selection_get_selection_region(EvSelection*, EvRenderContext*, EvRectangle*)': | ev-poppler.cc:1722: error: cannot convert 'PopplerRectangle*' to 'PopplerSelectionStyle' for argument '3' to 'GdkRegion* poppler_page_get_selection_region(PopplerPage*, gdouble, PopplerSelectionStyle, PopplerRectangle*)' | ev-poppler.cc: In function 'GdkRegion* pdf_selection_get_selection_map(EvSelection*, EvRenderContext*)': | ev-poppler.cc:1742: error: cannot convert 'PopplerRectangle*' to 'PopplerSelectionStyle' for argument '3' to 'GdkRegion* poppler_page_get_selection_region(PopplerPage*, gdouble, PopplerSelectionStyle, PopplerRectangle*)' | ev-poppler.cc: In function 'EvFormField* ev_form_field_from_poppler_field(PopplerFormField*)': | ev-poppler.cc:1832: error: 'POPPLER_FORM_TEXT_PASSWORD' was not declared in this scope | make[3]: *** [ev-poppler.lo] Error 1 | make[3]: Leaving directory `/oe/build-dev/tmp/work/armv5te-angstrom-linux-gnueabi/evince-0.9.2-r2/evince-0.9.2/backend/pdf' -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 20 20:57:23 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 20 Sep 2007 13:57:23 -0700 (PDT) Subject: [oe-issues] [Bug 3046] New: nokia800/pointercal isn't calibrated Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3046 Summary: nokia800/pointercal isn't calibrated Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: rodrigo.vivi at gmail.com The default pointercal file for n800 isn't working. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 20 21:35:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 20 Sep 2007 14:35:27 -0700 (PDT) Subject: [oe-issues] [Bug 3047] New: u-boot 1.1.5 at91sam9260 with eabi patches Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3047 Summary: u-boot 1.1.5 at91sam9260 with eabi patches Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: roger at bufferoverflow.ch Created an attachment (id=3044) --> (http://bugs.openembedded.org/attachment.cgi?id=3044) at91sam9260 u-boot-1.1.5 patches and u-boot_1.1.5.bb hello! here is the u-boot 1.1.5 for atmel's at91sam9260-ek board. the attached file includes the following stuff: u-boot_1.1.5.bb with make 3.81 patch and at91sam9260 specific SRC_URI's atmel's official u-boot patch "u-boot-1.1.5_atmel_1.4.diff" => sorry, but i was unable to use the upstream version (http://www.at91.com/repFichier/Project-218/u-boot-1.1.5_atmel_1.4.diff.bz2) there were some problems with ?(kind of a charset issue) with the upstream version. eabi patches(inspired by mickey's patch used on openmoko) - fix-arm926ejs-eabi.patch - u-boot-fix-eabi-HACK.patch this u-boot version should be able to run on other at91sam926x based platfoms. greetings roger -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 21 05:19:36 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 20 Sep 2007 22:19:36 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross 2.18 fails to build on x86_64 In-Reply-To: Message-ID: <20070921051936.7DBFF4258A1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 Shawn Rutledge changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |shawn.t.rutledge at gmail.com --- Comment #13 from Shawn Rutledge 2007-09-20 22:19:35 --- Cesar's patch works for me too. Would somebody please apply it to the repository, assuming it doesn't break anything on other systems? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 21 08:25:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 21 Sep 2007 01:25:53 -0700 (PDT) Subject: [oe-issues] [Bug 3043] add supervisor mode In-Reply-To: Message-ID: <20070921082553.6519442589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3043 lynnlin changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lynn.lin at avocent.com --- Comment #1 from lynnlin 2007-09-21 01:25:53 --- (In reply to comment #0) > for example in sudo package > i write a function : > do_install_append() { > chmod 4755 ${D}/usr/bin/sudo > } > > when the image is running ,the sudo binary don't have supervisor mode > > but when i write it in pkg_postinist,it can work > > why it doesn't work in the first situation? > more detail after do_install image/usr/bin/sudo have supervisor mode,but after do_package install/usr/bin/sudo supervisor mode disappeared in package.bbclass,i find bb.movefile function to complete the task,but bb.movefile moves a file from src to dest,preserving all permisions and attributes so is there a bug in package.bbclass -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 21 09:21:26 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 21 Sep 2007 02:21:26 -0700 (PDT) Subject: [oe-issues] [Bug 3048] New: at91sam9260ek/at91sam9261ek include nonexisting file, minor enhancements Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3048 Summary: at91sam9260ek/at91sam9261ek include nonexisting file, minor enhancements Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: roger at bufferoverflow.ch - at91sam9260ek and at91sam9261ek include the file tune-arm926ejs.conf instead of tune-arm926ejs.inc - KERNEL_IMAGETYPE is added on both configs - PREFERRED_PROVIDER_xserver removed on at91sam9260ek.conf (there is no lcd available!) # # old_revision [293b1adde298e0d5190e93d85c33b6ad4c0b8ecd] # # patch "conf/machine/at91sam9260ek.conf" # from [b2ddde0c3e0cef0cf1b8e532844b6ef3fe88dc8d] # to [41a17ddb044f4e6b347cef2abda464dae978035b] # # patch "conf/machine/at91sam9261ek.conf" # from [204547873976da00125a4cbc9c924be5401f0a02] # to [85d62e45537f51f0f3a1115ce8086ef951889adc] # ============================================================ --- conf/machine/at91sam9260ek.conf b2ddde0c3e0cef0cf1b8e532844b6ef3fe88dc8d +++ conf/machine/at91sam9260ek.conf 41a17ddb044f4e6b347cef2abda464dae978035b @@ -6,8 +6,8 @@ PREFERRED_PROVIDER_virtual/kernel = "lin PACKAGE_EXTRA_ARCHS = "armv4t armv5te" PREFERRED_PROVIDER_virtual/kernel = "linux" -PREFERRED_PROVIDER_xserver = "xserver-kdrive" + #don't try to access tty1 USE_VT = "0" @@ -15,6 +15,9 @@ SERIAL_CONSOLE = "115200 ttyS0" # used by sysvinit_2 SERIAL_CONSOLE = "115200 ttyS0" + EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" +require conf/machine/include/tune-arm926ejs.inc + +KERNEL_IMAGETYPE = "uImage" -require conf/machine/include/tune-arm926ejs.conf ============================================================ --- conf/machine/at91sam9261ek.conf 204547873976da00125a4cbc9c924be5401f0a02 +++ conf/machine/at91sam9261ek.conf 85d62e45537f51f0f3a1115ce8086ef951889adc @@ -17,4 +17,6 @@ EXTRA_IMAGECMD_jffs2 = "--pad --little-e SERIAL_CONSOLE = "115200 ttyS0" EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" +require conf/machine/include/tune-arm926ejs.inc + +KERNEL_IMAGETYPE = "uImage" -require conf/machine/include/tune-arm926ejs.conf -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 21 09:29:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 21 Sep 2007 02:29:29 -0700 (PDT) Subject: [oe-issues] [Bug 3043] add supervisor mode In-Reply-To: Message-ID: <20070921092929.47F9742589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3043 --- Comment #2 from Koen Kooi 2007-09-21 02:29:29 --- fakeroot do_install_append() { chmod 4755 ${D}/usr/bin/sudo } -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 21 09:42:24 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 21 Sep 2007 02:42:24 -0700 (PDT) Subject: [oe-issues] [Bug 3049] New: bitbake-1.2.1.bb parallel make fails Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3049 Summary: bitbake-1.2.1.bb parallel make fails Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: oe at iss.tu-darmstadt.de if i am building bitbake with the following options in local.conf: PARALLEL_MAKE="-j4" BB_NUMBER_THREADS = "2" The packages fails with the error message: Packaged contents of busybox-udhcpd into /oe/slug/build/angstrom/deploy/glibc/ipk/armv5teb/busybox-udhcpd_1.2.1-r13_armv5teb.ipk Packaged contents of busybox-dbg into /oe/slug/build/angstrom/deploy/glibc/ipk/armv5teb/busybox-dbg_1.2.1-r13_armv5teb.ipk *** Error: CONTROL/conffiles mentions conffile /etc/syslog.conf which does not exist ipkg-build: Please fix the above errors and try again. NOTE: Task failed: ipkg-build execution failed NOTE: package busybox-1.2.1-r13: task do_package_write_ipk: failed ERROR: TaskFailed event exception, aborting NOTE: package busybox-1.2.1: failed ERROR: Build of /oe/org.openembedded.dev/packages/busybox/busybox_1.2.1.bb do_package_write_ipk failed ERROR: Task 9 (/oe/org.openembedded.dev/packages/busybox/busybox_1.2.1.bb, do_package_write_ipk) failed NOTE: Tasks Summary: Attempted 233 tasks of which 233 didn't need to be rerun and 1 failed. ERROR: '/oe/org.openembedded.dev/packages/busybox/busybox_1.2.1.bb' failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 21 19:53:01 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 21 Sep 2007 12:53:01 -0700 (PDT) Subject: [oe-issues] [Bug 2617] spitz/akita sound mixer misconfiguration In-Reply-To: Message-ID: <20070921195301.400A242589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2617 Stanislav Brabec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #18 from Stanislav Brabec 2007-09-21 12:53:00 --- Reopening. I still don't see any fix in the OE mtn nor zaurusd SVN repository. And more, I still see mistakes in the configuration: Mistakes introduced in org.openembedded.dev/packages/zaurusd/files/alsa-cxx00-default.state.patch: ALC Capture Function: It is not wise to turn ALC off by default. Right Speaker Playback Invert Switch: Should be On, speaker is wired between LOUTPUT2 and LOUTPUT2. Mic Boost: Original value is better for cheap electret microphones, which will be used by most people. Right ADC Mux, Left ADC Mux: Original value Mono (Left) is correct. Zaurus has only a mono input. Left Line Mux, Left PGA Mux, Right PGA Mux: Zaurus mono input IS differential. Needs some experiments, which configuration provides best attentuation of loop in headset mode and correct signal phase. Right Mixer Left Playback Switch: Correct is false. Value true sends mono signal to right speaker. Summary: Original SVN configuration uses old ALSA names, but correct values. New configuration uses new ALSA names, but introduces misconfiguration. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 21 19:56:02 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 21 Sep 2007 12:56:02 -0700 (PDT) Subject: [oe-issues] [Bug 2618] Clean spitz.c ALSA driver In-Reply-To: Message-ID: <20070921195602.8306E42589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2618 --- Comment #5 from Stanislav Brabec 2007-09-21 12:56:02 --- FYI. RINPUT1 is wired to ground very near to the connector. So the default could be really considered as a differential L-R. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 03:01:28 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 21 Sep 2007 20:01:28 -0700 (PDT) Subject: [oe-issues] [Bug 2992] efl1/emotion fails to build because of edje_cc-native segfault In-Reply-To: Message-ID: <20070922030128.3FF7242589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2992 --- Comment #6 from Cesar Eduardo Barros 2007-09-21 20:01:27 --- The crash seems to be within libpng-native_1.2.19, in png_read_filter_row_mmx_sub, case 4, in the "movq -8(%1," PDX ",), %%mm1" line. The registers at that point show a suspicious value for %rdi (a very small integer value, instead of the expected pointer value). The value for %rdi comes from %rbp, which is clobbered in the asm block at the top of the function. Apparently, gcc is ignoring the clobber of %ebp. The simplest fix is to upgrade to libpng 1.2.20 (no changes needed to both recipes, only renaming them to change ${PV}), in which upstream completely removed the offending assembly code. This is enough to make emotion compile without any errors. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 04:55:10 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 21 Sep 2007 21:55:10 -0700 (PDT) Subject: [oe-issues] [Bug 3050] New: Error building mtpaint with dash as /bin/sh Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3050 Summary: Error building mtpaint with dash as /bin/sh Product: Openembedded Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: cesarb at cesarb.net Created an attachment (id=3046) --> (http://bugs.openembedded.org/attachment.cgi?id=3046) >From old revision of http://svn.nslu2-linux.org/svnroot/mokomakefile/trunk/patches/openembedded-e2dbb52fe39df7ef786b6068f6178f29508dfded/dash-support-for-building-mtpaint.patch NOTE: package mtpaint-3.02-r0: task do_configure: started ERROR: function do_configure failed ERROR: log data follows (/scratch/build/cesarb/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/mtpaint-3.02-r0/temp/log.do_configure.20379) | | [: 49: ==: unexpected operator | ./configure: 49: function: not found | ./configure: 49: Syntax error: Bad fd number NOTE: Task failed: /scratch/build/cesarb/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/mtpaint-3.02-r0/temp/log.do_configure.20379 NOTE: package mtpaint-3.02-r0: task do_configure: failed ERROR: TaskFailed event exception, aborting NOTE: package mtpaint-3.02: failed The attached patch fixes the issue by forcing configure to use bash instead of dash. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 07:31:40 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 00:31:40 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross 2.18 fails to build on x86_64 In-Reply-To: Message-ID: <20070922073140.21A1E4258A1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #14 from Koen Kooi 2007-09-22 00:31:39 --- Thanks for the patch, but please use 'mtn diff' in the future -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 08:37:57 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 01:37:57 -0700 (PDT) Subject: [oe-issues] [Bug 2813] libsdl-net fails sanity checks in configure In-Reply-To: Message-ID: <20070922083757.C0ED042589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2813 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Koen Kooi 2007-09-22 01:37:57 --- I applied http://www.ploetzli.ch/forumtst/fix-libsdl-net.patch -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 08:43:28 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 01:43:28 -0700 (PDT) Subject: [oe-issues] [Bug 2923] libsdl_net doesnt compile - looking for host includes In-Reply-To: Message-ID: <20070922084328.E808842589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2923 Rod Whitby changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #1 from Rod Whitby 2007-09-22 01:43:28 --- *** This bug has been marked as a duplicate of bug 2813 *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 08:43:29 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 01:43:29 -0700 (PDT) Subject: [oe-issues] [Bug 2813] libsdl-net fails sanity checks in configure In-Reply-To: Message-ID: <20070922084329.1AB9D4258A1@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2813 Rod Whitby changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marek.vasut at gmail.com --- Comment #2 from Rod Whitby 2007-09-22 01:43:28 --- *** Bug 2923 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 09:32:24 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 02:32:24 -0700 (PDT) Subject: [oe-issues] [Bug 3051] New: glibc-intermediate-2.5-r7-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3051 Summary: glibc-intermediate-2.5-r7-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070922090055 for machine dht-walnut -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 13:33:59 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 06:33:59 -0700 (PDT) Subject: [oe-issues] [Bug 3052] New: glibc-intermediate-2.6.1-r1-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3052 Summary: glibc-intermediate-2.6.1-r1-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070922133250 for machine dht-walnut -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 13:52:15 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 06:52:15 -0700 (PDT) Subject: [oe-issues] [Bug 2992] efl1/emotion fails to build because of edje_cc-native segfault In-Reply-To: Message-ID: <20070922135215.704FC42589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2992 Michael 'Mickey' Lauer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #7 from Michael 'Mickey' Lauer 2007-09-22 06:52:15 --- Awesome. Thanks for this analysis, Cesar! -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 16:01:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 09:01:27 -0700 (PDT) Subject: [oe-issues] [Bug 2928] binutils-cross 2.18 fails to build on x86_64 In-Reply-To: Message-ID: <20070922160127.B051B42589F@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2928 --- Comment #15 from Philip 2007-09-22 09:01:27 --- It looks like koen has commited the fix and I have reverted a hack and updated. I just ran a succesful build. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 16:03:14 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 09:03:14 -0700 (PDT) Subject: [oe-issues] [Bug 2842] Linux 2.6.21 support for gumstix boards In-Reply-To: Message-ID: <20070922160314.D2D6E42589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2842 Philip changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Philip 2007-09-22 09:03:14 --- We have added gumstix support via the linux.inc file. If there are missing patches, please file another bug report. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 16:04:28 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 09:04:28 -0700 (PDT) Subject: [oe-issues] [Bug 2926] Clean build of Angstrom for Gumstix-Verdex Fails In-Reply-To: Message-ID: <20070922160428.0B71442589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2926 Philip changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from Philip 2007-09-22 09:04:27 --- Builds are succeeding again. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 16:15:14 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 09:15:14 -0700 (PDT) Subject: [oe-issues] [Bug 2889] Remove kernel image from rootfs for gumstix In-Reply-To: Message-ID: <20070922161514.9931542589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2889 --- Comment #2 from Philip 2007-09-22 09:15:14 --- My understanding is that the proper fix is this line in the machine.conf file: RDEPENDS_kernel-base = "" But I still have the kernel file in /boot, so I am leaving the bug open until I really fix the problem. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 16:21:26 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 09:21:26 -0700 (PDT) Subject: [oe-issues] [Bug 2525] Magick-config --prefix incorrect In-Reply-To: Message-ID: <20070922162126.9EAFA42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2525 Graeme Gregory changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #1 from Graeme Gregory 2007-09-22 09:21:26 --- fixed in rev 870a9f1c1fbda1d915e29fae9c1613f0ad5ce908 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 16:22:32 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 09:22:32 -0700 (PDT) Subject: [oe-issues] [Bug 1379] imagemagick tries to link with libraries from host /usr In-Reply-To: Message-ID: <20070922162232.D278842589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=1379 Graeme Gregory changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Graeme Gregory 2007-09-22 09:22:32 --- fixed in rev 870a9f1c1fbda1d915e29fae9c1613f0ad5ce908 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 16:39:39 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 09:39:39 -0700 (PDT) Subject: [oe-issues] [Bug 2992] efl1/emotion fails to build because of edje_cc-native segfault In-Reply-To: Message-ID: <20070922163939.7F69F42589F@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2992 --- Comment #8 from Graeme Gregory 2007-09-22 09:39:39 --- This fixes it for me. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 22 18:03:18 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 22 Sep 2007 11:03:18 -0700 (PDT) Subject: [oe-issues] [Bug 3053] New: ruby-1.8.5 fails to build with dash as /bin/sh Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3053 Summary: ruby-1.8.5 fails to build with dash as /bin/sh Product: Openembedded Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: cesarb at cesarb.net Created an attachment (id=3051) --> (http://bugs.openembedded.org/attachment.cgi?id=3051) Avoids a dash issue by using /bin/echo instead of the echo builtin in the creation of fake.rb in Makefile.in NOTE: package ruby-1.8.5-r1: task do_compile: started ERROR: function do_compile failed ERROR: log data follows (/scratch/build/cesarb/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/ruby-1.8.5-r1/temp/log.do_compile.7993) | NOTE: make | make[1]: Entering directory `/scratch/build/cesarb/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/ruby-1.8.5-r1/ruby-1.8.5' | ruby: /scratch/build/cesarb/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/ruby-1.8.5-r1/ruby-1.8.5/fake.rb:12: unterminated string meets end of file (SyntaxError) | /scratch/build/cesarb/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/ruby-1.8.5-r1/ruby-1.8.5/fake.rb:12: parse error, unexpected $, expecting kENDmake[1]: *** [.rbconfig.time] Error 1 | make[1]: Leaving directory `/scratch/build/cesarb/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/ruby-1.8.5-r1/ruby-1.8.5' | FATAL: oe_runmake failed NOTE: Task failed: /scratch/build/cesarb/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/ruby-1.8.5-r1/temp/log.do_compile.7993 NOTE: package ruby-1.8.5-r1: task do_compile: failed The error seems to be caused by a difference between bash's echo builtin and dash's echo builtin (dash's interprets the \\, resulting in a single \ in the output). A fix is to use /bin/echo instead of the builtin echo. The attached patch is enough to fix the issue. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 08:05:23 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 01:05:23 -0700 (PDT) Subject: [oe-issues] [Bug 3054] New: hal-info-20070923+git-r1-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3054 Summary: hal-info-20070923+git-r1-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070923071830 for machine h2200 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 08:51:06 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 01:51:06 -0700 (PDT) Subject: [oe-issues] [Bug 3055] New: hal-0.5.10-r0-do_fetch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3055 Summary: hal-0.5.10-r0-do_fetch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070923085321 for machine h2200 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 08:55:16 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 01:55:16 -0700 (PDT) Subject: [oe-issues] [Bug 3056] New: hal-info-20070618-r0-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3056 Summary: hal-info-20070618-r0-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070923085728 for machine h2200 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 08:58:11 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 01:58:11 -0700 (PDT) Subject: [oe-issues] [Bug 3054] hal-info-20070923+git-r1-do_configure In-Reply-To: Message-ID: <20070923085811.D58A042589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3054 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Koen Kooi 2007-09-23 01:58:11 --- fixed by adding a snapshot that doesn't require an unreleased hal -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 08:58:42 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 01:58:42 -0700 (PDT) Subject: [oe-issues] [Bug 3055] hal-0.5.10-r0-do_fetch In-Reply-To: Message-ID: <20070923085842.E666B42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3055 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Koen Kooi 2007-09-23 01:58:42 --- 0.5.10 isn't released yet -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 08:58:57 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 01:58:57 -0700 (PDT) Subject: [oe-issues] [Bug 3056] hal-info-20070618-r0-do_configure In-Reply-To: Message-ID: <20070923085857.706D142589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3056 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Koen Kooi 2007-09-23 01:58:57 --- fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 09:04:38 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 02:04:38 -0700 (PDT) Subject: [oe-issues] [Bug 3057] New: claws-plugin-maildir-0.24.4-r0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3057 Summary: claws-plugin-maildir-0.24.4-r0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070923090003 for machine h2200 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 11:38:21 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 04:38:21 -0700 (PDT) Subject: [oe-issues] [Bug 3058] New: claws-plugin-mailmbox-1.13-r1-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3058 Summary: claws-plugin-mailmbox-1.13-r1-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070923113831 for machine h2200 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 18:19:52 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 11:19:52 -0700 (PDT) Subject: [oe-issues] [Bug 3059] New: ezx-boot-usb-native-0.1.0+r2060-r1-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3059 Summary: ezx-boot-usb-native-0.1.0+r2060-r1-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070923182208 for machine rokre6 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 18:52:25 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 11:52:25 -0700 (PDT) Subject: [oe-issues] [Bug 3059] ezx-boot-usb-native-0.1.0+r2060-r1-do_compile In-Reply-To: Message-ID: <20070923185225.11F7842589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3059 --- Comment #6 from Koen Kooi 2007-09-23 11:52:24 --- fixed in rdafc45b783c7c1867efc20a0f0f316abc5553d5a -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 20:01:19 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 13:01:19 -0700 (PDT) Subject: [oe-issues] [Bug 3060] New: starling 0.2-r0 segfaults (gstreamer-critical errors) Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3060 Summary: starling 0.2-r0 segfaults (gstreamer-critical errors) Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: clement.hermann at free.fr Hi, starling 0.2-r0 (builded from openembedded) segfaults on my spitz : (starling:5047): GStreamer-CRITICAL **: gst_element_get_bus: assertion `GST_IS_ELEMENT (element)' failed (starling:5047): GStreamer-CRITICAL **: gst_bus_add_watch_full: assertion `GST_IS_BUS (bus)' failed (starling:5047): GStreamer-CRITICAL **: gst_object_unref: assertion `object != NULL' failed segmentation fault maybe it needs a more recent gstreamer ? Cheers, -- Cl?ment Hermann (nodens) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 23 21:08:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 14:08:20 -0700 (PDT) Subject: [oe-issues] [Bug 3061] New: usb-gadget is broken ( at least in card reader and file-backed mode) Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3061 Summary: usb-gadget is broken (at least in card reader and file- backed mode) Product: Zaurus Kernel Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: C3xxx AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: clement.hermann at free.fr Blocks: 2156 Hi, USB gadget mode does not seems to work on spitz (2.6.22-rp kernel). Here is the kernel log when g_file_storage is loaded and a usb cable connected to a host : Sep 23 22:54:56 asphaloth user.info kernel: g_file_storage gadget: full speed config #1 Sep 23 22:54:56 asphaloth user.err kernel: pxa2xx-udc pxa2xx-udc: DMA Bus Error Sep 23 22:54:56 asphaloth user.err kernel: pxa2xx-udc pxa2xx-udc: DMA Bus Error Sep 23 22:54:56 asphaloth user.info kernel: udc: USB reset Sep 23 22:54:56 asphaloth user.info kernel: udc: USB reset Sep 23 22:54:56 asphaloth user.info kernel: pxa2xx-udc pxa2xx-udc: handle_ep0: Busy Sep 23 22:54:56 asphaloth user.info kernel: g_file_storage gadget: full speed config #1 Sep 23 22:54:56 asphaloth user.err kernel: pxa2xx-udc pxa2xx-udc: DMA Bus Error Sep 23 22:54:56 asphaloth user.err kernel: pxa2xx-udc pxa2xx-udc: DMA Bus Error ... and so on. Cheers, -- Cl?ment Hermann (nodens) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 02:02:50 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 19:02:50 -0700 (PDT) Subject: [oe-issues] [Bug 1156] ScummVM does not show menu when menu key is pressed In-Reply-To: Message-ID: <20070924020250.1630F42589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=1156 Cl?ment Hermann changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |clement.hermann at free.fr Version|OpenZaurus 3.5.4.x |Angstrom --- Comment #2 from Cl?ment Hermann 2007-09-23 19:02:49 --- Not fixed in angstrom. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 02:40:54 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 19:40:54 -0700 (PDT) Subject: [oe-issues] [Bug 3062] New: Abiword 2.5.x: Dialogs don't work - with patch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3062 Summary: Abiword 2.5.x: Dialogs don't work - with patch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: cwixon at usa.net Created an attachment (id=3063) --> (http://bugs.openembedded.org/attachment.cgi?id=3063) patch for abiword-2.5.inc The recipe for Abiword 2.5.x tries to pull .glade files (and a few other things) from an incorrect directory name, so when run, dialog boxes cause an error. Easy fix, fortunately. Patchfile for abiword-2.5.inc is attached, as is an updated (patched) version of that file in its entirety. (Fix confirmed on Abiword 2.5.2, built for openmoko) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 05:59:15 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 22:59:15 -0700 (PDT) Subject: [oe-issues] [Bug 3062] Abiword 2.5.x: Dialogs don't work - with patch In-Reply-To: Message-ID: <20070924055915.35DAA42589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3062 --- Comment #2 from Koen Kooi 2007-09-23 22:59:14 --- applied, thanks -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 05:59:26 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 23 Sep 2007 22:59:26 -0700 (PDT) Subject: [oe-issues] [Bug 3062] Abiword 2.5.x: Dialogs don't work - with patch In-Reply-To: Message-ID: <20070924055926.E4ECF42589C@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3062 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Koen Kooi 2007-09-23 22:59:26 --- and fixed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 07:08:25 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 24 Sep 2007 00:08:25 -0700 (PDT) Subject: [oe-issues] [Bug 3063] New: cups-1.2.12-r0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3063 Summary: cups-1.2.12-r0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070924065919 for machine ep93xx -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 07:10:00 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 24 Sep 2007 00:10:00 -0700 (PDT) Subject: [oe-issues] [Bug 3046] nokia800/pointercal isn't calibrated In-Reply-To: Message-ID: <20070924071000.E43FE42589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3046 --- Comment #2 from Koen Kooi 2007-09-24 00:10:00 --- I removed the pointercal in OE so users have to perform calibration on first boot. After we verify that one pointercal works for more than one device we can add it back. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 08:19:17 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 24 Sep 2007 01:19:17 -0700 (PDT) Subject: [oe-issues] [Bug 3064] New: pango-1.16.4-r0-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3064 Summary: pango-1.16.4-r0-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070924082001 for machine h6300 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 08:43:55 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 24 Sep 2007 01:43:55 -0700 (PDT) Subject: [oe-issues] [Bug 3064] pango-1.16.4-r0-do_compile In-Reply-To: Message-ID: <20070924084355.C2A3F42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3064 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Koen Kooi 2007-09-24 01:43:55 --- *** This bug has been marked as a duplicate of bug 3063 *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 08:43:55 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 24 Sep 2007 01:43:55 -0700 (PDT) Subject: [oe-issues] [Bug 3063] cups-1.2.12-r0-do_compile In-Reply-To: Message-ID: <20070924084355.E1DC542589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3063 --- Comment #7 from Koen Kooi 2007-09-24 01:43:55 --- *** Bug 3064 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 09:58:21 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 24 Sep 2007 02:58:21 -0700 (PDT) Subject: [oe-issues] [Bug 1156] ScummVM does not show menu when menu key is pressed In-Reply-To: Message-ID: <20070924095821.D5D9442589E@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=1156 --- Comment #3 from yotamgil at gmail.com 2007-09-24 02:58:21 --- I found a way to bypass the menu problem in some versions of ScummVM: The menu is originally bind to the F5 key - which does not exists on the zaurus. But 5 can be mapped to simulate F5. Edit /etc/keymap-2.6.map, and add under, keycode 6 = five The following line, altgr keycode 6 = F5 I found this to work in some versions of ScummVM under OpenZaurus 3.5.4.1 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 13:19:58 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 24 Sep 2007 06:19:58 -0700 (PDT) Subject: [oe-issues] [Bug 2993] eglibc: export-fcntl2.patch no longer needed since svn rev 3468 In-Reply-To: Message-ID: <20070924131958.49E8B42589D@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2993 --- Comment #2 from Leon Woestenberg 2007-09-24 06:19:57 --- Although we could try to use the "maxrev=" approach for this patch, I do not expect people to build pre-3468 revisions. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Mon Sep 24 23:14:12 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Mon, 24 Sep 2007 16:14:12 -0700 (PDT) Subject: [oe-issues] [Bug 3065] New: busybox 1.2.1's e2fsck cannot check ro-mounted fs Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3065 Summary: busybox 1.2.1's e2fsck cannot check ro-mounted fs Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P1 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: pmiscml at gmail.com Regardless a filesystem being mounted rw or ro, e2fsck outputs: root at hx4700:~$ fsck.ext2 -a /dev/mmcblk0p1 /dev/mmcblk0p1 is mounted. WARNING!!! Running e2fsck on a mounted filesystem may cause SEVERE filesystem damage. Do you really want to continue (y/n)? And waits interactive input from user. This prompt cannot be overriden. The only way to do something about it is to redirect stdin from /dev/null, in which case it will just abort: root at hx4700:~$ fsck.ext2 -a /dev/mmcblk0p1 Message-ID: <20070925003854.F3339401C89@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3046 --- Comment #3 from Rodrigo Vivi - vivijim 2007-09-24 17:38:54 --- I promisse you that I will test in a lot of n800, but at least for 3 devices this pointercal file that I submit has been worked. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Tue Sep 25 14:29:28 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 25 Sep 2007 07:29:28 -0700 (PDT) Subject: [oe-issues] [Bug 3067] New: dcopidl2cpp and dcopidl have wrong SRC_URI Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3067 Summary: dcopidl2cpp and dcopidl have wrong SRC_URI Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: jbs at bandos.homelinux.com dcopidl2cpp and dcopidl won't fetch: NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance. NOTE: Handling BitBake files: - (4717/4717) [100 %] NOTE: Parsing finished. 4498 cached, 0 parsed, 219 skipped, 0 masked. NOTE: build 200709251521: started OE Build Configuration: BB_VERSION = "1.8.9" OE_REVISION = "fb65084e7b2133f759923afd2fa407818c5a32d5" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "akita" DISTRO = "angstrom" DISTRO_VERSION = "2007.9-test-20070925" TARGET_FPU = "soft" NOTE: Resolving missing task queue dependencies NOTE: preferred version 2.5 of glibc not available (for item virtual/arm-angstrom-linux-gnueabi-libc-for-gcc) NOTE: Preparing runqueue ERROR: Multiple files due to be built which all provide virtual/libsdl (/home/jbs/oe/org.openembedded.dev/packages/libsdl/libsdl-x11_1.2.9.bb /home/jbs/oe/org.openembedded.dev/packages/libsdl/libsdl-qpe_1.2.9.bb) NOTE: Executing runqueue NOTE: Running task 1175 of 1668 (ID: 850, /home/jbs/oe/org.openembedded.dev/packages/dcop/dcopidl-native_3.5.4.bb, do_fetch) NOTE: Running task 1176 of 1668 (ID: 822, /home/jbs/oe/org.openembedded.dev/packages/dcop/dcopidl2cpp-native_3.5.4.bb, do_fetch) NOTE: package dcopidl-native-3.5.4: started NOTE: package dcopidl-native-3.5.4-r0: task do_fetch: started NOTE: package dcopidl2cpp-native-3.5.4: started NOTE: package dcopidl2cpp-native-3.5.4-r0: task do_fetch: started NOTE: fetch http://www.angstrom-distribution.org/unstable/sources/dcopidl2cpp_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz NOTE: fetch http://www.angstrom-distribution.org/unstable/sources/dcopidl_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz --15:22:20-- http://www.angstrom-distribution.org/unstable/sources/dcopidl2cpp_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz => `/home/jbs/oe/downloads/dcopidl2cpp_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz' --15:22:20-- http://www.angstrom-distribution.org/unstable/sources/dcopidl_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz => `/home/jbs/oe/downloads/dcopidl_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz' A resolver www.angstrom-distribution.org... A resolver www.angstrom-distribution.org... 85.214.40.226 A conectar www.angstrom-distribution.org|85.214.40.226|:80... 85.214.40.226 A conectar www.angstrom-distribution.org|85.214.40.226|:80... conectado. Pedido HTTP enviado, a aguardar resposta... conectado. Pedido HTTP enviado, a aguardar resposta... 404 Not Found 404 Not Found 15:22:23 ERRO 404: Not Found. NOTE: fetch http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org/official/unstable/3.5.4/sources/dcopidl_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz --15:22:23-- http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org/official/unstable/3.5.4/sources/dcopidl_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz => `/home/jbs/oe/downloads/dcopidl_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz' A resolver ewi546.ewi.utwente.nl... 15:22:23 ERRO 404: Not Found. NOTE: fetch http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org/official/unstable/3.5.4/sources/dcopidl2cpp_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz --15:22:23-- http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org/official/unstable/3.5.4/sources/dcopidl2cpp_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz => `/home/jbs/oe/downloads/dcopidl2cpp_anonsvn.kde.org_.home.kde.branches.KDE.3.5.kdelibs.dcop._1_.tar.gz' A resolver ewi546.ewi.utwente.nl... 130.89.145.130 A conectar ewi546.ewi.utwente.nl|130.89.145.130|:80... conectado. 130.89.145.130 A conectar ewi546.ewi.utwente.nl|130.89.145.130|:80... Pedido HTTP enviado, a aguardar resposta... conectado. Pedido HTTP enviado, a aguardar resposta... 404 Not Found 15:22:25 ERRO 404: Not Found. NOTE: Update svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kdelibs/dcop/;module=dcopidl 404 Not Found 15:22:25 ERRO 404: Not Found. NOTE: Update svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kdelibs/dcop/;module=dcopidl2cpp svn: Target path does not exist svn: Target path does not exist NOTE: Task failed: Fetch failed: Fetch command export PATH=/home/jbs/oe/akita/tmp/staging/i686-linux/bin:/home/jbs/oe/akita/tmp/staging/i686-linux/bin:/home/jbs/oe/akita/tmp/cross/bin:/home/jbs/oe/bitbake/bin:/home/jbs/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games; /usr/bin/env svn update -r 1 failed with signal 1, output: NOTE: package dcopidl-native-3.5.4-r0: task do_fetch: failed ERROR: TaskFailed event exception, aborting NOTE: package dcopidl-native-3.5.4: failed ERROR: Build of /home/jbs/oe/org.openembedded.dev/packages/dcop/dcopidl-native_3.5.4.bb do_fetch failed NOTE: Task failed: Fetch failed: Fetch command export PATH=/home/jbs/oe/akita/tmp/staging/i686-linux/bin:/home/jbs/oe/akita/tmp/staging/i686-linux/bin:/home/jbs/oe/akita/tmp/cross/bin:/home/jbs/oe/bitbake/bin:/home/jbs/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games; /usr/bin/env svn update -r 1 failed with signal 1, output: NOTE: package dcopidl2cpp-native-3.5.4-r0: task do_fetch: failed ERROR: TaskFailed event exception, aborting NOTE: package dcopidl2cpp-native-3.5.4: failed ERROR: Build of /home/jbs/oe/org.openembedded.dev/packages/dcop/dcopidl2cpp-native_3.5.4.bb do_fetch failed ERROR: Task 850 (/home/jbs/oe/org.openembedded.dev/packages/dcop/dcopidl-native_3.5.4.bb, do_fetch) failed NOTE: Waiting for 1 active tasks to finish NOTE: 1: /home/jbs/oe/org.openembedded.dev/packages/dcop/dcopidl2cpp-native_3.5.4.bb, do_fetch (14376) ERROR: Task 822 (/home/jbs/oe/org.openembedded.dev/packages/dcop/dcopidl2cpp-native_3.5.4.bb, do_fetch) failed NOTE: Tasks Summary: Attempted 1174 tasks of which 1174 didn't need to be rerun and 2 failed. ERROR: '/home/jbs/oe/org.openembedded.dev/packages/dcop/dcopidl-native_3.5.4.bb' failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 26 02:28:05 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Tue, 25 Sep 2007 19:28:05 -0700 (PDT) Subject: [oe-issues] [Bug 3033] gutenprint doesn't build In-Reply-To: Message-ID: <20070926022805.6BEBA401C89@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3033 Dave Purdy changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|PowerPC |All --- Comment #1 from Dave Purdy 2007-09-25 19:28:04 --- OK, I have made some alterations to the gutenprint_5.0.0.bb file. I now have gutenprint.inc, gutenprint-native_5.1.3.bb and gutenprint_5.1.3.bb. The native package builds and creates the ppd files w/ genppd, and I have these sent to the staging dir so they can later be copied into the install dir just prior to packaging the gutenprint ipkg. The compile for gutenprint_5.1.3.bb still doesn't complete, since it still hangs once the compiler moves to the ghost dir to create all the ijsgutenprint stuff... it still dies as it complains of CROSS COMPILER Badness... any help would be appreciated, as I have taken it as far as I can... Where would one upload the metafiles for this so they can be accessible to others to try/fix/debug? -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 26 12:57:28 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 26 Sep 2007 05:57:28 -0700 (PDT) Subject: [oe-issues] [Bug 3068] New: do_unpack fails the second time when source is a zip files Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3068 Summary: do_unpack fails the second time when source is a zip files Product: Openembedded Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: marc.pignat at hevs.ch When re-doing a do_unpack from a source .zip file, it fails because it doesn't overwirte. Others sources (tar.gz or tar.bz2) do not have the same problem, so I propose changing the unzip parameter from "-q" to -"qo", to allow overwriting of existing files patch included -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 26 13:15:34 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 26 Sep 2007 06:15:34 -0700 (PDT) Subject: [oe-issues] [Bug 3069] New: kdrive with support for screens of 800x480 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3069 Summary: kdrive with support for screens of 800x480 Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: joaquinduran at adtelecom.es Created an attachment (id=3088) --> (http://bugs.openembedded.org/attachment.cgi?id=3088) kdrive 1.2.0 patch I provide patches for kdrive 1.2 and kdrive 1.3.0.0 to support screens of size 800 x 480 (wvga). Joaquim Duran -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 26 21:18:38 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 26 Sep 2007 14:18:38 -0700 (PDT) Subject: [oe-issues] [Bug 3070] New: udev: sync mount option causes extreme slow flash memory writes Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3070 Summary: udev: sync mount option causes extreme slow flash memory writes Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Keywords: ARC Severity: major Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: utx at penguin.cz /etc/udev/scripts/mount.sh contains "sync" option to mount. Also default /etc/fstab seems to contain "sync" option. It causes extreme bad performance and raising R/W cycles for flash technology devices (CF, SD, MTD). Please don't use it. Technical description: sync write sends data to the medium as soon as possible. Writing one sector to a typical flash memory requires erasing and reflashing of 64kiB region. Sync writing of 64kiB with 512B sectors could requires 128 reflashings (depends on flash firmware). Example: Zaurus SL-C3200 is capable to transfer 2.2MB/s, card is capable to transfer even more. Actual write speed is 50kB/s. Proposed fix: Use "flush" (sync-on-close) instead of "sync" (always sync). Also using of "noatime" and "nodiratime" could increase performance. Related but about the same problem in SuSE Linux 10.0: https://bugzilla.novell.com/show_bug.cgi?id=105871 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 26 22:05:12 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 26 Sep 2007 15:05:12 -0700 (PDT) Subject: [oe-issues] [Bug 3070] udev: sync mount option causes extreme slow flash memory writes In-Reply-To: Message-ID: <20070926220512.C01EF401C83@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3070 --- Comment #1 from Graeme Gregory 2007-09-26 15:05:12 --- > Technical description: sync write sends data to the medium as soon as possible. > Writing one sector to a typical flash memory requires erasing and reflashing of > 64kiB region. Sync writing of 64kiB with 512B sectors could requires 128 > reflashings (depends on flash firmware). I truly hope this statement is not based on fact, because if it is then flash memory has gone backwards an enormous amount since I used to write flash filesystems back in 1997. Once a block is erased in flash it can be programmed in chunks without a further erase. Serial access to flash is in fact the most efficient method of doing things. Basically you just write stuff you dont want to effect with either the same data or all 1111/0000 depending on the flash technology and there is no effect in programming. If either linux flash drivers of device firmware doesn't do this then it is plain broken. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 26 22:20:25 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 26 Sep 2007 15:20:25 -0700 (PDT) Subject: [oe-issues] [Bug 3032] espgs doesn't build w/ ijs, cups & gimpprint/gutenberg enabled In-Reply-To: Message-ID: <20070926222025.D41EC401C89@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3032 --- Comment #2 from Dave Purdy 2007-09-26 15:20:25 --- Here is my fix for getting cups, gimpprint/gutenprint and ijs enabled. Please, test and post back as to whether or not this works on your machine - it builds OK for me. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Wed Sep 26 23:15:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Wed, 26 Sep 2007 16:15:53 -0700 (PDT) Subject: [oe-issues] [Bug 3070] udev: sync mount option causes extreme slow flash memory writes In-Reply-To: Message-ID: <20070926231554.08AFC401C83@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3070 Stanislav Brabec changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |utx at penguin.cz --- Comment #2 from Stanislav Brabec 2007-09-26 16:15:53 --- I did not verified this technical background, but guessing from number of reports for SuSE Linux 10.0, it is still an issue for many cards. I can confirm this for all my cards (both CF, SD). For example upper mentioned 50kB/s are reached with 4GB Pretec SD on Zaurus SL-C3200. It seems that flash drivers are forced to do strange things by "sync" keyword used for mount command. By removing "sync", write speed increases dramatically. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 27 09:35:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 02:35:27 -0700 (PDT) Subject: [oe-issues] [Bug 3071] New: Adding Opie Camera2 to OE Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3071 Summary: Adding Opie Camera2 to OE Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: enhancement Priority: P5 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: hp2 at volny.cz Please, add opie camera 2 to OE packages. The app was built without problems and works on my device. In attachment are all *.bb and inc files. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 27 09:50:08 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 02:50:08 -0700 (PDT) Subject: [oe-issues] [Bug 3070] udev: sync mount option causes extreme slow flash memory writes In-Reply-To: Message-ID: <20070927095008.5C1CC401C83@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3070 Stanislav Brabec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #3 from Stanislav Brabec 2007-09-27 02:50:08 --- Sorry. I was too fast in my assumptions, that "-o sync" is the source of the problem. It seems, that this problem was already addressed in kernel and it is not a problem any more. The real problem is slow writing on SD slot of Zaurus in general at about 300kB/sec and in particular write speed for Pretec SD 4GB HighSpeed 60x at about 50kB/sec, not depending on sync/async option. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 27 10:58:07 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 03:58:07 -0700 (PDT) Subject: [oe-issues] [Bug 3067] dcopidl2cpp and dcopidl have wrong SRC_URI In-Reply-To: Message-ID: <20070927105807.AB8A9401C8A@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3067 --- Comment #1 from Jose Bernardo B R Silva 2007-09-27 03:58:07 --- Adding 'SRCREV="717682"' (the current revision right now) to the .bb file fixed it. Adding it to sane-srcrev won'd work, as the bb file has a rev number. dcopidl-native has exactly the same problem. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 27 11:26:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 04:26:20 -0700 (PDT) Subject: [oe-issues] [Bug 3072] New: A Mastermind-style game *.bb file Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3072 Summary: A Mastermind-style game *.bb file Product: Openembedded Version: unspecified Platform: All URL: http://freshmeat.net/projects/c-nc/ OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: scvalex at gmail.com Created an attachment (id=3092) --> (http://bugs.openembedded.org/attachment.cgi?id=3092) *.bb file C-NC is a Mastermind (Enigma, Guess, etc.) style game. It implements two modes of play: one in which the player guesses the computer's code and one in which the computer guesses the player's code. The two modes alternate between rounds. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 27 14:29:08 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 07:29:08 -0700 (PDT) Subject: [oe-issues] [Bug 3073] New: libetpan fails to link with gnutls Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3073 Summary: libetpan fails to link with gnutls Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: jbs at bandos.homelinux.com gnutls is already built, and the libs are under staging, but libetpan can't fin d them: $ bitbake libetpan NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance. NOTE: Handling BitBake files: / (4716/4716) [100 %] NOTE: Parsing finished. 4497 cached, 0 parsed, 219 skipped, 0 masked. NOTE: build 200709271519: started OE Build Configuration: BB_VERSION = "1.8.9" OE_REVISION = "d7d3b38b67a8d342bd29e546556fc4cc0b2476f8" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "akita" DISTRO = "angstrom" DISTRO_VERSION = "2007.9-test-20070927" TARGET_FPU = "soft" NOTE: Resolving missing task queue dependencies NOTE: preferred version 2.5 of glibc not available (for item virtual/arm-angstrom-linux-gnueabi-libc-for-gcc) NOTE: Preparing runqueue NOTE: Executing runqueue NOTE: Running task 421 of 435 (ID: 10, /home/jbs/oe/org.openembedded.dev/packages/libetpan/libetpan_0.52.bb, do_fetch) NOTE: package libetpan-0.52: started NOTE: package libetpan-0.52-r0: task do_fetch: started NOTE: libetpan-0.52: http://downloads.sourceforge.net/libetpan/libetpan-0.52.tar.gz has no entry in conf/checksums.ini, not checking URI NOTE: package libetpan-0.52-r0: task do_fetch: completed NOTE: package libetpan-0.52: completed [...] | /bin/sh ../arm-angstrom-linux-gnueabi-libtool --tag=CC --mode=link ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale -isystem/home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -W -Wall -pthread -o libetpan.la -rpath /usr/lib -version-info 11:0:0 data-types/libdata-types.la low-level/liblow-level.la driver/libdriver.la main/libmain.la engine/libengine.la -lgnutls | mkdir .libs | ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale -shared -Wl,--whole-archive data-types/.libs/libdata-types.a low-level/.libs/liblow-level.a driver/.libs/libdriver.a main/.libs/libmain.a engine/.libs/libengine.a -Wl,--no-whole-archive -pthread -lgnutls -march=armv5te -mtune=xscale -Wl,-soname -Wl,libetpan.so.11 -o .libs/libetpan.so.11.0.0 | /home/jbs/oe/akita/tmp/cross/lib/gcc/arm-angstrom-linux-gnueabi/4.1.2/../../../../arm-angstrom-linux-gnueabi/bin/ld: cannot find -lgnutls | collect2: ld returned 1 exit status | make[4]: *** [libetpan.la] Error 1 | make[4]: Leaving directory `/home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libetpan-0.52-r0/libetpan-0.52/src' | make[3]: *** [all-recursive] Error 1 | make[3]: Leaving directory `/home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libetpan-0.52-r0/libetpan-0.52/src' | make[2]: *** [all] Error 2 | make[2]: Leaving directory `/home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libetpan-0.52-r0/libetpan-0.52/src' | make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory `/home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libetpan-0.52-r0/libetpan-0.52' | make: *** [all] Error 2 | FATAL: oe_runmake failed NOTE: Task failed: /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libetpan-0.52-r0/temp/log.do_compile.20597 NOTE: package libetpan-0.52-r0: task do_compile: failed ERROR: TaskFailed event exception, aborting NOTE: package libetpan-0.52: failed ERROR: Build of /home/jbs/oe/org.openembedded.dev/packages/libetpan/libetpan_0.52.bb do_compile failed ERROR: Task 7 (/home/jbs/oe/org.openembedded.dev/packages/libetpan/libetpan_0.52.bb, do_compile) failed NOTE: Tasks Summary: Attempted 425 tasks of which 420 didn't need to be rerun and 1 failed. ERROR: '/home/jbs/oe/org.openembedded.dev/packages/libetpan/libetpan_0.52.bb' failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 27 14:55:12 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 07:55:12 -0700 (PDT) Subject: [oe-issues] [Bug 3073] libetpan fails to link with gnutls In-Reply-To: Message-ID: <20070927145512.8FCF3401C8A@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3073 --- Comment #1 from Jose Bernardo B R Silva 2007-09-27 07:55:12 --- Removing "--with-gnutls" from the EXTRA_OECONF enables it to build, but probably isn't the best solution. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 27 16:10:49 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 09:10:49 -0700 (PDT) Subject: [oe-issues] [Bug 3074] New: linxine-x11 fails with syntax error in configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3074 Summary: linxine-x11 fails with syntax error in configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: jbs at bandos.homelinux.com $ bitbake libxine-x11 NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance. NOTE: Handling BitBake files: / (4716/4716) [100 %] NOTE: Parsing finished. 4497 cached, 0 parsed, 219 skipped, 0 masked. NOTE: build 200709271641: started OE Build Configuration: BB_VERSION = "1.8.9" OE_REVISION = "d7d3b38b67a8d342bd29e546556fc4cc0b2476f8" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "akita" DISTRO = "angstrom" DISTRO_VERSION = "2007.9-test-20070927" TARGET_FPU = "soft" NOTE: Resolving missing task queue dependencies NOTE: preferred version 2.5 of glibc not available (for item virtual/arm-angstrom-linux-gnueabi-libc-for-gcc) NOTE: Preparing runqueue NOTE: Executing runqueue NOTE: Running task 1046 of 1065 (ID: 10, /home/jbs/oe/org.openembedded.dev/packages/libxine/libxine-x11_1.0.bb, do_fetch) NOTE: Running task 1047 of 1065 (ID: 151, /home/jbs/oe/org.openembedded.dev/packages/libmodplug/libmodplug_0.7.bb, do_package_write_ipk) NOTE: package libxine-x11-1.0: started NOTE: package libxine-x11-1.0-r0: task do_fetch: started NOTE: package libmodplug-0.7: started NOTE: package libmodplug-0.7-r0: task do_package_write_ipk: started NOTE: package libxine-x11-1.0-r0: task do_fetch: completed NOTE: package libxine-x11-1.0: completed NOTE: Running task 1048 of 1065 (ID: 9, /home/jbs/oe/org.openembedded.dev/packages/libxine/libxine-x11_1.0.bb, do_unpack) NOTE: package libxine-x11-1.0: started NOTE: package libxine-x11-1.0-r0: task do_unpack: started NOTE: Unpacking /home/jbs/oe/downloads/xine-lib-1.0.tar.gz to /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/ Packaged contents of libmodplug-dbg into /home/jbs/oe/akita/tmp/deploy/glibc/ipk/armv5te/libmodplug-dbg_0.7-r0_armv5te.ipk NOTE: package libxine-x11-1.0-r0: task do_unpack: completed NOTE: package libxine-x11-1.0: completed NOTE: Running task 1049 of 1065 (ID: 8, /home/jbs/oe/org.openembedded.dev/packages/libxine/libxine-x11_1.0.bb, do_patch) NOTE: package libxine-x11-1.0: started NOTE: package libxine-x11-1.0-r0: task do_patch: started NOTE: Applying patch 'cpu-1.0.patch' NOTE: Applying patch 'configure-1.0.patch' Packaged contents of libmodplug into /home/jbs/oe/akita/tmp/deploy/glibc/ipk/armv5te/libmodplug0_0.7-r0_armv5te.ipk NOTE: Not creating empty archive for libmodplug-doc-0.7-r0 NOTE: Applying patch 'libxine-tremor-autoconf.patch' NOTE: Applying patch 'libxine-libvorbis.patch' NOTE: Applying patch 'libxine-ffmpeg-enable-arm.patch' NOTE: Applying patch 'no-caca-no-aalib.patch' Packaged contents of libmodplug-dev into /home/jbs/oe/akita/tmp/deploy/glibc/ipk/armv5te/libmodplug-dev_0.7-r0_armv5te.ipk NOTE: Not creating empty archive for libmodplug-locale-0.7-r0 NOTE: package libmodplug-0.7-r0: task do_package_write_ipk: completed NOTE: package libmodplug-0.7: completed NOTE: Running task 1050 of 1065 (ID: 142, /home/jbs/oe/org.openembedded.dev/packages/libmodplug/libmodplug_0.7.bb, do_qa_staging) NOTE: package libmodplug-0.7: started NOTE: package libmodplug-0.7-r0: task do_qa_staging: started NOTE: QA checking staging NOTE: Applying patch 'dont-have-xv.patch' NOTE: Applying patch 'restore-esd.patch' NOTE: Applying patch 'fix-syntax-xine-vorbis-decoder.patch' NOTE: Applying patch 'libxine-cut-memusage.patch' NOTE: Applying patch 'mpegvideo-static-inlinine.patch' NOTE: Applying patch 'libxine-libavcodec.patch' NOTE: Applying patch 'libxine-gcc4.patch' NOTE: package libxine-x11-1.0-r0: task do_patch: completed NOTE: package libxine-x11-1.0: completed NOTE: Running task 1051 of 1065 (ID: 5, /home/jbs/oe/org.openembedded.dev/packages/libxine/libxine-x11_1.0.bb, do_configure) NOTE: package libxine-x11-1.0: started NOTE: package libxine-x11-1.0-r0: task do_configure: started NOTE: package libmodplug-0.7-r0: task do_qa_staging: completed NOTE: package libmodplug-0.7: completed NOTE: Running task 1052 of 1065 (ID: 140, /home/jbs/oe/org.openembedded.dev/packages/libmodplug/libmodplug_0.7.bb, do_package_write) NOTE: package libmodplug-0.7: started NOTE: package libmodplug-0.7-r0: task do_package_write: started NOTE: package libmodplug-0.7-r0: task do_package_write: completed NOTE: package libmodplug-0.7: completed NOTE: Running task 1053 of 1065 (ID: 143, /home/jbs/oe/org.openembedded.dev/packages/libmodplug/libmodplug_0.7.bb, do_build) NOTE: package libmodplug-0.7: started NOTE: package libmodplug-0.7-r0: task do_build: started NOTE: package libmodplug-0.7-r0: task do_build: completed NOTE: package libmodplug-0.7: completed NOTE: Running task 1054 of 1065 (ID: 152, /home/jbs/oe/org.openembedded.dev/packages/libmodplug/libmodplug_0.7.bb, do_rm_work) NOTE: package libmodplug-0.7: started NOTE: package libmodplug-0.7-r0: task do_rm_work: started NOTE: package libmodplug-0.7-r0: task do_rm_work: completed NOTE: package libmodplug-0.7: completed ERROR: function do_configure failed ERROR: log data follows (/home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/temp/log.do_configure.16156) | automake (GNU automake) 1.9.3 | Written by Tom Tromey . | | Copyright 2004 Free Software Foundation, Inc. | This is free software; see the source for copying conditions. There is NO | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | AUTOV is 1.9 | NOTE: Executing autoreconf --verbose --install --force --exclude=autopoint -I /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/m4/ -I /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal-1.9 -I /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal | autoreconf: Entering directory `.' | autoreconf: configure.ac: not using Gettext | autoreconf: running: aclocal -I /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/m4/ -I /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal-1.9 -I /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal --force -I m4 | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:45: warning: underquoted definition of AC_LBL_C_INIT | run info '(automake)Extending aclocal' | or see http://sources.redhat.com/automake/automake.html#Extending-aclocal | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:172: warning: underquoted definition of AC_LBL_C_INLINE | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:228: warning: underquoted definition of AC_LBL_LIBPCAP | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:296: warning: underquoted definition of AC_LBL_TYPE_SIGNAL | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:326: warning: underquoted definition of AC_LBL_FIXINCLUDES | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:372: warning: underquoted definition of AC_LBL_LEX_AND_YACC | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:425: warning: underquoted definition of AC_LBL_UNION_WAIT | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:454: warning: underquoted definition of AC_LBL_SOCKADDR_SA_LEN | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:479: warning: underquoted definition of AC_LBL_SOCKADDR_STORAGE | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:512: warning: underquoted definition of AC_LBL_HP_PPA_INFO_T_DL_MODULE_ID_1 | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:538: warning: underquoted definition of AC_LBL_HAVE_RUN_PATH | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:564: warning: underquoted definition of AC_LBL_CHECK_TYPE | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:593: warning: underquoted definition of AC_LBL_UNALIGNED_ACCESS | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:698: warning: underquoted definition of AC_LBL_DEVEL | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:828: warning: underquoted definition of AC_LBL_LIBRARY_NET | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:851: warning: underquoted definition of AC_C___ATTRIBUTE__ | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:889: warning: underquoted definition of AC_LBL_TPACKET_STATS | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE | autoreconf: configure.ac: tracing | autoreconf: configure.ac: AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION | autoreconf: running: libtoolize --copy --force | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:45: warning: underquoted definition of AC_LBL_C_INIT | run info '(automake)Extending aclocal' | or see http://sources.redhat.com/automake/automake.html#Extending-aclocal | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:172: warning: underquoted definition of AC_LBL_C_INLINE | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:228: warning: underquoted definition of AC_LBL_LIBPCAP | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:296: warning: underquoted definition of AC_LBL_TYPE_SIGNAL | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:326: warning: underquoted definition of AC_LBL_FIXINCLUDES | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:372: warning: underquoted definition of AC_LBL_LEX_AND_YACC | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:425: warning: underquoted definition of AC_LBL_UNION_WAIT | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:454: warning: underquoted definition of AC_LBL_SOCKADDR_SA_LEN | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:479: warning: underquoted definition of AC_LBL_SOCKADDR_STORAGE | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:512: warning: underquoted definition of AC_LBL_HP_PPA_INFO_T_DL_MODULE_ID_1 | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:538: warning: underquoted definition of AC_LBL_HAVE_RUN_PATH | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:564: warning: underquoted definition of AC_LBL_CHECK_TYPE | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:593: warning: underquoted definition of AC_LBL_UNALIGNED_ACCESS | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:698: warning: underquoted definition of AC_LBL_DEVEL | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:828: warning: underquoted definition of AC_LBL_LIBRARY_NET | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:851: warning: underquoted definition of AC_C___ATTRIBUTE__ | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/libpcap.m4:889: warning: underquoted definition of AC_LBL_TPACKET_STATS | /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE | autoreconf: running: /home/jbs/oe/akita/tmp/staging/i686-linux/bin/autoconf --include=/home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/m4/ --include=/home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal-1.9 --include=/home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal --force --warnings=cross | autoreconf: running: /home/jbs/oe/akita/tmp/staging/i686-linux/bin/autoheader --include=/home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/m4/ --include=/home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal-1.9 --include=/home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/share/aclocal --force --warnings=cross | autoreconf: running: automake --foreign --add-missing --copy --force-missing --warnings=cross | automake: unknown warning category `cross' | src/libw32dll/wine/Makefile.am:3: LIBTOOL multiply defined in condition TRUE ... | misc/Makefile.common:1: ... `LIBTOOL' previously defined here | src/libw32dll/wine/Makefile.am:1: `misc/Makefile.common' included from here | src/xine-engine/Makefile.am:6: LIBTOOL multiply defined in condition TRUE ... | misc/Makefile.common:1: ... `LIBTOOL' previously defined here | src/xine-engine/Makefile.am:1: `misc/Makefile.common' included from here | src/xine-utils/Makefile.am:3: LIBTOOL multiply defined in condition TRUE ... | misc/Makefile.common:1: ... `LIBTOOL' previously defined here | src/xine-utils/Makefile.am:1: `misc/Makefile.common' included from here | autoreconf: running: gnu-configize | autoreconf: Leaving directory `.' | NOTE: Running /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure --build=i686-linux --host=arm-angstrom-linux-gnueabi --target=arm-angstrom-linux-gnueabi --prefix=/usr --exec_prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --datadir=/usr/share --sysconfdir=/etc --sharedstatedir=/usr/com --localstatedir=/var --libdir=/usr/lib --includedir=/usr/include --oldincludedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man -with-zlib-path=/home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi --with-vorbis-prefix=/home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi --disable-oggtest --with-ogg-prefix=/home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi --disable-altivec --disable-vis --disable-mlib --disable-fb --disable-alsa --disable-vcd --disable-asf --disable-faad --disable-iconv --without-v4l --without-arts --without-sdl --without-xv --without-xxmc --without-xvmc --with-x --x-includes=/home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/include/X11 --x-libraries=/home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/lib ... | configure: loading site script /home/jbs/oe/org.openembedded.dev/site/endian-little | configure: loading site script /home/jbs/oe/org.openembedded.dev/site/common-glibc | configure: loading site script /home/jbs/oe/org.openembedded.dev/site/arm-common | configure: loading site script /home/jbs/oe/org.openembedded.dev/site/arm-linux | configure: loading site script /home/jbs/oe/org.openembedded.dev/site/common | configure: loading site script /home/jbs/oe/org.openembedded.dev/site/common | checking build system type... i686-pc-linux-gnu | checking host system type... arm-angstrom-linux-gnueabi | checking target system type... arm-angstrom-linux-gnueabi | checking for a BSD-compatible install... /home/jbs/oe/akita/tmp/staging/i686-linux/bin/install -c | checking whether build environment is sane... yes | checking for gawk... gawk | checking whether make sets $(MAKE)... yes | checking for arm-angstrom-linux-gnueabi-strip... arm-angstrom-linux-gnueabi-strip | checking for style of include used by make... GNU | checking for arm-angstrom-linux-gnueabi-gcc... ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale | checking for C compiler default output file name... a.out | checking whether the C compiler works... yes | checking whether we are cross compiling... yes | checking for suffix of executables... | checking for suffix of object files... o | checking whether we are using the GNU C compiler... yes | checking whether ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale accepts -g... yes | checking for ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale option to accept ISO C89... none needed | checking dependency style of ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale... gcc3 | checking for strerror in -lcposix... no | checking for arm-angstrom-linux-gnueabi-gcc... (cached) ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale | checking whether we are using the GNU C compiler... (cached) yes | checking whether ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale accepts -g... (cached) yes | checking for ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale option to accept ISO C89... (cached) none needed | checking dependency style of ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale... (cached) gcc3 | checking how to run the C preprocessor... arm-angstrom-linux-gnueabi-gcc -E | checking for grep that handles long lines and -e... /home/jbs/oe/akita/tmp/staging/i686-linux/bin/grep | checking for egrep... /home/jbs/oe/akita/tmp/staging/i686-linux/bin/grep -E | checking for ANSI C header files... yes | checking whether make sets $(MAKE)... (cached) yes | checking for a BSD-compatible install... /home/jbs/oe/akita/tmp/staging/i686-linux/bin/install -c | checking whether ln -s works... yes | checking for gawk... (cached) gawk | checking for inline... inline | checking for a sed that does not truncate output... /bin/sed | checking for ld used by ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale... arm-angstrom-linux-gnueabi-ld | checking if the linker (arm-angstrom-linux-gnueabi-ld) is GNU ld... yes | checking for arm-angstrom-linux-gnueabi-ld option to reload object files... -r | checking for BSD-compatible nm... /home/jbs/oe/akita/tmp/cross/bin/arm-angstrom-linux-gnueabi-nm -B | checking how to recognise dependent libraries... pass_all | checking for sys/types.h... yes | checking for sys/stat.h... yes | checking for stdlib.h... yes | checking for string.h... yes | checking for memory.h... yes | checking for strings.h... yes | checking for inttypes.h... yes | checking for stdint.h... yes | checking for unistd.h... yes | checking dlfcn.h usability... yes | checking dlfcn.h presence... yes | checking for dlfcn.h... yes | checking whether we are using the GNU C++ compiler... yes | checking whether ccache arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale accepts -g... yes | checking dependency style of ccache arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale... gcc3 | checking how to run the C++ preprocessor... ccache arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale -E | checking for arm-angstrom-linux-gnueabi-g77... ccache arm-angstrom-linux-gnueabi-g77 -march=armv5te -mtune=xscale | checking whether we are using the GNU Fortran 77 compiler... no | checking whether ccache arm-angstrom-linux-gnueabi-g77 -march=armv5te -mtune=xscale accepts -g... no | checking the maximum length of command line arguments... 32768 | checking command to parse /home/jbs/oe/akita/tmp/cross/bin/arm-angstrom-linux-gnueabi-nm -B output from ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale object... ok | checking for objdir... .libs | checking for arm-angstrom-linux-gnueabi-ar... arm-angstrom-linux-gnueabi-ar | checking for arm-angstrom-linux-gnueabi-ranlib... arm-angstrom-linux-gnueabi-ranlib | checking for arm-angstrom-linux-gnueabi-strip... (cached) arm-angstrom-linux-gnueabi-strip | checking if ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale static flag works... yes | checking if ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale supports -fno-rtti -fno-exceptions... no | checking for ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale option to produce PIC... -fPIC | checking if ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale PIC flag -fPIC works... yes | checking if ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale supports -c -o file.o... yes | checking whether the ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale linker (arm-angstrom-linux-gnueabi-ld) supports shared libraries... yes | checking whether -lc should be explicitly linked in... no | checking dynamic linker characteristics... GNU/Linux ld.so | checking how to hardcode library paths into programs... immediate | checking whether stripping libraries is possible... yes | checking for shl_load... no | checking for shl_load in -ldld... no | checking for dlopen... no | checking for dlopen in -ldl... yes | checking whether a program can dlopen itself... cross | checking if libtool supports shared libraries... yes | checking whether to build shared libraries... yes | checking whether to build static libraries... no | configure: creating arm-angstrom-linux-gnueabi-libtool | appending configuration tag "CXX" to arm-angstrom-linux-gnueabi-libtool | checking for ld used by ccache arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale... arm-angstrom-linux-gnueabi-ld | checking if the linker (arm-angstrom-linux-gnueabi-ld) is GNU ld... yes | checking whether the ccache arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale linker (arm-angstrom-linux-gnueabi-ld) supports shared libraries... yes | checking for ccache arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale option to produce PIC... -fPIC | checking if ccache arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale PIC flag -fPIC works... yes | checking if ccache arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale supports -c -o file.o... yes | checking whether the ccache arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale linker (arm-angstrom-linux-gnueabi-ld) supports shared libraries... yes | checking dynamic linker characteristics... GNU/Linux ld.so | checking how to hardcode library paths into programs... immediate | checking whether stripping libraries is possible... yes | checking for shl_load... (cached) no | checking for shl_load in -ldld... (cached) no | checking for dlopen... (cached) no | checking for dlopen in -ldl... (cached) yes | checking whether a program can dlopen itself... (cached) cross | appending configuration tag "F77" to arm-angstrom-linux-gnueabi-libtool | checking if libtool supports shared libraries... yes | checking whether to build shared libraries... yes | checking whether to build static libraries... no | checking for ccache arm-angstrom-linux-gnueabi-g77 -march=armv5te -mtune=xscale option to produce PIC... -fPIC | checking if ccache arm-angstrom-linux-gnueabi-g77 -march=armv5te -mtune=xscale PIC flag -fPIC works... no | checking if ccache arm-angstrom-linux-gnueabi-g77 -march=armv5te -mtune=xscale supports -c -o file.o... no | checking whether the ccache arm-angstrom-linux-gnueabi-g77 -march=armv5te -mtune=xscale linker (arm-angstrom-linux-gnueabi-ld) supports shared libraries... yes | checking dynamic linker characteristics... arm-angstrom-linux-gnueabi-g77: No such file or directory | GNU/Linux ld.so | checking how to hardcode library paths into programs... immediate | checking whether stripping libraries is possible... yes | checking for arm-angstrom-linux-gnueabi-ranlib... (cached) arm-angstrom-linux-gnueabi-ranlib | checking for an ANSI C-conforming const... yes | checking for off_t... yes | checking for size_t... yes | checking for working alloca.h... yes | checking for alloca... yes | checking for stdlib.h... (cached) yes | checking for unistd.h... (cached) yes | checking for getpagesize... yes | checking for working mmap... (cached) yes | checking whether we are using the GNU C Library 2.1 or newer... yes | checking argz.h usability... yes | checking argz.h presence... yes | checking for argz.h... yes | checking limits.h usability... yes | checking limits.h presence... yes | checking for limits.h... yes | checking locale.h usability... yes | checking locale.h presence... yes | checking for locale.h... yes | checking nl_types.h usability... yes | checking nl_types.h presence... yes | checking for nl_types.h... yes | checking malloc.h usability... yes | checking malloc.h presence... yes | checking for malloc.h... yes | checking stddef.h usability... yes | checking stddef.h presence... yes | checking for stddef.h... yes | checking for stdlib.h... (cached) yes | checking for string.h... (cached) yes | checking for unistd.h... (cached) yes | checking sys/param.h usability... yes | checking sys/param.h presence... yes | checking for sys/param.h... yes | checking for feof_unlocked... yes | checking for fgets_unlocked... yes | checking for getcwd... yes | checking for getegid... yes | checking for geteuid... yes | checking for getgid... yes | checking for getuid... yes | checking for mempcpy... yes | checking for munmap... yes | checking for putenv... yes | checking for setenv... yes | checking for setlocale... yes | checking for stpcpy... yes | checking for strchr... yes | checking for strcasecmp... yes | checking for strdup... yes | checking for strtoul... yes | checking for tsearch... yes | checking for __argz_count... yes | checking for __argz_stringify... yes | checking for __argz_next... yes | checking for iconv... yes | checking for iconv declaration... | extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | checking for nl_langinfo and CODESET... yes | checking for LC_MESSAGES... yes | checking whether NLS is requested... yes | checking whether included gettext is requested... no | checking libintl.h usability... yes | checking libintl.h presence... yes | checking for libintl.h... yes | checking for GNU gettext in libc... yes | checking for dcgettext... yes | checking for msgfmt... /home/jbs/oe/akita/tmp/staging/i686-linux/bin/msgfmt | checking for gmsgfmt... /home/jbs/oe/akita/tmp/staging/i686-linux/bin/msgfmt | checking for xgettext... /home/jbs/oe/akita/tmp/staging/i686-linux/bin/xgettext | checking for bison... bison | checking version of bison... 2.0, ok | checking for catalogs to be installed... fr pt_BR de sk es pl cs it | checking for plural forms in GNU msgfmt... yes | checking whether byte ordering is bigendian... (cached) no | checking for an ANSI C-conforming const... (cached) yes | checking for inline... (cached) inline | checking for always_inline... yes | checking for off_t... (cached) yes | checking for size_t... (cached) yes | checking for long... yes | checking size of long... (cached) 4 | checking for ssize_t... yes | checking for pthread_create in -lpthread... yes | checking for dlopen in -lc... no | checking for dlopen in -ldl... (cached) yes | checking libdir name... lib | checking whether lrintf is declared... yes | checking for int_fast8_t... yes | using included ffmpeg | checking for X... libraries /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/lib, headers /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/include/X11 | checking whether -R must be followed by a space... neither works | checking for gethostbyname... yes | checking for connect... yes | checking for remove... yes | checking for shmat... yes | checking for IceConnectionNumber in -lICE... yes | checking for socket in -lsocket... no | checking for gethostbyname in -lnsl... yes | checking for socklen_t... socklen_t | IPv6 is disabled | checking for gzsetparams in -lz... yes | checking zlib.h usability... yes | checking zlib.h presence... yes | checking for zlib.h... yes | checking for clock_getres in -lrt... yes | checking for glBegin in -lGL... yes | checking GL/gl.h usability... yes | checking GL/gl.h presence... yes | checking for GL/gl.h... yes | checking for glutInit in -lglut... no | checking for gluPerspective in -lGLU... yes | checking linux/videodev.h usability... yes | checking linux/videodev.h presence... yes | checking for linux/videodev.h... yes | checking for libXv.so... found libXv.so in /home/jbs/oe/akita/tmp/staging/arm-angstrom-linux-gnueabi/lib | checking for XvShmCreateImage in -lXv... yes | checking whether to enable the xxmc plugin with vld extensions... | checking for XvMCPutSlice in -lXvMCW... no | *** Could not link with -lXvMCW for vld extensions. | checking for XvMCCreateContext in -lXvMCW... no | *** Could not link with -lXvMCW for standard XvMC. | *** Disabling xxmc plugin due to above errors. | checking whether to enable the xvmc plugin... | checking for XvMCCreateContext in -lXvMCW... (cached) no | *** Could not link with -lXvMCW. | *** Disabling old xvmc plugin due to above errors. | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 30685: 0: command not found | checking for XineramaQueryExtension in -lXinerama... no | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 30772: 0: command not found | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 30785: 0: command not found | checking sys/fbio.h usability... no | checking sys/fbio.h presence... no | checking for sys/fbio.h... no | checking for XDgaGrabDrawable in -ldga... no | checking linux/fb.h usability... yes | checking linux/fb.h presence... yes | checking for linux/fb.h... yes | checking for pkg-config... /home/jbs/oe/akita/tmp/staging/i686-linux/bin/pkg-config | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 31438: 0: command not found | checking for Libstk... no | *** All of Libstk dependent parts will be disabled *** | checking for polypaudio... no | *** All of polypaudio dependent parts will be disabled *** | checking for DirectX... no | *** All DirectX dependent parts will be disabled *** | *** checking for a supported mpeg encoder | checking for fame_open in -lfame... no | checking for rte_init in -lrte... no | *** no external mpeg encoder found | checking for vidix support... no | checking for DHA linux kernel module build... no | checking for mknod... mknod | checking for depmod... depmod | checking for Ogg... yes | checking for Vorbis... cross compiling; assumed OK... | yes | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 32998: 0: command not found | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 33011: 0: command not found | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 33024: 0: command not found | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 33038: 0: command not found | checking for libpng-config... /home/jbs/oe/akita/tmp/staging/i686-linux/bin/arm-angstrom-linux-gnueabi/libpng-config | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 33189: 0: command not found | checking for OSS audio support... yes | checking for esd-config... /home/jbs/oe/akita/tmp/staging/i686-linux/bin/arm-angstrom-linux-gnueabi/esd-config | checking for ESD - version >= 0.2.8... cross compiling; assumed OK... | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 34296: syntax error near unexpected token `}' | /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/xine-lib-1.0/configure: line 34296: `echo "${ECHO_T}*** All of ESD dependent parts will be disabled ***" >&6; }' | FATAL: oe_runconf failed NOTE: Task failed: /home/jbs/oe/akita/tmp/work/armv5te-angstrom-linux-gnueabi/libxine-x11-1.0-r0/temp/log.do_configure.16156 NOTE: package libxine-x11-1.0-r0: task do_configure: failed ERROR: TaskFailed event exception, aborting NOTE: package libxine-x11-1.0: failed ERROR: Build of /home/jbs/oe/org.openembedded.dev/packages/libxine/libxine-x11_1.0.bb do_configure failed ERROR: Task 5 (/home/jbs/oe/org.openembedded.dev/packages/libxine/libxine-x11_1.0.bb, do_configure) failed NOTE: Tasks Summary: Attempted 1053 tasks of which 1045 didn't need to be rerun and 1 failed. ERROR: '/home/jbs/oe/org.openembedded.dev/packages/libxine/libxine-x11_1.0.bb' failed -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 27 16:20:03 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 09:20:03 -0700 (PDT) Subject: [oe-issues] [Bug 3073] libetpan fails to link with gnutls In-Reply-To: Message-ID: <20070927162003.3EDC8401C8A@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3073 --- Comment #2 from Graeme Gregory 2007-09-27 09:20:03 --- NOTE: package libetpan-0.52: completed I added the original and I have just double checked and it builds here. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Thu Sep 27 20:18:33 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 13:18:33 -0700 (PDT) Subject: [oe-issues] [Bug 3075] New: screen takes long time to start due to huge termcap file Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3075 Summary: screen takes long time to start due to huge termcap file Product: Openembedded Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: ploetz at informatik.hu-berlin.de Created an attachment (id=3094) --> (http://bugs.openembedded.org/attachment.cgi?id=3094) New termcap-mini package About two weeks ago, screen in the openmoko builds started to take very long to initially load and then for each new screen to be opened. I straced the problem and found that it is due to the recent addition of the 700kb big /etc/termcap file in revision 838a60f4684a5fe71ade31d05fb35609808420d1. screen takes about two seconds to load the file to memory and then about 15 seconds to parse it. As the file is necessary for the correct operation of libvte (and thus openmoko-terminal2) it can't just be removed. Instead I'd suggest stripping it down and removing all but the most essential lines, with a command such as tic -C -e $(echo `grep ^xterm termtypes.tc | cut -d "|" -f 1` | cut -d " " -f - --output-delimiter=,) termtypes.tc which will only output those termcap lines that relate to xterm terminals. I confirmed that openmoko-terminal2 works fine with that and the file size is reduced from 700kb to 11kb. I'll attach a patch for a new termcap-mini bitbake recipe that will install this minimal version. Reproducible: always Steps to reproduce: 1. Install termcap (or have it pulled in via a dependency) and screen on a low-cpu power device 2. Start screen 3. Dismiss the welcome screen 4. Open a new screen with Ctrl-a c Actual results: About 15 seconds delay with 100% CPU usage after each of the steps 2, 3 and 4 Expected results: Instantaneous response -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 28 01:04:19 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 18:04:19 -0700 (PDT) Subject: [oe-issues] [Bug 3076] New: opie-mediaplayer2 doesn't build on fresh OE/angstrom Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3076 Summary: opie-mediaplayer2 doesn't build on fresh OE/angstrom Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: nkwigeih at gmail.com Created an attachment (id=3095) --> (http://bugs.openembedded.org/attachment.cgi?id=3095) build log opie-mediaplayer2 doesn't build on fresh OE/angstrom OPIE_SRCDATE=20070922, oe/angstrom as of date of this bugreport -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 28 03:58:14 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 20:58:14 -0700 (PDT) Subject: [oe-issues] [Bug 2730] updated recipes for new classpath versions In-Reply-To: Message-ID: <20070928035814.D48F54000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2730 Cliff Brake changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cliff.brake at gmail.com --- Comment #1 from Cliff Brake 2007-09-27 20:58:14 --- thanks for the updated packages. I get the following when building: NOTE: package classpath-minimal-0.95: started NOTE: package classpath-minimal-0.95-r0: task do_package: started ERROR: ------------------- ERROR: classpath-minimal is listed in PACKAGES multiple times, this leads to packaging errors. ERROR: Please fix the metadata/report this as bug to OE bugtracker. ERROR: ------------------- ERROR: ------------------- ERROR: classpath-minimal-doc is listed in PACKAGES multiple times, this leads to packaging errors. ERROR: Please fix the metadata/report this as bug to OE bugtracker. ERROR: ------------------- ERROR: ------------------- ERROR: classpath-minimal-dev is listed in PACKAGES multiple times, this leads to packaging errors. ERROR: Please fix the metadata/report this as bug to OE bugtracker. ERROR: ------------------- NOTE: the following files were installed but not shipped in any package: NOTE: /usr/lib/classpath/libjavaio.la NOTE: /usr/lib/classpath/libjavalang.la NOTE: /usr/lib/classpath/libjavalangreflect.la NOTE: /usr/lib/classpath/libjavalangmanagement.la NOTE: /usr/lib/classpath/libjavanet.la NOTE: /usr/lib/classpath/libjavanio.la NOTE: /usr/lib/classpath/libjavautil.la NOTE: DO PACKAGE QA NOTE: Checking Package: classpath-minimal-common __builtin__:27: DeprecationWarning: raising a string exception is deprecated NOTE: Checking Package: classpath-minimal-examples NOTE: Checking Package: classpath-minimal-tools NOTE: Checking Package: classpath-minimal-tools-doc NOTE: Checking Package: classpath-minimal-gtk NOTE: Checking Package: classpath-minimal-gconf NOTE: Checking Package: classpath-minimal-doc NOTE: Checking Package: classpath-minimal-dev NOTE: Checking Package: classpath-minimal ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavaio.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavalang.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavalangreflect.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavalangmanagement.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavanet.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavanio.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavautil.so' NOTE: Checking Package: classpath-minimal-dbg NOTE: Checking Package: classpath-minimal ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavaio.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavalang.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavalangreflect.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavalangmanagement.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavanet.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavanio.so' ERROR: QA Issue: non -dev package contains symlink .so: classpath-minimal path '/work/armv5te-angstrom-linux-gnueabi/classpath-minimal-0.95-r0/install/classpath-minimal/usr/lib/classpath/libjavautil.so' NOTE: Checking Package: classpath-minimal-doc NOTE: Checking Package: classpath-minimal-dev NOTE: Checking Package: classpath-minimal-locale NOTE: DONE with PACKAGE QA NOTE: package classpath-minimal-0.95-r0: task do_package: completed NOTE: package classpath-minimal-0.95: completed NOTE: Running task 243 of 247 (ID: 2, /build/oe/build_targets/compulab-pxa270/openembedded/packages/classpath/classpath-minimal_0.95.bb, do_populate_staging) NOTE: package classpath-minimal-0.95: started NOTE: package classpath-minimal-0.95-r0: task do_populate_staging: started NOTE: package classpath-minimal-0.95-r0: task do_populate_staging: completed NOTE: package classpath-minimal-0.95: completed NOTE: Running task 244 of 247 (ID: 12, /build/oe/build_targets/compulab-pxa270/openembedded/packages/classpath/classpath-minimal_0.95.bb, do_package_write_ipk) NOTE: package classpath-minimal-0.95: started NOTE: package classpath-minimal-0.95-r0: task do_package_write_ipk: started Packaged contents of classpath-minimal-common into /build/oe/build_targets/compulab-pxa270/tmp/deploy/glibc/ipk/armv5te/classpath-minimal-common_0.95-r0_armv5te.ipk NOTE: Not creating empty archive for classpath-minimal-examples-0.95-r0 Packaged contents of classpath-minimal-tools into /build/oe/build_targets/compulab-pxa270/tmp/deploy/glibc/ipk/armv5te/classpath-minimal-tools_0.95-r0_armv5te.ipk Packaged contents of classpath-minimal-tools-doc into /build/oe/build_targets/compulab-pxa270/tmp/deploy/glibc/ipk/armv5te/classpath-minimal-tools-doc_0.95-r0_armv5te.ipk NOTE: Not creating empty archive for classpath-minimal-gtk-0.95-r0 NOTE: Not creating empty archive for classpath-minimal-gconf-0.95-r0 Packaged contents of classpath-minimal-doc into /build/oe/build_targets/compulab-pxa270/tmp/deploy/glibc/ipk/armv5te/classpath-minimal-doc_0.95-r0_armv5te.ipk Packaged contents of classpath-minimal-dev into /build/oe/build_targets/compulab-pxa270/tmp/deploy/glibc/ipk/armv5te/classpath-minimal-dev_0.95-r0_armv5te.ipk Packaged contents of classpath-minimal into /build/oe/build_targets/compulab-pxa270/tmp/deploy/glibc/ipk/armv5te/classpath-minimal_0.95-r0_armv5te.ipk Packaged contents of classpath-minimal-dbg into /build/oe/build_targets/compulab-pxa270/tmp/deploy/glibc/ipk/armv5te/classpath-minimal-dbg_0.95-r0_armv5te.ipk Packaged contents of classpath-minimal into /build/oe/build_targets/compulab-pxa270/tmp/deploy/glibc/ipk/armv5te/classpath-minimal_0.95-r0_armv5te.ipk Packaged contents of classpath-minimal-doc into /build/oe/build_targets/compulab-pxa270/tmp/deploy/glibc/ipk/armv5te/classpath-minimal-doc_0.95-r0_armv5te.ipk Packaged contents of classpath-minimal-dev into /build/oe/build_targets/compulab-pxa270/tmp/deploy/glibc/ipk/armv5te/classpath-minimal-dev_0.95-r0_armv5te.ipk NOTE: Not creating empty archive for classpath-minimal-locale-0.95-r0 NOTE: package classpath-minimal-0.95-r0: task do_package_write_ipk: completed NOTE: package classpath-minimal-0.95: completed NOTE: Running task 245 of 247 (ID: 3, /build/oe/build_targets/compulab-pxa270/openembedded/packages/classpath/classpath-minimal_0.95.bb, do_qa_staging) NOTE: package classpath-minimal-0.95: started NOTE: package classpath-minimal-0.95-r0: task do_qa_staging: started NOTE: QA checking staging NOTE: package classpath-minimal-0.95-r0: task do_qa_staging: completed NOTE: package classpath-minimal-0.95: completed NOTE: Running task 246 of 247 (ID: 1, -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 28 04:00:16 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 21:00:16 -0700 (PDT) Subject: [oe-issues] [Bug 2730] updated recipes for new classpath versions In-Reply-To: Message-ID: <20070928040016.094A640008A@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=2730 --- Comment #2 from Cliff Brake 2007-09-27 21:00:15 --- I loaded classpath-minimal on an Xscale system, and it seems to run a simple program, but I get a lot of Alignment traps -- not sure if those are coming from classpath, or jamvm: root at compulab-pxa270:~$ jamvm myfirstjavaprog ... lots of alignment traps ... Alignment trap: jamvm (1339) PC=0x00011150 Instr=0x01c521f4 Address=0x0014e7d4 FSR 0x813 Alignment trap: jamvm (1339) PC=0x00011150 Instr=0x01c521f4 Address=0x0014e7ac FSR 0x813 Hello World! root at compulab-pxa270:~$ -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 28 04:48:12 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Thu, 27 Sep 2007 21:48:12 -0700 (PDT) Subject: [oe-issues] [Bug 3076] opie-mediaplayer2 doesn't build on fresh OE/angstrom In-Reply-To: Message-ID: <20070928044812.98C084000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3076 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #1 from Koen Kooi 2007-09-27 21:48:12 --- Opie is still unsupported in angstrom: http://linuxtogo.org/gowiki/OpieWithAngstrom -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Fri Sep 28 08:14:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 28 Sep 2007 01:14:27 -0700 (PDT) Subject: [oe-issues] [Bug 3076] opie-mediaplayer2 doesn't build on fresh OE/angstrom In-Reply-To: Message-ID: <20070928081427.54EEE4000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3076 --- Comment #2 from Paul Sokolovsky 2007-09-28 01:14:27 --- And something like OPIE_SRCDATE=20070922 is not going to be supported at all, unless set by maintainers. There's OPIE 1.2.3 in OE, use that. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 04:19:05 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Fri, 28 Sep 2007 21:19:05 -0700 (PDT) Subject: [oe-issues] [Bug 3077] New: Notecase: Updated recipe for 1.6.6 Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3077 Summary: Notecase: Updated recipe for 1.6.6 Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: cwixon at usa.net Created an attachment (id=3096) --> (http://bugs.openembedded.org/attachment.cgi?id=3096) .bb for Notecase 1.6.6 The version of Notecase (GTK+ hierarchical note manager) in the OE metadata is rather old - 1.2.6. Attached are a .bb file and patch for the latest version, 1.6.6. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 09:18:50 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 02:18:50 -0700 (PDT) Subject: [oe-issues] [Bug 3059] ezx-boot-usb-native-0.1.0+r2060-r1-do_compile In-Reply-To: Message-ID: <20070929091850.CCFD64000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3059 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #7 from Koen Kooi 2007-09-29 02:18:50 --- and close -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 09:21:20 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 02:21:20 -0700 (PDT) Subject: [oe-issues] [Bug 3078] New: networkmanager-0.7+svnr2914-r2-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3078 Summary: networkmanager-0.7+svnr2914-r2-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070929092049 for machine a1200 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 10:22:50 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 03:22:50 -0700 (PDT) Subject: [oe-issues] [Bug 3079] New: webkit-gtk-0.0+svnr25804-r1-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3079 Summary: webkit-gtk-0.0+svnr25804-r1-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070929101500 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 15:06:48 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 08:06:48 -0700 (PDT) Subject: [oe-issues] [Bug 3080] New: New package - gumstix wifistix kernel module Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3080 Summary: New package - gumstix wifistix kernel module Product: Openembedded Version: Angstrom Platform: ARM OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Distributions AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: chris.dollar at gmail.com Created an attachment (id=3101) --> (http://bugs.openembedded.org/attachment.cgi?id=3101) bb file and patches for wifistix marvel wifi driver bb file and patches to build the marvel wireless driver used in gumstix wifi-enabled daughtercards. The build currently does not setup the modules to be autoloaded nor does it modify /etc/network/interfaces, but it is a start. This is my first attempt at creating a bb file, so please feel free to let me know if there are changes I need to make before its acceptable for submission. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 18:36:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 11:36:53 -0700 (PDT) Subject: [oe-issues] [Bug 3081] New: procps-3.2.7-r5-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3081 Summary: procps-3.2.7-r5-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070929112245 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 19:39:35 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 12:39:35 -0700 (PDT) Subject: [oe-issues] [Bug 3082] New: webkit-gtk-0.0+svnr25808-r25801-r1-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3082 Summary: webkit-gtk-0.0+svnr25808-r25801-r1-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070929193311 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 19:55:51 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 12:55:51 -0700 (PDT) Subject: [oe-issues] [Bug 3079] webkit-gtk-0.0+svnr25804-r1-do_compile In-Reply-To: Message-ID: <20070929195551.7AD7F400100@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3079 --- Comment #2 from Koen Kooi 2007-09-29 12:55:51 --- *** Bug 3082 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 19:55:51 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 12:55:51 -0700 (PDT) Subject: [oe-issues] [Bug 3082] webkit-gtk-0.0+svnr25808-r25801-r1-do_compile In-Reply-To: Message-ID: <20070929195551.5DF8C4000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3082 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #4 from Koen Kooi 2007-09-29 12:55:51 --- caused by upstream renaming from gdk to gtk *** This bug has been marked as a duplicate of bug 3079 *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 20:25:24 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 13:25:24 -0700 (PDT) Subject: [oe-issues] [Bug 3083] New: webkit-gtk-0.0+svnr25808-r25801-r1-do_install Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3083 Summary: webkit-gtk-0.0+svnr25808-r25801-r1-do_install Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070929195549 for machine fic-gta01 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 20:30:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 13:30:53 -0700 (PDT) Subject: [oe-issues] [Bug 3084] New: bitbake fails to parse gnome-keyring_2.20.bb Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3084 Summary: bitbake fails to parse gnome-keyring_2.20.bb Product: Openembedded Version: unspecified Platform: All OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: likewise at gmx.net bb 1.8.88 rev 975 Seems the gnome class assumes a "x.y.z" version string in the .bb, so rename 2.20 to 2.20.0 solves it. 1. NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance. 2. NOTE: Handling BitBake files: | (1053/4782) [22 %]NOTE: :'NoneType' object has no attribute 'group' while evaluating: 3. http://ftp.gnome.org/pub/GNOME/sources/gnome-keyring/${@gnome_verdir("2.20")}/gnome-keyring-2.20.tar.bz2 file://org.gnome.keyring.service 4. ERROR: Error in executing: 5. ERROR: Exception: Message:'NoneType' object has no attribute 'group' 6. ERROR: Printing the environment of the function 7. ERROR: 0001:def __anonfunc(): 8. ERROR: 0002: base_after_parse(d) 9. ERROR: 0003: 10. ERROR: 0004: import bb 11. ERROR: 0005: # do_patch tasks require PATCHTOOL-native to have staged 12. ERROR: 0006: patchdeps = bb.data.getVar("PATCHTOOL", d, True) 13. ERROR: 0007: if patchdeps: 14. ERROR: 0008: patchdeps = "%s-native" % patchdeps 15. ERROR: 'NoneType' object has no attribute 'group' while parsing /home/leon/sandbox/openembedded/org.openembedded.dev/packages/gnome/gnome-keyring_2.20.bb 16. NOTE: Handling BitBake files: / (4782/4782) [100 %] 17. NOTE: Parsing finished. 0 cached, 4532 parsed, 249 skipped, 0 masked. 18. ERROR: Parsing errors found, exiting... Total Paste Views: 4 ? Trackback (0) ? PermaLink ? 1. NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance. 2. NOTE: Handling BitBake files: | (1053/4782) [22 %]NOTE: :'NoneType' object has no attribute 'group' while evaluating: 3. http://ftp.gnome.org/pub/GNOME/sources/gnome-keyring/${@gnome_verdir("2.20")}/gnome-keyring-2.20.tar.bz2 file://org.gnome.keyring.service 4. ERROR: Error in executing: 5. ERROR: Exception: Message:'NoneType' object has no attribute 'group' 6. ERROR: Printing the environment of the function 7. ERROR: 0001:def __anonfunc(): 8. ERROR: 0002: base_after_parse(d) 9. ERROR: 0003: 10. ERROR: 0004: import bb 11. ERROR: 0005: # do_patch tasks require PATCHTOOL-native to have staged 12. ERROR: 0006: patchdeps = bb.data.getVar("PATCHTOOL", d, True) 13. ERROR: 0007: if patchdeps: 14. ERROR: 0008: patchdeps = "%s-native" % patchdeps 15. ERROR: 'NoneType' object has no attribute 'group' while parsing /home/leon/sandbox/openembedded/org.openembedded.dev/packages/gnome/gnome-keyring_2.20.bb 16. NOTE: Handling BitBake files: / (4782/4782) [100 %] 17. NOTE: Parsing finished. 0 cached, 4532 parsed, 249 skipped, 0 masked. 18. ERROR: Parsing errors found, exiting... -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 20:39:41 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 13:39:41 -0700 (PDT) Subject: [oe-issues] [Bug 3084] bitbake fails to parse gnome-keyring_2.20.bb In-Reply-To: Message-ID: <20070929203941.EBA934000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3084 Leon Woestenberg changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Leon Woestenberg 2007-09-29 13:39:41 --- Committed rename fix as proposed. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 20:59:08 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 13:59:08 -0700 (PDT) Subject: [oe-issues] [Bug 3083] webkit-gtk-0.0+svnr25808-r25801-r1-do_install In-Reply-To: Message-ID: <20070929205908.29F724000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3083 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Koen Kooi 2007-09-29 13:59:07 --- another victim of gdk-> gtk renaming *** This bug has been marked as a duplicate of bug 3079 *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 20:59:08 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 13:59:08 -0700 (PDT) Subject: [oe-issues] [Bug 3079] webkit-gtk-0.0+svnr25804-r1-do_compile In-Reply-To: Message-ID: <20070929205908.4506D400100@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3079 --- Comment #3 from Koen Kooi 2007-09-29 13:59:07 --- *** Bug 3083 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 21:56:27 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 14:56:27 -0700 (PDT) Subject: [oe-issues] [Bug 3079] webkit-gtk-0.0+svnr25804-r1-do_compile In-Reply-To: Message-ID: <20070929215627.8F75D4000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3079 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Koen Kooi 2007-09-29 14:56:27 --- fixed in ab9178fffd711f7ee9718ac0469fc41d9307ddf7 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sat Sep 29 22:51:22 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sat, 29 Sep 2007 15:51:22 -0700 (PDT) Subject: [oe-issues] [Bug 3085] New: gcc-cross-4.2.1 fails to build Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3085 Summary: gcc-cross-4.2.1 fails to build Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: nkwigeih at gmail.com gcc-cross-4.2.1 fails to build due to inabilty to find fortran compiler at secondary configure pass -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 30 14:02:53 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 30 Sep 2007 07:02:53 -0700 (PDT) Subject: [oe-issues] [Bug 1380] HEAD uClibc build fails on uClibc install In-Reply-To: Message-ID: <20070930140253.5383F40008A@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=1380 N?stor Amigo Cairo changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nestorac at gmail.com Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #4 from N?stor Amigo Cairo 2007-09-30 07:02:52 --- Hello!! I'm having the same problem in x86 Architecture, and solved it the same way. Is it a different file, or maybe a fallback?? I have fixed it the same way, just editing packages/uclibc/uclibc.inc and changing do_stage for do_install_prepend. Thanks!!!! -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 30 15:46:16 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 30 Sep 2007 08:46:16 -0700 (PDT) Subject: [oe-issues] [Bug 3086] New: linux-ezx-2.6.21-ezxdev-r24-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3086 Summary: linux-ezx-2.6.21-ezxdev-r24-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070930154457 for machine a1200 -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 30 16:19:42 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 30 Sep 2007 09:19:42 -0700 (PDT) Subject: [oe-issues] [Bug 3086] linux-ezx-2.6.21-ezxdev-r24-do_compile In-Reply-To: Message-ID: <20070930161942.7EE964000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3086 Koen Kooi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #4 from Koen Kooi 2007-09-30 09:19:42 --- invalid -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 30 19:43:56 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 30 Sep 2007 12:43:56 -0700 (PDT) Subject: [oe-issues] [Bug 3087] New: dbus-glib-0.72-r0-do_configure Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3087 Summary: dbus-glib-0.72-r0-do_configure Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070930194320 for machine ep93xx -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 30 19:49:05 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 30 Sep 2007 12:49:05 -0700 (PDT) Subject: [oe-issues] [Bug 3088] New: ixp4xx-npe-native-2.4-r0-do_fetch Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3088 Summary: ixp4xx-npe-native-2.4-r0-do_fetch Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070930194755 for machine nslu2le -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 30 20:34:42 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 30 Sep 2007 13:34:42 -0700 (PDT) Subject: [oe-issues] [Bug 3042] NOTE: package gconf-dbus-2.16.0+svnr1-r3: task do_fetch: started In-Reply-To: Message-ID: <20070930203442.E02B04000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3042 --- Comment #1 from N?stor Amigo Cairo 2007-09-30 13:34:42 --- Hello. Same problem for me. Fixed using a svn command through do_fetch, but then get other errors. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 30 20:53:09 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 30 Sep 2007 13:53:09 -0700 (PDT) Subject: [oe-issues] [Bug 3081] procps-3.2.7-r5-do_compile In-Reply-To: Message-ID: <20070930205309.18A054000BF@tinman.treke.net> http://bugs.openembedded.org/show_bug.cgi?id=3081 Michael Krelin changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #8 from Michael Krelin 2007-09-30 13:53:08 --- fixed in the revision I can't easily paste, since it's on the other computer ;-) -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. From bugzilla-daemon at tinman.treke.net Sun Sep 30 21:05:50 2007 From: bugzilla-daemon at tinman.treke.net (bugzilla-daemon at tinman.treke.net) Date: Sun, 30 Sep 2007 14:05:50 -0700 (PDT) Subject: [oe-issues] [Bug 3089] New: gcc-cross-4.1.2-r9-do_compile Message-ID: http://bugs.openembedded.org/show_bug.cgi?id=3089 Summary: gcc-cross-4.1.2-r9-do_compile Product: Openembedded Version: Angstrom Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: openembedded-issues at lists.openembedded.org ReportedBy: autobuild at openembedded.org The package failed to build at 20070930205421 for machine ixp4xxle -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.