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 408] Swedish translation for OpenMoko (different
components) ([EMAIL PROTECTED])
2. [Bug 530] New: build and make distcheck related improvements
([EMAIL PROTECTED])
3. [Bug 530] build and make distcheck related improvements
([EMAIL PROTECTED])
4. [Bug 531] New: make and configure modifications for make
distcheck ([EMAIL PROTECTED])
5. [Bug 531] make and configure modifications for make distcheck
([EMAIL PROTECTED])
6. [Bug 531] make and configure modifications for make distcheck
([EMAIL PROTECTED])
7. [Bug 532] New: make distcheck and autotools-related
improvements ([EMAIL PROTECTED])
8. [Bug 532] make distcheck and autotools-related improvements
([EMAIL PROTECTED])
9. [Bug 533] New: build and make distcheck related improvements
([EMAIL PROTECTED])
10. [Bug 533] build and make distcheck related improvements
([EMAIL PROTECTED])
11. [Bug 534] New: build and make distcheck related improvements
([EMAIL PROTECTED])
12. [Bug 534] build and make distcheck related improvements
([EMAIL PROTECTED])
13. [Bug 535] New: 2.6.21.1 kernel is broken
([EMAIL PROTECTED])
14. [Bug 536] New: build and make distcheck related improvements
([EMAIL PROTECTED])
15. [Bug 536] build and make distcheck related improvements
([EMAIL PROTECTED])
16. [Bug 535] 2.6.21.1 kernel is broken
([EMAIL PROTECTED])
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=408
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2007-04-30 12:01 -------
Included the Swedish translation into my local tree for the Calculator (pending
password change before commit into the tree).
IMO, this bug should be passed on to the other components for which a Sweedish
translation is included (appmanager, messager, messages, dialer, rssreader,
Callhandler) - but I don't know how to do that.
------- 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=530
Summary: build and make distcheck related improvements
Product: OpenMoko
Version: current svn head
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P4
Component: openmoko-libs
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [email protected]
make distcheck does not run as is.
Similarly it is not possible to build via a recursive configure.ac due to (IMHO
incorrect) usage of $(top_srcdir) in some Makefile.am.
Attached patch corrects the build file to enable this.
------- 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=530
------- Additional Comments From [EMAIL PROTECTED] 2007-04-30 12:49 -------
Created an attachment (id=128)
-->
(http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=128&action=view)
patch for automake distcheck
Patch generated at the root of openmoko-libs (with svn diff).
make distcheck should run correctly now (provided that PKG_CONFIG_PATH and
dependencies are met), even in a separate build dir.
------- 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=531
Summary: make and configure modifications for make distcheck
Product: OpenMoko
Version: current svn head
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P3
Component: openmoko-contacts
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [email protected]
one .desktop.in file was missing in the build files for make dist or make
distcheck to succeed
I also propose to use the "dist_" prefix to simplify Makefile.am
intltool .in files are not included in svn - they are not needed for building
either - so the patch deactivates the IT_PROG_INTLTOOL macro in configure.ac and
the additional clean commands.
With these modifications, make distcheck should run correctly
------- 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=531
------- Additional Comments From [EMAIL PROTECTED] 2007-04-30 13:03 -------
Created an attachment (id=129)
-->
(http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=129&action=view)
patch for make distcheck
Should allow make distcheck to run correctly.
------- 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=531
------- Additional Comments From [EMAIL PROTECTED] 2007-04-30 13:11 -------
"make distcheck" works fine for me from a clean source tree. What problems were
you having?
------- 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=532
Summary: make distcheck and autotools-related improvements
Product: OpenMoko
Version: current svn head
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P4
Component: openmoko-dialer
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [email protected]
Version and contact should be set in configure.ac
Some files are missing in Makefile.am , mostly *.h make dist fails).
On my machine, the compilation of ALSA headers also necessitates an additional
define.
imo dist_ automake builtin target can simplify data/Makefile.am
------- 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=532
------- Additional Comments From [EMAIL PROTECTED] 2007-04-30 13:27 -------
Created an attachment (id=130)
-->
(http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=130&action=view)
build patch to enable correct make distcheck
With these modifications, make distcheck completes correctly on my computer.
------- 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=533
Summary: build and make distcheck related improvements
Product: OpenMoko
Version: current svn head
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P4
Component: openmoko-footer
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [email protected]
A define for DBUS_API_SUBJECT_TO_CHANGE is needed for compilation on my machine.
Some *.h files are missing for make distcheck success.
IMHO dist_ builtin target can simplify the Makefile.am
------- 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=533
------- Additional Comments From [EMAIL PROTECTED] 2007-04-30 13:46 -------
Created an attachment (id=131)
-->
(http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=131&action=view)
build and distcheck patch
------- 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=534
Summary: build and make distcheck related improvements
Product: OpenMoko
Version: current svn head
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P4
Component: openmoko-today
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
CC: [email protected]
one .h files is missing for make distcheck success
on my machine, intltool autoconf macro fails distcheck too because no
translation are available yet maybe they should be deactivated
------- 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=534
------- Additional Comments From [EMAIL PROTECTED] 2007-04-30 13:52 -------
Created an attachment (id=132)
-->
(http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=132&action=view)
i18n deactivated and make distcheck check
------- 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=535
Summary: 2.6.21.1 kernel is broken
Product: OpenMoko
Version: current svn head
Platform: Neo1973
OS/Version: Linux
Status: NEW
Severity: blocker
Priority: P5
Component: kernel
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [email protected]
The following things don't work:
* gsm power
* bt power
* gps power
* audio
the first 3 can be explained by the fact that no gta01_pm_*.ko files get created
during the kernel build, the audio one is most likely a broken asoc patch.
I wonder why this is the default kernel now...
[EMAIL
PROTECTED]:/data/build/koen/OE/build/tmp/angstrom/work/fic-gta01-angstrom-linux-gnueabi/linux-gta01-2.6.21.1-moko9-r0/linux-2.6.21.1$
find . -name *gta01*
./arch/arm/common/gta01_pm_gps.c
./arch/arm/common/gta01_pm_gsm.c
./arch/arm/common/gta01_pm_bt.c
./arch/arm/common/gta01_pm_gsm.o
./arch/arm/common/.gta01_pm_gsm.o.cmd
./arch/arm/common/gta01_pm_gps.o
./arch/arm/common/.gta01_pm_gps.o.cmd
./arch/arm/common/gta01_pm_bt.o
./arch/arm/common/.gta01_pm_bt.o.cmd
./arch/arm/mach-s3c2410/mach-gta01.c
./arch/arm/mach-s3c2410/.mach-gta01.o.cmd
./arch/arm/mach-s3c2410/mach-gta01.o
./drivers/input/keyboard/gta01kbd.c
./drivers/input/keyboard/gta01kbd.o
./drivers/input/keyboard/.gta01kbd.o.cmd
./drivers/leds/leds-gta01.c
./drivers/leds/.leds-gta01.o.cmd
./drivers/leds/leds-gta01.o
./drivers/video/backlight/gta01_bl.c
./include/asm-arm/arch-s3c2410/gta01.h
./include/config/keyboard/gta01.h
./include/config/leds/gta01.h
./include/config/mach/gta01.h
[EMAIL
PROTECTED]:/data/build/koen/OE/build/tmp/angstrom/work/fic-gta01-angstrom-linux-gnueabi/linux-gta01-2.6.21.1-moko9-r0/linux-2.6.21.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=536
Summary: build and make distcheck related improvements
Product: OpenMoko
Version: current svn head
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P4
Component: openmoko-messages
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
CC: [email protected]
Missing src/message.h file listed in Makefile.am for make distcheck and a build
error on my machine if a compile directive is not defined. Patch follows.
Error without the DBUS_... macro:
In file included from ../../../../applications/openmoko-messages/src/main.c:28:
/usr/include/dbus-1.0/dbus/dbus.h:30:2: error: #error "Please define
DBUS_API_SUBJECT_TO_CHANGE to acknowledge your understanding that D-Bus hasn't
reached 1.0 and is subject to protocol and API churn. See the README for a full
explanation."
I
------- 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=536
------- Additional Comments From [EMAIL PROTECTED] 2007-04-30 14:30 -------
Created an attachment (id=133)
-->
(http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=133&action=view)
modifications for distcheck and build
------- 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=535
------- Additional Comments From [EMAIL PROTECTED] 2007-04-30 14:33 -------
gsm power does seem to work:
[EMAIL PROTECTED]:/sys/bus/platform/devices$ ls | grep gta
gta01-bl.0
gta01-button.0
gta01-led.0
gta01-pm-gsm.0
------- 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