Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SVN trunk should be stable #29

Closed
GoogleCodeExporter opened this issue Aug 21, 2015 · 4 comments
Closed

SVN trunk should be stable #29

GoogleCodeExporter opened this issue Aug 21, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Changed state: WontFix

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

> 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

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

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

  • Changed title: SVN trunk should be stable
  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant