PDA

View Full Version : The cloop.o ...



NicolasH
01-08-2004, 12:26 AM
Hi ...

I want to see what's in a knoppix and I need "cloop.o" to do so, but ...

I can't access sources at
http://www.knopper.net/download/knoppix/cloop_0.63-2.tar.gz

well ... I've found them at
http://drbl.nchc.gov.tw/debian/download/deb/
http://ftp.debian.org/debian/pool/main/c/cloop/

But for the 4 versions I find crash at compilation :

I first give the path to my kernel sources ...
KERNEL_DIR=/usr/src/linux-2.4.20-8

I comment this line
include $(KERNEL_DIR)/.config
because "/usr/src/linux-2.4.20-8/.config" doesn't exist in my redhat 9.0

and I have the folowing mistakes at compilation :

deflate.c: In the function «deflateCopy»:
deflate.c:639: WARNING: passage of arg 1 of «zmemcpy» makes pointer from an integer without a cast
deflate.c:639: WARNING: passage of arg 2 of «zmemcpy» makes pointer from an integer without a cast
deflate.c:640: WARNING: passage of arg 1 of «zmemcpy» makes pointer from an integer without a cast
deflate.c:640: WARNING: passage of arg 2 of «zmemcpy» makes pointer from an integer without a cast

well, it goes on ...

compressed_loop.c: In the function «clo_read_from_file»:
compressed_loop.c:238: not enough arguments for function «do_generic_file_read»
make: *** [compressed_loop.o] Erreur 1

here it crashes

So, impossible to find or create the cloop.o I need.

Someone knows how to get it ???

Thx

Krezip
02-03-2004, 06:14 PM
Hey,

I got to fight with the cloop.o Bitch to, I was upgrading my DSL cd.
The iso never got mounted with v0.68 , I upgraded to v2.00 which I downloaded where your link points to.... Fantastico! :D

When you do a make just open the Makefile and edit the first line to where your source tree points to! ("../linux" for me)
I also replaced the :
create_compressed_fs*
extract_compressed_fs*



Syslog Output:
Feb 3 17:42:52 dth kernel: cloop: Initializing cloop v2.00
Feb 3 17:42:52 dth kernel: cloop: loaded (max 8 devices)