Date: Tue, 22 Jan 2002 10:39:01 +0100 (CET) From: Marcin Gryszkalis <dagoon@math.uni.lodz.pl> To: freebsd alpha mailiing list <freebsd-alpha@freebsd.org> Subject: linux_gid_t problem Message-ID: <20020122103811.P3925-100000@imul.math.uni.lodz.pl>
next in thread | raw e-mail | index | archive | help
HI I have a problem with Alpha500 - I have pretty nice mess here: I had freebsd 4.4-stable, I used to upgrade once a month or two but last week I did it the bad way and I finished with new userland and old kernel. kernel make died on: cc -O -pipe -mcpu=ev4 -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include -mno-fp-regs -Wa,-mev56 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c linux_sysent.c In file included from linux_sysent.c:14: linux_proto.h:137: syntax error before `linux_gid_t' linux_proto.h:137: `linux_gid_t' undeclared here (not in a function) [etc.] *** Error code 1 Stop in /usr/src/sys/modules/linux. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/compile/ldah. After some searching I found no .h file that could have linux_gid_t definition, what's more some versions of linux/linux_sysent.c: /usr/src/sys/alpha/linux/linux_sysent.c - 1.40.2.7 /usr/src/sys/compile/ldah/modules/usr/src/sys/modules/linux/linux_sysent.c - 1.40.2.6 I don't need linux compatibility - so I could turn compiling linux module off (but how?). The other problem is that the only configuration that works with network is with 4.1-release GENERIC kernel, but the cvsup dumps core so I cannot update/downgrade sources. What should I do? greetings Marcin -- .d$$$$b, $d$$$$b. .d$$$$b, Marcin Gryszkalis <dagoon@math.uni.lodz.pl> $$' `"" $$' `"' $$' `$$ $$. .ss $$ $$ $$ (...) QED. (QED translates from the Latin `"8$$8"' 88 88 88 as "So what?") To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020122103811.P3925-100000>