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. Re: Openmoko Bug #2155: opkg-native do_compile failed
(Openmoko Public Trac)
2. Re: Openmoko Bug #2153: GTK based apps have a too large font
and widgets are pushed out of view (Openmoko Public Trac)
3. Re: Openmoko Bug #2155: opkg-native do_compile failed
(Openmoko Public Trac)
4. Re: Openmoko Bug #2155: opkg-native do_compile failed
(Openmoko Public Trac)
5. Re: Openmoko Bug #2155: opkg-native do_compile failed
(Openmoko Public Trac)
6. Openmoko Bug #2156: rtctest.c does not exit with
stable-tracking kernel (Openmoko Public Trac)
7. Re: Openmoko Bug #2156: rtctest.c does not exit with
stable-tracking kernel (Openmoko Public Trac)
--- Begin Message ---
#2155: opkg-native do_compile failed
---------------------+------------------------------------------------------
Reporter: manitu | Owner: tick
Type: defect | Status: accepted
Priority: high | Milestone:
Component: opkg | Version:
Severity: blocker | Keywords: opkg opkg-native do_compile SUSE11.0
compile error free_error_list opkh_cmd.c opkg_cmd opkg_print_error_list
Haspatch: 1 | Blockedby:
Estimated: | Patchreview:
Blocking: | Reproducible: always
---------------------+------------------------------------------------------
Comment(by tick):
I think gcc 4.3.1 has this kind of issue. It's issues this warning.
You can turn off the -Werror and I think it will be okay.
I tried gcc 4.3.2-1 on debian x86_64-linux-gnu, opkg is compiled happily.
Index: libopkg/Makefile.am
===================================================================
--- libopkg/Makefile.am (revision 4640)
+++ libopkg/Makefile.am (working copy)
@@ -1,5 +1,5 @@
-AM_CFLAGS=-Wall -Werror -DHOST_CPU_STR=\"@[EMAIL PROTECTED]"
[EMAIL PROTECTED]@ -DLIBDIR=\"@[EMAIL PROTECTED]"
-DOPKGLIBDIR=\"@[EMAIL PROTECTED]" -DDATADIR=\"@[EMAIL PROTECTED]"
-I$(top_srcdir)
$(BIGENDIAN_CFLAGS) $(CURL_CFLAGS) $(GPGME_CFLAGS)
+AM_CFLAGS=-Wall -DHOST_CPU_STR=\"@[EMAIL PROTECTED]" [EMAIL PROTECTED]@
-DLIBDIR=\"@[EMAIL PROTECTED]" -DOPKGLIBDIR=\"@[EMAIL PROTECTED]"
-DDATADIR=\"@[EMAIL PROTECTED]" -I$(top_srcdir) $(BIGENDIAN_CFLAGS)
$(CURL_CFLAGS)
$(GPGME_CFLAGS)
libopkg_includedir=$(includedir)/libopkg
libopkg_include_HEADERS= opkg.h
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/2155#comment:5>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#2153: GTK based apps have a too large font and widgets are pushed out of view
--------------------+-------------------------------------------------------
Reporter: BillK | Owner: john_lee
Type: defect | Status: accepted
Priority: normal | Milestone:
Component: Distro | Version: Om2008.9-dev
Severity: normal | Keywords:
Haspatch: 0 | Blockedby:
Estimated: | Patchreview:
Blocking: | Reproducible:
--------------------+-------------------------------------------------------
Changes (by john_lee):
* version: unspecified => Om2008.9-dev
* component: unknown => Distro
Comment:
I just flashed testing image 3rd Dec, calculator and mediaplayer both
appear to be normal. I think that means apps without their own setting in
moko-gtk-theme will use bad defaults. Will try tangogps later.
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/2153#comment:3>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#2155: opkg-native do_compile failed
---------------------+------------------------------------------------------
Reporter: manitu | Owner: tick
Type: defect | Status: accepted
Priority: high | Milestone:
Component: opkg | Version:
Severity: blocker | Keywords: opkg opkg-native do_compile SUSE11.0
compile error free_error_list opkh_cmd.c opkg_cmd opkg_print_error_list
Haspatch: 1 | Blockedby:
Estimated: | Patchreview:
Blocking: | Reproducible: always
---------------------+------------------------------------------------------
Comment(by manitu):
Replying to [comment:5 tick]:
> I think gcc 4.3.1 has this kind of issue. It's issues this warning.
> You can turn off the -Werror and I think it will be okay.
> I tried gcc 4.3.2-1 on debian x86_64-linux-gnu, opkg is compiled
happily.
>
>
>
> Index: libopkg/Makefile.am
> ===================================================================
> --- libopkg/Makefile.am (revision 4640)
> +++ libopkg/Makefile.am (working copy)
> @@ -1,5 +1,5 @@
>
> -AM_CFLAGS=-Wall -Werror -DHOST_CPU_STR=\"@[EMAIL PROTECTED]"
[EMAIL PROTECTED]@ -DLIBDIR=\"@[EMAIL PROTECTED]"
-DOPKGLIBDIR=\"@[EMAIL PROTECTED]" -DDATADIR=\"@[EMAIL PROTECTED]"
-I$(top_srcdir)
$(BIGENDIAN_CFLAGS) $(CURL_CFLAGS) $(GPGME_CFLAGS)
> +AM_CFLAGS=-Wall -DHOST_CPU_STR=\"@[EMAIL PROTECTED]" [EMAIL PROTECTED]@
-DLIBDIR=\"@[EMAIL PROTECTED]" -DOPKGLIBDIR=\"@[EMAIL PROTECTED]"
-DDATADIR=\"@[EMAIL PROTECTED]" -I$(top_srcdir) $(BIGENDIAN_CFLAGS)
$(CURL_CFLAGS)
$(GPGME_CFLAGS)
>
> libopkg_includedir=$(includedir)/libopkg
> libopkg_include_HEADERS= opkg.h
its not working, same error, got to go offline now, tomorrow i will try to
compile gcc without yast, hope it works then :/
if you got any idea, feel free to post it^^
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/2155#comment:6>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#2155: opkg-native do_compile failed
---------------------+------------------------------------------------------
Reporter: manitu | Owner: tick
Type: defect | Status: accepted
Priority: high | Milestone:
Component: opkg | Version:
Severity: blocker | Keywords: opkg opkg-native do_compile SUSE11.0
compile error free_error_list opkh_cmd.c opkg_cmd opkg_print_error_list
Haspatch: 1 | Blockedby:
Estimated: | Patchreview:
Blocking: | Reproducible: always
---------------------+------------------------------------------------------
Comment(by tick):
Yes, this indeed is a bug. Thanks for reporting this.
It was defined as:
In file ./opkg_utils.h
26:void free_error_list();
but the usage becomes
free_error_list(&error_list);
That's wrong.
fix in svn 4844
you can patch the following patch to 4640 as well
commit ba0825094571b051edbf35f8f8bffe02c388d1af
Author: tick <[EMAIL PROTECTED]>
Date: Wed Dec 3 15:33:52 2008 +0000
opkg: remove the free_error_list wrong usage bug
Thanks for manitu
git-svn-id: https://svn.openmoko.org/trunk/src/target/[EMAIL PROTECTED]
99fdad57-331a-0410-800a-d7fa5415bdb3
diff --git a/libopkg/opkg_cmd.c b/libopkg/opkg_cmd.c
index cf1cc5d..5b842bd 100644
--- a/libopkg/opkg_cmd.c
+++ b/libopkg/opkg_cmd.c
@@ -151,7 +151,7 @@ void opkg_print_error_list (opkg_conf_t *conf)
error_list = error_list->next;
}
- free_error_list(&error_list);
+ free_error_list();
}
}
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/2155#comment:7>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#2155: opkg-native do_compile failed
---------------------+------------------------------------------------------
Reporter: manitu | Owner: tick
Type: defect | Status: in_testing
Priority: high | Milestone:
Component: opkg | Version:
Severity: blocker | Keywords: opkg opkg-native do_compile SUSE11.0
compile error free_error_list opkh_cmd.c opkg_cmd opkg_print_error_list
Haspatch: 1 | Blockedby:
Estimated: | Patchreview:
Blocking: | Reproducible: always
---------------------+------------------------------------------------------
Changes (by tick):
* status: accepted => in_testing
Comment:
If you test okay, please switch to fixed.
If not okay, feel free to reassign to me.
Thanks :-)
Tick
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/2155#comment:8>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#2156: rtctest.c does not exit with stable-tracking kernel
-----------------------------+----------------------------------------------
Reporter: lindi | Owner: openmoko-kernel
Type: defect | Status: new
Priority: normal | Milestone:
Component: System Software | Version: unspecified
Severity: normal | Keywords:
Haspatch: 0 | Blockedby:
Estimated: | Patchreview:
Blocking: | Reproducible:
-----------------------------+----------------------------------------------
{{{
Steps to reproduce:
1) build and boot stable-tracking kernel
2) modprobe rtc-s3c
3) gcc -o rtctest rtctest.c
4) ./rtctest
Expected results
4) rtctest prints debug texts and exits
Actual results
4) rtctest prints the following but does not exit
RTC Driver Test Example.
...Update IRQs not supported.
Current RTC date/time is 3-12-2008, 15:48:00.
Alarm time now set to 15:48:20.
Waiting 5 seconds for alarm...
More info:
1) rtctest.c is extracted from Documentation/rtc.txt and attached to this
bug report.
}}}
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/2156>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#2156: rtctest.c does not exit with stable-tracking kernel
-----------------------------+----------------------------------------------
Reporter: lindi | Owner: openmoko-kernel
Type: defect | Status: new
Priority: normal | Milestone:
Component: System Software | Version: unspecified
Severity: normal | Keywords:
Haspatch: 0 | Blockedby:
Estimated: | Patchreview:
Blocking: | Reproducible:
-----------------------------+----------------------------------------------
Comment(by andy):
Can you try this with andy-tracking kernel? This has Balaji's changes to
pcf50633 and the rtc on there. Stable-tracking isn't representative of
what we will fork to make the new stable since it lacks a bunch of stuff
in andy-tracking.
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/2156#comment:1>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
_______________________________________________
buglog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/buglog