Ticket #2065 (new defect)

Opened 5 years ago

Last modified 5 years ago

[OE] Fails to build machine="x86": "DEVICE" no such file or directory.

Reported by: kempelen Owned by: openmoko-devel
Priority: normal Milestone:
Component: host utilities Version:
Severity: normal Keywords:
Cc: Blocked By:
Blocking: Estimated Completion (week):
HasPatchForReview: PatchReviewResult:
Reproducible:

Description

Error output:

NOTE: Running task 2107 of 2995 (ID: 984, /home/lion/coding/openmoko/moko/openembedded/packages/qtopia-phone/qtopia-phone-x11_git.bb, do_configure)
NOTE: package qtopia-phone-x11-4.3.2+git0+563d5f4c781efe1a11680c6a055b409034b528ab: started
NOTE: package qtopia-phone-x11-4.3.2+git0+563d5f4c781efe1a11680c6a055b409034b528ab-r39.2: task do_configure: started
ERROR: function do_configure failed
ERROR: log data follows (/home/lion/coding/openmoko/moko/build/tmp/work/x86-angstrom-linux/qtopia-phone-x11-4.3.2+git0+563d5f4c781efe1a11680c6a055b409034b528ab-r39.2/temp/log.do_configure.28502)
| sed: can't read /home/lion/coding/openmoko/moko/build/tmp/work/x86-angstrom-linux/qtopia-phone-x11-4.3.2+git0+563d5f4c781efe1a11680c6a055b409034b528ab-r39.2/git/devices/DEVICE/mkspecs/qws/linux-oe-g++/qmake.conf: No such file or directory
NOTE: Task failed: /home/lion/coding/openmoko/moko/build/tmp/work/x86-angstrom-linux/qtopia-phone-x11-4.3.2+git0+563d5f4c781efe1a11680c6a055b409034b528ab-r39.2/temp/log.do_configure.28502
NOTE: package qtopia-phone-x11-4.3.2+git0+563d5f4c781efe1a11680c6a055b409034b528ab-r39.2: task do_configure: failed
ERROR: TaskFailed? event exception, aborting
NOTE: package qtopia-phone-x11-4.3.2+git0+563d5f4c781efe1a11680c6a055b409034b528ab: failed
ERROR: Build of /home/lion/coding/openmoko/moko/openembedded/packages/qtopia-phone/qtopia-phone-x11_git.bb do_configure failed
ERROR: Task 984 (/home/lion/coding/openmoko/moko/openembedded/packages/qtopia-phone/qtopia-phone-x11_git.bb, do_configure) failed
NOTE: Tasks Summary: Attempted 2106 tasks of which 1813 didn't need to be rerun and 1 failed.
ERROR: '/home/lion/coding/openmoko/moko/openembedded/packages/qtopia-phone/qtopia-phone-x11_git.bb' failed
NOTE: build 200810081127: completed
make: * [openmoko-asu-image] Error 1

Contents of the directory where it tries to find directory "DEVICE":

[lion@localhost devices]$ ls
c3200/ example/ gcc411/ i686fb/ n800/ omap730/ zylonite_eabi/
default/ ficgta01/ greenphone/ min_voip/ nokia770/ zaurusclamshell/

Solution:

none known yet.

Building on:

Mandriva Linux 2008.1 x86_64

Local.conf:

MACHINE = "x86"
DISTRO = "openmoko"
BUILD_ARCH = "x86_64"
INHERIT += "devshell"
GLIBC_GENERATE_LOCALES = "en_US.UTF-8"

Mokomakefile (all default):

OM_GIT_SITE := git.openmoko.org
OM_GIT_REPO := git/openmoko.git
OM_GIT_BRANCH := org.openmoko.asu.stable
OM_IMAGE_NAME := openmoko-asu-image
# OM_GIT_BRANCH := org.openmoko.dev
# OM_IMAGE_NAME := openmoko-base-image

Make command:

make image

Change History

comment:1 Changed 5 years ago by zecke

this is no bug, patches are welcome though. Change the recipe to use default by default, test it, send a patch. org.openmoko.asu.stable and even org.openmoko.dev is only tested with om-gta01 and om-gta02 as machines.

Note: See TracTickets for help on using tickets.