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 #2199: bitbake wpa-supplicant-0.6.3 fails
(OSError) (Openmoko Public Trac)
2. Re: Openmoko Bug #2199: bitbake wpa-supplicant-0.6.3 fails
(OSError) (Openmoko Public Trac)
3. Openmoko Bug #2201: [UI] bightness setting does is not being
saved between sessions (Openmoko Public Trac)
4. Re: Openmoko Bug #1966: The qtopia addressbook does not
provide a search bar (Openmoko Public Trac)
5. Openmoko Bug #2202: Missing entry in checksums.ini
(Openmoko Public Trac)
6. Re: Openmoko Bug #2202: Missing entry in checksums.ini
(Openmoko Public Trac)
7. Openmoko Bug #2203: paroli_git.bb fails to parse
(Openmoko Public Trac)
8. Openmoko Bug #2204: paroli_git.bb fails to parse
(Openmoko Public Trac)
--- Begin Message ---
#2199: bitbake wpa-supplicant-0.6.3 fails (OSError)
---------------------------------------------------------+------------------
Reporter: cfriedt | Owner:
openmoko-kernel
Type: defect | Status:
reopened
Priority: normal | Milestone:
Component: System Software | Version:
Severity: normal | Resolution:
Keywords: wpa-supplicant OSError permission denied | Haspatch: 0
Blockedby: | Estimated:
Patchreview: | Blocking:
Reproducible: |
---------------------------------------------------------+------------------
Changes (by cfriedt):
* keywords: wpa-supplicant OSError => wpa-supplicant OSError permission
denied
Comment:
Python n00b or not, I think I may have found the fix. I can't be sure if
this problem is actually in OpenEmbedded's package.bbclass, or whether it
is an error or Python's os.stat(). My Python version is 2.5.2
incidentally.
My problem was this:
1) os.stat() is called on a symbolic link
/home/cfriedt/openmoko/oe/build/tm
p/work/armv4t-angstrom-linux-gnueabi/wpa-
supplicant-0.6.3-r3/image/etc/network/if-post-down.d/wpasupplicant
which points to
/etc/wpa_supplicant/ifupdown.sh
2) os.stat(), for some reason, follows the symbolic link and attempts to
perform another os.stat() on the target of the link (far before the
os.readlink() function is called on the link itself)
3) If the target of the link is contained within, or is itself, unreadable
by the current user, then os.stat() throws an exception, errno.EACCES
(13).
I'm not going to bother submitting a patch for python, although I guess I
could submit a bug report. There is, however, an attachment in this bug
report that should fix OpenEmbedded.
I gave it quite a bit of consideration, and I can't think of any case
where this would actually pose a security threat in OE packages - it's
more of glue code to handle a shortcoming in either python's or Linux's
implementation of the stat() syscall.
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/2199#comment:5>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#2199: bitbake wpa-supplicant-0.6.3 fails (OSError)
---------------------------------------------------------+------------------
Reporter: cfriedt | Owner:
openmoko-kernel
Type: defect | Status:
reopened
Priority: normal | Milestone:
Component: System Software | Version:
Severity: normal | Resolution:
Keywords: wpa-supplicant OSError permission denied | Haspatch: 0
Blockedby: | Estimated:
Patchreview: | Blocking:
Reproducible: |
---------------------------------------------------------+------------------
Comment(by cfriedt):
Submitted bug 4963 at bugs.openembedded.net.
Just a final thought -
It might be a better idea to substitute os.lstat() instead of os.stat() in
openembedded/classes/packages.bbclass, rather than ignoring the OSError
errno.EACCES exception.
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/2199#comment:6>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#2201: [UI] bightness setting does is not being saved between sessions
---------------------+------------------------------------------------------
Reporter: ivvmm | Owner: openmoko-devel
Type: defect | Status: new
Priority: normal | Milestone:
Component: unknown | Version:
Severity: normal | Keywords:
Haspatch: 0 | Blockedby:
Estimated: | Patchreview:
Blocking: | Reproducible: always
---------------------+------------------------------------------------------
Sorry, version could not be set. I am using 2008.12
Summary:
Screen brightness setting is not being restored between startups of X.
------------------
Steps to reproduce:
1. go to settings menu, change brightness from default 'high' to 'low'
2. shutdown / restart the device(or /etc/init.d/x* restart)
2.1 in case u r not restarting it — boot it again
3. you will get a still 'high' setting for brightness
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/2201>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#1966: The qtopia addressbook does not provide a search bar
--------------------------------------+-------------------------------------
Reporter: f.hackenber...@… | Owner: will
Type: enhancement | Status: assigned
Priority: normal | Milestone:
Component: Qtopia | Version: Om2008.8
Severity: blocker | Keywords: PM
Haspatch: 0 | Blockedby:
Estimated: | Patchreview:
Blocking: | Reproducible:
--------------------------------------+-------------------------------------
Comment(by yarikoptic):
I wonder what is the status of adopting this patch?
I had used some version of qpe with editbar enabled in the lists of
contacts and I LOVED IT, but then since I am using 'testing' repository, I
got qtopia-phone-x11 updated, thus I lost that functionality and GOT
REALLY FRUSTRATED
I wonder if there is any objective reason why it is not enabled?
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/1966#comment:18>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#2202: Missing entry in checksums.ini
---------------------+------------------------------------------------------
Reporter: rwhitby | Owner: julian_chu
Type: defect | Status: new
Priority: normal | Milestone:
Component: Distro | Version: unspecified
Severity: normal | Keywords:
Haspatch: 0 | Blockedby:
Estimated: | Patchreview:
Blocking: | Reproducible:
---------------------+------------------------------------------------------
From 35a123a97bfff1f0176cb07020d154fd74c263f3 Mon Sep 17 00:00:00 2001
From: Rod Whitby <[email protected]>
Date: Wed, 7 Jan 2009 16:10:16 +1030
Subject: [PATCH] checksums.ini: Added libftdi-0.9.tar.gz
---
conf/checksums.ini | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/conf/checksums.ini b/conf/checksums.ini
index d8fbe5b..d94b3eb 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -8038,6 +8038,10 @@
sha256=2cbce6d32c31c53df3e3f6fdd9d74c81b02ca1295598acd56061effa2b299b65
md5=0de290c864b64efbd02c265a683478a3
sha256=c0516891d36c6987f7a573dab556630a1e5390b0cb2ef6ffcf177ae018622979
+[http://www.intra2net.com/de/produkte/opensource/ftdi/TGZ/libftdi-0.9.tar.gz]
+md5=6b1bf276ba8d623332083477f91deefd
+sha256=1ffb6284de02c75a2cd6709b6148eac0336cd0297742500da12aedd151838295
+
[http://downloads.sourceforge.net/g15tools/libg15-1.2.1.tar.bz2]
md5=51d42e50ec00315f71be184ba1ddf32b
sha256=fd9468704d55fc6796604380ee63454e954720519f827e5ac563e2144b719155
--
1.5.6.5
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/2202>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#2202: Missing entry in checksums.ini
------------------------+---------------------------------------------------
Reporter: rwhitby | Owner: julian_chu
Type: defect | Status: closed
Priority: normal | Milestone:
Component: Distro | Version: unspecified
Severity: normal | Resolution: fixed
Keywords: | Haspatch: 0
Blockedby: | Estimated:
Patchreview: | Blocking:
Reproducible: |
------------------------+---------------------------------------------------
Changes (by rwhitby):
* status: new => closed
* resolution: => fixed
Comment:
Commited that change.
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/2202#comment:1>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#2203: paroli_git.bb fails to parse
---------------------+------------------------------------------------------
Reporter: rwhitby | Owner: julian_chu
Type: defect | Status: new
Priority: normal | Milestone:
Component: Distro | Version:
Severity: normal | Keywords:
Haspatch: 0 | Blockedby:
Estimated: | Patchreview:
Blocking: | Reproducible:
---------------------+------------------------------------------------------
( cd build && . ../setup-env && \
( bitbake openmoko-base-image ) )
NOTE: Removed the following variables from the
environment:SSH_CLIENT,MAKEFLAGS,SHLVL,OMDIR,MFLAGS,PYTHONPATH,SSH_TTY,OLDPWD,HISTCONTROL,MAKELEVEL,MAIL,SSH_CONNECTION
NOTE: Out of date cache found, rebuilding...
NOTE: Handling BitBake files: | (1167/6091) [19 %]ERROR: SRCREV was used
yet no valid SCM was found in SRC_URI
NOTE: <class 'bb.fetch.ParameterError'>: while evaluating:
[email protected]_srcrev(d)}
NOTE: <class 'bb.fetch.ParameterError'>: while evaluating:
0.2+gitr${SRCPV}
NOTE: <class 'bb.fetch.ParameterError'>: while evaluating:
${PN}-${EXTENDPE}${PV}-${PR}
NOTE: <class 'bb.fetch.ParameterError'>: while evaluating:
${TMPDIR}/work/${MULTIMACH_TARGET_SYS}/${PF}
NOTE: <class 'bb.fetch.ParameterError'>: while evaluating:
${WORKDIR}/git
NOTE: <class 'bb.fetch.ParameterError'>: while evaluating:
${S}
ERROR: while parsing /home/moko/openembedded/packages/openmoko-
projects/paroli_git.bb
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/2203>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#2204: paroli_git.bb fails to parse
---------------------+------------------------------------------------------
Reporter: rwhitby | Owner: julian_chu
Type: defect | Status: new
Priority: normal | Milestone:
Component: Distro | Version:
Severity: normal | Keywords:
Haspatch: 0 | Blockedby:
Estimated: | Patchreview:
Blocking: | Reproducible:
---------------------+------------------------------------------------------
( cd build && . ../setup-env && \
( bitbake openmoko-base-image ) )
NOTE: Removed the following variables from the
environment:SSH_CLIENT,MAKEFLAGS,SHLVL,OMDIR,MFLAGS,PYTHONPATH,SSH_TTY,OLDPWD,HISTCONTROL,MAKELEVEL,MAIL,SSH_CONNECTION
NOTE: Out of date cache found, rebuilding...
NOTE: Handling BitBake files: | (1167/6091) [19 %]ERROR: SRCREV was used
yet no valid SCM was found in SRC_URI
NOTE: <class 'bb.fetch.ParameterError'>: while evaluating:
[email protected]_srcrev(d)}
NOTE: <class 'bb.fetch.ParameterError'>: while evaluating:
0.2+gitr${SRCPV}
NOTE: <class 'bb.fetch.ParameterError'>: while evaluating:
${PN}-${EXTENDPE}${PV}-${PR}
NOTE: <class 'bb.fetch.ParameterError'>: while evaluating:
${TMPDIR}/work/${MULTIMACH_TARGET_SYS}/${PF}
NOTE: <class 'bb.fetch.ParameterError'>: while evaluating:
${WORKDIR}/git
NOTE: <class 'bb.fetch.ParameterError'>: while evaluating:
${S}
ERROR: while parsing /home/moko/openembedded/packages/openmoko-
projects/paroli_git.bb
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/2204>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
_______________________________________________
buglog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/buglog