[Bug 4583] New: AC_CHECK_ENABLE_LTDL macro is undefined

bugzilla-daemon at amethyst.openembedded.net bugzilla-daemon at amethyst.openembedded.net
Thu Sep 25 13:40:54 UTC 2008


http://bugs.openembedded.net/show_bug.cgi?id=4583

           Summary: AC_CHECK_ENABLE_LTDL macro is undefined
    Classification: Unclassified
           Product: Openembedded
           Version: Angstrom 2008.x
          Platform: Other
        OS/Version: other
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: org.openembedded.dev
        AssignedTo: openembedded-issues at lists.openembedded.org
        ReportedBy: chrisfriedt at gmail.com


Created an attachment (id=10248)
 --> (http://bugs.openembedded.net/attachment.cgi?id=10248)
patch for cacao-0.98+hg20071001

As of today, the AC_CHECK_ENABLE_LTDL macro prevents
cacao-native-0.98+hg20071001 from building (required for rxtx). My
configuration is below:

DISTRO = "angstrom-2008.1"
TARGET_OS = "linux"
DL_DIR = "${HOME}/beagleboard/sources"
BBFILES := "${HOME}/beagleboard/org.openembedded.dev/packages/*/*.bb"
BBMASK = ""
PREFERRED_PROVIDERS = "virtual/qte:qte virtual/libqpe:libqpe-opie
virtual/java-initial:jamvm-initial"
PREFERRED_PROVIDERS += " virtual/libsdl:libsdl-x11"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
MACHINE = "beagleboard"
IMAGE_FSTYPES = "jffs2 tar"
BBINCLUDELOGS = "yes"

After I applied the patch (see attachment), do_configure still failed because
'ecj-initial ... Test.java' failed.

The reason was because ecj-initial (actually a script that would run
java-initial, which was actually a script that would run jamvm-initial) was
failing with an error saying 'java-initial' command not found or 'bootclasspath
is empty' even though the glibj.zip in question was 9 MB.

I had to manually edit 'java-initial' and add 

export PATH=${MYOEDIR}/tmp/staging/x86_64-linux/usr/bin:${PATH}

That fixed all of my build issues from that point onwards.

Please feel free to create a build environment using the configuration I've
provided and verify with 'bitbake rxtx'.

Cheers,

Christopher

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