Subject: compile bug in current - msg#00217
List: network.inn
Hi
On FreeBSD 4.8-STABLE I get the following when trying to build a fresh cvsup of
current.
# ./configure --prefix=/news --with-perl --with-sendmail --with-openssl
# make
[...]
nntp.c: In function `nntp_read_data':
nntp.c:134: storage size of `tv' isn't known
*** Error code 1
Stop in /usr/erik/sources/inn-cvs/inn/lib.
*** Error code 1
Erik
--
erik | "It is idle to think that, by means of words, | Maurice
kl@von | any real communication can ever pass | Maeterlinck
eriq.org | from one [human] to another." | Silence
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: INN 2.3.2 stops working under Red Hat 9.
On Mon, 21 Jul 2003, Mark Cogan wrote:
> We just upgraded our server OS to Red Hat 9. We have a hand-built INN
> 2.3.2, which we did not upgrade, and which stopped working after the Red
> Hat update.
I don't know if glibc changed versions going to RedHat 9, but let's assume
it did. Do you still have the source tree you compiled 2.3.2 under? (If
not, download a fresh one and try to remember what options you fed to
./configure.) If you do `make clean; make; make update` it will get you
newly compiled binaries that should behave exactly the same as they did
before. (Note the difference between `make update` and `make install`.)
--
Jeffrey M. Vinocur
jeff@xxxxxxxxxx
Next Message by Date:
click to view message preview
Re: compile bug in current
Erik Klavon <erik@xxxxxxxx> writes:
> On FreeBSD 4.8-STABLE I get the following when trying to build a fresh
> cvsup of current.
> # ./configure --prefix=/news --with-perl --with-sendmail --with-openssl
> # make
> [...]
> nntp.c: In function `nntp_read_data':
> nntp.c:134: storage size of `tv' isn't known
> *** Error code 1
Fixed in CVS. nntp.c was missing an include of portable/time.h.
--
Russ Allbery (rra@xxxxxxxxxxxx) <http://www.eyrie.org/~eagle/>
Please send questions to the list rather than mailing me directly.
<http://www.eyrie.org/~eagle/faqs/questions.html> explains why.
Previous Message by Thread:
click to view message preview
innreport?
Can someone point me to some information about innreport? The man page is
pretty sparse and innreport -h isn't all that much better. Basically, I'd
like to tailor the report to include only certain parts of the default
output, and to maybe create a weekly and/or monthly report rather than
dailies. Is there anything out there I've missed with Google or the INN
docs? Thanks!
Jen
-------------------------------------------------------
Jennifer Luisi University of Rochester
Systems Administrator Rochester, NY
-----------------------------------------------------------------
Next Message by Thread:
click to view message preview
Re: compile bug in current
Erik Klavon <erik@xxxxxxxx> writes:
> On FreeBSD 4.8-STABLE I get the following when trying to build a fresh
> cvsup of current.
> # ./configure --prefix=/news --with-perl --with-sendmail --with-openssl
> # make
> [...]
> nntp.c: In function `nntp_read_data':
> nntp.c:134: storage size of `tv' isn't known
> *** Error code 1
Fixed in CVS. nntp.c was missing an include of portable/time.h.
--
Russ Allbery (rra@xxxxxxxxxxxx) <http://www.eyrie.org/~eagle/>
Please send questions to the list rather than mailing me directly.
<http://www.eyrie.org/~eagle/faqs/questions.html> explains why.