View Issue Details

IDProjectCategoryView StatusLast Update
0000177Xdebugpublic2006-05-27 21:08
Reporterjudas_iscariote Assigned Toderick  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionunable to reproduce 
Platformamd64OSLinuxOS VersionSUSE 10.0
Product Version2.0.0dev 
Summary0000177: debug client does not compile
Description

I neglected to report this before,(long time having the problem), but debugclient does not compiles at all

Steps To Reproduce

cd xdebug/debugclient
./buildconf

result:

buildconf: You need GNU Bison 1.28 or newer installed.
make: *** [buildmk.stamp] Error 1

I have bison 1.875 installed... I solved this error using

export LC_ALL=C
(clearly a locale issue)

and then builconf works ok, and ends sucefully.but after that ,configure fails.

config.status: creating Makefile
config.status: error: cannot find input file: Makefile.in

Additional Information

autoconf version 2.59
automake version 1.9.6
libtool version 1.5.18
bison version 1.875
gcc version 4.0.2 2005-09-01

if more information is required, let me to know.

TagsNo tags attached.
Operating SystemLinux 64 bit
PHP Version5.1-dev

Activities

judas_iscariote

2006-05-01 06:28

reporter   ~0000388

BTW:: I used the "advanced report" feature of mantis, but I see the relevant info is not visible in non-advanced way :(

derick

2006-05-01 11:09

administrator   ~0000390

The client doesn't use bison at all, so I just removed the check. It should work now.

judas_iscariote

2006-05-01 19:36

reporter   ~0000391

no, it doesn't work.

i just checked a fresh copy from the CVS.
run buildocnf

configure: creating ./config.status
config.status: creating Makefile
config.status: error: cannot find input file: Makefile.in

aby other info I can provide to fix the problem ?

derick

2006-05-01 19:50

administrator   ~0000392

Might have to do with your autoconf/automake versions actually. I use:
Autoconf version 2.13
automake (GNU automake) 1.4-p6

which work fine. PHP and PHP extensions have similar problems with the newer versions I think. Can you check this?

judas_iscariote

2006-05-01 19:54

reporter   ~0000393

all PHP extensions included in the core, or from PECL ( like APC, filter, gpg,and a very few others I tried) compiles with no problems at all.

PHP6, PHP5_1, and 4_4 compiles with absolutely no issues.

any other hint ?

derick

2006-05-07 22:56

administrator   ~0000402

The debugclient uses an old script I think. Did you verify if the older tools work with it?

derick

2006-05-14 19:13

administrator   ~0000409

Did you have a chance to look at the other versions of the auto tools yet?

derick

2006-05-27 21:08

administrator   ~0000413

Can't reproduce this... nor did I get any more feedback so I'm resolving this issue for now.

Issue History

Date Modified Username Field Change
2006-05-01 06:26 judas_iscariote New Issue
2006-05-01 06:28 judas_iscariote Note Added: 0000388
2006-05-01 11:09 derick Status new => closed
2006-05-01 11:09 derick Note Added: 0000390
2006-05-01 19:36 judas_iscariote Status closed => feedback
2006-05-01 19:36 judas_iscariote Resolution open => reopened
2006-05-01 19:36 judas_iscariote Note Added: 0000391
2006-05-01 19:50 derick Note Added: 0000392
2006-05-01 19:50 derick Additional Information Updated
2006-05-01 19:54 judas_iscariote Note Added: 0000393
2006-05-07 22:56 derick Note Added: 0000402
2006-05-14 19:13 derick Note Added: 0000409
2006-05-27 21:08 derick Status feedback => resolved
2006-05-27 21:08 derick Resolution reopened => unable to reproduce
2006-05-27 21:08 derick Assigned To => derick
2006-05-27 21:08 derick Note Added: 0000413
2016-07-31 12:35 derick Category Debug client (console) => debugclient (debugging tool)
2016-07-31 12:35 derick Category debugclient (debugging tool) => (No Category)