kowr / compcache

Automatically exported from code.google.com/p/compcache
0 stars 0 forks source link

SVN trunk should be stable #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. on ubuntu 9.04, git clone linus' kernel 2.6, checkout linux 2.6.30-rc2,
configure, build, install headers, boot with, etc.
2. checkout http://compcache.googlecode.com/svn/trunk, Revision: 372
3. run make

What is the expected output? What do you see instead?
I get:
wolf@wolf-desktop:~/compcache$ make
make -C /lib/modules/2.6.30-rc2-wolf/build \
        M=/home/wolf/compcache/sub-projects/allocators/xvmalloc-kmod modules
make[1]: Entering directory `/home/wolf/linux-kernel/linux-2.6'
  CC [M]  /home/wolf/compcache/sub-projects/allocators/xvmalloc-kmod/xvmalloc.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC     
/home/wolf/compcache/sub-projects/allocators/xvmalloc-kmod/xvmalloc.mod.o
  LD [M] 
/home/wolf/compcache/sub-projects/allocators/xvmalloc-kmod/xvmalloc.ko
make[1]: Leaving directory `/home/wolf/linux-kernel/linux-2.6'
make -C /lib/modules/2.6.30-rc2-wolf/build M=/home/wolf/compcache modules
make[1]: Entering directory `/home/wolf/linux-kernel/linux-2.6'
  CC [M]  /home/wolf/compcache/sub-projects/allocators/xvmalloc-kmod/xvmalloc.o
  CC [M]  /home/wolf/compcache/ramzswap.o
/home/wolf/compcache/ramzswap.c:59: warning: initialization from
incompatible pointer type
/home/wolf/compcache/ramzswap.c:60: warning: initialization from
incompatible pointer type
/home/wolf/compcache/ramzswap.c:61: warning: initialization from
incompatible pointer type
/home/wolf/compcache/ramzswap.c: In function ‘ramzswap_discard’:
/home/wolf/compcache/ramzswap.c:339: error: ‘struct ramzswap’ has no member
named ‘pages_zero’
make[2]: *** [/home/wolf/compcache/ramzswap.o] Error 1
make[1]: *** [_module_/home/wolf/compcache] Error 2
make[1]: Leaving directory `/home/wolf/linux-kernel/linux-2.6'
make: *** [all] Error 2

What version of the product are you using? On what operating system?
I repeat, this is upstream linux kernel, not ubuntu's soures. It runs fine
on this machine.

Please provide any additional information below.

Original issue reported on code.google.com by zeev.tar...@gmail.com on 20 Apr 2009 at 4:54

GoogleCodeExporter commented 9 years ago
Please do not expect SVN to ever compile cleanly. I'm not such a disciplined
programmer :)

Original comment by nitingupta910@gmail.com on 22 Apr 2009 at 9:01

GoogleCodeExporter commented 9 years ago
Now using 0.5.3 downloaded in tarball on 2.6.30-rc3.

Please consider using a stable svn branch and tagging release revisions in svn 
so it
would be possible to use svn instead of tarballs.

Original comment by zeev.tar...@gmail.com on 22 Apr 2009 at 11:22

GoogleCodeExporter commented 9 years ago
> Please consider using a stable svn branch and tagging release revisions in 
svn so it
> would be possible to use svn instead of tarballs.

Yes, this will be nice and repository cleanup was pending too.

Now trunk reflects "stable" branch. Also, tagged compcache-0.5.3 release for 
starting
with tagged releases.

Thanks,
Nitin

Original comment by nitingupta910@gmail.com on 23 Apr 2009 at 8:37

GoogleCodeExporter commented 9 years ago

Original comment by nitingupta910@gmail.com on 23 Apr 2009 at 8:39