All of lore.kernel.org
 help / color / mirror / Atom feed
* Reiser4 compile error on vanilla-sources-2.6.27
@ 2008-10-11  0:31 callx
  2008-10-11  1:07 ` Alex Brandt
  0 siblings, 1 reply; 5+ messages in thread
From: callx @ 2008-10-11  0:31 UTC (permalink / raw)
  To: reiserfs-devel


I patched vanilla and got no errors. On doing a make this happened:

scripts/kconfig/conf -s arch/x86/Kconfig
    CHK       include/linux/version.h
    CHK       include/linux/utsrelease.h
    CALL      scripts/checksyscalls.sh
    CHK       include/linux/compile
dnsdomainname: Hostname lookup failure
    CC [M]   fs/reiser4/jnode.o
fs/reiser4/jnode.c: In function 'jnode_lock_page':
fs/reiser4/jnode.c:750: error: implicit declaration of function
'TestSetPageLoocked'
make[2]: *** [fs/reiser4/jnode.o] Error 1
make[1]: *** [fs/reiser4] Error 2
make: *** [fs] Error 2

I used this patch:
http://zen-sources.org/files/reiser4-for-2.6.27-rc1.patch
-- 
View this message in context: http://www.nabble.com/Reiser4-compile-error-on-vanilla-sources-2.6.27-tp19928070p19928070.html
Sent from the ReiserFS - General mailing list archive at Nabble.com.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Reiser4 compile error on vanilla-sources-2.6.27
  2008-10-11  0:31 Reiser4 compile error on vanilla-sources-2.6.27 callx
@ 2008-10-11  1:07 ` Alex Brandt
  2008-10-11  4:09   ` callx
  0 siblings, 1 reply; 5+ messages in thread
From: Alex Brandt @ 2008-10-11  1:07 UTC (permalink / raw)
  Cc: reiserfs-devel

callx wrote:
> I patched vanilla and got no errors. On doing a make this happened:
>
> scripts/kconfig/conf -s arch/x86/Kconfig
>     CHK       include/linux/version.h
>     CHK       include/linux/utsrelease.h
>     CALL      scripts/checksyscalls.sh
>     CHK       include/linux/compile
> dnsdomainname: Hostname lookup failure
>     CC [M]   fs/reiser4/jnode.o
> fs/reiser4/jnode.c: In function 'jnode_lock_page':
> fs/reiser4/jnode.c:750: error: implicit declaration of function
> 'TestSetPageLoocked'
> make[2]: *** [fs/reiser4/jnode.o] Error 1
> make[1]: *** [fs/reiser4] Error 2
> make: *** [fs] Error 2
>
> I used this patch:
> http://zen-sources.org/files/reiser4-for-2.6.27-rc1.patch
>   
Looks like a typo in that function call. Change the code your building
(fs/reiser4/jnode.c line 750) to TestSetPageLocked (one o not two), and
see if it compiles then.

Regards,

Alex Brandt

-- 
Student, B.S. Physics & Computer Science
Department of Physics and Astronomy, MSUM
Department of Computer Science and Information Systems, MSUM
www.alunduil.com


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Reiser4 compile error on vanilla-sources-2.6.27
  2008-10-11  1:07 ` Alex Brandt
@ 2008-10-11  4:09   ` callx
  2008-10-11 21:12     ` Alex Brandt
  0 siblings, 1 reply; 5+ messages in thread
From: callx @ 2008-10-11  4:09 UTC (permalink / raw)
  To: reiserfs-devel


Oh my bad, I'm the one who made the typo when I wrote down the error..
:wistle: Did you use the same patch?

