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: