BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0002874 [buildroot] Architecture Specific minor always 04-07-08 00:47 04-07-08 04:05
Reporter joedawson View Status public  
Assigned To buildroot
Priority normal Resolution open  
Status assigned   Product Version
Summary 0002874: libglib2 does not build
Description libglib2 fails to build. Is tested for ARM and x86 builds, giving the same error:
make[4]: Entering directory `/srv/br-svn/build_arm/libglib2-2.15.4/gobject'
make[4]: `glib-genmarshal' is up to date.
make[4]: Leaving directory `/srv/br-svn/build_arm/libglib2-2.15.4/gobject'
echo "#ifndef __G_MARSHAL_H__" > xgen-gmh \
        && echo "#define __G_MARSHAL_H__" >> xgen-gmh \
        && /usr/bin/glib-genmarshal --nostdinc --prefix=g_cclosure_marshal ./gmarshal.list --header >> xgen-gmh \
        && echo "#endif /* __G_MARSHAL_H__ */" >> xgen-gmh \
        && (cmp -s xgen-gmh gmarshal.h 2>/dev/null || cp xgen-gmh gmarshal.h) \
        && rm -f xgen-gmh xgen-gmh~ \
        && echo timestamp > stamp-gmarshal.h
/bin/bash: line 2: /usr/bin/glib-genmarshal: No such file or directory
make[3]: *** [stamp-gmarshal.h] Error 127
make[3]: Leaving directory `/srv/br-svn/build_arm/libglib2-2.15.4/gobject'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/srv/br-svn/build_arm/libglib2-2.15.4'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/srv/br-svn/build_arm/libglib2-2.15.4'
make: *** [/srv/br-svn/build_arm/libglib2-2.15.4/.stamp_built] Error 2
Additional Information
Attached Files  config [^] (18,155 bytes) 04-07-08 00:47

- Relationships

- Notes
(0006434)
joedawson
04-07-08 04:05

correction: it relies on libglib2 to be installed on the development machine. is it possible to have that tested in some way?
 

- Issue History
Date Modified Username Field Change
04-07-08 00:47 joedawson New Issue
04-07-08 00:47 joedawson Status new => assigned
04-07-08 00:47 joedawson Assigned To  => buildroot
04-07-08 00:47 joedawson File Added: config
04-07-08 04:05 joedawson Note Added: 0006434


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker