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 274]
openmoko-contacts-0.1+svnnow-r3_0_200703160321-do_unpack
([EMAIL PROTECTED])
2. [Bug 275]
openmoko-contacts-0.1+svnnow-r3_0_200703160350-do_unpack
([EMAIL PROTECTED])
3. [Bug 275]
openmoko-contacts-0.1+svnnow-r3_0_200703160350-do_unpack
([EMAIL PROTECTED])
4. [Bug 277]
openmoko-contacts-0.1+svnnow-r3_0_200703160712-do_unpack
([EMAIL PROTECTED])
5. [Bug 277]
openmoko-contacts-0.1+svnnow-r3_0_200703160712-do_unpack
([EMAIL PROTECTED])
6. [Bug 278]
openmoko-contacts-0.1+svnnow-r3_0_200703160805-do_unpack
([EMAIL PROTECTED])
7. [Bug 278]
openmoko-contacts-0.1+svnnow-r3_0_200703160805-do_unpack
([EMAIL PROTECTED])
8. [Bug 279] Appmanager crush when install packages
([EMAIL PROTECTED])
9. [Bug 279] Appmanager crush when install packages
([EMAIL PROTECTED])
10. [Bug 279] Appmanager crush when install packages
([EMAIL PROTECTED])
11. [Bug 279] Appmanager crush when install packages
([EMAIL PROTECTED])
12. [Bug 279] Appmanager crush when install packages
([EMAIL PROTECTED])
13. [Bug 279] Appmanager crush when install packages
([EMAIL PROTECTED])
14. [Bug 280] New: openmoko-appmanager not refresh the packages
list after remove a package successfully
([EMAIL PROTECTED])
15. [Bug 280] openmoko-appmanager not refresh the packages list
after remove a package successfully
([EMAIL PROTECTED])
16. [Bug 281] New: implicit declaration of function `strdup'
([EMAIL PROTECTED])
17. [Bug 281] New: implicit declaration of function `strdup'
([EMAIL PROTECTED])
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=274
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2007-03-16 09:26 -------
fixed by adding forgotten files from OE
------- 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=275
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2007-03-16 09:26 -------
fixed by adding forgotten files from OE
------- 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=275
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2007-03-16 09:26 -------
fixed by adding forgotten files from OE
------- 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=277
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2007-03-16 09:27 -------
fixed by adding forgotten files from OE
------- 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=277
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2007-03-16 09:27 -------
fixed by adding forgotten files from OE
------- 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=278
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2007-03-16 09:27 -------
fixed by adding forgotten files from OE
------- 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=278
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2007-03-16 09:27 -------
fixed by adding forgotten files from OE
------- 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=279
------- Additional Comments From [EMAIL PROTECTED] 2007-03-16 09:38 -------
After more test with Ken_Zhao, we found that the libipkg will fork some new
processes to complete the installing. And the libipkg will send them a "SIGTERM"
signal to terminal them.
If run the openmoko-appmanager from the console, the processes that libipkg
forked remain at memory after they complete their jobs, and the status of them
is "Z"(use the ps).
If launch the openmoko-appmanager from the matchbox-desktop, the processes that
libipkg forked will automatically terminate after they complete their jobs. So
the process id of them will be invailid. Send a "SIGTERM" signal to an invailid
process cause the openmoko-appmanager crush.
------- 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=279
------- Additional Comments From [EMAIL PROTECTED] 2007-03-16 09:38 -------
After more test with Ken_Zhao, we found that the libipkg will fork some new
processes to complete the installing. And the libipkg will send them a "SIGTERM"
signal to terminal them.
If run the openmoko-appmanager from the console, the processes that libipkg
forked remain at memory after they complete their jobs, and the status of them
is "Z"(use the ps).
If launch the openmoko-appmanager from the matchbox-desktop, the processes that
libipkg forked will automatically terminate after they complete their jobs. So
the process id of them will be invailid. Send a "SIGTERM" signal to an invailid
process cause the openmoko-appmanager crush.
------- 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=279
------- Additional Comments From [EMAIL PROTECTED] 2007-03-16 09:43 -------
Created an attachment (id=33)
-->
(http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=33&action=view)
The new is-processing.patch, it resolve the bug 279.
------- 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=279
------- Additional Comments From [EMAIL PROTECTED] 2007-03-16 09:43 -------
Created an attachment (id=33)
-->
(http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=33&action=view)
The new is-processing.patch, it resolve the bug 279.
------- 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=279
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2007-03-16 09:47 -------
Ken_Zhao has updated the is-processing.patch file to resolve it.
It will check whether the process is available before sending "SIGTERM" signal
to a process. Because we can't update this file by our accounts. So he email the
patch file to the devel list. The attachment file is the new
is-processing.patch.
------- 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=279
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2007-03-16 09:47 -------
Ken_Zhao has updated the is-processing.patch file to resolve it.
It will check whether the process is available before sending "SIGTERM" signal
to a process. Because we can't update this file by our accounts. So he email the
patch file to the devel list. The attachment file is the new
is-processing.patch.
------- 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=280
Summary: openmoko-appmanager not refresh the packages list after
remove a package successfully
Product: OpenMoko
Version: current svn head
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: openmoko-applicationmanager
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
After removing a package successfully, the openmoko-appmanager should refresh
the packages list.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You reported the bug, or are watching the reporter.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=280
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|PC |Neo1973
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
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
Summary: implicit declaration of function `strdup'
Product: OpenMoko
Version: current svn head
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: openmoko-applicationmanager
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
In the openmoko-appmanager, in the file ipkgapi.c, it includes the strings.h,
but it still report as that:
ipkgapi.c:415: warning: implicit declaration of function `strdup'
How to resolve 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=281
Summary: implicit declaration of function `strdup'
Product: OpenMoko
Version: current svn head
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: openmoko-applicationmanager
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
In the openmoko-appmanager, in the file ipkgapi.c, it includes the strings.h,
but it still report as that:
ipkgapi.c:415: warning: implicit declaration of function `strdup'
How to resolve it?
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
--- End Message ---
_______________________________________________
buglog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/buglog