Some broken packages in remote-cvs

Adam Lackorzynski adam at os.inf.tu-dresden.de
Thu Aug 4 19:34:34 CEST 2005


On Thu Aug 04, 2005 at 16:28:25 +0200, Arthur Mielimonka wrote:
> Adam Lackorzynski schrieb:
> 
> >On Wed Aug 03, 2005 at 17:47:59 +0200, Arthur Mielimonka wrote:
> >  
> >
> >>I checked out L4 and tried to compile it.
> >>There are some broken packages, which don't compile:
> >>    
> >>
> >>/l4/pkg/loader/examples/fprov-l4
> >
> >Builds for me. What's the problem for you?
> >
> Here is the make - output. (Does not find zlib.h):
> 
> PWD=/drops/src/l4/pkg/loader/examples/fprov-l4/OBJ-x86_586-l4v2 make -C OBJ-x86_586-l4v2 -f Makefile
> make[1]: Gehe in Verzeichnis »/drops/src/l4/pkg/loader/examples/fprov-l4/OBJ-x86_586-l4v2«
>   ... Compiling main.o
> LD_PRELOAD=/drops/src/l4/tool/gendep/libgendep.so GENDEP_TARGET=main.o GENDEP_BINARY=cc1  gcc -c     -DRAM_BASE=0x0    -DSYSTEM_x86_586_l4v2 -DARCH_x86 -DCPUTYPE_586 -DL4API_l4v2  -I../../../idl/OBJ-x86-l4v2 -I../../../../../include/x86/l4v2 -I/drops/bin/include/x86/l4v2 -I../../../../../include/l4v2 -I/drops/bin/include/l4v2 -I../../../../../include/x86 -I/drops/bin/include/x86 -I../../../../../include -I/drops/bin/include -I/usr/lib/gcc-lib/i486-linux/3.3.5/include -gstabs+     -g -O2 -fno-strict-aliasing  -march=i586 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations  /drops/src/l4/pkg/loader/examples/fprov-l4/main.c -o main.o
> /drops/src/l4/pkg/loader/examples/fprov-l4/main.c:22:18: zlib.h: Datei oder Verzeichnis nicht gefunden

Just install/apt-get it. fprov-l4 is an L4Linux program, i.e. it wants
the zlib from your system. You probably need to install the devel
packages (e.g. zlib1g-dev)?

> >>/l4/pkg/rt_mon/examples/dope_mon
> >>/l4/pkg/rt_mon/examples/l4vfs_dope_mon/
> >
> >Fixed.
> >
> These two still do not work for me. Here are the make-outputs:
> 
> PWD=/drops/src/l4/pkg/rt_mon/examples/dope_mon/OBJ-x86_586-l4v2 make -C OBJ-x86_586-l4v2 -f Makefile
> make[1]: Gehe in Verzeichnis »/drops/src/l4/pkg/rt_mon/examples/dope_mon/OBJ-x86_586-l4v2«
>   ... Compiling vis.o
> LD_PRELOAD=/drops/src/l4/tool/gendep/libgendep.so GENDEP_TARGET=vis.o GENDEP_BINARY=cc1  gcc -c     -DRAM_BASE=0x0    -DSYSTEM_x86_586_l4v2 -DARCH_x86 -DCPUTYPE_586 -DL4API_l4v2 -I+ -I../../../examples/common -I../../../examples/dope_mon -I. -I../../../idl/OBJ-x86-l4v2 -I../../../../../include/x86/l4v2 -I/drops/bin/include/x86/l4v2 -I../../../../../include/l4v2 -I/drops/bin/include/l4v2 -I../../../../../include/x86 -I/drops/bin/include/x86 -I../../../../../include -I/drops/bin/include -nostdinc -I../../../../../include/dietlibc -I/drops/bin/include/dietlibc -I/usr/lib/gcc-lib/i486-linux/3.3.5/include -gstabs+     -g -O2 -fno-strict-aliasing  -march=i586 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations  /drops/src/l4/pkg/rt_mon/examples/common/vis.c -o vis.o
> /drops/src/l4/pkg/rt_mon/examples/common/vis.c:26:27: l4/libvfb/vfb.h: Datei oder Verzeichnis nicht gefunden

Also check out l4/pkg/libvfb, I added this package to the remote CVS as
rt_mon depens on it.



Adam
-- 
Adam                 adam at os.inf.tu-dresden.de
  Lackorzynski         http://os.inf.tu-dresden.de/~adam/




More information about the l4-hackers mailing list