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 290] The ipk packages lack "Section" information for
      openmoko-devel-image ([EMAIL PROTECTED])
   2. Your Bugzilla buglist needs attention. ([EMAIL PROTECTED])
   3. [Bug 256] GSM Modem doesn't seem to work on some devices
      ([EMAIL PROTECTED])
   4. [Bug 256] GSM Modem doesn't seem to work on some devices
      ([EMAIL PROTECTED])
   5. [Bug 281] implicit declaration of function `strdup'
      ([EMAIL PROTECTED])
   6. [Bug 281] implicit declaration of function `strdup'
      ([EMAIL PROTECTED])
   7. [Bug 256] GSM Modem doesn't seem to work on some devices
      ([EMAIL PROTECTED])
   8. [Bug 256] GSM Modem doesn't seem to work on some devices
      ([EMAIL PROTECTED])
   9. [Bug 215] fingerwheel crashes mainmenu when touching the
      black part ([EMAIL PROTECTED])
  10. [Bug 215] fingerwheel crashes mainmenu when touching the
      black part ([EMAIL PROTECTED])
  11. [Bug 215] fingerwheel crashes mainmenu when touching the
      black part ([EMAIL PROTECTED])
  12. [Bug 215] fingerwheel crashes mainmenu when touching the
      black part ([EMAIL PROTECTED])
  13. [Bug 215] fingerwheel crashes mainmenu when touching the
      black part ([EMAIL PROTECTED])
  14. [Bug 215] fingerwheel crashes mainmenu when touching the
      black part ([EMAIL PROTECTED])
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=290





------- Additional Comments From [EMAIL PROTECTED]  2007-03-20 04:42 -------
Please see "http://buildhost.openmoko.org/tmp/rootfs/usr/lib/ipkg/status";
There is no "Section" field.



------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.



--- 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=69
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=70
  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=137
  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=192
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=204
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=232
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=248



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=256





------- Additional Comments From [EMAIL PROTECTED]  2007-03-20 10:28 -------
Yes! I confirm that it works when I enable flow control after starting cu. And
so does gsmd, right after booting.
I can only assume that I left the uart in a confused state, gsmd never worked
after running cu, but I never tried to run it first.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=256





------- Additional Comments From [EMAIL PROTECTED]  2007-03-20 10:28 -------
Yes! I confirm that it works when I enable flow control after starting cu. And
so does gsmd, right after booting.
I can only assume that I left the uart in a confused state, gsmd never worked
after running cu, but I never tried to run it first.



------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=281

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2007-03-20 10:30 -------
It seems that the strdup is not a standard function in c99. Before find a better
way to resolve it, it will use the __USE_XOPEN_EXTENDED macro temporary.

Thanks Philippe De Swert.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=281

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2007-03-20 10:30 -------
It seems that the strdup is not a standard function in c99. Before find a better
way to resolve it, it will use the __USE_XOPEN_EXTENDED macro temporary.

Thanks Philippe De Swert.



------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=256





------- Additional Comments From [EMAIL PROTECTED]  2007-03-20 10:34 -------
With crtscts enabled it works. 

Time to buy cheap prepaid for it.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=256





------- Additional Comments From [EMAIL PROTECTED]  2007-03-20 10:34 -------
With crtscts enabled it works. 

Time to buy cheap prepaid for it.



------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=215





------- Additional Comments From [EMAIL PROTECTED]  2007-03-20 10:44 -------
[EMAIL PROTECTED]:~$ gdb openmoko-mainmenu 
GNU gdb 6.6
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "arm-angstrom-linux-gnueabi"...
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) run
Starting program: /usr/bin/openmoko-mainmenu 
BFD: /usr/lib/.debug/libexpat.so.1.5.0: warning: sh_link not set for section
`.ARM.exidx'

(openmoko-mainmenu:2217): GLib-GObject-WARNING **: invalid cast from
`MokoFingerWheel' to `GtkWindow'

