Date
1 - 1 of 1
[Bug 5052] New: libxsettings-0.11-r0 build fail on angstrom-2008.1 for stb225
bugzilla-daemon@...
http://bugs.openembedded.net/show_bug.cgi?id=5052
Summary: libxsettings-0.11-r0 build fail on angstrom-2008.1 for
stb225
Classification: Unclassified
Product: Openembedded
Version: Angstrom 2008.x
Platform: MIPS
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: org.openembedded.dev
AssignedTo: openembedded-issues@...
ReportedBy: yajinzhou@...
libxsettings building failed when install.
NOTE: make -e MAKEFLAGS= PREFIX=/usr
DESTDIR=/home/yajin/tmp/work/mipsel-angstrom-linux/libxsettings-0.11-r0/image
install
install -d
/home/yajin/tmp/work/mipsel-angstrom-linux/libxsettings-0.11-r0/image/usr/lib
install -s libXsettings.so.0
/home/yajin/tmp/work/mipsel-angstrom-linux/libxsettings-0.11-r0/image/usr/lib/libXsettings.so.0
strip: Unable to recognise the format of the input file
`/home/yajin/tmp/work/mipsel-angstrom-linux/libxsettings-0.11-r0/image/usr/lib/libXsettings.so.0'
install: strip failed
make: *** [install-program] Error 1
FATAL: oe_runmake failed
I modify the Makefile to the following:
install-program: $(LIBXSETTINGS_SO)
install -d $(DESTDIR)$(PREFIX)/lib
install $(LIBXSETTINGS_SO) $(DESTDIR)$(PREFIX)/lib/$(LIBXSETTINGS_SO)
and it works.
--
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
Summary: libxsettings-0.11-r0 build fail on angstrom-2008.1 for
stb225
Classification: Unclassified
Product: Openembedded
Version: Angstrom 2008.x
Platform: MIPS
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: org.openembedded.dev
AssignedTo: openembedded-issues@...
ReportedBy: yajinzhou@...
libxsettings building failed when install.
NOTE: make -e MAKEFLAGS= PREFIX=/usr
DESTDIR=/home/yajin/tmp/work/mipsel-angstrom-linux/libxsettings-0.11-r0/image
install
install -d
/home/yajin/tmp/work/mipsel-angstrom-linux/libxsettings-0.11-r0/image/usr/lib
install -s libXsettings.so.0
/home/yajin/tmp/work/mipsel-angstrom-linux/libxsettings-0.11-r0/image/usr/lib/libXsettings.so.0
strip: Unable to recognise the format of the input file
`/home/yajin/tmp/work/mipsel-angstrom-linux/libxsettings-0.11-r0/image/usr/lib/libXsettings.so.0'
install: strip failed
make: *** [install-program] Error 1
FATAL: oe_runmake failed
I modify the Makefile to the following:
install-program: $(LIBXSETTINGS_SO)
install -d $(DESTDIR)$(PREFIX)/lib
install $(LIBXSETTINGS_SO) $(DESTDIR)$(PREFIX)/lib/$(LIBXSETTINGS_SO)
and it works.
--
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.