[Bug 3735] New: the bb of libsdl-directfb_1.2.9 is broken
bugzilla-daemon at treke.net
bugzilla-daemon at treke.net
Sat Feb 2 21:44:53 UTC 2008
http://bugs.openembedded.net/show_bug.cgi?id=3735
Summary: the bb of libsdl-directfb_1.2.9 is broken
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: GNUtoo at no-log.org
1)The following patches aren't in the file folder:
file://agawa-piro-mickey-1.2.9.patch;patch=1 \
file://pygame-1.2.9.patch;patch=1 \
file://mouse-1.2.9.patch;patch=1 \
file://kill-stdc++-1.2.9.patch;patch=1 \
file://ipaq-1.2.9.patch;patch=1 \
file://SDL-Akita-1.2.9.patch;patch=1 \
file://fixlibs-1.2.9.patch;patch=1 \
file://no-PAGE_SIZE.patch;patch=1 \
file://explicit-extern-C.patch;patch=1 \
file://acinclude.m4 \
file://directfb_obsolete_calls.patch;patch=1"
and the file folder contains only theses patches:
files $ ls
acinclude.m4 directfb_obsolete_calls.patch extra-keys.patch
kernel-asm-page.patch
and so it fails:
$ bitbake libsdl-directfb
NOTE: Handling BitBake files: | (5199/5199) [100 %]
NOTE: Parsing finished. 4961 cached, 0 parsed, 238 skipped, 0 masked.
NOTE: build 200802022339: started
OE Build Configuration:
BB_VERSION = "1.8.9"
OE_REVISION = "<unknown>"
TARGET_ARCH = "arm"
TARGET_OS = "linux-gnueabi"
MACHINE = "qemuarm"
DISTRO = "angstrom"
DISTRO_VERSION = "2008.1-test-20080202"
TARGET_FPU = "soft"
NOTE: Resolving missing task queue dependencies
NOTE: preferred version 2.6.1 of glibc not available (for item
virtual/arm-angstrom-linux-gnueabi-libc-for-gcc)
NOTE: Preparing runqueue
NOTE: Executing runqueue
NOTE: Running task 315 of 359 (ID: 10,
/oe/org.openembedded.dev/packages/libsdl/libsdl-directfb_1.2.9.bb, do_fetch)
NOTE: package libsdl-directfb-1.2.9: started
NOTE: package libsdl-directfb-1.2.9-r3: task do_fetch: started
NOTE: package libsdl-directfb-1.2.9-r3: task do_fetch: completed
NOTE: package libsdl-directfb-1.2.9: completed
NOTE: Running task 316 of 359 (ID: 9,
/oe/org.openembedded.dev/packages/libsdl/libsdl-directfb_1.2.9.bb, do_unpack)
NOTE: package libsdl-directfb-1.2.9: started
NOTE: package libsdl-directfb-1.2.9-r3: task do_unpack: started
NOTE: Unpacking /oe/sources/SDL-1.2.9.tar.gz to
/oe/tmp/work/armv5te-angstrom-linux-gnueabi/libsdl-directfb-1.2.9-r3/
NOTE: Unpacking /oe/org.openembedded.dev/packages/libsdl/files/acinclude.m4 to
/oe/tmp/work/armv5te-angstrom-linux-gnueabi/libsdl-directfb-1.2.9-r3/
NOTE: package libsdl-directfb-1.2.9-r3: task do_unpack: completed
NOTE: package libsdl-directfb-1.2.9: completed
NOTE: Running task 326 of 359 (ID: 8,
/oe/org.openembedded.dev/packages/libsdl/libsdl-directfb_1.2.9.bb, do_patch)
NOTE: package libsdl-directfb-1.2.9: started
NOTE: package libsdl-directfb-1.2.9-r3: task do_patch: started
NOTE: Applying patch 'agawa-piro-mickey-1.2.9.patch'
(/oe/org.openembedded.dev/packages/libsdl/files/./agawa-piro-mickey-1.2.9.patch)
NOTE: Task failed: Error:
/oe/org.openembedded.dev/packages/libsdl/files/./agawa-piro-mickey-1.2.9.patch
not found.
NOTE: package libsdl-directfb-1.2.9-r3: task do_patch: failed
ERROR: TaskFailed event exception, aborting
NOTE: package libsdl-directfb-1.2.9: failed
ERROR: Build of
/oe/org.openembedded.dev/packages/libsdl/libsdl-directfb_1.2.9.bb do_patch
failed
ERROR: Task 8
(/oe/org.openembedded.dev/packages/libsdl/libsdl-directfb_1.2.9.bb, do_patch)
failed
NOTE: Tasks Summary: Attempted 325 tasks of which 323 didn't need to be rerun
and 1 failed.
ERROR: '/oe/org.openembedded.dev/packages/libsdl/libsdl-directfb_1.2.9.bb'
failed
2)then in there do_configure_prepend is:
if [ "${PALMTOP_USE_MULTITHREADED_QT}" == "yes" ]
then
sed -i s,-lqte,-lqte-mt, src/Makefile
fi
but src/Makefile doesn't exist at this time:
/oe/sources/SDL-1.2.9/src $ ls
audio cdrom cpuinfo endian events file hermes joystick main
Makefile.am Makefile.in SDL.c SDL_error.c SDL_error_c.h SDL_fatal.c
SDL_fatal.h SDL_getenv.c SDL_loadso.c thread timer video
removing the patches(but file://acinclude.m4) and running bitbake
libsdl-directfb gives:
$ bitbake libsdl-directfb
NOTE: Handling BitBake files: | (5199/5199) [100 %]
NOTE: Parsing finished. 4960 cached, 1 parsed, 238 skipped, 0 masked.
NOTE: build 200802022344: started
OE Build Configuration:
BB_VERSION = "1.8.9"
OE_REVISION = "<unknown>"
TARGET_ARCH = "arm"
TARGET_OS = "linux-gnueabi"
MACHINE = "qemuarm"
DISTRO = "angstrom"
DISTRO_VERSION = "2008.1-test-20080202"
TARGET_FPU = "soft"
NOTE: Resolving missing task queue dependencies
NOTE: preferred version 2.6.1 of glibc not available (for item
virtual/arm-angstrom-linux-gnueabi-libc-for-gcc)
NOTE: Preparing runqueue
NOTE: Executing runqueue
NOTE: Running task 326 of 359 (ID: 8,
/oe/org.openembedded.dev/packages/libsdl/libsdl-directfb_1.2.9.bb, do_patch)
NOTE: package libsdl-directfb-1.2.9: started
NOTE: package libsdl-directfb-1.2.9-r3: task do_patch: started
NOTE: package libsdl-directfb-1.2.9-r3: task do_patch: completed
NOTE: package libsdl-directfb-1.2.9: completed
NOTE: Running task 327 of 359 (ID: 5,
/oe/org.openembedded.dev/packages/libsdl/libsdl-directfb_1.2.9.bb,
do_configure)
NOTE: package libsdl-directfb-1.2.9: started
NOTE: package libsdl-directfb-1.2.9-r3: task do_configure: started
ERROR: function do_configure failed
ERROR: log data follows
(/oe/tmp/work/armv5te-angstrom-linux-gnueabi/libsdl-directfb-1.2.9-r3/temp/log.do_configure.24495)
| sed: can't read src/Makefile: No such file or directory
NOTE: Task failed:
/oe/tmp/work/armv5te-angstrom-linux-gnueabi/libsdl-directfb-1.2.9-r3/temp/log.do_configure.24495
NOTE: package libsdl-directfb-1.2.9-r3: task do_configure: failed
ERROR: TaskFailed event exception, aborting
NOTE: package libsdl-directfb-1.2.9: failed
ERROR: Build of
/oe/org.openembedded.dev/packages/libsdl/libsdl-directfb_1.2.9.bb do_configure
failed
ERROR: Task 5
(/oe/org.openembedded.dev/packages/libsdl/libsdl-directfb_1.2.9.bb,
do_configure) failed
NOTE: Tasks Summary: Attempted 326 tasks of which 325 didn't need to be rerun
and 1 failed.
ERROR: '/oe/org.openembedded.dev/packages/libsdl/libsdl-directfb_1.2.9.bb'
failed
--
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list