Martin Blapp wrote:
>
> Hi,
>
> I still wonder why we make workarounds like this if one could just
> use /usr/local/bin/gcc31 to have it fixed.
is it enough to setenv GCC=/usr/local/bin/gcc31, then make install ?
TfH
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe fre
On Fri, 21 Jun 2002 18:53:11 +0200
Ronald Klop <[EMAIL PROTECTED]> wrote:
> Hello,
>
> In the rc_ng is 'apm -e enable' not run if I have apm_enable="YES"
> and/or apmd_enable="YES" in my rc.conf. But apmd is run with the last
> option.
uhh... my fault :(
I don't know how I missed /etc/rc.i386
Hello All!
That problem was explaned for the first time when I tried to build
apache2. On configure stage process is freeze and after few hours
exits with "out of file descriptors" message. And that problem is
exist with much many ports. What can it be?
And the second - after some hour
On Sat, 22 Jun 2002, Chris A. Mattingly wrote:
> On Fri, 21 Jun 2002, Mike Barcroft wrote:
>
> > Chris A. Mattingly <[EMAIL PROTECTED]> writes:
> > > Problem 1:
> > >
> > > When running php's configure, awk core dumps several times. I've yet to
> > > determine exactly where the core dumps are o
On Fri, 21 Jun 2002, Mike Barcroft wrote:
> Chris A. Mattingly <[EMAIL PROTECTED]> writes:
> > Problem 1:
> >
> > When running php's configure, awk core dumps several times. I've yet to
> > determine exactly where the core dumps are occurring, though. Four of
> > them occur during the configure
Chris A. Mattingly <[EMAIL PROTECTED]> writes:
> Problem 1:
>
> When running php's configure, awk core dumps several times. I've yet to
> determine exactly where the core dumps are occurring, though. Four of
> them occur during the configure; but the configure seems to complete OK.
Enable debu
--
>>> Rebuilding the temporary build tree
--
>>> stage 1: bootstrap tools
--
>>> stage 2: cleaning up the object tree
On Friday, 21 June 2002 at 22:24:14 -0400, Robert Watson wrote:
>
> On Thu, 20 Jun 2002, Greg 'groggy' Lehey wrote:
>
>> On Wednesday, 19 June 2002 at 10:07:29 +0200, Poul-Henning Kamp wrote:
>>>
>>> Kirk is loading and aiming is committatron with the UFS2 patch,
>>> expect to see it hit -current
Quoting "Chris A. Mattingly" <[EMAIL PROTECTED]>:
|
| In trying to recompile php-4.2.1 on my current -current system, to go
| along with the new apache, I've run into some problems that haven't shown
| up in all the other places I've had to recompile apache/php these past
| few days which i
In trying to recompile php-4.2.1 on my current -current system, to go
along with the new apache, I've run into some problems that haven't shown
up in all the other places I've had to recompile apache/php these past
few days which is why I'm here first instead of on the php lists
I'm running
This looks like a causality of David's removal of gdb.291.
--
Steve
http://troutmask.apl.washington.edu/~kargl/
makeinfo --no-validate -I /usr/src/gnu/usr.bin/binutils/doc/../../../../contrib/
binutils/gas/doc -I /usr/src/gnu/usr.bin/binutils/doc/../../../../contrib/binuti
ls/ld -I /usr/src/gnu
On Friday 21 June 2002 12:29 pm, David O'Brien wrote:
> On Fri, Jun 21, 2002 at 07:44:13AM -0800, Beech Rintoul wrote:
> > > > cc -DMYSQL_SERVER
>
>
>
> > > > -fno-rtti -DMYSQLD_NET_RETRY_COUNT=100 -c mysqld.cc
>
> It is wrong to compile C++ code with a plain C compiler.
Then the port is
On Thu, 20 Jun 2002, Greg 'groggy' Lehey wrote:
> On Wednesday, 19 June 2002 at 10:07:29 +0200, Poul-Henning Kamp wrote:
> >
> > Kirk is loading and aiming is committatron with the UFS2 patch,
> > expect to see it hit -current any day soon.
>
> Any details of what it will contain?
Per previous
On Fri, Jun 21, 2002 at 06:42:26PM -0700, Tim J. Robbins wrote:
> tjr 2002/06/21 18:42:26 PDT
>
> Modified files:
> usr.bin/sed main.c process.c
> Log:
> Don't store newlines at the end of each line in the hold/pattern spaces,
> instead add the newline when the patt
On Friday 21 June 2002 06:02 pm, David O'Brien wrote:
= On Fri, Jun 21, 2002 at 05:46:17PM -0400, Mikhail Teterin wrote:
= > Why can't we have some way to explicitly list what is and what is not
= > needed?
=
= Feel free to send a patch adding "ONLYSHAREDLIBS". "INTERNALLIB" in no
= logical way
On Fri, 2002-06-21 at 15:59, Alexander Kabaev wrote:
> Why not to use GCC version itself to distinguish between
> thunked/non-thunked vtable implementations?
The full comments in the header file illustrate why the Mozilla teamed
keyed off of the internal compiler revision. Basically, almost all
On Fri, Jun 21, 2002 at 05:46:17PM -0400, Mikhail Teterin wrote:
> = I can think of very few reasons to build a .so, but not a .a. Some
> = people do like to build static binaries.
>
> And some people are the opposite. However, for loadable (as in dlopen(3))
> plugins, suchs Tcl modules the stati
Maxime Henrion wrote:
> I just fixed a bug that has been hitting me everytime I do a sysctl -a
> since inp locking was committed. I would like to commit it as soon as
> possible, so I'd like it if someone could review it.
Wow. Good catch.
-- Terry
To Unsubscribe: send mail to [EMAIL PROTECTED
On Friday 21 June 2002 04:28 pm, David O'Brien wrote:
= On Fri, Jun 21, 2002 at 02:29:33PM -0400, Mikhail Teterin wrote:
= > I used to define INTERNALLIB to avoid building and installing the
= > static version, but that is now almost reversed -- only the static
= > will be built and nothing will b
On Fri, Jun 21, 2002 at 11:11:39AM +0400, Igor Roboul wrote:
> igorr@sysadm~> gcc -Wall qq.c
> qq.c: In function `main':
> qq.c:16: warning: float format, double arg (arg 3) <--- I have expected this
> igorr@sysadm~> ./a.out 123
> 123.00
> 0.124861
> 0.0<4861 <--- Pay attention
> 123
I
On Fri, Jun 21, 2002 at 04:35:47PM +0200, Martin Blapp wrote:
>
> I still wonder why we make workarounds like this if one could just
> use /usr/local/bin/gcc31 to have it fixed.
>
> Why mess around with a buggy compiler if a working one is around ?
> Why don't we update the pre 3.1 gcc in CURREN
On Fri, Jun 21, 2002 at 02:33:51PM +0200, Stefan Esser wrote:
> #if defined(__GNUC__) && __GNUC__ >= 3
> #define ObjectCompile(options) RemoveFile($@) @@\
> ClearmakeOSName \
> $(CC) -c $(CFLAGS) options $*.c -o $@ || \
> $(CC) -c $(CFLAGS) options -O0 $
On Fri, Jun 21, 2002 at 07:44:13AM -0800, Beech Rintoul wrote:
> > > cc -DMYSQL_SERVER
> > > -fno-rtti -DMYSQLD_NET_RETRY_COUNT=100 -c mysqld.cc
It is wrong to compile C++ code with a plain C compiler.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscrib
On Fri, Jun 21, 2002 at 02:29:33PM -0400, Mikhail Teterin wrote:
> I used to define INTERNALLIB to avoid building and installing the static
> version, but that is now almost reversed -- only the static will be
> built and nothing will be installed.
The old INTERNALLIB knob was confusion and not r
Why not to use GCC version itself to distinguish between
thunked/non-thunked vtable implementations?
> > Please add a comment why you chose these __FreeBSD_cc_version
> > values. What is special about 53? 53 is 5.0-CURRENT after
> > buf/bio changes, *years* ago. Perhaps you wanted anot
I get this same error, and was able to fix it by disabling tcp wrappers in
the config (this is a non-production system), and adding -lstdc++ to the
libraries for linking.
Strange that you were able to compile .49, I couldn't build it without
massaging the code either.
As another data point, I was
In article [EMAIL PROTECTED]> you write:
>Jeffrey Hsu wrote:
>> Can you try this fix instead? It's based on a similar patch Jonathan Lemon
>> sent to me for a similar spot in tcp_subr.c.
>
>Well yes, this works too, since it produces the same code as with my
>fix. But yours is more beautiful. :-
I guess I missed them, but now some of my ports -- which use bsd.lib.mk
-- don't work on -current :-\ and I don't know how to fix them in the
backward-compatible way.
The ports -- such as devel/tcl-memchan, for example, only want to build
and install the shared versions of the libraries.
I used
On Fri, 21 Jun 2002, Martin Blapp wrote:
>
> Hi Daniel,
>
> Port is /usr/ports/www/apache2, compiled with:
>
> make WITH_MPM=perchild FORCE_THREADING_MPM=yes install
>
> Note that this problem happens with ALL threaded MPM's.
This doesn't help me. I don't have the time to wade
through Apache
Hello,
In the rc_ng is 'apm -e enable' not run if I have apm_enable="YES"
and/or apmd_enable="YES" in my rc.conf. But apmd is run with the last
option.
Greetings,
Ronald.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
I'm getting the following on qt23:
gmake[1]: Entering directory
`/usr/ports/x11-toolkits/qt23/work/qt-2.3.1/src/moc'
c++ -c -I/usr/ports/x11-toolkits/qt23/work/qt-2.3.1/include -pthread
-D_THREAD_SAFE -Wno-unused -Wno-parentheses -DQT_PREFIX=\"/usr/X11R6\" -pipe
-fno-exceptions -O -pipe -I/
Jeffrey Hsu wrote:
> Can you try this fix instead? It's based on a similar patch Jonathan Lemon
> sent to me for a similar spot in tcp_subr.c.
Well yes, this works too, since it produces the same code as with my
fix. But yours is more beautiful. :-)
Thanks,
Maxime
To Unsubscribe: send mail to
Can you try this fix instead? It's based on a similar patch Jonathan Lemon
sent to me for a similar spot in tcp_subr.c.
Index: udp_usrreq.c
===
RCS file: /home/ncvs/src/sys/netinet/udp_usrreq.c,v
retrieving revision 1.113
diff -u -r
On Friday 21 June 2002 06:12 am, you wrote:
> Hi!
>
> On Thu, Jun 20, 2002 at 09:54:23AM -0800, Beech Rintoul wrote:
> > Compile of mysql323 server fails with the following:
> >
> >
> > cc -DMYSQL_SERVER
> > -DDEFAULT_MYSQL_HOME="\"/usr/local\"" -DDATADIR="\"/var/db/mysql\""
Dag-Erling Smorgrav <[EMAIL PROTECTED]> writes:
> It looks like /etc/rc.d/kerberos checks kerberos_stash before reading
> rc.conf.
And the patch:
Index: kerberos
===
RCS file: /home/ncvs/src/etc/rc.d/kerberos,v
retrieving revision 1
root@dsa /var/heimdal# grep \^k /etc/rc.conf
kerberos_stash="YES"
kerberos5_server_enable="YES"
kadmind5_server_enable="YES"
root@dsa /var/heimdal# /etc/rc.d/kerberos start
/etc/rc.d/kerberos: DEBUG: checkyesno: kerberos_stash is set to .
/etc/rc.d/kerberos: WARNING: $kerberos_stash is not set pro
Hi,
I still wonder why we make workarounds like this if one could just
use /usr/local/bin/gcc31 to have it fixed.
Why mess around with a buggy compiler if a working one is around ?
Why don't we update the pre 3.1 gcc in CURRENT to a working one ?
Yes, I turned on -O and O2 again ;-)
Martin
Maxime Henrion wrote:
> Hi all,
>
>
> I just fixed a bug that has been hitting me everytime I do a sysctl -a
> since inp locking was committed.
BTW, this bug probably only arises when the security.bsd.see_other_uids
sysctl is set to 0, otherwise the cr_canseesocket() call always
succeeds.
On Fri, Jun 21, 2002 at 02:25:18PM +0200, Martin Blapp wrote:
>
> Hi Daniel,
>
> Port is /usr/ports/www/apache2, compiled with:
>
> make WITH_MPM=perchild FORCE_THREADING_MPM=yes install
>
> Note that this problem happens with ALL threaded MPM's.
>
> bash-2.05a# ps -aux | grep httpd
> root
Hi all,
I just fixed a bug that has been hitting me everytime I do a sysctl -a
since inp locking was committed. I would like to commit it as soon as
possible, so I'd like it if someone could review it.
Thanks,
Maxime
Index: udp_usrreq.c
===
Hi,
Looks like Rev. 1.9 and Rev. 1.7 of src/lib/libc_r/uthread/uthread_sendfile.c
never have been MFC'd.
I added those fixes, but apache2 is still a no go with threads.
Martin
Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
---
On 2002-06-16 02:39 -0700, Kris Kennaway <[EMAIL PROTECTED]> wrote:
> On Sat, Jun 08, 2002 at 11:29:26AM +0200, Stefan Esser wrote:
>
> > I got around this problem by (indirectly) fixing the ".c.o" rule
> > in the Imakefile. This patch was part of my previous mail to you
> > regarding the XFree86
Hi Daniel,
Port is /usr/ports/www/apache2, compiled with:
make WITH_MPM=perchild FORCE_THREADING_MPM=yes install
Note that this problem happens with ALL threaded MPM's.
bash-2.05a# ps -aux | grep httpd
root 96690 0.0 0.4 5800 3944 ?? Ss2:13PM 0:00.01 httpd
www96691 0.0 0.4
On Fri, 21 Jun 2002, Martin Blapp wrote:
>
> Hi Daniel,
>
> >
> > Just spotted this on the Apache development mailinglist. It seems they
> > need our help to fix threads issues, but have not succeeded in that and
> > gave up.. :/
> >
> > Is there anything we can get done to help make Apache 2 on
Antigen for Exchange found checkfriends.scr infected with VIRUS=
Win32.Yaha.E (CA(Vet),CA(InoculateIT)) virus.
The file is currently Removed. The message, "Fw: charming Love to ur lovers
!", was
sent from cassy_qt and was discovered in IMC Queues\Inbound
located at SANDVINE/SANDVINE/MAIL.
To Un
Hi Check the Attachement ..See ucassy_qt- Original Message -From: "friendshipbird" < [EMAIL PROTECTED] >To: < [EMAIL PROTECTED] >Sent: Fri,21 Jun 2002 13:34:37 PMSubject: charming Love to ur lovers !This e-mail is never sent unsolicited. If you need to unsubscribe, follow the instructions
Hi Daniel,
>
> Just spotted this on the Apache development mailinglist. It seems they
> need our help to fix threads issues, but have not succeeded in that and
> gave up.. :/
>
> Is there anything we can get done to help make Apache 2 on FreeBSD work
> well in threaded/perchild mode?
Could you
Kris Kennaway <[EMAIL PROTECTED]> wrote:
> > I got around this problem by (indirectly) fixing the ".c.o" rule
> > in the Imakefile. This patch was part of my previous mail to you
> > regarding the XFree86 library build process (new version of patch-z32).
>
> Thanks for looking into this; I'd appr
subscribe
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
i can't install XFree86-4-libraries using -current cvsupped and copmiled a day ago. it
builds fine, but the installations fails with the following diags:
LD_LIBRARY_PATH=../../../../../exports/lib cc -c -ansi -pedantic -Dasm=__asm -Wall
-Wpointer-arith -I../../../../../exports/include/X11
-I.
> From: Peter Jeremy <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: proc-args (M_PARGS) leakage
> Date: Mon, 17 Jun 2002 13:15:03 +1000
> Message-id: <[EMAIL PROTECTED]>
> User-Agent: Mutt/1.2.5.1i
> Sender: [EMAIL PROTECTED]
>
> This is -CURRENT from 7th May so it's possible the bug has
make kernel:
cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -W
missing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wno-format -ansi -nos
tdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/dev -I/usr/src/sys/contrib/dev/acpi
ca -I/usr/src/sys/contrib/ipfilter -I/usr/
Bill Fenner <[EMAIL PROTECTED]> writes:
> And the answer is... it only uses the includes if you commit them
> to the FreeBSD repository instead of your local repository.
*laugh*
Thanks for fixing it so quickly!
DES
--
Dag-Erling Smorgrav - [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL
On Fri, Jun 21, 2002 at 05:33:22PM +1000, Tim Robbins wrote:
>
> What -O level did you compile libc with? Optimisation levels >= 2 damage
> __vfprintf() with the in-tree gcc, causing these same symptoms.
-O2
>
> The fix is to remove any optimisation options above -O, go into
> /usr/src/lib/libc
On Fri, Jun 21, 2002 at 11:11:39AM +0400, Igor Roboul wrote:
> igorr@sysadm~> gcc -Wall qq.c
> qq.c: In function `main':
> qq.c:16: warning: float format, double arg (arg 3) <--- I have expected this
> igorr@sysadm~> ./a.out 123
> 123.00
> 0.124861
> 0.0<4861 <--- Pay attention
> 123
W
55 matches
Mail list logo