Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Adélie Package Tree Adélie Package Tree
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 384
    • Issues 384
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 20
    • Merge requests 20
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Adélie Linux
  • Adélie Package TreeAdélie Package Tree
  • Issues
  • #617
Closed
Open
Created Apr 29, 2022 by Zach van Rijn@zOwner

user/php7: error: ‘TRUE’ undeclared (first use in this function)

Found on x86_64:

/root/packages/user/php7/src/php-7.4.4/ext/intl/collator/collator_sort.c: In function ‘zif_collator_sort’:
/root/packages/user/php7/src/php-7.4.4/ext/intl/collator/collator_sort.c:349:26: error: ‘TRUE’ undeclared (first use in this function)
  collator_sort_internal( TRUE, INTERNAL_FUNCTION_PARAM_PASSTHRU );
                          ^~~~
/root/packages/user/php7/src/php-7.4.4/ext/intl/collator/collator_sort.c:349:26: note: each undeclared identifier is reported only once for each function it appears in
/root/packages/user/php7/src/php-7.4.4/ext/intl/collator/collator_sort.c: In function ‘zif_collator_asort’:
/root/packages/user/php7/src/php-7.4.4/ext/intl/collator/collator_sort.c:543:26: error: ‘FALSE’ undeclared (first use in this function); did you mean ‘FILE’?
  collator_sort_internal( FALSE, INTERNAL_FUNCTION_PARAM_PASSTHRU );
                          ^~~~~   
                          FILE
make: *** [Makefile:960: ext/intl/collator/collator_sort.lo] Error 1
make: *** Waiting for unfinished jobs....
/root/packages/user/php7/src/php-7.4.4/ext/intl/normalizer/normalizer_normalize.c: In function ‘intl_is_normalized’:
/root/packages/user/php7/src/php-7.4.4/ext/intl/normalizer/normalizer_normalize.c:93:10: error: ‘FALSE’ undeclared (first use in this function); did you mean ‘FILE’?
   return FALSE;
          ^~~~~
          FILE
/root/packages/user/php7/src/php-7.4.4/ext/intl/normalizer/normalizer_normalize.c:93:10: note: each undeclared identifier is reported only once for each function it appears in
/root/packages/user/php7/src/php-7.4.4/ext/intl/normalizer/normalizer_normalize.c: In function ‘zif_normalizer_is_normalized’:
/root/packages/user/php7/src/php-7.4.4/ext/intl/normalizer/normalizer_normalize.c:264:16: error: ‘FALSE’ undeclared (first use in this function); did you mean ‘FILE’?
  UBool  uret = FALSE;
                ^~~~~
                FILE
make: *** [Makefile:998: ext/intl/normalizer/normalizer_normalize.lo] Error 1

20220429-21_00_54.100434992_php7.log

Assignee
Assign to
Time tracking