alunduil wrote:
> 
> callx wrote:
>> I patched vanilla and got no errors. On doing a make this happened:
>>
>> scripts/kconfig/conf -s arch/x86/Kconfig
>>     CHK       include/linux/version.h
>>     CHK       include/linux/utsrelease.h
>>     CALL      scripts/checksyscalls.sh
>>     CHK       include/linux/compile
>> dnsdomainname: Hostname lookup failure
>>     CC [M]   fs/reiser4/jnode.o
>> fs/reiser4/jnode.c: In function 'jnode_lock_page':
>> fs/reiser4/jnode.c:750: error: implicit declaration of function
>> 'TestSetPageLoocked'
>> make[2]: *** [fs/reiser4/jnode.o] Error 1
>> make[1]: *** [fs/reiser4] Error 2
>> make: *** [fs] Error 2
>>
>> I used this patch:
>> http://zen-sources.org/files/reiser4-for-2.6.27-rc1.patch
>>   
> Looks like a typo in that function call. Change the code your building
> (fs/reiser4/jnode.c line 750) to TestSetPageLocked (one o not two), and
> see if it compiles then.
> 
> Regards,
> 
> Alex Brandt
> 
> -- 
> Student, B.S. Physics & Computer Science
> Department of Physics and Astronomy, MSUM
> Department of Computer Science and Information Systems, MSUM
> www.alunduil.com
> 
> --
> To unsubscribe from this list: send the line "unsubscribe reiserfs-devel"
> in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> 

-- 
View this message in context: http://www.nabble.com/Reiser4-compile-error-on-vanilla-sources-2.6.27-tp19928070p19929422.html
Sent from the ReiserFS - General mailing list archive at Nabble.com.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Reiser4 compile error on vanilla-sources-2.6.27
  2008-10-11  4:09   ` callx
@ 2008-10-11 21:12     ` Alex Brandt
  2008-10-12  9:37       ` callx
  0 siblings, 1 reply; 5+ messages in thread
From: Alex Brandt @ 2008-10-11 21:12 UTC (permalink / raw)
  To: reiserfs-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

callx wrote:
> Oh my bad, I'm the one who made the typo when I wrote down the
> error.. :wistle: Did you use the same patch?
>
No, just noticed that problem from the error you submitted so if
that's not the problem in the patch, then the function in question is
not getting defined at the appropriate time. I'll try to take a look
at it when I get a few spare moments on Monday.

Regards,

Alex Brandt

- --
Student, B.S. Physics & Computer Science
Department of Physics and Astronomy, MSUM
Department of Computer Science and Information Systems, MSUM
www.alunduil.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkjxFswACgkQvpZ9jByxpSdKvwCfU/meaG6+z93Sz4GhE22ecwOg
UfkAn37QeJ9af6iKoX8rnHprkz8OL+f3
=n/Y1
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Reiser4 compile error on vanilla-sources-2.6.27
  2008-10-11 21:12     ` Alex Brandt
@ 2008-10-12  9:37       ` callx
  0 siblings, 0 replies; 5+ messages in thread
From: callx @ 2008-10-12  9:37 UTC (permalink / raw)
  To: reiserfs-devel


lol, i was trying the patch from andrew this time and I get different errors
now..

http://www.kernel.org/pub/linux/kernel/people/edward/reiser4/reiser4-for-2.6/reiser4-for-2.6.27.patch.bz2

Kernel: arch/x86/boot/bzImage is ready (#1)
   Building modules, stage 2
   MODPOST 45 modules
ERROR: "swapper_space" [fs/reiser4/reiser4.ko] undefined!
make[1]: *** [__modpost] Error 1
make: *** [modules] Error 2

Am I the only one getting these errors? :(


-- 
View this message in context: http://www.nabble.com/Reiser4-compile-error-on-vanilla-sources-2.6.27-tp19928070p19939990.html
Sent from the ReiserFS - General mailing list archive at Nabble.com.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-10-12  9:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-11  0:31 Reiser4 compile error on vanilla-sources-2.6.27 callx
2008-10-11  1:07 ` Alex Brandt
2008-10-11  4:09   ` callx
2008-10-11 21:12     ` Alex Brandt
2008-10-12  9:37       ` callx

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.