[oe-issues] cannot understand

venkatram mustoor mustoor.venkatram at gmail.com
Tue Mar 20 12:39:21 UTC 2007


Hi all,

I am new to this forum, I am really confused, I need info regarding
how to make ipkg-build  binaries for powerpc-405 processor,

here i see no such things atall.

Please tell me how to get ipkg-build binaries for powerpc-405 processor.

On 3/20/07, openembedded-issues-request at lists.openembedded.org
<openembedded-issues-request at lists.openembedded.org> wrote:
> Send Openembedded-issues mailing list submissions to
>        openembedded-issues at lists.openembedded.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-issues
>
> or, via email, send a message with subject or body 'help' to
>        openembedded-issues-request at lists.openembedded.org
>
> You can reach the person managing the list at
>        openembedded-issues-owner at lists.openembedded.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Openembedded-issues digest..."
>
>
> Today's Topics:
>
>   1. [Bug 1510] New bb: qtopia/qtopia-core_4.2.0.bb
>      (bugzilla-daemon at tinman.treke.net)
>   2. [Bug 1829] imlib2-loaders and imlib2-filters .debug       packages
>      not moved into -dbg package (bugzilla-daemon at tinman.treke.net)
>   3. [Bug 1611] small typo in mx31ads-kernel recipe
>      (bugzilla-daemon at tinman.treke.net)
>   4. [Bug 2019] Update sox to 13.0.0 and add sox-native
>      (bugzilla-daemon at tinman.treke.net)
>   5. [Bug 2019] Update sox to 13.0.0 and add sox-native
>      (bugzilla-daemon at tinman.treke.net)
>   6. [Bug 2020] New: intrecom 0.15 fails during config
>      (bugzilla-daemon at tinman.treke.net)
>   7. [Bug 2021] New: atftp 0.7 fails to build on efika
>      (bugzilla-daemon at tinman.treke.net)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 19 Mar 2007 04:08:02 -0700 (PDT)
> From: bugzilla-daemon at tinman.treke.net
> Subject: [oe-issues] [Bug 1510] New bb: qtopia/qtopia-core_4.2.0.bb
> To: openembedded-issues at lists.openembedded.org
> Message-ID: <20070319110802.A2A7B40B05B at tinman.treke.net>
>
> http://bugs.openembedded.org/show_bug.cgi?id=1510
>
>
> valentin.longchamp at epfl.ch changed:
>
>           What    |Removed                     |Added
> ----------------------------------------------------------------------------
>                 CC|                            |valentin.longchamp at epfl.ch
>
>
>
>
> ------- Comment #7 from valentin.longchamp at epfl.ch  2007-03-19 04:08 -------
> This does not work anymore for arm build.
>
> It looks like the build system is mixing local tools with OE cross-compiler
> paths, here is an example:
>
> | g++ -fno-exceptions -Wl,-rpath,/usr/lib -Wl,-rpath,/usr/lib -o
> ../../../bin/rcc .obj/release-shared-emb-arm/main.o
> .obj/release-shared-emb-arm/rcc.o .obj/release-shared-emb-arm/qglobal.o
> .obj/release-shared-emb-arm/qbuffer.o .obj/release-shared-emb-arm/qdir.o
> .obj/release-shared-emb-arm/qfile.o .obj/release-shared-emb-arm/qfileinfo.o
> .obj/release-shared-emb-arm/qfsfileengine.o
> .obj/release-shared-emb-arm/qiodevice.o
> .obj/release-shared-emb-arm/qtemporaryfile.o
> .obj/release-shared-emb-arm/qtextstream.o
> .obj/release-shared-emb-arm/qbytearraymatcher.o
> .obj/release-shared-emb-arm/qchar.o .obj/release-shared-emb-arm/qdatetime.o
> .obj/release-shared-emb-arm/qhash.o .obj/release-shared-emb-arm/qlistdata.o
> .obj/release-shared-emb-arm/qlocale.o .obj/release-shared-emb-arm/qmap.o
> .obj/release-shared-emb-arm/qstring.o .obj/release-shared-emb-arm/qstringlist.o
> .obj/release-shared-emb-arm/qstringmatcher.o
> .obj/release-shared-emb-arm/qvector.o
> .obj/release-shared-emb-arm/qabstractfileengine.o
> .obj/release-shared-emb-arm/qbytearray.o
> .obj/release-shared-emb-arm/qbitarray.o
> .obj/release-shared-emb-arm/qunicodetables.o
> .obj/release-shared-emb-arm/qvsnprintf.o .obj/release-shared-emb-arm/qregexp.o
> .obj/release-shared-emb-arm/qtextcodec.o
> .obj/release-shared-emb-arm/qutfcodec.o
> .obj/release-shared-emb-arm/qisciicodec.o
> .obj/release-shared-emb-arm/qtsciicodec.o
> .obj/release-shared-emb-arm/qlatincodec.o
> .obj/release-shared-emb-arm/qsimplecodec.o .obj/release-shared-emb-arm/qdom.o
> .obj/release-shared-emb-arm/qxml.o
> .obj/release-shared-emb-arm/qfsfileengine_unix.o
> -L/home/valentin/EPFL/iMXBoard/linux/openembedded/build/mx31ADS/tmp/staging/arm-angstrom-linux-gnueabi/lib
> -lz -ldl
> | /usr/bin/ld: skipping incompatible
> /home/valentin/EPFL/iMXBoard/linux/openembedded/build/mx31ADS/tmp/staging/arm-angstrom-linux-gnueabi/lib/libz.so
> when searching for -lz
> | /usr/bin/ld: skipping incompatible
> /home/valentin/EPFL/iMXBoard/linux/openembedded/build/mx31ADS/tmp/staging/arm-angstrom-linux-gnueabi/lib/libz.a
> when searching for -lz
> | /usr/bin/ld: cannot find -lz
>
>
> This recipe must be rewritten to better integrate qmake OE tools.
>
>
> --
> Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You are the assignee for the bug, or are watching the assignee.
>
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 19 Mar 2007 06:54:31 -0700 (PDT)
> From: bugzilla-daemon at tinman.treke.net
> Subject: [oe-issues] [Bug 1829] imlib2-loaders and imlib2-filters
>        .debug  packages not moved into -dbg package
> To: openembedded-issues at lists.openembedded.org
> Message-ID: <20070319135431.6F022401B2D at tinman.treke.net>
>
> http://bugs.openembedded.org/show_bug.cgi?id=1829
>
>
> papercrane at reversefold.com changed:
>
>           What    |Removed                     |Added
> ----------------------------------------------------------------------------
>             Status|NEW                         |RESOLVED
>         Resolution|                            |FIXED
>
>
>
>
> ------- Comment #4 from papercrane at reversefold.com  2007-03-19 06:54 -------
> I've pushed a revision (28fe31c4c998f1ca6f7f78aa9a0bb7dd71684039) which puts
> all of the .debug dirs in the imlib2-dbg package. I'm not sure what the rule is
> regarding sub-packages and -dbg packages. Comments welcome.
>
>
> --
> Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You are the assignee for the bug, or are watching the assignee.
>
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 19 Mar 2007 07:01:02 -0700 (PDT)
> From: bugzilla-daemon at tinman.treke.net
> Subject: [oe-issues] [Bug 1611] small typo in mx31ads-kernel recipe
> To: openembedded-issues at lists.openembedded.org
> Message-ID: <20070319140102.BD77D40B05C at tinman.treke.net>
>
> http://bugs.openembedded.org/show_bug.cgi?id=1611
>
>
> openembedded at hrw.one.pl changed:
>
>           What    |Removed                     |Added
> ----------------------------------------------------------------------------
>             Status|NEW                         |RESOLVED
>         Resolution|                            |FIXED
>
>
>
>
> ------- Comment #2 from openembedded at hrw.one.pl  2007-03-19 07:01 -------
> pushed
>
>
> --
> Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You are the assignee for the bug, or are watching the assignee.
>
>
>
> ------------------------------
>
> Message: 4
> Date: Mon, 19 Mar 2007 07:09:19 -0700 (PDT)
> From: bugzilla-daemon at tinman.treke.net
> Subject: [oe-issues] [Bug 2019] Update sox to 13.0.0 and add
>        sox-native
> To: openembedded-issues at lists.openembedded.org
> Message-ID: <20070319140919.3634140B05B at tinman.treke.net>
>
> http://bugs.openembedded.org/show_bug.cgi?id=2019
>
>
> bugs.openembedded.org at rolf.leggewie.biz changed:
>
>           What    |Removed                     |Added
> ----------------------------------------------------------------------------
>   Attachment #1293|application/octet-stream    |text/plain
>          mime type|                            |
>
>
>
>
> ------- Comment #4 from bugs.openembedded.org at rolf.leggewie.biz  2007-03-19 07:09 -------
> (From update of attachment 1293)
> If you set the MIME-Type to text/plain, one can actually read the text in the
> browser.
>
> The other attachment are left for you as an exercise ;-)
>
>
> --
> Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You are the assignee for the bug, or are watching the assignee.
>
>
>
> ------------------------------
>
> Message: 5
> Date: Mon, 19 Mar 2007 07:10:51 -0700 (PDT)
> From: bugzilla-daemon at tinman.treke.net
> Subject: [oe-issues] [Bug 2019] Update sox to 13.0.0 and add
>        sox-native
> To: openembedded-issues at lists.openembedded.org
> Message-ID: <20070319141051.1263F40B05B at tinman.treke.net>
>
> http://bugs.openembedded.org/show_bug.cgi?id=2019
>
>
>
>
>
> ------- Comment #5 from bugs.openembedded.org at rolf.leggewie.biz  2007-03-19 07:10 -------
> please take a look at http://www.openembedded.org/wiki/StyleGuide.  It will
> help you produce bb files compliant with OE policy.  Thank you for submitting
> your work.
>
>
> --
> Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You are the assignee for the bug, or are watching the assignee.
>
>
>
> ------------------------------
>
> Message: 6
> Date: Mon, 19 Mar 2007 09:43:11 -0700 (PDT)
> From: bugzilla-daemon at tinman.treke.net
> Subject: [oe-issues] [Bug 2020] New: intrecom 0.15 fails during config
> To: openembedded-issues at lists.openembedded.org
> Message-ID: <20070319164311.630DE401B2D at tinman.treke.net>
>
> http://bugs.openembedded.org/show_bug.cgi?id=2020
>
>           Summary: intrecom 0.15 fails during config
>           Product: Openembedded
>           Version: unspecified
>          Platform: Other
>        OS/Version: Linux
>            Status: NEW
>          Severity: normal
>          Priority: P2
>         Component: Build
>        AssignedTo: openembedded-issues at lists.openembedded.org
>        ReportedBy: skoroneos at digital-opsis.com
>         QAContact: tinderbox-oe at gmx.net
>
>
> This is on efika with gcc 4.1.1/glibc 2.5 and today's metadata
>
> | checking for setenv... yes
> | checking for memset... yes
> | checking for strcasecmp... yes
> | checking for strchr... yes
> | checking for strcspn... yes
> | checking for strdup... yes
> | checking for strerror... yes
> | checking for strspn... yes
> | checking for strtol... yes
> | checking for atexit... yes
> | configure: creating ./config.status
> | config.status: creating Makefile
> | config.status: creating doc/Makefile
> | config.status: creating doc/sgml/Makefile
> | config.status: creating gsm/Makefile
> | config.status: creating subst/Makefile
> | config.status: creating config.h
> | config.status: config.h is unchanged
> | config.status: linking
> /work/oplinux-0.2/tmp/libc/work/ppc603e-linux/intercom-0.15-r1/intercom-0.15/subst/fnmatch_.h
> to subst/fnmatch.h
> | config.status: error:
> /work/oplinux-0.2/tmp/libc/work/ppc603e-linux/intercom-0.15-r1/intercom-0.15/subst/fnmatch_.h:
> file not found
> | FATAL: oe_runconf failed
> NOTE: Task failed:
> /work/oplinux-0.2/tmp/libc/work/ppc603e-linux/intercom-0.15-r1/temp/log.do_configure.6615
> NOTE: package intercom-0.15-r1: task do_configure: failed
> ERROR: TaskFailed event exception, aborting
> NOTE: package intercom-0.15: failed
> ERROR: Build of oplinux-packages failed
>
>
> --
> Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You are the assignee for the bug, or are watching the assignee.
>
>
>
> ------------------------------
>
> Message: 7
> Date: Mon, 19 Mar 2007 11:04:20 -0700 (PDT)
> From: bugzilla-daemon at tinman.treke.net
> Subject: [oe-issues] [Bug 2021] New: atftp 0.7 fails to build on efika
> To: openembedded-issues at lists.openembedded.org
> Message-ID: <20070319180420.0CAEB401B2D at tinman.treke.net>
>
> http://bugs.openembedded.org/show_bug.cgi?id=2021
>
>           Summary: atftp 0.7 fails to build on efika
>           Product: Openembedded
>           Version: unspecified
>          Platform: Other
>        OS/Version: Linux
>            Status: NEW
>          Severity: normal
>          Priority: P2
>         Component: Build
>        AssignedTo: openembedded-issues at lists.openembedded.org
>        ReportedBy: skoroneos at digital-opsis.com
>         QAContact: tinderbox-oe at gmx.net
>
>
> This is with gcc 4.1.1 glibc 2.5
>
> | tftp_mtftp.c: In function 'tftp_mtftp_receive_file':
> | tftp_mtftp.c:259: warning: pointer targets in passing argument 1 of
> 'tftp_mtftp_missed_packet' differ in signedness
> | tftp_mtftp.c:480: warning: pointer targets in passing argument 1 of
> 'tftp_mtftp_missed_packet' differ in signedness
> | powerpc-linux-gcc -mcpu=603e  -g -Wall -D_REENTRANT -O2
> -L/work/oplinux-0.2/tmp/libc/staging/powerpc-linux/lib
> -Wl,-rpath-link,/work/oplinux-0.2/tmp/libc/staging/powerpc-linux/lib -Wl,-O1 -o
> atftp  tftp.o tftp_io.o logger.o options.o tftp_def.o tftp_file.o argz.o
> tftp_mtftp.o  -lreadline
> | if powerpc-linux-gcc -mcpu=603e -DHAVE_CONFIG_H -I.
> -I/work/oplinux-0.2/tmp/libc/work/ppc603e-linux/atftp-0.7-r2/atftp-0.7 -I.
> -isystem/work/oplinux-0.2/tmp/libc/staging/powerpc-linux/include  -g -Wall
> -D_REENTRANT -O2 -MT tftpd.o -MD -MP -MF ".deps/tftpd.Tpo" -c -o tftpd.o
> tftpd.c; \
> |       then mv -f ".deps/tftpd.Tpo" ".deps/tftpd.Po"; else rm -f
> ".deps/tftpd.Tpo"; exit 1; fi
> | if powerpc-linux-gcc -mcpu=603e -DHAVE_CONFIG_H -I.
> -I/work/oplinux-0.2/tmp/libc/work/ppc603e-linux/atftp-0.7-r2/atftp-0.7 -I.
> -isystem/work/oplinux-0.2/tmp/libc/staging/powerpc-linux/include  -g -Wall
> -D_REENTRANT -O2 -MT stats.o -MD -MP -MF ".deps/stats.Tpo" -c -o stats.o
> stats.c; \
> |       then mv -f ".deps/stats.Tpo" ".deps/stats.Po"; else rm -f
> ".deps/stats.Tpo"; exit 1; fi
> | stats.c: In function 'stats_print':
> | stats.c:160: error: 'CLK_TCK' undeclared (first use in this function)
> | stats.c:160: error: (Each undeclared identifier is reported only once
> | stats.c:160: error: for each function it appears in.)
> | make[2]: *** [stats.o] Error 1
> | make[2]: Leaving directory
> `/work/oplinux-0.2/tmp/libc/work/ppc603e-linux/atftp-0.7-r2/atftp-0.7'
> | make[1]: *** [all-recursive] Error 1
> | make[1]: Leaving directory
> `/work/oplinux-0.2/tmp/libc/work/ppc603e-linux/atftp-0.7-r2/atftp-0.7'
> | make: *** [all] Error 2
> | FATAL: oe_runmake failed
> NOTE: Task failed:
> /work/oplinux-0.2/tmp/libc/work/ppc603e-linux/atftp-0.7-r2/temp/log.do_compile.28880
> NOTE: package atftp-0.7-r2: task do_compile: failed
> ERROR: TaskFailed event exception, aborting
> NOTE: package atftp-0.7: failed
> ERROR: Build of oplinux-packages failed
>
>
> --
> Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You are the assignee for the bug, or are watching the assignee.
>
>
>
> ------------------------------
>
> _______________________________________________
> Openembedded-issues mailing list
> Openembedded-issues at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-issues
>
>
> End of Openembedded-issues Digest, Vol 6, Issue 35
> **************************************************
>




More information about the Openembedded-issues mailing list