[Bug 4935] New: build of flex-native fails

bugzilla-daemon at amethyst.openembedded.net bugzilla-daemon at amethyst.openembedded.net
Mon Dec 15 21:59:51 UTC 2008


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

           Summary: build of flex-native fails
    Classification: Unclassified
           Product: Openembedded
           Version: Angstrom 2008.x
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: org.openembedded.dev
        AssignedTo: openembedded-issues at lists.openembedded.org
        ReportedBy: david.hagood at aeroflex.com


The build of flex-native as a part of building "task-base" fails.

The error log is:
oe_libinstall: cd
oe_libinstall: install -d
/space/OpenEmbedded/build/tmp/staging/i686-linux/usr/lib/
oe_libinstall: install -m 0644 libfl.a
/space/OpenEmbedded/build/tmp/staging/i686-linux/usr/lib/
install: cannot stat `libfl.a': No such file or directory

This seems to be the issue as described in this email:
http://www.mail-archive.com/openembedded-users@lists.openembedded.org/msg00334.html

It seems that the build of flex-native does not create the .lai files that the
install is looking for, and so fails to find the correct directory.

Removing the following from the flex-native_2.5.31.bb file allows the install
to work:
    oe_libinstall -a libfl ${STAGING_LIBDIR}

Could it be that the native install is NOT building the shared libraries?

Additional info: I've seen SEVERAL packages in OE that seem to have related
problems.

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