From: Bernd Eckenfels <ecki-news2002-09@lina.inka.de>
To: linux-kernel@vger.kernel.org
Subject: various 2.5.45 compile problems (intermezzo, pmtu, afs, qt) (was: Linux v2.5.45 ipmr.c compile failure)
Date: Sat, 2 Nov 2002 02:13:17 +0100 [thread overview]
Message-ID: <E187mqj-0004BM-00@sites.inka.de> (raw)
In-Reply-To: <Pine.LNX.4.33L2.0211011525300.28320-100000@dragon.pdx.osdl.net>
In article <Pine.LNX.4.33L2.0211011525300.28320-100000@dragon.pdx.osdl.net> you wrote:
> | net/ipv4/ipmr.c: In function `ipmr_forward_finish':
> Several people reported this problem in 2.5.45.
and this also:
gcc -Wp,-MD,net/ipv4/netfilter/.ipt_TCPMSS.o.d -D__KERNEL__ -Iinclude
-Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
-fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
-march=i686 -Iarch/i386/mach-generic
-nostdinc -iwithprefix include -DMODULE -DKBUILD_BASENAME=ipt_TCPMSS -c
-o net/ipv4/netfilter/ipt_TCPMSS.o net/ipv4/netfilter/ipt_TCPMSS.c
net/ipv4/netfilter/ipt_TCPMSS.c: In function pt_tcpmss_target':
net/ipv4/netfilter/ipt_TCPMSS.c:88: structure has no member named \x10mtu'
net/ipv4/netfilter/ipt_TCPMSS.c:91: structure has no member named \x10mtu'
net/ipv4/netfilter/ipt_TCPMSS.c:95: structure has no member named \x10mtu'
make[3]: *** [net/ipv4/netfilter/ipt_TCPMSS.o] Error 1
and diskmapper:
drivers/md/dm-ioctl.c: In function 'create':
drivers/md/dm-ioctl.c:588: incompatible type for argument 1 of 'set_device_ro'
drivers/md/dm-ioctl.c: In function \x12eload':
drivers/md/dm-ioctl.c:874: incompatible type for argument 1 of 'set_device_ro'
make[1]: *** [drivers/md/dm-ioctl.o] Error 1
also intermezzo and afs do not build as a module (maybe even build in)
fs/afs/dir.c:75: warning: unnamed struct/union that defines no instances
fs/afs/dir.c: In function \x01fs_dir_iterate_block':
fs/afs/dir.c:261: union has no member named \x0eame'
fs/afs/dir.c:293: union has no member named \x0eame'
fs/afs/dir.c:296: union has no member named \x16node'
fs/afs/dir.c:296: union has no member named \x16node'
fs/afs/dir.c:296: union has no member named \x16node'
fs/afs/dir.c:297: union has no member named \x15nique'
make[2]: *** [fs/afs/dir.o] Error 1
include/linux/intermezzo_fs.h: In function zo_ioctl_packlen':
include/linux/intermezzo_fs.h:864: sizeof applied to an incomplete type
include/linux/intermezzo_fs.h:865: dereferencing pointer to incomplete type
include/linux/intermezzo_fs.h:866: dereferencing pointer to incomplete type
include/linux/intermezzo_fs.h: At top level:
include/linux/intermezzo_fs.h:870: warning: \x13truct izo_ioctl_data' declared
inside parameter list
include/linux/intermezzo_fs.h:871: conflicting types for
zo_ioctl_is_invalid'
include/linux/intermezzo_fs.h:52: previous declaration of
zo_ioctl_is_invalid'
include/linux/intermezzo_fs.h: In function zo_ioctl_is_invalid':
include/linux/intermezzo_fs.h:872: dereferencing pointer to incomplete type
include/linux/intermezzo_fs.h:876: dereferencing pointer to incomplete type
include/linux/intermezzo_fs.h:880: dereferencing pointer to incomplete type
include/linux/intermezzo_fs.h:884: dereferencing pointer to incomplete type
include/linux/intermezzo_fs.h:884: dereferencing pointer to incomplete type
include/linux/intermezzo_fs.h:888: dereferencing pointer to incomplete type
include/linux/intermezzo_fs.h:888: dereferencing pointer to incomplete type
include/linux/intermezzo_fs.h:892: dereferencing pointer to incomplete type
include/linux/intermezzo_fs.h:892: dereferencing pointer to incomplete type
include/linux/intermezzo_fs.h:896: dereferencing pointer to incomplete type
include/linux/intermezzo_fs.h:896: dereferencing pointer to incomplete type
include/linux/intermezzo_fs.h:900: warning: passing arg 1 of
zo_ioctl_packlen'
from incompatible pointer type
include/linux/intermezzo_fs.h:900: dereferencing pointer to incomplete type
include/linux/intermezzo_fs.h:904: dereferencing pointer to incomplete type
include/linux/intermezzo_fs.h:905: dereferencing pointer to incomplete type
include/linux/intermezzo_fs.h:905: dereferencing pointer to incomplete type
include/linux/intermezzo_fs.h:909: dereferencing pointer to incomplete type
include/linux/intermezzo_fs.h:910: dereferencing pointer to incomplete type
include/linux/intermezzo_fs.h:910: dereferencing pointer to incomplete type
include/linux/intermezzo_fs.h:910: dereferencing pointer to incomplete type
include/linux/intermezzo_fs.h: At top level:
include/linux/intermezzo_fs.h:919: warning: \x13truct kml_rec' declared inside
parameter list
include/linux/intermezzo_fs.h:920: warning: \x13truct kml_rec' declared inside
parameter list
make[2]: *** [fs/intermezzo/cache.o] Error 1
In addtion to that make oldconfig depends on the qtlib (i was not realy able
to figure the dependencies out in that makefile but it is enough to touch
the temporary qt found flagfile to run make oldconfig.
Gruss
Bernd
next prev parent reply other threads:[~2002-11-02 1:06 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-31 0:56 Linux v2.5.45 Linus Torvalds
2002-10-31 1:22 ` Udo A. Steinberg
2002-10-31 2:40 ` Neil Brown
2002-10-31 1:34 ` Aaron Lehmann
2002-10-31 1:44 ` Alexander Viro
2002-10-31 1:56 ` Jan Harkes
2002-10-31 9:36 ` [PATCH] check QT only if needed Roman Zippel
2002-10-31 1:37 ` Linux v2.5.45 Adam Huffman
2002-10-31 1:49 ` Jeff Garzik
2002-10-31 8:58 ` Paul
2002-10-31 9:59 ` Joe Thornber
2002-10-31 2:56 ` Martin J. Bligh
2002-10-31 3:31 ` Greg KH
2002-10-31 3:03 ` Udo A. Steinberg
2002-10-31 10:40 ` Jochen Friedrich
2002-10-31 11:21 ` Jochen Friedrich
2002-10-31 11:18 ` Adrian Bunk
2002-11-01 10:29 ` Linux v2.5.45 ipmr.c compile failure Helge Hafting
2002-11-01 23:35 ` Randy.Dunlap
2002-11-02 1:13 ` Bernd Eckenfels [this message]
2002-11-01 11:29 ` Linux v2.5.45 Adrian Bunk
2002-11-01 12:58 ` Adrian Bunk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E187mqj-0004BM-00@sites.inka.de \
--to=ecki-news2002-09@lina.inka.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®