[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Compile Failure

2002-03-25 Thread derick

On Sat, 23 Mar 2002, Edin Kadribasic wrote:

> You're testing with the latest cvs which is broken at the moment. Please
> test PHP_4_2_0 branch.
> 
> Derick please revert read_uploaded_file patch... It's not needed, plus it
> broke the build.

hmmm, I already did that I think.

Derick

> 
> Edin
> 
> - Original Message -
> From: "Andrew Lindeman" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Sent: Saturday, March 23, 2002 11:34 PM
> Subject: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Compile Failure
> 
> 
> > I knew I forgot something while submitting this.
> >
> > I am running (Red Hat) Linux (7.2)
> > gcc 2.96
> >
> > It has never failed like this before.  I have gotten some errors like this
> > before, but it has never has it totally failed (like this).
> >
> > --Andrew
> >
> >
> > On Saturday 23 March 2002 04:37 pm, [EMAIL PROTECTED] wrote:
> > > Hello,
> > >
> > > what platform are you on? I get this too while linking, but it doesn't
> > > fail.
> > >
> > > Derick
> > >
> > > On Sat, 23 Mar 2002, Andrew Lindeman wrote:
> > > > I'm getting these errors while compiling the latest CVS...
> > > >
> > > > using
> > > > ./configure --with-zlib --with-mysql --with-imap --with-kerberos
> > > > --with-imap-ssl --with-gd --with-crypt
> > > >
> > > > --Andrew
> > > >
> > > >
> > > >
> /usr/local/src/latestcvs/php4-200203231200/ext/standard/basic_functions.c
> > > >: In function `zif_read_uploaded_file':
> > > >
> > > >
> /usr/local/src/latestcvs/php4-200203231200/ext/standard/basic_functions.c
> > > >:23 80: warning: assignment makes pointer from integer without a cast
> > > >
> /usr/local/src/latestcvs/php4-200203231200/ext/standard/var_unserializer.
> > > >c: In function `php_var_unserialize':
> > > >
> > > >
> /usr/local/src/latestcvs/php4-200203231200/ext/standard/var_unserializer.
> > > >c:3 00: warning: comparison is always false due to limited range of
> data
> > > > type /usr/local/src/latestcvs/php4-200203231200/main/streams.c:884:
> > > > warning: initialization from incompatible pointer type
> > > >
> /usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libc-client.a(osdep.o):
> > > > In function `ssl_onceonlyinit':
> > > >  /usr/src/build/51160-i386/BUILD/imap-2001a/c-client/osdep.c:286: the
> use
> > > > of `tmpnam' is dangerous, better use `mkstemp'
> > > > ext/mysql/libmysql/my_tempnam.o: In function `my_tempnam':
> > > >
> /usr/local/src/latestcvs/php4-200203231200/ext/mysql/libmysql/my_tempnam.
> > > >c:86
> > > >
> > > > : the use of `tempnam' is dangerous, better use `mkstemp'
> > > >
> > > >  ext/standard/basic_functions.o: In function `zif_read_uploaded_file':
> > > >
> > > >
> /usr/local/src/latestcvs/php4-200203231200/ext/standard/basic_functions.c
> > > >:23 80: undefined reference to `php_fopen_wrapper' collect2: ld
> returned 1
> > > > exit status
> > > > make: *** [php] Error 1
> > > > make: [install-sapi] Error 1 (ignored)
> > > > cp: cannot stat `php': No such file or directory
> > > > make: *** [install-sapi] Error 1
> > > >
> > > > --
> > > > When you finally buy enough memory, you will not have enough disk
> space.
> > > > -- Murphy's Computer Laws n°3
> > > >
> > > > --
> > > > PHP Quality Assurance Mailing List 
> > > > To unsubscribe, visit: http://www.php.net/unsub.php
> > >
> > > ---
> > >   PHP: Scripting the Web - [EMAIL PROTECTED]
> > > All your branches are belong to me!
> > > SRM: Script Running Machine - www.vl-srm.net
> > > ---
> >
> > --
> > We come to bury DOS, not to praise it.
> > (Paul Vojta, [EMAIL PROTECTED], paraphrasing a quote of Shakespeare)
> >
> > --
> > PHP Quality Assurance Mailing List 
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
> >
> 

---
  PHP: Scripting the Web - [EMAIL PROTECTED]
All your branches are belong to me!
SRM: Script Running Machine - www.vl-srm.net
---


-- 
PHP Development Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Compile Failure

2002-03-23 Thread Edin Kadribasic

You're testing with the latest cvs which is broken at the moment. Please
test PHP_4_2_0 branch.

Derick please revert read_uploaded_file patch... It's not needed, plus it
broke the build.

Edin

- Original Message -
From: "Andrew Lindeman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Saturday, March 23, 2002 11:34 PM
Subject: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Compile Failure


> I knew I forgot something while submitting this.
>
> I am running (Red Hat) Linux (7.2)
> gcc 2.96
>
> It has never failed like this before.  I have gotten some errors like this
> before, but it has never has it totally failed (like this).
>
> --Andrew
>
>
> On Saturday 23 March 2002 04:37 pm, [EMAIL PROTECTED] wrote:
> > Hello,
> >
> > what platform are you on? I get this too while linking, but it doesn't
> > fail.
> >
> > Derick
> >
> > On Sat, 23 Mar 2002, Andrew Lindeman wrote:
> > > I'm getting these errors while compiling the latest CVS...
> > >
> > > using
> > > ./configure --with-zlib --with-mysql --with-imap --with-kerberos
> > > --with-imap-ssl --with-gd --with-crypt
> > >
> > > --Andrew
> > >
> > >
> > >
/usr/local/src/latestcvs/php4-200203231200/ext/standard/basic_functions.c
> > >: In function `zif_read_uploaded_file':
> > >
> > >
/usr/local/src/latestcvs/php4-200203231200/ext/standard/basic_functions.c
> > >:23 80: warning: assignment makes pointer from integer without a cast
> > >
/usr/local/src/latestcvs/php4-200203231200/ext/standard/var_unserializer.
> > >c: In function `php_var_unserialize':
> > >
> > >
/usr/local/src/latestcvs/php4-200203231200/ext/standard/var_unserializer.
> > >c:3 00: warning: comparison is always false due to limited range of
data
> > > type /usr/local/src/latestcvs/php4-200203231200/main/streams.c:884:
> > > warning: initialization from incompatible pointer type
> > >
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libc-client.a(osdep.o):
> > > In function `ssl_onceonlyinit':
> > >  /usr/src/build/51160-i386/BUILD/imap-2001a/c-client/osdep.c:286: the
use
> > > of `tmpnam' is dangerous, better use `mkstemp'
> > > ext/mysql/libmysql/my_tempnam.o: In function `my_tempnam':
> > >
/usr/local/src/latestcvs/php4-200203231200/ext/mysql/libmysql/my_tempnam.
> > >c:86
> > >
> > > : the use of `tempnam' is dangerous, better use `mkstemp'
> > >
> > >  ext/standard/basic_functions.o: In function `zif_read_uploaded_file':
> > >
> > >
/usr/local/src/latestcvs/php4-200203231200/ext/standard/basic_functions.c
> > >:23 80: undefined reference to `php_fopen_wrapper' collect2: ld
returned 1
> > > exit status
> > > make: *** [php] Error 1
> > > make: [install-sapi] Error 1 (ignored)
> > > cp: cannot stat `php': No such file or directory
> > > make: *** [install-sapi] Error 1
> > >
> > > --
> > > When you finally buy enough memory, you will not have enough disk
space.
> > > -- Murphy's Computer Laws n°3
> > >
> > > --
> > > PHP Quality Assurance Mailing List 
> > > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> > ---
> >   PHP: Scripting the Web - [EMAIL PROTECTED]
> > All your branches are belong to me!
> > SRM: Script Running Machine - www.vl-srm.net
> > ---
>
> --
> We come to bury DOS, not to praise it.
> (Paul Vojta, [EMAIL PROTECTED], paraphrasing a quote of Shakespeare)
>
> --
> PHP Quality Assurance Mailing List 
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>


-- 
PHP Development Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php