From: Steffen Moser <lists@steffen-moser.de>
To: lartc@vger.kernel.org
Subject: [LARTC] Compile error "iproute2"
Date: Mon, 18 Aug 2003 17:04:45 +0000 [thread overview]
Message-ID: <marc-lartc-106122635300870@msgid-missing> (raw)
Hi,
I am trying to compile "iproute2" (iproute2-2.4.7-now-ss020116-try.tar.gz,
inclusively the latest HTB patch, activated diffserv components) on a
SuSE-Linux 8.2 system (using "gcc 3.3", system based on "glibc 2.3.2").
It is no problem as long as I use the kernel header files of linux-2.4.20
(vanilla), linux-2.4.20.SuSE (special kernel patched by SuSE, shipped
with SuSE 8.2) or linux-2.4.21 (vanilla).
As soon as I use the header files of "linux-2.4.22-rc2" (i.e.
"/usr/src/linux" links to "/usr/src/linux-2.4.22-rc2") the compile
process breaks up very shortly after staring:
| steffen@pc01:~/tools/iproute2> make
|
| make[1]: Entering directory `/home/steffen/tools/iproute2/lib'
| gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g -I../include-glibc -I/usr/include/db3 -include ../include-glibc/glibc-bugs.h -I/usr/src/linux/include -I../include -DRESOLVE_HOSTNAMES -c -o ll_map.o ll_map.c
| In file included from ../include-glibc/netinet/in.h:7,
| from ll_map.c:19:
| /usr/src/linux/include/linux/in.h:140: error: field `gr_group' has incomplete type
| /usr/src/linux/include/linux/in.h:146: error: field `gsr_group' has incomplete type
| /usr/src/linux/include/linux/in.h:147: error: field `gsr_source' has incomplete type
| /usr/src/linux/include/linux/in.h:153: error: field `gf_group' has incomplete type
| /usr/src/linux/include/linux/in.h:156: error: field `gf_slist' has incomplete type
| ll_map.c: In function `ll_remember_index':
| ll_map.c:77: warning: comparison between signed and unsigned
| make[1]: *** [ll_map.o] Fehler 1
| make[1]: Leaving directory `/home/steffen/tools/iproute2/lib'
| make: *** [all] Fehler 2
|
| steffen@pc01:~/tools/iproute2>
Of course, I know that "linux-2.4.22-rc2" is just a release candidate
but no official stable version. However, I'm going to ask this question:
Has anyone encountered the same problem? Is there any patch to solve it?
Regards,
Steffen
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
next reply other threads:[~2003-08-18 17:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-18 17:04 Steffen Moser [this message]
2003-09-02 20:41 ` [LARTC] Compile error "iproute2" Matías López Bergero
2003-09-02 21:41 ` Nickola Kolev
2003-09-06 14:09 ` ThE PhP_KiD
2003-09-07 12:39 ` Nickola Kolev
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=marc-lartc-106122635300870@msgid-missing \
--to=lists@steffen-moser.de \
--cc=lartc@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 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.