php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10806 make fails on Tru64.
Submitted: 2001-05-11 04:52 UTC Modified: 2001-10-23 07:30 UTC
From: phpbug at stone dot nu Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.5 OS: Tru64/OSF1 v5.0a
Private report: No CVE-ID: None
 [2001-05-11 04:52 UTC] phpbug at stone dot nu
GNU make:
$ ./configure
[...]
$ make 
Makefile:29: /build/rules.mk: No such file or directory
Makefile:30: /build/library.mk: No such file or directory
Makefile:31: /build/program.mk: No such file or directory
make: *** No rule to make target `/build/program.mk'.  Stop.
$ make -d
[...]
 No implicit rule found for `/build/program.mk'.
  Finished prerequisites of target file `/build/program.mk'.
 Must remake target `/build/program.mk'.
make: *** No rule to make target `/build/program.mk'.  Stop.


Compaq make:
$ ./configure
[...]
$ make
Make: Cannot open /build/rules.mk.  Stop.
$ make -d
MAKE ENTRY (make -d) at Fri May 11 10:43:16 2001
Reading internal rules.
MAKEDIR=/
Include file: "/build/rules.mk"
Make: Cannot open /build/rules.mk.  Stop.
Current working directory on exit from make is /usr/users/stone/dl/php-4.0.5
MAKE EXIT (1) at Fri May 11 10:43:16 2001

My workaround:
/opt/make/bin/make top_srcdir=/home/stone/dl/php-4.0.5 top_builddir=/home/stone/dl/php-4.0.5 builddir=.
or edit the makefiles... 

Then the compile stops at zend_operators.c see bug: #10805

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-23 07:30 UTC] sniper@php.net
Reopen if this happens with latest CVS snapshot from 
http://snaps.php.net/

--Jani

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon May 05 23:01:28 2025 UTC