Ticket #68 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

[169] broke configure when XCache source is bundled in php

Reported by: gab Owned by: moo
Priority: major Milestone: 1.2.1
Component: build Version: 1.2-dev
Keywords: Cc:
Blocked By: PHP Version:
Application: Need User Feedback:
Other Exts: SAPI: FastCGI
Probability: Blocking:

Description

The changeset 169 add in config.m4 a replacement from $AWK to LANG=C $AWK. This breaks the configure script at the end when building ./main/internal_functions{,_cli}.c :

./build/genif.sh: line 30: LANG=C: command not found

Because the full line with $AWK replaced becomes :

./build/genif.sh ./main/internal_functions.c.in .  LANG=C /bin/gawk (+full list of extensions)

Removing changes from changeset 169 on config.m4 solves the problem.

Change History

Changed 6 years ago by moo

  • status changed from new to assigned
  • component changed from cacher to build
  • milestone set to 1.2.1

Changed 6 years ago by moo

  • status changed from assigned to closed
  • resolution set to fixed
  • summary changed from changeset 169 on config.m4 break configure to [169] broke configure when XCache source is bundled in php

fixed in [354]

Changed 6 years ago by moo

merged to trunk as [355]

Note: See TracTickets for help on using tickets.