Date: Fri, 18 May 2007 20:58:21 +0400 From: Stanislav Sedov <stas@FreeBSD.org> To: "Abdullah Ibn Hamad Al-Marri" <almarrie@gmail.com> Cc: ports@FreeBSD.Org, cris@gufi.org Subject: Re: FreeBSD Port: security/expiretable Message-ID: <20070518205821.73b8ce05.stas@FreeBSD.org> In-Reply-To: <499c70c0705171557l44500dcdy282385c58fa720df@mail.gmail.com> References: <499c70c0705171557l44500dcdy282385c58fa720df@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--Signature=_Fri__18_May_2007_20_58_21_+0400_/dk_JRDgGj+YSY4+ Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Fri, 18 May 2007 01:57:54 +0300 "Abdullah Ibn Hamad Al-Marri" <almarrie@gmail.com> mentioned: > Hello, > > FreeBSD ns2.domain.com 6.2-STABLE FreeBSD 6.2-STABLE #2: Thu May 17 > 22:10:51 UTC 2007 > > I see these errors. > > messages.c: In function `error': > messages.c:34: warning: ISO C does not support the `%m' printf format > messages.c: In function `warning': > messages.c:52: warning: ISO C does not support the `%m' printf format > messages.c: In function `info': > messages.c:69: warning: ISO C does not support the `%m' printf format > > > ns2# cd /usr/ports/security/expiretable/ && make install clean > ===> Vulnerability check disabled, database not found > => expiretable-0.6.tar.gz doesn't seem to exist in /usr/ports/distfiles/. > => Attempting to fetch from http://expiretable.fnord.se/. > expiretable-0.6.tar.gz 100% of 5974 B 23 kBps > ===> Extracting for expiretable-0.6 > => MD5 Checksum OK for expiretable-0.6.tar.gz. > => SHA256 Checksum OK for expiretable-0.6.tar.gz. > ===> Patching for expiretable-0.6 > ===> Configuring for expiretable-0.6 > ===> Building for expiretable-0.6 > cc -O2 -fno-strict-aliasing -pipe -march=pentiumpro -march=pentiumpro > -pedantic -Wall -ansi -c expiretable.c -o expiretable.o > cc -O2 -fno-strict-aliasing -pipe -march=pentiumpro -march=pentiumpro > -pedantic -Wall -ansi -c ioctl_helpers.c -o ioctl_helpers.o > cc -O2 -fno-strict-aliasing -pipe -march=pentiumpro -march=pentiumpro > -pedantic -Wall -ansi -c messages.c -o messages.o > messages.c: In function `error': > messages.c:34: warning: ISO C does not support the `%m' printf format > messages.c: In function `warning': > messages.c:52: warning: ISO C does not support the `%m' printf format > messages.c: In function `info': > messages.c:69: warning: ISO C does not support the `%m' printf format > cc -O2 -fno-strict-aliasing -pipe -march=pentiumpro -march=pentiumpro > -pedantic -Wall -ansi expiretable.o ioctl_helpers.o messages.o -o > expiretable > ===> Installing for expiretable-0.6 > ===> Generating temporary packing list > install -g bin -o root -m 755 expiretable /usr/local/sbin > install -g bin -o root -m 644 expiretable.1 /usr/local/man/man1 > ===> Installing rc.d startup script(s) > ===> Compressing manual pages for expiretable-0.6 > ===> Registering installation for expiretable-0.6 > ===> Cleaning for expiretable-0.6 > > > Is it ok, or something need to be fixed? > Don't worry, it's just gcc warnings. In fact, it supports %m, so everything will work well. -- Stanislav Sedov ST4096-RIPE --Signature=_Fri__18_May_2007_20_58_21_+0400_/dk_JRDgGj+YSY4+ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGTdstK/VZk+smlYERApEeAJ4w60Py7FPw3v0NDZmYkoePTWmZmQCfYu7W nNBSTJVTLULLyLMu3uBjMQg= =TdbC -----END PGP SIGNATURE----- --Signature=_Fri__18_May_2007_20_58_21_+0400_/dk_JRDgGj+YSY4+--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070518205821.73b8ce05.stas>