(openmoko-mainmenu:2217): Gtk-CRITICAL **: gtk_window_set_title: assertion
`GTK_IS_WINDOW (window)' failed
moko: vfolder_path_root=[/usr/share/matchbox/vfolders/Root.directory]
moko: vfolder_path=[/usr/share/matchbox/vfolders]
moko: RootMatchStr=[PIM]
mokodesktop: failed to open /usr/local/share/applications
mokodesktop: failed to open /home/root/.applications
** (openmoko-mainmenu:2217): DEBUG: moko_finger_wheel_show
** (openmoko-mainmenu:2217): DEBUG: moko_finger_wheel: toolbox not visible,
doing nothing
** (openmoko-mainmenu:2217): DEBUG: moko_finger_wheel_set_transient_for
** (openmoko-mainmenu:2217): DEBUG: moko_finger_wheel_button_press
** (openmoko-mainmenu:2217): DEBUG: moko_finger_wheel_button_check_area
** (openmoko-mainmenu:2217): DEBUG: The event x=46, y=112
** (openmoko-mainmenu:2217): DEBUG: The req width=152, height=152
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: moko_finger_wheel_button_release





------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=215





------- Additional Comments From [EMAIL PROTECTED]  2007-03-20 10:44 -------
[EMAIL PROTECTED]:~$ gdb openmoko-mainmenu 
GNU gdb 6.6
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "arm-angstrom-linux-gnueabi"...
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) run
Starting program: /usr/bin/openmoko-mainmenu 
BFD: /usr/lib/.debug/libexpat.so.1.5.0: warning: sh_link not set for section
`.ARM.exidx'

(openmoko-mainmenu:2217): GLib-GObject-WARNING **: invalid cast from
`MokoFingerWheel' to `GtkWindow'

(openmoko-mainmenu:2217): Gtk-CRITICAL **: gtk_window_set_title: assertion
`GTK_IS_WINDOW (window)' failed
moko: vfolder_path_root=[/usr/share/matchbox/vfolders/Root.directory]
moko: vfolder_path=[/usr/share/matchbox/vfolders]
moko: RootMatchStr=[PIM]
mokodesktop: failed to open /usr/local/share/applications
mokodesktop: failed to open /home/root/.applications
** (openmoko-mainmenu:2217): DEBUG: moko_finger_wheel_show
** (openmoko-mainmenu:2217): DEBUG: moko_finger_wheel: toolbox not visible,
doing nothing
** (openmoko-mainmenu:2217): DEBUG: moko_finger_wheel_set_transient_for
** (openmoko-mainmenu:2217): DEBUG: moko_finger_wheel_button_press
** (openmoko-mainmenu:2217): DEBUG: moko_finger_wheel_button_check_area
** (openmoko-mainmenu:2217): DEBUG: The event x=46, y=112
** (openmoko-mainmenu:2217): DEBUG: The req width=152, height=152
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: moko_finger_wheel_button_release





------- 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=215





------- Additional Comments From [EMAIL PROTECTED]  2007-03-20 10:44 -------
[EMAIL PROTECTED]:~$ gdb openmoko-mainmenu 
GNU gdb 6.6
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "arm-angstrom-linux-gnueabi"...
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) run
Starting program: /usr/bin/openmoko-mainmenu 
BFD: /usr/lib/.debug/libexpat.so.1.5.0: warning: sh_link not set for section
`.ARM.exidx'

(openmoko-mainmenu:2217): GLib-GObject-WARNING **: invalid cast from
`MokoFingerWheel' to `GtkWindow'

(openmoko-mainmenu:2217): Gtk-CRITICAL **: gtk_window_set_title: assertion
`GTK_IS_WINDOW (window)' failed
moko: vfolder_path_root=[/usr/share/matchbox/vfolders/Root.directory]
moko: vfolder_path=[/usr/share/matchbox/vfolders]
moko: RootMatchStr=[PIM]
mokodesktop: failed to open /usr/local/share/applications
mokodesktop: failed to open /home/root/.applications
** (openmoko-mainmenu:2217): DEBUG: moko_finger_wheel_show
** (openmoko-mainmenu:2217): DEBUG: moko_finger_wheel: toolbox not visible,
doing nothing
** (openmoko-mainmenu:2217): DEBUG: moko_finger_wheel_set_transient_for
** (openmoko-mainmenu:2217): DEBUG: moko_finger_wheel_button_press
** (openmoko-mainmenu:2217): DEBUG: moko_finger_wheel_button_check_area
** (openmoko-mainmenu:2217): DEBUG: The event x=46, y=112
** (openmoko-mainmenu:2217): DEBUG: The req width=152, height=152
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: FIXME: emit scroll values here...
** (openmoko-mainmenu:2217): DEBUG: moko_finger_wheel_button_release





------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=215





------- Additional Comments From [EMAIL PROTECTED]  2007-03-20 10:46 -------
Surprisingly gdb doesn't think it crashed, but the mainmenu isn't visible
anymore, nor is it in "active tasks".



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=215





------- Additional Comments From [EMAIL PROTECTED]  2007-03-20 10:46 -------
Surprisingly gdb doesn't think it crashed, but the mainmenu isn't visible
anymore, nor is it in "active tasks".



------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=215





------- Additional Comments From [EMAIL PROTECTED]  2007-03-20 10:46 -------
Surprisingly gdb doesn't think it crashed, but the mainmenu isn't visible
anymore, nor is it in "active tasks".



------- 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

Reply via email to