Send buglog mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.openmoko.org/mailman/listinfo/buglog
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of buglog digest..."
Today's Topics:
1. [Bug 784] New: webkit build fails
([EMAIL PROTECTED])
2. [Bug 204] Fatal error in Special:Newimages
([EMAIL PROTECTED])
3. [Bug 777] ssh into Neo doesn't work in 29 Aug. 2007 build
([EMAIL PROTECTED])
4. [Bug 785] New: [patch] /etc/init.d/pulseaudio uses killall
pulseaudio ([EMAIL PROTECTED])
5. [Bug 785] [patch] /etc/init.d/pulseaudio uses killall
pulseaudio ([EMAIL PROTECTED])
6. [Bug 704] /etc/init.d/gsmd kills self.
([EMAIL PROTECTED])
7. [Bug 781] LM4857 should be turned off on a reboot notifier
([EMAIL PROTECTED])
8. [Bug 786] New: [patch] gtkcombobox defines white text on
white background for gtkcomboboxentries
([EMAIL PROTECTED])
9. [Bug 786] [patch] gtkcombobox defines white text on white
background for gtkcomboboxentries
([EMAIL PROTECTED])
10. [Bug 787] New: libmokojournal can't be updatet
([EMAIL PROTECTED])
11. [Bug 205] add code to u-boot to query hardware revision and
serial number from GSM Modem ([EMAIL PROTECTED])
12. [Bug 195] passthrough mode (Directly use GSM Modem from PC
([EMAIL PROTECTED])
13. Your Bugzilla buglist needs attention. ([EMAIL PROTECTED])
14. [Bug 788] New: Starting or stopping gsmd completely locks up
the Neo ([EMAIL PROTECTED])
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=784
Summary: webkit build fails
Product: OpenMoko
Version: 2007.2
Platform: Neo1973
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: OE bitbake recipes / build system
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [email protected]
The webkit package fails to build.
The bitbake recipe at openembedded/packages/webkit/webkit-gtk_svn.bb had a
comment in the middle of the SRC_URI definition. This seemed to be stopping the
sources from being downloaded. I moved that comment outside of the def. and the
package started building again.
Can provide a diff if required.
Output from a failed build is copied below:
OE Build Configuration:
BB_VERSION = "1.8.8"
OE_REVISION = "4c108250ef95743112aee6c23a4f206124025bbb"
TARGET_ARCH = "arm"
TARGET_OS = "linux-gnueabi"
MACHINE = "fic-gta01"
DISTRO = "openmoko"
DISTRO_VERSION = "P1-August-Snapshot-20070901"
TARGET_FPU = "soft"
NOTE: Resolving missing task queue dependencies
NOTE: preferred version 2.5 of glibc not available (for item
virtual/arm-angstrom-linux-gnueabi-libc-for-gcc)
NOTE: Preparing runqueue
NOTE: Executing runqueue
NOTE: Running task 3080 of 3351 (ID: 1463,
/home/build/openmoko/om2007.2/openembedded/packages/webkit/webkit-gtk_svn.bb,
do_compile)
NOTE: package webkit-gtk-0.0+svn20070901: started
NOTE: package webkit-gtk-0.0+svn20070901-r1: task do_compile: started
ERROR: function do_compile failed
ERROR: log data follows
(/home/build/openmoko/om2007.2/build/tmp/work/armv4t-angstrom-linux-gnueabi/webkit-gtk-0.0+svn20070901-r1/temp/log.do_compile.12025)
|
/home/build/openmoko/om2007.2/build/tmp/work/armv4t-angstrom-linux-gnueabi/webkit-gtk-0.0+svn20070901-r1/temp/run.do_compile.12025:
line 218: cd:
/home/build/openmoko/om2007.2/build/tmp/work/armv4t-angstrom-linux-gnueabi/webkit-gtk-0.0+svn20070901-r1//JavaScriptCore/pcre:
No such file or directory
NOTE: Task failed:
/home/build/openmoko/om2007.2/build/tmp/work/armv4t-angstrom-linux-gnueabi/webkit-gtk-0.0+svn20070901-r1/temp/log.do_compile.12025
NOTE: package webkit-gtk-0.0+svn20070901-r1: task do_compile: failed
ERROR: TaskFailed event exception, aborting
NOTE: package webkit-gtk-0.0+svn20070901: failed
ERROR: Build of
/home/build/openmoko/om2007.2/openembedded/packages/webkit/webkit-gtk_svn.bb
do_compile failed
ERROR: Task 1463
(/home/build/openmoko/om2007.2/openembedded/packages/webkit/webkit-gtk_svn.bb,
do_compile) failed
NOTE: Tasks Summary: Attempted 3079 tasks of which 3079 didn't need to be rerun
and 1 failed.
ERROR:
'/home/build/openmoko/om2007.2/openembedded/packages/webkit/webkit-gtk_svn.bb'
failed
make: *** [openmoko-devel-image] Error 1
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=204
------- Additional Comments From [EMAIL PROTECTED] 2007-09-01 16:00 -------
Still a problem, see by opening http://wiki.openmoko.org/wiki/Special:Newimages
That would be a task for our new sysadmin.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=777
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From [EMAIL PROTECTED] 2007-09-01 16:01 -------
Thanks, closing as INVALID now.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=785
Summary: [patch] /etc/init.d/pulseaudio uses killall pulseaudio
Product: OpenMoko
Version: current svn head
Platform: Neo1973
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: sysinit
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
CC: [email protected]
Replaced killall in init script by start-stop-daemon. (as Mickey did with gsmd)
Not supressing error output as it points to another ToDo (...run as root...).
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=785
------- Additional Comments From [EMAIL PROTECTED] 2007-09-01 17:20 -------
Created an attachment (id=268)
-->
(http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=268&action=view)
pulseaudio_start-stop-daemon.patch
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=704
------- Additional Comments From [EMAIL PROTECTED] 2007-09-01 17:21 -------
Created an attachment (id=269)
-->
(http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=269&action=view)
removing '&' behind start-stop-daemon, to make $? valid
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=781
------- Additional Comments From [EMAIL PROTECTED] 2007-09-01 17:35 -------
Created an attachment (id=270)
-->
(http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=270&action=view)
allow LM4857 to be off'ed on suspend and shutdown
This patch allows to power off the AMP on suspending and shutdowning Linux.
I've tested it on my NEO. Don't know if current drain on suspend is less cause
I don't have measurement setup. Can somebody test that ?
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=786
Summary: [patch] gtkcombobox defines white text on white
background for gtkcomboboxentries
Product: OpenMoko
Version: current svn head
Platform: Neo1973
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Theming
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
CC: [email protected]
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=786
------- Additional Comments From [EMAIL PROTECTED] 2007-09-01 18:26 -------
Created an attachment (id=271)
-->
(http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=271&action=view)
remove white text on white background for GTKComboBoxEntry
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=787
Summary: libmokojournal can't be updatet
Product: OpenMoko
Version: current svn head
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: openmoko-libs
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [email protected]
when i do an ipkg upgrade on a new installed (current svn head) rootfs i get:
Collected errors:
Package libmokojournal2-0 wants to install file
/usr/lib/libmokojournal2.so.0.0.1
But that file is already provided by package libmokojournal2
Package libmokojournal2-0 wants to install file /usr/lib/libmokojournal2.so.0
But that file is already provided by package libmokojournal2
Package libmokojournal2-0 wants to install file
/usr/lib/libmokojournal2.so.0.0.1
But that file is already provided by package libmokojournal2
Package libmokojournal2-0 wants to install file /usr/lib/libmokojournal2.so.0
But that file is already provided by package libmokojournal2
Package libmokojournal2-0 wants to install file
/usr/lib/libmokojournal2.so.0.0.1
But that file is already provided by package libmokojournal2
Package libmokojournal2-0 wants to install file /usr/lib/libmokojournal2.so.0
But that file is already provided by package libmokojournal2
this can be "fixed" by rm /usr/lib/libmokojournal2.so.0* and doing another
upgrade.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=205
------- Additional Comments From [EMAIL PROTECTED] 2007-09-01 20:10 -------
this should now be quite easy since we already have all the pieces in place to
talk with the GSM modem (terminal mode, passthrough, power up/down).
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=195
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2007-09-01 20:10 -------
this has been implemented as of svn rev. 2885.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
--- End Message ---
--- Begin Message ---
[This e-mail has been automatically generated.]
You have one or more bugs assigned to you in the Bugzilla
bugsystem (http://bugzilla.openmoko.org/cgi-bin/bugzilla/) that require
attention.
All of these bugs are in the NEW state, and have not been touched
in 7 days or more. You need to take a look at them, and
decide on an initial action.
Generally, this means one of three things:
(1) You decide this bug is really quick to deal with (like, it's INVALID),
and so you get rid of it immediately.
(2) You decide the bug doesn't belong to you, and you reassign it to someone
else. (Hint: if you don't know who to reassign it to, make sure that
the Component field seems reasonable, and then use the "Reassign bug to
owner of selected component" option.)
(3) You decide the bug belongs to you, but you can't solve it this moment.
Just use the "Accept bug" command.
To get a list of all NEW bugs, you can use this URL (bookmark it if you like!):
http://bugzilla.openmoko.org/cgi-bin/bugzilla/buglist.cgi?bug_status=NEW&[EMAIL
PROTECTED]
Or, you can use the general query page, at
http://bugzilla.openmoko.org/cgi-bin/bugzilla/query.cgi.
Appended below are the individual URLs to get to all of your NEW bugs that
haven't been touched for a week or more.
You will get this message once a day until you've dealt with these bugs!
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=112
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=114
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=129
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=141
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=181
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=276
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=301
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=340
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=448
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=466
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=555
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=572
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=589
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=624
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=630
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=661
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=696
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=714
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=727
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=742
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=788
Summary: Starting or stopping gsmd completely locks up the Neo
Product: OpenMoko
Version: 2007.2
Platform: Neo1973
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P2
Component: gsmd
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [email protected]
Tested on several 2007.2 images, this problem was only observed on those with
the 2.6.22 kernel. Most recently tested:
* uImage-2.6.22.5-moko11-r2-fic-gta01.bin
*
OpenMoko-openmoko-devel-image-glibc-ipk-P1-August-Snapshot-20070901-fic-gta01.rootfs.jffs2
Observations:
- The indication on the panel is the antenna with a question-mark -- unable to
communicate with the modem. This is similar to other bugs reported, but the
difference with the problem is that one cannot shutdown the running gsmd, nor
can one start a new gsmd if the gsmd process exits.
Specifically, shutting down the phone will result in the device hanging in the
shutdown. At that point, it is completely unresponsive to any input, including
the power button. Recovery requires that the battery be removed.
If, instead of shutting down, one examines the last lines in the /tmp/gsm.log,
the text indicates that the modem was declared dead by gsmd, and gsmd exited.
Restarting the gsmd process by executing /etc/init.d/gsmd start will result in a
total lockup of the neo, as described above -- even the power button is
non-responsive.
uname: Linux fic-gta01 2.6.22.5-moko11 #1 PREEMPT Sat Sep 1 14:02:08 CDT 2007
armv4tl unknown
Contents of /tmp/gsm.log:
Sat Sep 1 18:49:13 2007 <1> machine.c:131:gsmd_machine_plugin_init() detected
'GTA01' hardware
Sat Sep 1 18:49:13 2007 <1> machine.c:72:gsmd_machine_plugin_load() loading
machine plugin "generic"
Sat Sep 1 18:49:13 2007 <1> vendor.c:75:gsmd_vendor_plugin_load() loading
vendor plugin "ti"
Sat Sep 1 18:49:13 2007 <1> machine.c:56:gsmd_machine_plugin_find() selecting
machine plugin "generic"
Sat Sep 1 18:49:14 2007 <1> atcmd.c:561:atcmd_drain() c_iflag = 0x00000500,
c_oflag = 0x00000005, c_cflag = 0x800018b2, c_lflag = 0x00008a3b
Sat Sep 1 18:49:14 2007 <1> vendor.c:59:gsmd_vendor_plugin_find() selecting
vendor plugin "TI Calypso"
Sat Sep 1 18:49:14 2007 <1> atcmd.c:545:atcmd_submit() submitting command `ATZ'
Sat Sep 1 18:49:26 2007 <1> atcmd.c:545:atcmd_submit() submitting command
`AT+CFUN=1'
Sat Sep 1 18:49:46 2007 <1> atcmd.c:545:atcmd_submit() submitting command
`AT+COPS=0'
Sat Sep 1 18:54:14 2007 <1> gsmd.c:124:alive_interval_tmr_cb() interval
expired, starting next alive inquiry
Sat Sep 1 18:54:14 2007 <1> atcmd.c:545:atcmd_submit() submitting command `AT'
Sat Sep 1 18:54:44 2007 <1> gsmd.c:79:alive_tmr_cb() gsmd_alive timer expired
Sat Sep 1 18:54:44 2007 <8> gsmd.c:82:alive_tmr_cb() modem dead!
gsmd - (C) 2006-2007 by OpenMoko, Inc. and contributors
This program is FREE SOFTWARE under the terms of GNU GPL
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
--- End Message ---
_______________________________________________
buglog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/buglog