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 625] New: [Build Failed] cannot stat `ftl_format': No
      such      file or directory  ([EMAIL PROTECTED])
   2. [Bug 623] Subversion server refuses to accept new files
      ([EMAIL PROTECTED])
   3. [Bug 533] openmoko-footer: build and make distcheck related
      improvements ([EMAIL PROTECTED])
   4. [Bug 532] openmoko-dialer: make distcheck and
      autotools-related improvements ([EMAIL PROTECTED])
   5. [Bug 267] internal function duplicates strstr(3)
      ([EMAIL PROTECTED])
   6. [Bug 536] openmoko-messages : build and make distcheck
      related   improvements ([EMAIL PROTECTED])
   7. [Bug 542] make distcheck related modifs for
      openmoko-panel-mainmenu ([EMAIL PROTECTED])
   8. [Bug 541] openmoko-panel-battery : make distcheck related
      modifs ([EMAIL PROTECTED])
   9. [Bug 540] openmoko-panel-clock : make distcheck related
      modifs ([EMAIL PROTECTED])
  10. [Bug 534] openmoko-today : build and make distcheck related
      improvements ([EMAIL PROTECTED])
  11. [Bug 625] [Build Failed] cannot stat `ftl_format': No such
      file or   directory ([EMAIL PROTECTED])
  12. Your Bugzilla buglist needs attention. ([EMAIL PROTECTED])
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=625

           Summary: [Build Failed]  cannot stat `ftl_format': No such file
                    or directory
           Product: OpenMoko
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: autobuilds
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


[EMAIL PROTECTED]:/mnt/tp16/AP/trunks/openMoko/Moko/trunk>make
( cd build ; . ../setup-env ; \
          bitbake openmoko-devel-image )
NOTE: Using cache in
'/mnt/tp16/AP/trunks/openMoko/Moko/trunk/build/tmp/cache/fic-gta01'
NOTE: Handling BitBake files: \ (4351/4351) [100 %]
NOTE: Parsing finished. 4169 cached, 0 parsed, 182 skipped, 0 masked.

NOTE: build 200707021747: started

OE Build Configuration:
BB_VERSION     = "1.6.9"
OE_REVISION    = "<unknown>"
TARGET_ARCH    = "arm"
TARGET_OS      = "linux"
MACHINE        = "fic-gta01"
DISTRO         = "openmoko"
DISTRO_VERSION = ".dev-snapshot-20070702"
TARGET_FPU     = "soft"

NOTE: preferred version 2.4 of glibc not available
NOTE: preferred version 2.4 of glibc-intermediate not available
NOTE: preferred version 2.4 of glibc not available
NOTE: Retrieved remote revisions: ['0', '0', '2350', '0']
NOTE: Retrieved remote revisions: ['1636d1c8529c006d106287cfbc20cd0a246fe1cb',
'0', '2348']
NOTE: Retrieved remote revisions: ['0', '0', '2350', '0']
NOTE: package mtd-utils-native-1.0.0+git: started
NOTE: package mtd-utils-native-1.0.0+git-r2: task do_populate_staging: started
ERROR: function do_stage failed
ERROR: log data follows
(/mnt/tp16/AP/trunks/openMoko/Moko/trunk/build/tmp/work/i686-linux/mtd-utils-native-1.0.0+git-r2/temp/log.do_stage.15525)
| install: cannot stat `ftl_format': No such file or directory
NOTE: Task failed:
/mnt/tp16/AP/trunks/openMoko/Moko/trunk/build/tmp/work/i686-linux/mtd-utils-native-1.0.0+git-r2/temp/log.do_stage.15525
NOTE: package mtd-utils-native-1.0.0+git-r2: task do_populate_staging: failed
ERROR: TaskFailed event exception, aborting
NOTE: package mtd-utils-native-1.0.0+git: failed
ERROR: Build of openmoko-devel-image failed
make: *** [openmoko-devel-image] Error 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=623





------- Additional Comments From [EMAIL PROTECTED]  2007-07-02 17:09 -------
By a few hours of searching, I found probably a solution: here
http://ynniv.com/blog/2005/12/troubling-svn-error.html
I have turned of the fancy output of gforge.
Please try again and get me posted.
Thanks. 



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

[EMAIL PROTECTED] changed:

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



------- Additional Comments From [EMAIL PROTECTED]  2007-07-02 20:43 -------
Apparently, 2 files are missing now in the src/Makefile.am. Here is the one
liner diff I had to apply to build openmoko-footer:
Index: applications/openmoko-footer/src/Makefile.am
===================================================================
--- applications/openmoko-footer/src/Makefile.am        (révision 2355)
+++ applications/openmoko-footer/src/Makefile.am        (copie de travail)
@@ -10,6 +10,7 @@
                          footer.c footer.h \
                          callbacks.c callbacks.h \
                          taskmenu.c taskmenu.h \
+                         taskitem.c taskitem.h \
                          misc.c misc.h
 
 openmoko_footer_LDADD = @OPENMOKO_LIBS@




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

[EMAIL PROTECTED] changed:

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



------- Additional Comments From [EMAIL PROTECTED]  2007-07-02 20:51 -------
Another "dist_" prefix is missing (due to later additions I think). Here is the
one liner needed:
Index: openmoko-dialer/data/Makefile.am
===================================================================
--- openmoko-dialer/data/Makefile.am    (révision 2355)
+++ openmoko-dialer/data/Makefile.am    (copie de travail)
@@ -51,7 +51,7 @@
 # Dbus service file
 #
 servicedir = $(datadir)/dbus-1/services
-service_in_files = org.openmoko.Dialer.service.in
+dist_service_in_files = org.openmoko.Dialer.service.in
 service_DATA = $(service_in_files:.service.in=.service)
 
 # Expand the bindir in the service file




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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED





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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED





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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED





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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED





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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED





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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED





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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[Build Failed]  cannot stat |[Build Failed]  cannot stat
                   |`ftl_format': No such file  |`ftl_format': No such file
                   |or directory                |or directory



------- Additional Comments From [EMAIL PROTECTED]  2007-07-03 03:29 -------
run.do_stage  try to install program files at git/
however those files are located at git/arm-linux/  
The script cannot find them





------- 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 ---
[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=41
  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=129
  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=276
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=301
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=340
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=344
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=347
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=412
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=422
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=448
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=466
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=470
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=471
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=508
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=511
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=555
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=571
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=572
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=589
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=605



--- End Message ---
_______________________________________________
buglog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/buglog

Reply via email to