Jump to content

NotionCommotion

Members
  • Posts

    2,446
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by NotionCommotion

  1. I agree that if my public server is the one with the cert then it should be the one handling the cert. I've since looked at files within the docker and think it is also trying to do so. I think by random chance originally happened to execute things in some order that I didn't initially send /.well-known/acme-challenge/* to the backend server and then it was cached and then I thought all was good. Sorry for asking but would you mind giving me dummy instructions on how to prevent proxying the challenge to the backend server? PS. Thanks for the clarification on our later post. DNS part seems to make sense. Lot of "magic" going on! I like your reference to the "important" items. Key and token given by Let's Encrypt to prove you have ownership. Not sure about how I need to specify a reload command, however.
  2. I don't understand why this is happening. I prune out all existing dockers including volumes off a machine, remove certbot, waste out /etc/letsencrypt, reboot the server, turn off httpd, clone a git repository that doesn't have anything related to letsencrypt, execute docker-compose build, and then bring it up and... Why does it still have reference to letsencrypt? caddy_1 | {"level":"info","ts":1632674310.9699051,"logger":"http","msg":"server is listening only on the HTTPS port but has no TLS connection policies; adding one to enable TLS","server_name":"srv0","https_port":443} caddy_1 | {"level":"info","ts":1632674310.9699159,"logger":"http","msg":"enabling automatic HTTP->HTTPS redirects","server_name":"srv0"} caddy_1 | {"level":"info","ts":1632674310.97,"logger":"tls.cache.maintenance","msg":"started background certificate maintenance","cache":"0xc00025b570"} caddy_1 | {"level":"info","ts":1632674310.9813414,"logger":"tls","msg":"cleaning storage unit","description":"FileStorage:/data/caddy"} caddy_1 | {"level":"info","ts":1632674310.9813673,"logger":"tls","msg":"finished cleaning storage units"} caddy_1 | {"level":"info","ts":1632674310.9813404,"logger":"http","msg":"enabling experimental HTTP/3 listener","addr":":443"} caddy_1 | {"level":"info","ts":1632674310.9814408,"logger":"http","msg":"enabling automatic TLS certificate management","domains":["mysite.net"]} caddy_1 | {"level":"info","ts":1632674310.9816387,"msg":"autosaved config (load with --resume flag)","file":"/config/caddy/autosave.json"} caddy_1 | {"level":"info","ts":1632674310.9816458,"msg":"serving initial configuration"} caddy_1 | {"level":"info","ts":1632674310.9818106,"logger":"tls.obtain","msg":"acquiring lock","identifier":"mysite.net"} caddy_1 | {"level":"info","ts":1632674310.9828124,"logger":"tls.obtain","msg":"lock acquired","identifier":"mysite.net"} caddy_1 | {"level":"info","ts":1632674310.9835498,"logger":"tls.issuance.acme","msg":"waiting on internal rate limiter","identifiers":["mysite.net"],"ca":"https://acme-v02.api.letsencrypt.org/directory","account":""} caddy_1 | {"level":"info","ts":1632674310.9835625,"logger":"tls.issuance.acme","msg":"done waiting on internal rate limiter","identifiers":["mysite.net"],"ca":"https://acme-v02.api.letsencrypt.org/directory","account":""} caddy_1 | {"level":"info","ts":1632674311.5837862,"logger":"tls.issuance.acme.acme_client","msg":"trying to solve challenge","identifier":"mysite.net","challenge_type":"tls-alpn-01","ca":"https://acme-v02.api.letsencrypt.org/directory"} caddy_1 | {"level":"error","ts":1632674312.071876,"logger":"tls.issuance.acme.acme_client","msg":"challenge failed","identifier":"mysite.net","challenge_type":"tls-alpn-01","status_code":400,"problem_type":"urn:ietf:params:acme:error:connection","error":"Connection refused"} caddy_1 | {"level":"error","ts":1632674312.0718951,"logger":"tls.issuance.acme.acme_client","msg":"validating authorization","identifier":"mysite.net","error":"authorization failed: HTTP 400 urn:ietf:params:acme:error:connection - Connection refused","order":"https://acme-v02.api.letsencrypt.org/acme/order/215675790/27383624550","attempt":1,"max_attempts":3} caddy_1 | {"level":"info","ts":1632674313.3718565,"logger":"tls.issuance.acme.acme_client","msg":"trying to solve challenge","identifier":"mysite.net","challenge_type":"http-01","ca":"https://acme-v02.api.letsencrypt.org/directory"} caddy_1 | {"level":"error","ts":1632674314.2157142,"logger":"tls.issuance.acme.acme_client","msg":"challenge failed","identifier":"mysite.net","challenge_type":"http-01","status_code":400,"problem_type":"urn:ietf:params:acme:error:connection","error":"Fetching http://mysite.net/.well-known/acme-challenge/dnzP3sIQ2PJ68Y3hdcNGEouiwpWIDU66_roQDMzp6v0: Connection refused"} caddy_1 | {"level":"error","ts":1632674314.2157347,"logger":"tls.issuance.acme.acme_client","msg":"validating authorization","identifier":"mysite.net","error":"authorization failed: HTTP 400 urn:ietf:params:acme:error:connection - Fetching http://mysite.net/.well-known/acme-challenge/dnzP3sIQ2PJ68Y3hdcNGEouiwpWIDU66_roQDMzp6v0: Connection refused","order":"https://acme-v02.api.letsencrypt.org/acme/order/215675790/27383633790","attempt":2,"max_attempts":3} caddy_1 | {"level":"error","ts":1632674315.7577894,"logger":"tls.obtain","msg":"could not get certificate from issuer","identifier":"mysite.net","issuer":"acme-v02.api.letsencrypt.org-directory","error":"[mysite.net] solving challenges: mysite.net: no solvers available for remaining challenges (configured=[tls-alpn-01 http-01] offered=[http-01 dns-01 tls-alpn-01] remaining=[dns-01]) (order=https://acme-v02.api.letsencrypt.org/acme/order/215675790/27383649220) (ca=https://acme-v02.api.letsencrypt.org/directory)"} caddy_1 | {"level":"warn","ts":1632674315.758133,"logger":"tls.issuance.zerossl","msg":"missing email address for ZeroSSL; it is strongly recommended to set one for next time"} caddy_1 | {"level":"info","ts":1632674316.6636553,"logger":"tls.issuance.zerossl","msg":"generated EAB credentials","key_id":"UvTMxijwSYXU8puSPR-V1Q"}
  3. I am having inconsistent results when having httpd act as a proxy to another webserver which uses a self-signed certificates and is running in a docker. Sometimes it works but then I later attempt to do what I think is identical and get challenge failed errors. Trying to understand why, I reviewed Let's Encrypts How It Works and below is my understanding: Step 1 - Agent proves to LetsEncrypt that the web server controls a domain Agent generates a new key pair (one time) Agent asks LetsEncrypt required proof of control (one or all?): DNS record (What is this used for?) An HTTP resource under its URI (must create a file which will be accessed by LetsEncrypt) Other? LetsEncrypt provides random string to be signed with agent's private key to prove ownership. LetsEncrypt then performs: Verify private key using random string and agent's public key (when is LetsEncrypt given public key?). Attempts to upload newly created HTTP resource. If valid, LetsEncrypt acknowledges agent identified by URI and public key (authorized key pair). Does LetsEncrypt provide a new key and is this the authorized key pair? Step 2 - Agent requests (or renews or revokes) certificates for the domain. Agent constructs CSR with public key and signs with private key and authorized key (this other key provided by LetsEncrypt?) LetsEncrypt returns certificate with public agent's public key. Below is my 443 to 8443 proxy and I have another virtual host which just redirects 80 to 443 (not shown). The various SSLProxyVerify settings are my attempt to deal with the docker's webserver using self-signed certificates and while it sometimes worked, do not know if it is all correct. Based on my new understanding of how Let's Encrypt works, I am trying to understand why I am having issues. My thoughts are: It will not be able to perform Step 1 and prove to Let's Encrypt that it controls the domain because Apache will pass the requests to the docker's webserver and the docker's webserver will not know anything about this scope. Or maybe it will but doesn't have write permission to where to create the new HTTP resource? Perhaps a workaround is to first create a traditional virtual host, allow Apache to prove to Let's Encrypt that it controls the domain, and then go back to the proxy? Maybe I am having conflicts between using Apache's keys and the docker's webserver's keys? Maybe my proxy configuration is incorrect and I just thought it was the same when it was working? Maybe something else? This has been totally frustrating and would appreciate any suggestions. Thanks <IfModule mod_ssl.c> <VirtualHost *:443> ServerName my-site.net ProxyPreserveHost On ProxyRequests Off # <Proxy *> # Order deny,allow # Allow from all # </Proxy> SSLProxyEngine On SSLProxyVerify none SSLProxyCheckPeerCN Off SSLProxyCheckPeerExpire Off SSLProxyCheckPeerName Off #SSLEngine On #Not sure what this is ProxyPass / https://127.0.0.1:8443/ ProxyPassReverse / https://127.0.0.1:8443/ Include /etc/letsencrypt/options-ssl-apache.conf SSLCertificateFile /etc/letsencrypt/live/my-site.net/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/my-site.net/privkey.pem </VirtualHost> </IfModule>
  4. Thanks again kicken, Yes, you are 100% correct. I should have initially noticed my error but with multiple new concepts looked right past it. Made the corrections and initially no go because of tag issues but eventually worked. While I could go forward with having my new notion-commotion/attribute-validator-command along with its dependencies in the vendor directory, it will be a bit of a hack. I will then need to manually add a small script in App\Command which uses this new class. Know how to modify composer.json in order to make this automatic? Normally I add my custom command scripts to App\Command namespace but I am thinking doing so isn't right since composer probably should have the ability to modify anything in \src. True? If not, does it go in \bin?
  5. Well, I feel stupid. Potentially, I did not really do so but just did so when posting this question but hope that I really did so...
  6. A while back, I added a post which discussed how to validate PHP's scripts to ensure that all attributes had an available class. My reason for doing so is annotations will throw an error yet attributes will not work but will not provide a warning and are difficult to troubleshot. For example, I will get a warning for $propertyWithError but not for $propertyWithoutError. <?php namespace App\Entity; // use Symfony\Component\Validator\Constraints as Assert; class SomeEntity { /** * @Assert\NotBlank */ private string $propertyWithError; #[Assert\NotBlank] private string $propertyWithoutError; } I then created the a composer package which would parse all the PHP scripts and look for attributes without existing classes. I then created a Symfony command script (App\Command/AttributeValidator) which would use my package and at the CLI I could execute: bin/console app:attribute-validator <?php declare(strict_types=1); namespace App\Command; use Nette\Utils\Strings; use Nette\Utils\Json; use RuntimeException; use Exception; use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Question\ConfirmationQuestion; use Symfony\Component\Console\Question\Question; use NotionCommotion\AttributeValidator\AttributeValidator as NotionCommotionAttributeValidator; use NotionCommotion\AttributeValidator\AttributeValidatorException; final class AttributeValidator extends Command { private const COMMANDS = ['validate', 'getClassesWithUndeclaredAttributes', 'getClassesWithoutUndeclaredAttributes', 'getSuspectClasses', 'getNotFoundClasses', 'getTraits', 'getInterfaces', 'getAbstracts', 'jsonSerialize', 'debugSuspectFiles', 'debugFile']; // the name of the command (the part after "bin/console") /** * @var string */ protected static $defaultName = 'app:attribute-validator'; protected function configure(): void { $this ->setDescription('Attribute Validator. --help') ->setHelp('This command allows you to check for PHP8 attributes without classes') ->addArgument('path', InputArgument::OPTIONAL, 'Path to check', 'src') ->addOption('command', null, InputOption::VALUE_REQUIRED, 'What command to run?', 'validate') ; } protected function execute(InputInterface $input, OutputInterface $output): int { $command = $input->getOption('command'); if(!in_array($command, self::COMMANDS)) { throw new \Exception(sprintf('Invalid command %s. Only %s are allowed', $command, implode(', ', self::COMMANDS))); } if($command==='validate') { return $this->$command($input, $output); } else { $output->writeln([ 'Attribute Validator', '============', '', ]); $output->writeln("Command: ".$command); $path = $input->getArgument('path'); $output->writeln("Path to check: ".$path); if($command==='debugFile'){ print_r(NotionCommotionAttributeValidator::debugFile($path)); } else{ print_r(NotionCommotionAttributeValidator::create($path)->$command()); } return Command::SUCCESS; } } private function validate(InputInterface $input, OutputInterface $output): int { $output->writeln([ 'Attribute Validator', '============', '', ]); $path = $input->getArgument('path'); $output->writeln("Path to check: ".$path); $helper = $this->getHelper('question'); /* $question = new ConfirmationQuestion('Continue with this action?', true); if (!$helper->ask($input, $output, $question)) { return Command::SUCCESS; } */ $validator = NotionCommotionAttributeValidator::create($path); $errors=0; foreach($validator->validate() as $type=>$errs) { $output->writeln($type.' errors'); switch($type) { case 'classesWithUndeclaredAttributes': foreach($errs as $e) { $output->writeln(sprintf(' %s: %s', $e['fqcn'], $e['filename'])); if(!empty($e['classAttributes'])) { $errors++; $output->writeln(sprintf(' classAttributes: %s', implode(', ', $e['classAttributes']))); } foreach(array_intersect_key($e, array_flip(['propertyAttributes', 'methodAttributes', 'parameterAttributes', 'classConstantAttributes'])) as $attrType=>$ar) { $a = []; foreach($ar as $class=>$t) { $errors++; $a[] = sprintf('%s: %s', $class, implode(', ', $t)); } if($a) { $output->writeln(sprintf(' %s: %s', $attrType, implode(', ', $a))); } } } break; case 'notFoundClasses': case 'suspectClasses': foreach($errs as $e) { $errors++; $a = []; foreach(['class', 'trait', 'interface', 'abstract'] as $t) { if($e[$t]) { $a[] = sprintf('%s: %s', $t, implode(', ', $e[$t])); } } $output->writeln(sprintf(' %s: %s %s', $e['filename'], $e['namespace'], implode(' | ', $a))); } break; default: throw new AttributeValidatorException('Invalid test: '.$type); } } $output->writeln('Error count: '.$errors); return Command::SUCCESS; } } It all works except I don't want to have to copy App\Command/AttributeValidator to each project and so created a second composer package to install it. When executing composer require notion-commotion/attribute-validator-command, this second package is installed but not any of its dependencies. What am I doing wrong? Also, off topic and my primary question is related to composer installing dependencies, however, if anyone knows the proper way to have composer install a symfony command, please let me know. Thanks! { "name": "notion-commotion/attribute-validator-command", "description": "Creates Symfony command to find attributes which do not have classes assigned.", "type": "library", "license": "MIT", "authors": [ { "name": "Michael Reed", "email": "xxx@gmail.com" } ], "require": { "php": ">=8", "symfony/console": "5.3.*", "nette/utils": "4", "notion-commotion/attribute-validator": "^1" }, "autoload": { "psr-4": { "NotionCommotion\\AttributeValidatorCommand\\": "src/" } }, "minimum-stability": "stable", "require": {} }
  7. Will do requinix, Thanks again.
  8. Yes it is but just didn't see it until now. Thanks
  9. I was going to say that Symony's entity maker adds it but just realized I have been adding it since I read somewhere that I should. That being said, I see your point and agree and will no longer do so. Thanks! Okay, what about the following: <?php namespace App\Entity; use Doctrine\ORM\Mapping\Column; use Symfony\Component\Serializer\Annotation\Groups; use DateTimeImmutable; class SomeClass { /** * @var class-string<DateTimeImmutable>|mixed|null */ #[Column(type: 'datetime_immutable')] #[Groups(['version:read'])] private $createAt; public function __construct(DateTimeImmutable $createAt) { $this->createAt = $createAt; } } I don't have the issue regarding setting $createAt's default value as maxxd corrected me that I shouldn't be doing so in the first place, but still have the issue regarding needing to apply attributes and not being able to declare the property twice. <?php namespace App\Entity; use Doctrine\ORM\Mapping\Column; use Symfony\Component\Serializer\Annotation\Groups; use DateTimeImmutable; class SomeClass { /** * @var class-string<DateTimeImmutable>|mixed|null */ #[Column(type: 'datetime_immutable')] #[Groups(['version:read'])] private $createAt; public function __construct( private DateTimeImmutable $createAt, ) {} } Actually, I just stumbled upon the solution. I don't believe I've seen it documented but it works. class SomeClass { public function __construct( #[Column(type: 'datetime_immutable')] #[Groups(['version:read'])] private DateTimeImmutable $createAt, ) {} }
  10. The following PHP-7 code class CustomerDTO { public string $name; public string $email; public DateTimeImmutable $birth_date; public function __construct( string $name, string $email, DateTimeImmutable $birth_date ) { $this->name = $name; $this->email = $email; $this->birth_date = $birth_date; } } can be written this way by using PHP-8's constructor property promotion: class CustomerDTO { public function __construct( public string $name, public string $email, public DateTimeImmutable $birth_date, ) {} } How should the following PHP-7 code be modified to utilize PHP-8's constructor property promotion? Specifically: How should the Column and Groups attributes be applied to $createAt? How is $createAt's default value set to new DateTimeImmutable()? <?php namespace App\Entity; use Doctrine\ORM\Mapping\Column; use Symfony\Component\Serializer\Annotation\Groups; use DateTimeImmutable; class SomeClass { /** * @var class-string<DateTimeImmutable>|mixed|null */ #[Column(type: 'datetime_immutable')] #[Groups(['version:read'])] private $createAt; public function __construct() { $this->createAt = new DateTimeImmutable; } }
  11. Try using the following. On a side note, 90% of the time I used static properties, I later regretted doing so. Also, consider changing to PDO. $query = mysqli_query($this->conn, sprintf("SELECT * FROM %s WHERE type='breaking' ORDER BY RAND()", self::$table);
  12. Thanks again maxxd, I think you are correct in your assessment that the benefits provided by dockers are mostly for development, however, considering my experience is about 2% of yours, can't say for sure. Other than learning about dockers which has been on my list for a while, my primary objective is just to install api-platform along with the React components. That being said, seems my options are: As you already said, seems like dockers are typically used on a local machine. I did so on a Windows PC, but it used way too much resources and I don't really want to learn about Dockers on Windows. I can also create a local Linux machine, and while I would rather not, will probably go this route. Run the dockers on my headless VPS and somehow expose them by Apache on the host. I thought this would be relatively easy and it works with my simple testing docker, but when used with the api-platform docker, get a "Client sent an HTTP request to an HTTPS server." error when I use http, and a proxy error when using https in the below virtual host. This issue seems to describe this, however, I think I am going down a bottomless pit and plan on giving up. Deploy the dockers using a Kubernetes Cluster, Docker Compose, Heroku, or Platform.sh as described by the deployment docs. I assume that this is what you meant when you said "honestly unless you're deploying to a docker instance". Seems like the cart before the horse and will need to get something working first locally first. Don't use Dockers. I have previously successfully installed just the server component using Symfony and composer, however, there are other components and it seems like implementing them without dockers will be a lot of work and I will also likely still need to fully understand the dockers approach before doing so. Unless you think differently, I will go the local machine route as you originally recommended. <VirtualHost *:443> ServerName dockers.devserver.net ProxyPreserveHost On #ProxyRequests off #SSLProxyEngine on ProxyPass / http://127.0.0.1:8443/ ProxyPassReverse / http://127.0.0.1:8443/ #ProxyPass / https://127.0.0.1:8443/ #ProxyPassReverse / https://127.0.0.1:8443/ Include /etc/letsencrypt/options-ssl-apache.conf SSLCertificateFile /etc/letsencrypt/live/api-platform-test.devserver.net/cert.pem SSLCertificateKeyFile /etc/letsencrypt/live/api-platform-test.devserver.net/privkey.pem SSLCertificateChainFile /etc/letsencrypt/live/api-platform-test.devserver.net/chain.pem </VirtualHost>
  13. I ended up running the docker on a remote linux box and made the host's Apache act as a proxy (I tried both https on 443 shown below as well as just http on 80). It works for my testing docker which also uses mysql, but when accessing your docker on the remote server with a browser, I get a permission denied error for the Apache/2.4.48 (Debian) Server. I first thought it might be file permission related and changed the permissions but no change. I also see how your docker-composer.yml file uses volume ../project:/var/www/html which was not writeable for me so changed it to ../project:/var/www/dockers-testing/http-maxxd but no change. Running docker-compose up without the -d might indicate that it is related to certificates, or maybe one of the other hardcoded paths such as /var/run/docker.sock, or maybe the aws localstack? While I am curious what http://localhost:8001 would show, it probably isn't that important. <IfModule mod_ssl.c> <VirtualHost *:443> ServerName dockers.devserver.net ProxyPreserveHost On ProxyRequests off <Location /> ProxyPass http://localhost:8001/ ProxyPassReverse http://localhost:8001/ Order allow,deny Allow from all </Location> Include /etc/letsencrypt/options-ssl-apache.conf SSLCertificateFile /etc/letsencrypt/live/api-platform-test.devserver.net/cert.pem SSLCertificateKeyFile /etc/letsencrypt/live/api-platform-test.devserver.net/privkey.pem SSLCertificateChainFile /etc/letsencrypt/live/api-platform-test.devserver.net/chain.pem </VirtualHost> </IfModule> I do have a couple related questions I am hoping you can shed some light on. It always annoyed me how I would need to stop other services using ports also used by the container. I see how you set mysql with 3308:3306, and found I could do similar with redis. Is this just to allow the host as well as other containers to listen to mysql on port 3308 instead of the normal 3306? Where are your PHP files located? Would this be at ../project:/var/www/html for your example? Any thoughts about pros and cons about having the container use the host's mysql? Haven't fully vetted out yet, but appears that it could be done using host.docker.internal. Thanks
  14. Thanks maxxd, So, if someone really wanted to, they could start with an image with just the operating system and then install PHP, etc but why bother, right? PS. Don't spend much time looking over the following as it appears I am going down a rabbit hole. Looking at your referenced repo page, I didn't see any Debian operating system being extended (likely bad choice of words on my part), but then the full image description on Docker Hub referenced Debian as well as Alpine, and it looks like Debian is the default (since your Dockerfile includes FROM php:7.4-apache and not something like FROM php:7.4-apache-alpine). Seem reasonable? Using your Dockerfile and docker-compose.yml (and empty files for the various apache, etc config files), I executed docker-compose up -d, and definitely see a bunch of working being done! Still going on and will execute docker image history TBD to see what it shows. Oops, looks like the host port 6479 for redis is already being used. Stopped redis, docker down, and tried again (fortunately, image now seems to exist so not a long time to wait). Okay, let's try again and first identify the image. [michael@devserver maxxd]$ docker image ls REPOSITORY TAG IMAGE ID CREATED SIZE laravel new 481807bfcfb9 8 minutes ago 866MB getting-started latest ca19cb40e462 About an hour ago 383MB localstack/localstack latest 469bca1e6872 16 hours ago 798MB php 7.4-apache 113788962132 40 hours ago 475MB <none> <none> eaf6fb90e025 10 days ago 304MB getting-started_docs latest 5b7c32736c17 10 days ago 77.7MB <none> <none> 1b63e72d86ab 10 days ago 428MB redis latest ddcca4b8a6f0 11 days ago 105MB mysql 5.6 7f8929383df0 11 days ago 303MB mysql 5.7 6c20ffa54f86 11 days ago 448MB srs-api_caddy latest b2b866e7f74c 2 weeks ago 89.3MB <none> <none> 40e84649b2ec 2 weeks ago 1.35GB <none> <none> 74de2b323451 2 weeks ago 201MB api-platform-265_caddy latest 7df189b5105b 2 weeks ago 89.3MB srs-api_php latest 3212d6c0b2d1 2 weeks ago 201MB <none> <none> 3bdabfb3c564 2 weeks ago 1.35GB srs-api_pwa latest 317bf775a097 2 weeks ago 687MB <none> <none> 98ff000c74c7 2 weeks ago 201MB api-platform-265_php latest 5b7f9664e83c 2 weeks ago 201MB api-platform-265_pwa latest 65feba18bc6a 2 weeks ago 687MB python alpine d4d6be1b90ec 2 weeks ago 45.1MB postgres 13-alpine 16a925851698 2 weeks ago 192MB node 12-alpine dc1848067319 2 weeks ago 88.9MB node 14-alpine e979a7f5b083 2 weeks ago 117MB composer 2 aa855c271386 3 weeks ago 176MB caddy 2-builder-alpine f64009d1a35a 3 weeks ago 318MB php 8.0-fpm-alpine 1daa2d1ff198 3 weeks ago 83.8MB caddy 2 df8a741f4852 2 months ago 39.8MB <none> <none> 04cf24206318 3 months ago 140MB postgres 12-alpine a58cf5527d36 3 months ago 158MB composer latest 75b53fc8ac19 3 months ago 173MB php 7.3-fpm-alpine 5d77b0644c3c 4 months ago 75.6MB dunglas/mercure v0.11 11984e7839c1 4 months ago 75.8MB snyk/snyk <none> 0f6d8486c45c 4 months ago 337MB hello-world latest d1165f221234 5 months ago 13.3kB [michael@devserver maxxd]$ Realize now TBD should be php:7.4-apache. [michael@devserver maxxd]$ docker image history php:7.4-apache IMAGE CREATED CREATED BY SIZE COMMENT 113788962132 40 hours ago /bin/sh -c #(nop) CMD ["apache2-foreground"] 0B <missing> 40 hours ago /bin/sh -c #(nop) EXPOSE 80 0B <missing> 40 hours ago /bin/sh -c #(nop) WORKDIR /var/www/html 0B <missing> 40 hours ago /bin/sh -c #(nop) COPY file:e3123fcb6566efa9… 1.35kB <missing> 40 hours ago /bin/sh -c #(nop) STOPSIGNAL SIGWINCH 0B <missing> 40 hours ago /bin/sh -c #(nop) ENTRYPOINT ["docker-php-e… 0B <missing> 40 hours ago /bin/sh -c docker-php-ext-enable sodium 17B <missing> 40 hours ago /bin/sh -c #(nop) COPY multi:e4407f0002276f0… 6.76kB <missing> 40 hours ago /bin/sh -c set -eux; savedAptMark="$(apt-m… 66.3MB <missing> 40 hours ago /bin/sh -c #(nop) COPY file:ce57c04b70896f77… 587B <missing> 40 hours ago /bin/sh -c set -eux; savedAptMark="$(apt-m… 11.7MB <missing> 40 hours ago /bin/sh -c #(nop) ENV PHP_SHA256=cea52313fc… 0B <missing> 40 hours ago /bin/sh -c #(nop) ENV PHP_URL=https://www.p… 0B <missing> 40 hours ago /bin/sh -c #(nop) ENV PHP_VERSION=7.4.23 0B <missing> 10 days ago /bin/sh -c #(nop) ENV GPG_KEYS=42670A7FE4D0… 0B <missing> 10 days ago /bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -… 0B <missing> 10 days ago /bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-… 0B <missing> 10 days ago /bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-pr… 0B <missing> 10 days ago /bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_A… 0B <missing> 10 days ago /bin/sh -c #(nop) ENV PHP_EXTRA_BUILD_DEPS=… 0B <missing> 10 days ago /bin/sh -c { echo '<FilesMatch \.php$>'; … 204B <missing> 10 days ago /bin/sh -c a2dismod mpm_event && a2enmod mpm… 0B <missing> 10 days ago /bin/sh -c set -eux; apt-get update; apt-g… 47.5MB <missing> 10 days ago /bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/a… 0B <missing> 10 days ago /bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/a… 0B <missing> 10 days ago /bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR… 0B <missing> 10 days ago /bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/loca… 0B <missing> 10 days ago /bin/sh -c set -eux; apt-get update; apt-g… 269MB <missing> 10 days ago /bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf … 0B <missing> 10 days ago /bin/sh -c set -eux; { echo 'Package: php… 46B <missing> 11 days ago /bin/sh -c #(nop) CMD ["bash"] 0B <missing> 11 days ago /bin/sh -c #(nop) ADD file:5e8343ab9a73edc27… 80.4MB [michael@devserver maxxd]$ Humm, still nothing showing that I am using Debian or Alpine in the image. Maybe I should stop this folly...
  15. Thanks maxxd, Been on a long road trip and just got back. I think all in your response makes sense but will be going over the compose portion now and might have further questions about the Dockerfile. Thanks requinix and maxxd, I see how we start with finding the operating system but potentially with more. For instance, maxxd is using a Debian base and I expect others such as Fedora might be available. Since all is isolated, I believe it is really only important to just pick one which meets the task at hand and then if there are multiple distro's which equally do so, I suppose pick the one they are most familiarly with. Next additional software can be installed from a non-Docker repository using apt-get, yum, etc. Probably a stupid question, but why do the images come with more than just the operating system (i.e. PHP 7.4 with Apache for maxxd's example) instead of just the operating system (Debian) and then installing PHP and Apache using apt-get?
  16. Thanks maxxd, I really haven't gotten to your compose script or why or why not it is best practice and want to make sure I understand the Dockerfile first. FROM - Start with php:7.4-apache (presumably, this is both PHP and Apache) RUN - Update operating system and install a bunch of software using apt-get. COPY - Copy the apache and redis configuration files. RUN - Execute a2enmod to deal with headers. RUN - Execute pecl to add a couple extensions RUN - Execute rm to remove some unnecessary files. COPY - Copy the php configuration file. RUN - Execute docker-php-ext-install to install a bunch of modules (Is zip installed by apt-get different?) RUN - Execute docker-php-ext-enable to enable both the pecl extensions as well as the docker-php-ext-install modules. RUN Execute - docker-php-ext-configure and docker-php-source delete (why?) COPY - Copy the composer configuration file (what is with --from?) ??? Please elaborate how npm and node is being installed. RUN - Add some software using composer. What is the following doing: echo "alias artisan='php artisan'" > ~/.bashrc
  17. Thanks again requinix. My interpretation of your response is: Containers should be isolated to perform a single task and only be given the specific configuration settings and files that they need to perform that task. A Dockerfile is used to create a container and has the following content: FROM - Start with a base image. RUN - Execute commands to install additional extensions/features not already provided. Can occur both before and after COPY. COPY - Add any appropriate files (configuration, source code, etc) which will be embedded in the image. Following was gleamed really from maxdd's post: A path relative to the Dockerfile (i.e. this file) specifies the initial location of the file on the host and an absolute path specifies the desired location on the image (Think of a typical Linux file structure with /etc, /usr, etc). Up to individual preference whether: Multiple Dockerfiles in individual directories. Buildkit with single Dockerfile with multiple stages for each image. Dockerfile creates the container and Docker Compose allows them to: Talk to each other using networks. Access file space outside of container using volume mounts (useful for development).
  18. Thanks requinix, I like the analogy, but will need to read your post several times, and then a couple times more. Looks like api-platform goes with multiple Dockerfiles in individual directories instead of using buildkit with a single Dockerfile with multiple stages for each image. Any significant reason to go one way of the other?
  19. Don't know if I understand but will take a go. Following assumes the files on the USB stick represent some web application and the new computer will be located in my garage. On another computer located in my office, download the desired operating system ISO image. Create a bootable USB on a different USB stick than the one with my files. Walk down a flight of stairs to the garage. Plug the bootable USB into the new computer, boot off it, add configuration settings (host, dns, etc), and install the operating system on the new computers local file system (/dev/sda1). Restart the new computer and boot up off its local file system which has the operating system and log on. Create a temporary mount point on the new computer. Plug in the USB stick with my files, find the device name using fdisk, etc, and mount it. Copy the files from the USB located at the before mentioned mountpoint to /var/www/mywebsite. Unmount the USB stick. Install SSH server using yum, etc. Log off. Grab a beer out of my garage fridge, walk back upstairs, go to my windows PC in my office and use PuTTY to SSH into the computer in my garage. Use dnf, yum, apt, etc to install PHP, Apache, etc. Create a virtual host and restart Apache. Drink the beer. As I said, not sure I understand, but the part about starting with an image and dockers having images sounds relevant. Maybe I don't make the bootable USB for installation but just mount the image to /dev/sda1 and manually configure the network.
  20. Thank you requinix, After getting api-platform running with apcu commented out on my local Windows PC, I saw that it was using 95% of memory and am contemplating going back to run the docker on my remote linux server. When doing so, my goals are: Ideally using the host's psql and whatever other host services which are applicable. Going to work about this later. Ability to access it remotely which is described below. I created the following virtual host: <IfModule mod_ssl.c> <VirtualHost *:443> ServerName dockers.tapmeister.com DocumentRoot /var/www/dockers-testing/getting-started ProxyPreserveHost On ProxyRequests off <Location /> ProxyPass http://localhost:8888/ ProxyPassReverse http://localhost:8888/ Order allow,deny Allow from all </Location> Include /etc/letsencrypt/options-ssl-apache.conf SSLCertificateFile /etc/letsencrypt/live/api-platform-test.tapmeister.com/cert.pem SSLCertificateKeyFile /etc/letsencrypt/live/api-platform-test.tapmeister.com/privkey.pem SSLCertificateChainFile /etc/letsencrypt/live/api-platform-test.tapmeister.com/chain.pem </VirtualHost> </IfModule> I then created a docker by basically cloning https://github.com/docker/getting-started and only changing it to map ports 8888 to 8000. docker-compose.yml version: "3.7" services: docs: build: context: . dockerfile: Dockerfile target: dev # map port 8888 of the host to port 8000 in the container. Short synax shown ports: - 8888:8000 volumes: - ./:/app Dockerfile version: "3.7" services: docs: build: context: . dockerfile: Dockerfile target: dev ports: - 8000:8000 volumes: - ./:/app Remarkably, it worked! $ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 82364c5f2974 getting-started_docs "mkdocs serve -a 0.0…" 40 seconds ago Up 38 seconds 0.0.0.0:8888->8000/tcp, :::8888->8000/tcp getting-started_docs_1 Now I want to do similarly but go back to the tutorial scripts I had gotten working on windows, so replaced docker-compose.yml with the following: # Use latest version version: "3.7" services: # Service name (i.e. app) will automatically become the network alias app: image: node:12-alpine command: sh -c "yarn install && yarn run dev" # map port 8888 of the host to port 3000 in the container. Short synax shown ports: - 8888:3000 # Can use relative paths with Compose only working_dir: /app volumes: - ./:/app environment: MYSQL_HOST: mysql MYSQL_USER: root MYSQL_PASSWORD: secret MYSQL_DB: todos # Service name (i.e. mysql) will automatically become the network alias mysql: image: mysql:5.7 # With Compose, must define the volumn and mountpoint. If only name, default options are used. volumes: - todo-mysql-data:/var/lib/mysql environment: MYSQL_ROOT_PASSWORD: secret MYSQL_DATABASE: todos volumes: todo-mysql-data: But when I bring it up, I don't see port 8888 anymore, and obviously apache responds with 503. I am assuming that my windows implementation showed port 80 or something but removed everything off the PC in an attempt to get my memory back. Originally I had mysql running on the server and while I didn't get errors thought it might be the culprit and stopped it but still the same. Actually, that makes no scenes and I most be loosing it. $ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 2f124cd5ce1c mysql:5.7 "docker-entrypoint.s…" 11 minutes ago Up 11 minutes 3306/tcp, 33060/tcp getting-started_mysql_1
  21. As a temporary workaround, I commented out the pecl install of apcu as well as the clear-cache and opcache parts. While I don't get the error, still wish to do it right. RUN set -eux; \ apk add --no-cache --virtual .build-deps \ $PHPIZE_DEPS \ icu-dev \ libzip-dev \ postgresql-dev \ zlib-dev \ ; \ \ docker-php-ext-configure zip; \ docker-php-ext-install -j$(nproc) \ intl \ pdo_pgsql \ zip \ ; \ #pecl install \ # apcu-${APCU_VERSION} \ #; \ #pecl clear-cache; \ #docker-php-ext-enable \ # apcu \ # opcache \ #; \ \ runDeps="$( \ scanelf --needed --nobanner --format '%n#p' --recursive /usr/local/lib/php/extensions \ | tr ',' '\n' \ | sort -u \ | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \ )"; \ apk add --no-cache --virtual .api-phpexts-rundeps $runDeps; \ \ apk del .build-deps
  22. Okay, I see your point. If one is going to trust dockers, one shouldn't just partially do so. They are still foreign to me and I wanted to limit their use, but now feel I just better understand them and not be afraid. Still, easier said than done... On a whim, thought that maybe git-bash was causing problems and removed it from the PC. The output had some differences but the outcome was the same with ERROR: Service 'php' failed to build : Build failed. Also, don't think it matters but I am using Docker version 20.10.8 and docker-compose version 1.29.2. It is shown on my original post and is also available on github. I also posted docker-compose.override.yml, but didn't post docker-compose.prod.yml as I didn't think it was relevent. When posting it, I was completely oblivious on what it meant, but now understand a little better and realize I should have also included the DockerFile (Note that there are several, but I think this one is most relevant) Looking at docker-compose.yml now, I don't see any image for PHP which I expected based on this this document, but do see the FROM php statement in the previously mentioned DockerFile. Using the following Dockerfile, I executed the following commands without errors which is good. ARG PHP_VERSION=8.0 FROM php:${PHP_VERSION}-fpm-alpine COPY . /usr/src/myapp WORKDIR /usr/src/myapp CMD [ "php", "./phpinfo.php" ] $ docker build -t my-php-app . $ docker run -it --rm --name my-running-app my-php-app Back to my post where I show the output with warnings and errors, is there any concern about the warnings about quotes shouldn't be escaped? Or the no such file or directory (note that https://dl-cdn.alpinelinux.org/alpine/v3.14/main and https://dl-cdn.alpinelinux.org/alpine/v3.14/community does exist)? Obviously, there is concern about the error: No releases available for package "pecl.php.net/apcu". The following comes from Dockerfile. I don't know what apk is other than it stands for Alpine Linux package manager. Further down, I see pecl install apcu-5.1.19, and looking at the PECL docs for APCu, I that both 5.1.19 as well as 5.1.20 are available. Just changed to 5.1.20, and thought things were working but no . Even though the docs strongly recommend adding an explicit version number for PECL extensions, trying right now without one and.... Ugg, same error. Any advise or thoughts highly appreciated! ARG APCU_VERSION=5.1.19 RUN set -eux; \ apk add --no-cache --virtual .build-deps \ $PHPIZE_DEPS \ icu-dev \ libzip-dev \ postgresql-dev \ zlib-dev \ ; \ \ docker-php-ext-configure zip; \ docker-php-ext-install -j$(nproc) \ intl \ pdo_pgsql \ zip \ ; \ pecl install \ apcu-${APCU_VERSION} \ ; \
  23. When executing docker-compose build --pull --no-cache, I get error Service 'php' failed to build. Any recommend where to start looking for the culprit? The following looks suspect to me but not certain. Thanks Multiple warnings about something being obsolete. Probably not the issue. Multiple warnings about back quotes and double quotes must not be escaped. This leads to output file not existing or not looking like a libtool script, and could be the root cause. #7 38.89 WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.14/main: and https://dl-cdn.alpinelinux.org/alpine/v3.14/community: No such file or directory. #7 44.19 No releases available for package "pecl.php.net/apcu" C:\Users\michael\Documents\Docker\api-platform-2.6.5>docker-compose build --pull --no-cache database uses an image, skipping Building php [+] Building 58.2s (10/29) => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 3.74kB 0.0s => [internal] load .dockerignore 0.0s => => transferring context: 427B 0.0s => [internal] load metadata for docker.io/library/php:8.0-fpm-alpine 11.3s => [auth] library/php:pull token for registry-1.docker.io 0.0s => CACHED [api_platform_php 1/22] FROM docker.io/library/php:8.0-fpm-alpine@sha256:92b1b45f9d8d28ceb5fc3dd39ec4caa47677f94ebcc39401fbaff8a6daf94ab3 0.0s => [internal] load build context 0.1s => => transferring context: 414.55kB 0.1s => CACHED FROM docker.io/library/composer:2 0.0s => => resolve docker.io/library/composer:2 1.5s => [api_platform_php 2/22] RUN apk add --no-cache acl fcgi file gettext git gnu-libiconv ; 2.6s => [auth] library/composer:pull token for registry-1.docker.io 0.0s => ERROR [api_platform_php 3/22] RUN set -eux; apk add --no-cache --virtual .build-deps autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c icu-dev libzip-dev postgresql-dev zlib-dev ; d 44.3s ------ > [api_platform_php 3/22] RUN set -eux; apk add --no-cache --virtual .build-deps autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c icu-dev libzip-dev postgresql-dev zlib-dev ; docker-php-ext-configure zip; docker-php-ext-install -j$(nproc) intl pdo_pgsql zip ; pecl install apcu-5.1.19 ; pecl clear-cache; docker-php-ext-enable apcu opcache ; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local/lib/php/extensions | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-cache --virtual .api-phpexts-rundeps $runDeps; apk del .build-deps: #7 0.590 + apk add --no-cache --virtual .build-deps autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c icu-dev libzip-dev postgresql-dev zlib-dev #7 0.593 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz #7 0.811 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz #7 1.046 (1/45) Installing m4 (1.4.18-r2) #7 1.072 (2/45) Installing libbz2 (1.0.8-r1) #7 1.093 (3/45) Installing perl (5.32.1-r0) #7 2.334 (4/45) Installing autoconf (2.71-r0) #7 2.424 (5/45) Installing pkgconf (1.7.4-r0) #7 2.449 (6/45) Installing dpkg-dev (1.20.9-r0) #7 2.500 (7/45) Installing dpkg (1.20.9-r0) #7 2.585 (8/45) Installing libgcc (10.3.1_git20210424-r2) #7 2.633 (9/45) Installing libstdc++ (10.3.1_git20210424-r2) #7 2.720 (10/45) Installing binutils (2.35.2-r2) #7 3.056 (11/45) Installing libatomic (10.3.1_git20210424-r2) #7 3.075 (12/45) Installing libgphobos (10.3.1_git20210424-r2) #7 3.316 (13/45) Installing gmp (6.2.1-r0) #7 3.368 (14/45) Installing isl22 (0.22-r0) #7 3.468 (15/45) Installing mpfr4 (4.1.0-r0) #7 3.699 (16/45) Installing mpc1 (1.2.1-r0) #7 3.721 (17/45) Installing gcc (10.3.1_git20210424-r2) #7 7.804 (18/45) Installing musl-dev (1.2.2-r3) #7 8.183 (19/45) Installing libc-dev (0.7.2-r3) #7 8.196 (20/45) Installing g++ (10.3.1_git20210424-r2) #7 10.86 (21/45) Installing make (4.3-r0) #7 10.90 (22/45) Installing re2c (2.1.1-r0) #7 10.96 (23/45) Installing icu-libs (67.1-r2) #7 12.63 (24/45) Installing icu (67.1-r2) #7 12.67 (25/45) Installing icu-dev (67.1-r2) #7 12.83 (26/45) Installing zlib-dev (1.2.11-r3) #7 12.85 (27/45) Installing xz-dev (5.2.5-r0) #7 12.88 (28/45) Installing libzip (1.7.3-r2) #7 12.91 (29/45) Installing libzip-dev (1.7.3-r2) #7 12.94 (30/45) Installing libffi (3.3-r2) #7 12.96 (31/45) Installing llvm11-libs (11.1.0-r2) #7 17.26 (32/45) Installing clang-libs (11.1.0-r1) #7 21.42 (33/45) Installing clang (11.1.0-r1) #7 22.92 (34/45) Installing llvm11 (11.1.0-r2) #7 24.98 (35/45) Installing openssl-dev (1.1.1k-r0) #7 25.03 (36/45) Installing gdbm (1.19-r0) #7 25.06 (37/45) Installing libsasl (2.1.27-r12) #7 25.09 (38/45) Installing libldap (2.4.58-r0) #7 25.15 (39/45) Installing libpq (13.4-r0) #7 25.19 (40/45) Installing postgresql-libs (13.4-r0) #7 25.23 (41/45) Installing postgresql-dev (13.4-r0) #7 25.43 (42/45) Installing .build-deps (20210816.142802) #7 25.43 (43/45) Installing perl-error (0.17029-r1) #7 25.45 (44/45) Installing perl-git (2.32.0-r0) #7 25.49 (45/45) Installing git-perl (2.32.0-r0) #7 25.54 Executing busybox-1.33.1-r3.trigger #7 25.55 OK: 567 MiB in 90 packages #7 25.58 + docker-php-ext-configure zip #7 26.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz #7 26.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz #7 27.08 (1/1) Installing .phpize-deps-configure (20210816.142828) #7 27.08 OK: 567 MiB in 91 packages #7 27.12 Configuring for: #7 27.12 PHP Api Version: 20200930 #7 27.12 Zend Module Api No: 20200930 #7 27.12 Zend Extension Api No: 420200930 #7 27.37 configure.ac:18: warning: $as_echo is obsolete; use AS_ECHO(["message"]) instead #7 27.37 build/php.m4:2072: PHP_CONFIG_NICE is expanded from... #7 27.37 configure.ac:18: the top level #7 27.37 configure.ac:161: warning: The macro `AC_LANG_C' is obsolete. #7 27.37 configure.ac:161: You should run autoupdate. #7 27.37 ./lib/autoconf/c.m4:72: AC_LANG_C is expanded from... #7 27.37 build/libtool.m4:2728: _LT_AC_LANG_C_CONFIG is expanded from... #7 27.37 build/libtool.m4:2727: AC_LIBTOOL_LANG_C_CONFIG is expanded from... #7 27.37 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 27.37 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 27.37 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 27.37 configure.ac:161: the top level #7 27.37 configure.ac:161: warning: The macro `AC_LANG_C' is obsolete. #7 27.37 configure.ac:161: You should run autoupdate. #7 27.37 ./lib/autoconf/c.m4:72: AC_LANG_C is expanded from... #7 27.37 lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... #7 27.37 lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... #7 27.37 ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... #7 27.37 ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... #7 27.37 build/libtool.m4:561: _LT_AC_LOCK is expanded from... #7 27.37 build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from... #7 27.37 build/libtool.m4:2728: _LT_AC_LANG_C_CONFIG is expanded from... #7 27.37 build/libtool.m4:2727: AC_LIBTOOL_LANG_C_CONFIG is expanded from... #7 27.37 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 27.37 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 27.37 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 27.37 configure.ac:161: the top level #7 27.37 configure.ac:161: warning: The macro `AC_TRY_LINK' is obsolete. #7 27.37 configure.ac:161: You should run autoupdate. #7 27.37 ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... #7 27.37 lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... #7 27.37 lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... #7 27.37 ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... #7 27.37 ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... #7 27.37 build/libtool.m4:561: _LT_AC_LOCK is expanded from... #7 27.37 build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from... #7 27.37 build/libtool.m4:2728: _LT_AC_LANG_C_CONFIG is expanded from... #7 27.37 build/libtool.m4:2727: AC_LIBTOOL_LANG_C_CONFIG is expanded from... #7 27.37 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 27.37 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 27.37 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 27.37 configure.ac:161: the top level #7 27.37 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe #7 27.37 build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from... #7 27.37 build/libtool.m4:2728: _LT_AC_LANG_C_CONFIG is expanded from... #7 27.37 build/libtool.m4:2727: AC_LIBTOOL_LANG_C_CONFIG is expanded from... #7 27.37 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 27.37 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 27.37 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 27.37 configure.ac:161: the top level #7 27.37 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe #7 27.37 build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from... #7 27.37 build/libtool.m4:2728: _LT_AC_LANG_C_CONFIG is expanded from... #7 27.37 build/libtool.m4:2727: AC_LIBTOOL_LANG_C_CONFIG is expanded from... #7 27.37 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 27.37 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 27.37 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 27.37 configure.ac:161: the top level #7 27.37 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: output file \`$ofile' does not exist #7 27.37 build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from... #7 27.37 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 27.37 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 27.37 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 27.37 configure.ac:161: the top level #7 27.37 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: output file \`$ofile' does not exist #7 27.37 build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from... #7 27.37 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 27.37 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 27.37 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 27.37 configure.ac:161: the top level #7 27.37 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: output file \`$ofile' does not look like a libtool script #7 27.37 build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from... #7 27.37 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 27.37 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 27.37 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 27.37 configure.ac:161: the top level #7 27.37 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: output file \`$ofile' does not look like a libtool script #7 27.37 build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from... #7 27.37 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 27.37 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 27.37 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 27.37 configure.ac:161: the top level #7 27.37 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile' #7 27.37 build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from... #7 27.37 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 27.37 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 27.37 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 27.37 configure.ac:161: the top level #7 27.37 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile' #7 27.37 build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from... #7 27.37 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 27.37 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 27.37 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 27.37 configure.ac:161: the top level #7 27.38 configure.ac:161: warning: back quotes and double quotes must not be escaped in: tag name \"$tagname\" already exists #7 27.38 build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from... #7 27.38 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 27.38 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 27.38 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 27.38 configure.ac:161: the top level #7 27.38 configure.ac:161: warning: The macro `AC_LANG_CPLUSPLUS' is obsolete. #7 27.38 configure.ac:161: You should run autoupdate. #7 27.38 ./lib/autoconf/c.m4:262: AC_LANG_CPLUSPLUS is expanded from... #7 27.38 build/libtool.m4:2810: _LT_AC_LANG_CXX_CONFIG is expanded from... #7 27.38 build/libtool.m4:2809: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... #7 27.38 build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from... #7 27.38 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 27.38 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 27.38 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 27.38 configure.ac:161: the top level #7 27.38 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe #7 27.38 build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from... #7 27.38 build/libtool.m4:2810: _LT_AC_LANG_CXX_CONFIG is expanded from... #7 27.38 build/libtool.m4:2809: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... #7 27.38 build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from... #7 27.38 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 27.38 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 27.38 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 27.38 configure.ac:161: the top level #7 27.38 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe #7 27.38 build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from... #7 27.38 build/libtool.m4:2810: _LT_AC_LANG_CXX_CONFIG is expanded from... #7 27.38 build/libtool.m4:2809: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... #7 27.38 build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from... #7 27.38 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 27.38 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 27.38 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 27.38 configure.ac:161: the top level #7 27.77 checking for grep that handles long lines and -e... /bin/grep #7 27.80 checking for egrep... /bin/grep -E #7 27.80 checking for a sed that does not truncate output... /bin/sed #7 27.81 checking for pkg-config... /usr/bin/pkg-config #7 27.81 checking pkg-config is at least version 0.9.0... yes #7 27.81 checking for cc... cc #7 27.82 checking whether the C compiler works... yes #7 27.84 checking for C compiler default output file name... a.out #7 27.84 checking for suffix of executables... #7 27.87 checking whether we are cross compiling... no #7 27.89 checking for suffix of object files... o #7 27.91 checking whether the compiler supports GNU C... yes #7 27.93 checking whether cc accepts -g... yes #7 27.95 checking for cc option to enable C11 features... none needed #7 27.99 checking how to run the C preprocessor... cc -E #7 28.02 checking for icc... no #7 28.03 checking for suncc... no #7 28.04 checking for system library directory... lib #7 28.04 checking if compiler supports -R... no #7 28.04 checking if compiler supports -Wl,-rpath,... yes #7 28.07 checking build system type... x86_64-pc-linux-musl #7 28.07 checking host system type... x86_64-pc-linux-musl #7 28.07 checking target system type... x86_64-pc-linux-musl #7 28.11 checking for PHP prefix... /usr/local #7 28.11 checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib #7 28.11 checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20200930 #7 28.11 checking for PHP installed headers prefix... /usr/local/include/php #7 28.11 checking if debug is enabled... no #7 28.12 checking if zts is enabled... no #7 28.13 checking for gawk... no #7 28.13 checking for nawk... no #7 28.13 checking for awk... awk #7 28.13 checking if awk is broken... no #7 28.13 checking for zip archive read/write support... yes, shared #7 28.13 checking for libzip >= 0.11 libzip != 1.3.1 libzip != 1.7.0... yes #7 28.13 checking for zip_file_set_mtime in -lzip... yes #7 28.17 checking for zip_file_set_encryption in -lzip... yes #7 28.21 checking for zip_libzip_version in -lzip... yes #7 28.24 checking for zip_register_progress_callback_with_state in -lzip... yes #7 28.28 checking for zip_register_cancel_callback_with_state in -lzip... yes #7 28.32 checking for zip_compression_method_supported in -lzip... yes #7 28.36 checking for a sed that does not truncate output... /bin/sed #7 28.36 checking for ld used by cc... /usr/x86_64-alpine-linux-musl/bin/ld #7 28.37 checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes #7 28.37 checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r #7 28.37 checking for BSD-compatible nm... /usr/bin/nm -B #7 28.37 checking whether ln -s works... yes #7 28.37 checking how to recognize dependent libraries... pass_all #7 28.38 checking for stdio.h... yes #7 28.39 checking for stdlib.h... yes #7 28.41 checking for string.h... yes #7 28.42 checking for inttypes.h... yes #7 28.44 checking for stdint.h... yes #7 28.45 checking for strings.h... yes #7 28.47 checking for sys/stat.h... yes #7 28.49 checking for sys/types.h... yes #7 28.50 checking for unistd.h... yes #7 28.52 checking for dlfcn.h... yes #7 28.54 checking the maximum length of command line arguments... 98304 #7 28.54 checking command to parse /usr/bin/nm -B output from cc object... ok #7 28.58 checking for objdir... .libs #7 28.58 checking for ar... ar #7 28.58 checking for ranlib... ranlib #7 28.58 checking for strip... strip #7 28.62 checking if cc supports -fno-rtti -fno-exceptions... no #7 28.63 checking for cc option to produce PIC... -fPIC #7 28.63 checking if cc PIC flag -fPIC works... yes #7 28.64 checking if cc static flag -static works... yes #7 28.67 checking if cc supports -c -o file.o... yes #7 28.68 checking whether the cc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes #7 28.69 checking whether -lc should be explicitly linked in... no #7 28.71 checking dynamic linker characteristics... GNU/Linux ld.so #7 28.71 checking how to hardcode library paths into programs... immediate #7 28.71 checking whether stripping libraries is possible... yes #7 28.72 checking if libtool supports shared libraries... yes #7 28.72 checking whether to build shared libraries... yes #7 28.72 checking whether to build static libraries... no #7 28.76 #7 28.76 creating libtool #7 28.78 appending configuration tag "CXX" to libtool #7 28.83 configure: patching config.h.in #7 28.83 configure: creating ./config.status #7 28.85 config.status: creating config.h #7 28.87 + nproc #7 28.87 + docker-php-ext-install -j8 intl pdo_pgsql zip #7 28.91 Configuring for: #7 28.91 PHP Api Version: 20200930 #7 28.91 Zend Module Api No: 20200930 #7 28.91 Zend Extension Api No: 420200930 #7 29.17 configure.ac:18: warning: $as_echo is obsolete; use AS_ECHO(["message"]) instead #7 29.17 build/php.m4:2072: PHP_CONFIG_NICE is expanded from... #7 29.17 configure.ac:18: the top level #7 29.17 configure.ac:161: warning: The macro `AC_LANG_C' is obsolete. #7 29.17 configure.ac:161: You should run autoupdate. #7 29.17 ./lib/autoconf/c.m4:72: AC_LANG_C is expanded from... #7 29.17 build/libtool.m4:2728: _LT_AC_LANG_C_CONFIG is expanded from... #7 29.17 build/libtool.m4:2727: AC_LIBTOOL_LANG_C_CONFIG is expanded from... #7 29.17 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 29.17 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 29.17 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 29.17 configure.ac:161: the top level #7 29.17 configure.ac:161: warning: The macro `AC_LANG_C' is obsolete. #7 29.17 configure.ac:161: You should run autoupdate. #7 29.17 ./lib/autoconf/c.m4:72: AC_LANG_C is expanded from... #7 29.17 lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... #7 29.17 lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... #7 29.17 ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... #7 29.17 ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... #7 29.17 build/libtool.m4:561: _LT_AC_LOCK is expanded from... #7 29.17 build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from... #7 29.17 build/libtool.m4:2728: _LT_AC_LANG_C_CONFIG is expanded from... #7 29.17 build/libtool.m4:2727: AC_LIBTOOL_LANG_C_CONFIG is expanded from... #7 29.17 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 29.17 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 29.17 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 29.17 configure.ac:161: the top level #7 29.17 configure.ac:161: warning: The macro `AC_TRY_LINK' is obsolete. #7 29.17 configure.ac:161: You should run autoupdate. #7 29.17 ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... #7 29.17 lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... #7 29.17 lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... #7 29.17 ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... #7 29.17 ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... #7 29.17 build/libtool.m4:561: _LT_AC_LOCK is expanded from... #7 29.17 build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from... #7 29.17 build/libtool.m4:2728: _LT_AC_LANG_C_CONFIG is expanded from... #7 29.17 build/libtool.m4:2727: AC_LIBTOOL_LANG_C_CONFIG is expanded from... #7 29.17 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 29.17 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 29.17 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 29.17 configure.ac:161: the top level #7 29.17 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe #7 29.17 build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from... #7 29.17 build/libtool.m4:2728: _LT_AC_LANG_C_CONFIG is expanded from... #7 29.17 build/libtool.m4:2727: AC_LIBTOOL_LANG_C_CONFIG is expanded from... #7 29.17 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 29.17 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 29.17 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 29.17 configure.ac:161: the top level #7 29.17 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe #7 29.17 build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from... #7 29.17 build/libtool.m4:2728: _LT_AC_LANG_C_CONFIG is expanded from... #7 29.17 build/libtool.m4:2727: AC_LIBTOOL_LANG_C_CONFIG is expanded from... #7 29.17 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 29.17 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 29.17 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 29.17 configure.ac:161: the top level #7 29.17 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: output file \`$ofile' does not exist #7 29.17 build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from... #7 29.17 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 29.17 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 29.17 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 29.17 configure.ac:161: the top level #7 29.17 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: output file \`$ofile' does not exist #7 29.17 build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from... #7 29.17 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 29.17 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 29.17 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 29.17 configure.ac:161: the top level #7 29.17 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: output file \`$ofile' does not look like a libtool script #7 29.17 build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from... #7 29.17 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 29.17 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 29.17 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 29.17 configure.ac:161: the top level #7 29.17 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: output file \`$ofile' does not look like a libtool script #7 29.17 build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from... #7 29.17 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 29.17 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 29.17 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 29.17 configure.ac:161: the top level #7 29.17 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile' #7 29.17 build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from... #7 29.17 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 29.17 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 29.17 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 29.17 configure.ac:161: the top level #7 29.17 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile' #7 29.17 build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from... #7 29.17 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 29.17 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 29.17 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 29.17 configure.ac:161: the top level #7 29.17 configure.ac:161: warning: back quotes and double quotes must not be escaped in: tag name \"$tagname\" already exists #7 29.17 build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from... #7 29.17 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 29.17 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 29.17 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 29.17 configure.ac:161: the top level #7 29.17 configure.ac:161: warning: The macro `AC_LANG_CPLUSPLUS' is obsolete. #7 29.17 configure.ac:161: You should run autoupdate. #7 29.17 ./lib/autoconf/c.m4:262: AC_LANG_CPLUSPLUS is expanded from... #7 29.17 build/libtool.m4:2810: _LT_AC_LANG_CXX_CONFIG is expanded from... #7 29.17 build/libtool.m4:2809: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... #7 29.17 build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from... #7 29.17 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 29.17 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 29.17 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 29.17 configure.ac:161: the top level #7 29.17 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe #7 29.17 build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from... #7 29.17 build/libtool.m4:2810: _LT_AC_LANG_CXX_CONFIG is expanded from... #7 29.17 build/libtool.m4:2809: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... #7 29.17 build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from... #7 29.17 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 29.17 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 29.17 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 29.17 configure.ac:161: the top level #7 29.17 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe #7 29.17 build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from... #7 29.17 build/libtool.m4:2810: _LT_AC_LANG_CXX_CONFIG is expanded from... #7 29.17 build/libtool.m4:2809: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... #7 29.17 build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from... #7 29.17 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 29.17 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 29.17 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 29.17 configure.ac:161: the top level #7 29.57 checking for grep that handles long lines and -e... /bin/grep #7 29.60 checking for egrep... /bin/grep -E #7 29.60 checking for a sed that does not truncate output... /bin/sed #7 29.61 checking for pkg-config... /usr/bin/pkg-config #7 29.61 checking pkg-config is at least version 0.9.0... yes #7 29.61 checking for cc... cc #7 29.63 checking whether the C compiler works... yes #7 29.65 checking for C compiler default output file name... a.out #7 29.65 checking for suffix of executables... #7 29.67 checking whether we are cross compiling... no #7 29.70 checking for suffix of object files... o #7 29.72 checking whether the compiler supports GNU C... yes #7 29.73 checking whether cc accepts -g... yes #7 29.75 checking for cc option to enable C11 features... none needed #7 29.79 checking how to run the C preprocessor... cc -E #7 29.83 checking for icc... no #7 29.83 checking for suncc... no #7 29.84 checking for system library directory... lib #7 29.84 checking if compiler supports -R... no #7 29.85 checking if compiler supports -Wl,-rpath,... yes #7 29.87 checking build system type... x86_64-pc-linux-musl #7 29.88 checking host system type... x86_64-pc-linux-musl #7 29.88 checking target system type... x86_64-pc-linux-musl #7 29.91 checking for PHP prefix... /usr/local #7 29.91 checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib #7 29.91 checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20200930 #7 29.91 checking for PHP installed headers prefix... /usr/local/include/php #7 29.91 checking if debug is enabled... no #7 29.92 checking if zts is enabled... no #7 29.93 checking for gawk... no #7 29.93 checking for nawk... no #7 29.93 checking for awk... awk #7 29.93 checking if awk is broken... no #7 29.93 checking whether to enable internationalization support... yes, shared #7 29.94 checking for icu-uc >= 50.1 icu-io icu-i18n... yes #7 29.96 checking for g++... g++ #7 29.97 checking whether the compiler supports GNU C++... yes #7 29.99 checking whether g++ accepts -g... yes #7 30.01 checking for g++ option to enable C++11 features... none needed #7 30.08 checking how to run the C++ preprocessor... g++ -E #7 30.12 checking whether g++ supports C++11 features with -std=c++11... yes #7 30.17 checking for a sed that does not truncate output... /bin/sed #7 30.17 checking for ld used by cc... /usr/x86_64-alpine-linux-musl/bin/ld #7 30.18 checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes #7 30.18 checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r #7 30.18 checking for BSD-compatible nm... /usr/bin/nm -B #7 30.18 checking whether ln -s works... yes #7 30.18 checking how to recognize dependent libraries... pass_all #7 30.19 checking for stdio.h... yes #7 30.20 checking for stdlib.h... yes #7 30.22 checking for string.h... yes #7 30.24 checking for inttypes.h... yes #7 30.26 checking for stdint.h... yes #7 30.28 checking for strings.h... yes #7 30.30 checking for sys/stat.h... yes #7 30.33 checking for sys/types.h... yes #7 30.35 checking for unistd.h... yes #7 30.37 checking for dlfcn.h... yes #7 30.40 checking how to run the C++ preprocessor... g++ -E #7 30.43 checking the maximum length of command line arguments... 98304 #7 30.43 checking command to parse /usr/bin/nm -B output from cc object... ok #7 30.47 checking for objdir... .libs #7 30.48 checking for ar... ar #7 30.48 checking for ranlib... ranlib #7 30.48 checking for strip... strip #7 30.51 checking if cc supports -fno-rtti -fno-exceptions... no #7 30.53 checking for cc option to produce PIC... -fPIC #7 30.53 checking if cc PIC flag -fPIC works... yes #7 30.54 checking if cc static flag -static works... yes #7 30.56 checking if cc supports -c -o file.o... yes #7 30.58 checking whether the cc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes #7 30.59 checking whether -lc should be explicitly linked in... no #7 30.61 checking dynamic linker characteristics... GNU/Linux ld.so #7 30.61 checking how to hardcode library paths into programs... immediate #7 30.61 checking whether stripping libraries is possible... yes #7 30.61 checking if libtool supports shared libraries... yes #7 30.61 checking whether to build shared libraries... yes #7 30.61 checking whether to build static libraries... no #7 30.66 #7 30.66 creating libtool #7 30.68 appending configuration tag "CXX" to libtool #7 30.73 checking for ld used by g++... /usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64 #7 30.73 checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) is GNU ld... yes #7 30.74 checking whether the g++ linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes #7 30.76 checking for g++ option to produce PIC... -fPIC #7 30.76 checking if g++ PIC flag -fPIC works... yes #7 30.78 checking if g++ static flag -static works... yes #7 30.80 checking if g++ supports -c -o file.o... yes #7 30.82 checking whether the g++ linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes #7 30.82 checking dynamic linker characteristics... GNU/Linux ld.so #7 30.82 (cached) (cached) checking how to hardcode library paths into programs... immediate #7 30.92 configure: patching config.h.in #7 30.92 configure: creating ./config.status #7 30.94 config.status: creating config.h #7 30.97 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/php_intl.c -o php_intl.lo #7 30.97 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/intl_error.c -o intl_error.lo #7 30.97 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/intl_convert.c -o intl_convert.lo #7 30.97 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/collator/collator.c -o collator/collator.lo #7 30.97 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/collator/collator_class.c -o collator/collator_class.lo #7 30.97 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/collator/collator_sort.c -o collator/collator_sort.lo #7 30.97 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/collator/collator_convert.c -o collator/collator_convert.lo #7 30.97 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/collator/collator_locale.c -o collator/collator_locale.lo #7 31.01 mkdir .libs #7 31.01 mkdir collator/.libs #7 31.01 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/collator/collator_class.c -fPIC -DPIC -o collator/.libs/collator_class.o #7 31.01 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/intl_convert.c -fPIC -DPIC -o .libs/intl_convert.o #7 31.01 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/intl_error.c -fPIC -DPIC -o .libs/intl_error.o #7 31.01 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/collator/collator_convert.c -fPIC -DPIC -o collator/.libs/collator_convert.o #7 31.01 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/collator/collator_sort.c -fPIC -DPIC -o collator/.libs/collator_sort.o #7 31.02 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/php_intl.c -fPIC -DPIC -o .libs/php_intl.o #7 31.02 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/collator/collator.c -fPIC -DPIC -o collator/.libs/collator.o #7 31.04 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/collator/collator_locale.c -fPIC -DPIC -o collator/.libs/collator_locale.o #7 31.18 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/collator/collator_compare.c -o collator/collator_compare.lo #7 31.20 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/collator/collator_attr.c -o collator/collator_attr.lo #7 31.22 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/collator/collator_create.c -o collator/collator_create.lo #7 31.24 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/collator/collator_is_numeric.c -o collator/collator_is_numeric.lo #7 31.24 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/collator/collator_attr.c -fPIC -DPIC -o collator/.libs/collator_attr.o #7 31.25 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/collator/collator_compare.c -fPIC -DPIC -o collator/.libs/collator_compare.o #7 31.26 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/collator/collator_create.c -fPIC -DPIC -o collator/.libs/collator_create.o #7 31.28 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/collator/collator_error.c -o collator/collator_error.lo #7 31.28 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/common/common_error.c -o common/common_error.lo #7 31.31 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/collator/collator_error.c -fPIC -DPIC -o collator/.libs/collator_error.o #7 31.31 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/converter/converter.c -o converter/converter.lo #7 31.33 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/collator/collator_is_numeric.c -fPIC -DPIC -o collator/.libs/collator_is_numeric.o #7 31.36 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/formatter/formatter.c -o formatter/formatter.lo #7 31.37 mkdir common/.libs #7 31.37 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/common/common_error.c -fPIC -DPIC -o common/.libs/common_error.o #7 31.38 mkdir converter/.libs #7 31.38 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/converter/converter.c -fPIC -DPIC -o converter/.libs/converter.o #7 31.43 mkdir formatter/.libs #7 31.43 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/formatter/formatter.c -fPIC -DPIC -o formatter/.libs/formatter.o #7 31.44 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/formatter/formatter_main.c -o formatter/formatter_main.lo #7 31.45 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/formatter/formatter_class.c -o formatter/formatter_class.lo #7 31.46 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/formatter/formatter_attr.c -o formatter/formatter_attr.lo #7 31.49 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/formatter/formatter_class.c -fPIC -DPIC -o formatter/.libs/formatter_class.o #7 31.49 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/formatter/formatter_attr.c -fPIC -DPIC -o formatter/.libs/formatter_attr.o #7 31.50 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/formatter/formatter_data.c -o formatter/formatter_data.lo #7 31.53 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/formatter/formatter_main.c -fPIC -DPIC -o formatter/.libs/formatter_main.o #7 31.53 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/formatter/formatter_format.c -o formatter/formatter_format.lo #7 31.55 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/formatter/formatter_data.c -fPIC -DPIC -o formatter/.libs/formatter_data.o #7 31.61 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/formatter/formatter_parse.c -o formatter/formatter_parse.lo #7 31.61 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/formatter/formatter_format.c -fPIC -DPIC -o formatter/.libs/formatter_format.o #7 31.62 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/normalizer/normalizer.c -o normalizer/normalizer.lo #7 31.65 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/formatter/formatter_parse.c -fPIC -DPIC -o formatter/.libs/formatter_parse.o #7 31.68 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/normalizer/normalizer_class.c -o normalizer/normalizer_class.lo #7 31.70 mkdir normalizer/.libs #7 31.70 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/normalizer/normalizer.c -fPIC -DPIC -o normalizer/.libs/normalizer.o #7 31.71 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/normalizer/normalizer_normalize.c -o normalizer/normalizer_normalize.lo #7 31.73 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/locale/locale.c -o locale/locale.lo #7 31.76 mkdir locale/.libs #7 31.76 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/locale/locale.c -fPIC -DPIC -o locale/.libs/locale.o #7 31.76 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/normalizer/normalizer_class.c -fPIC -DPIC -o normalizer/.libs/normalizer_class.o #7 31.78 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/normalizer/normalizer_normalize.c -fPIC -DPIC -o normalizer/.libs/normalizer_normalize.o #7 31.80 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/locale/locale_class.c -o locale/locale_class.lo #7 31.81 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/locale/locale_methods.c -o locale/locale_methods.lo #7 31.85 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/locale/locale_methods.c -fPIC -DPIC -o locale/.libs/locale_methods.o #7 31.86 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/dateformat/dateformat.c -o dateformat/dateformat.lo #7 31.87 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/dateformat/dateformat_class.c -o dateformat/dateformat_class.lo #7 31.89 mkdir dateformat/.libs #7 31.90 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/dateformat/dateformat.c -fPIC -DPIC -o dateformat/.libs/dateformat.o #7 31.91 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/locale/locale_class.c -fPIC -DPIC -o locale/.libs/locale_class.o #7 31.91 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/dateformat/dateformat_attr.c -o dateformat/dateformat_attr.lo #7 31.92 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/dateformat/dateformat_data.c -o dateformat/dateformat_data.lo #7 31.93 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/dateformat/dateformat_class.c -fPIC -DPIC -o dateformat/.libs/dateformat_class.o #7 31.94 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/dateformat/dateformat_format.c -o dateformat/dateformat_format.lo #7 31.96 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/dateformat/dateformat_attr.c -fPIC -DPIC -o dateformat/.libs/dateformat_attr.o #7 32.00 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/dateformat/dateformat_format.c -fPIC -DPIC -o dateformat/.libs/dateformat_format.o #7 32.01 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/dateformat/dateformat_parse.c -o dateformat/dateformat_parse.lo #7 32.02 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/dateformat/dateformat_data.c -fPIC -DPIC -o dateformat/.libs/dateformat_data.o #7 32.06 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/dateformat/dateformat_parse.c -fPIC -DPIC -o dateformat/.libs/dateformat_parse.o #7 32.07 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/msgformat/msgformat.c -o msgformat/msgformat.lo #7 32.08 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/msgformat/msgformat_attr.c -o msgformat/msgformat_attr.lo #7 32.11 mkdir msgformat/.libs #7 32.11 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/msgformat/msgformat.c -fPIC -DPIC -o msgformat/.libs/msgformat.o #7 32.13 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/msgformat/msgformat_class.c -o msgformat/msgformat_class.lo #7 32.17 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/msgformat/msgformat_class.c -fPIC -DPIC -o msgformat/.libs/msgformat_class.o #7 32.18 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/msgformat/msgformat_attr.c -fPIC -DPIC -o msgformat/.libs/msgformat_attr.o #7 32.19 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/msgformat/msgformat_data.c -o msgformat/msgformat_data.lo #7 32.19 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/msgformat/msgformat_format.c -o msgformat/msgformat_format.lo #7 32.21 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/msgformat/msgformat_parse.c -o msgformat/msgformat_parse.lo #7 32.23 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/msgformat/msgformat_format.c -fPIC -DPIC -o msgformat/.libs/msgformat_format.o #7 32.26 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/msgformat/msgformat_parse.c -fPIC -DPIC -o msgformat/.libs/msgformat_parse.o #7 32.26 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/msgformat/msgformat_data.c -fPIC -DPIC -o msgformat/.libs/msgformat_data.o #7 32.28 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/grapheme/grapheme_string.c -o grapheme/grapheme_string.lo #7 32.31 mkdir grapheme/.libs #7 32.32 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/grapheme/grapheme_string.c -fPIC -DPIC -o grapheme/.libs/grapheme_string.o #7 32.32 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/grapheme/grapheme_util.c -o grapheme/grapheme_util.lo #7 32.35 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/resourcebundle/resourcebundle.c -o resourcebundle/resourcebundle.lo #7 32.35 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/grapheme/grapheme_util.c -fPIC -DPIC -o grapheme/.libs/grapheme_util.o #7 32.40 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/resourcebundle/resourcebundle_class.c -o resourcebundle/resourcebundle_class.lo #7 32.42 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/resourcebundle/resourcebundle_iterator.c -o resourcebundle/resourcebundle_iterator.lo #7 32.43 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/transliterator/transliterator.c -o transliterator/transliterator.lo #7 32.43 mkdir resourcebundle/.libs #7 32.43 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/resourcebundle/resourcebundle_class.c -fPIC -DPIC -o resourcebundle/.libs/resourcebundle_class.o #7 32.43 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/resourcebundle/resourcebundle.c -fPIC -DPIC -o resourcebundle/.libs/resourcebundle.o #7 32.45 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/transliterator/transliterator_class.c -o transliterator/transliterator_class.lo #7 32.47 mkdir transliterator/.libs #7 32.47 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/transliterator/transliterator.c -fPIC -DPIC -o transliterator/.libs/transliterator.o #7 32.47 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/resourcebundle/resourcebundle_iterator.c -fPIC -DPIC -o resourcebundle/.libs/resourcebundle_iterator.o #7 32.50 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/transliterator/transliterator_methods.c -o transliterator/transliterator_methods.lo #7 32.53 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/transliterator/transliterator_methods.c -fPIC -DPIC -o transliterator/.libs/transliterator_methods.o #7 32.56 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/transliterator/transliterator_class.c -fPIC -DPIC -o transliterator/.libs/transliterator_class.o #7 32.60 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/uchar/uchar.c -o uchar/uchar.lo #7 32.61 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/idn/idn.c -o idn/idn.lo #7 32.64 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/spoofchecker/spoofchecker_class.c -o spoofchecker/spoofchecker_class.lo #7 32.65 mkdir idn/.libs #7 32.65 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/idn/idn.c -fPIC -DPIC -o idn/.libs/idn.o #7 32.65 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/spoofchecker/spoofchecker.c -o spoofchecker/spoofchecker.lo #7 32.68 mkdir uchar/.libs #7 32.68 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/uchar/uchar.c -fPIC -DPIC -o uchar/.libs/uchar.o #7 32.68 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/spoofchecker/spoofchecker_create.c -o spoofchecker/spoofchecker_create.lo #7 32.69 mkdir spoofchecker/.libs #7 32.69 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/spoofchecker/spoofchecker.c -fPIC -DPIC -o spoofchecker/.libs/spoofchecker.o #7 32.71 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/spoofchecker/spoofchecker_class.c -fPIC -DPIC -o spoofchecker/.libs/spoofchecker_class.o #7 32.73 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/spoofchecker/spoofchecker_main.c -o spoofchecker/spoofchecker_main.lo #7 32.76 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/spoofchecker/spoofchecker_create.c -fPIC -DPIC -o spoofchecker/.libs/spoofchecker_create.o #7 32.77 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/intl_convertcpp.cpp -o intl_convertcpp.lo #7 32.80 cc -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/intl/spoofchecker/spoofchecker_main.c -fPIC -DPIC -o spoofchecker/.libs/spoofchecker_main.o #7 32.83 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/common/common_enum.cpp -o common/common_enum.lo #7 32.85 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/common/common_date.cpp -o common/common_date.lo #7 32.85 g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/intl_convertcpp.cpp -fPIC -DPIC -o .libs/intl_convertcpp.o #7 32.86 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/dateformat/dateformat_format_object.cpp -o dateformat/dateformat_format_object.lo #7 32.90 g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/common/common_enum.cpp -fPIC -DPIC -o common/.libs/common_enum.o #7 32.91 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/dateformat/dateformat_create.cpp -o dateformat/dateformat_create.lo #7 32.92 g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/common/common_date.cpp -fPIC -DPIC -o common/.libs/common_date.o #7 32.94 g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/dateformat/dateformat_format_object.cpp -fPIC -DPIC -o dateformat/.libs/dateformat_format_object.o #7 32.95 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/dateformat/dateformat_attrcpp.cpp -o dateformat/dateformat_attrcpp.lo #7 32.96 g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/dateformat/dateformat_create.cpp -fPIC -DPIC -o dateformat/.libs/dateformat_create.o #7 33.01 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/dateformat/dateformat_helpers.cpp -o dateformat/dateformat_helpers.lo #7 33.01 g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/dateformat/dateformat_attrcpp.cpp -fPIC -DPIC -o dateformat/.libs/dateformat_attrcpp.o #7 33.08 g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/dateformat/dateformat_helpers.cpp -fPIC -DPIC -o dateformat/.libs/dateformat_helpers.o #7 33.28 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/msgformat/msgformat_helpers.cpp -o msgformat/msgformat_helpers.lo #7 33.32 g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/msgformat/msgformat_helpers.cpp -fPIC -DPIC -o msgformat/.libs/msgformat_helpers.o #7 33.39 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/timezone/timezone_class.cpp -o timezone/timezone_class.lo #7 33.45 mkdir timezone/.libs #7 33.45 g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/timezone/timezone_class.cpp -fPIC -DPIC -o timezone/.libs/timezone_class.o #7 33.54 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/timezone/timezone_methods.cpp -o timezone/timezone_methods.lo #7 33.57 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/calendar/calendar_class.cpp -o calendar/calendar_class.lo #7 33.60 g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/timezone/timezone_methods.cpp -fPIC -DPIC -o timezone/.libs/timezone_methods.o #7 33.67 mkdir calendar/.libs #7 33.67 g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/calendar/calendar_class.cpp -fPIC -DPIC -o calendar/.libs/calendar_class.o #7 33.69 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/calendar/calendar_methods.cpp -o calendar/calendar_methods.lo #7 33.70 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/calendar/gregoriancalendar_methods.cpp -o calendar/gregoriancalendar_methods.lo #7 33.71 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/breakiterator/breakiterator_class.cpp -o breakiterator/breakiterator_class.lo #7 33.75 g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/calendar/calendar_methods.cpp -fPIC -DPIC -o calendar/.libs/calendar_methods.o #7 33.76 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/breakiterator/breakiterator_iterators.cpp -o breakiterator/breakiterator_iterators.lo #7 33.77 g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/calendar/gregoriancalendar_methods.cpp -fPIC -DPIC -o calendar/.libs/gregoriancalendar_methods.o #7 33.80 mkdir breakiterator/.libs #7 33.80 g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/breakiterator/breakiterator_class.cpp -fPIC -DPIC -o breakiterator/.libs/breakiterator_class.o #7 33.81 g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/breakiterator/breakiterator_iterators.cpp -fPIC -DPIC -o breakiterator/.libs/breakiterator_iterators.o #7 34.18 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/breakiterator/breakiterator_methods.cpp -o breakiterator/breakiterator_methods.lo #7 34.23 g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/breakiterator/breakiterator_methods.cpp -fPIC -DPIC -o breakiterator/.libs/breakiterator_methods.o #7 34.34 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/breakiterator/rulebasedbreakiterator_methods.cpp -o breakiterator/rulebasedbreakiterator_methods.lo #7 34.39 g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/breakiterator/rulebasedbreakiterator_methods.cpp -fPIC -DPIC -o breakiterator/.libs/rulebasedbreakiterator_methods.o #7 34.44 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/breakiterator/codepointiterator_internal.cpp -o breakiterator/codepointiterator_internal.lo #7 34.46 /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/breakiterator/codepointiterator_methods.cpp -o breakiterator/codepointiterator_methods.lo #7 34.50 g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/breakiterator/codepointiterator_internal.cpp -fPIC -DPIC -o breakiterator/.libs/codepointiterator_internal.o #7 34.51 g++ -I. -I/usr/src/php/ext/intl -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DU_HIDE_OBSOLETE_UTF_OLD_H=1 -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit -c /usr/src/php/ext/intl/breakiterator/codepointiterator_methods.cpp -fPIC -DPIC -o breakiterator/.libs/codepointiterator_methods.o #7 35.11 /bin/sh /usr/src/php/ext/intl/libtool --mode=link g++ -shared -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -pie -o intl.la -export-dynamic -avoid-version -prefer-pic -module -rpath /usr/src/php/ext/intl/modules php_intl.lo intl_error.lo intl_convert.lo collator/collator.lo collator/collator_class.lo collator/collator_sort.lo collator/collator_convert.lo collator/collator_locale.lo collator/collator_compare.lo collator/collator_attr.lo collator/collator_create.lo collator/collator_is_numeric.lo collator/collator_error.lo common/common_error.lo converter/converter.lo formatter/formatter.lo formatter/formatter_main.lo formatter/formatter_class.lo formatter/formatter_attr.lo formatter/formatter_data.lo formatter/formatter_format.lo formatter/formatter_parse.lo normalizer/normalizer.lo normalizer/normalizer_class.lo normalizer/normalizer_normalize.lo locale/locale.lo locale/locale_class.lo locale/locale_methods.lo dateformat/dateformat.lo dateformat/dateformat_class.lo dateformat/dateformat_attr.lo dateformat/dateformat_data.lo dateformat/dateformat_format.lo dateformat/dateformat_parse.lo msgformat/msgformat.lo msgformat/msgformat_attr.lo msgformat/msgformat_class.lo msgformat/msgformat_data.lo msgformat/msgformat_format.lo msgformat/msgformat_parse.lo grapheme/grapheme_string.lo grapheme/grapheme_util.lo resourcebundle/resourcebundle.lo resourcebundle/resourcebundle_class.lo resourcebundle/resourcebundle_iterator.lo transliterator/transliterator.lo transliterator/transliterator_class.lo transliterator/transliterator_methods.lo uchar/uchar.lo idn/idn.lo spoofchecker/spoofchecker_class.lo spoofchecker/spoofchecker.lo spoofchecker/spoofchecker_create.lo spoofchecker/spoofchecker_main.lo intl_convertcpp.lo common/common_enum.lo common/common_date.lo dateformat/dateformat_format_object.lo dateformat/dateformat_create.lo dateformat/dateformat_attrcpp.lo dateformat/dateformat_helpers.lo msgformat/msgformat_helpers.lo timezone/timezone_class.lo timezone/timezone_methods.lo calendar/calendar_class.lo calendar/calendar_methods.lo calendar/gregoriancalendar_methods.lo breakiterator/breakiterator_class.lo breakiterator/breakiterator_iterators.lo breakiterator/breakiterator_methods.lo breakiterator/rulebasedbreakiterator_methods.lo breakiterator/codepointiterator_internal.lo breakiterator/codepointiterator_methods.lo -licuio -licui18n -licuuc -licudata #7 35.28 g++ -shared -nostdlib /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/crtbeginS.o .libs/php_intl.o .libs/intl_error.o .libs/intl_convert.o collator/.libs/collator.o collator/.libs/collator_class.o collator/.libs/collator_sort.o collator/.libs/collator_convert.o collator/.libs/collator_locale.o collator/.libs/collator_compare.o collator/.libs/collator_attr.o collator/.libs/collator_create.o collator/.libs/collator_is_numeric.o collator/.libs/collator_error.o common/.libs/common_error.o converter/.libs/converter.o formatter/.libs/formatter.o formatter/.libs/formatter_main.o formatter/.libs/formatter_class.o formatter/.libs/formatter_attr.o formatter/.libs/formatter_data.o formatter/.libs/formatter_format.o formatter/.libs/formatter_parse.o normalizer/.libs/normalizer.o normalizer/.libs/normalizer_class.o normalizer/.libs/normalizer_normalize.o locale/.libs/locale.o locale/.libs/locale_class.o locale/.libs/locale_methods.o dateformat/.libs/dateformat.o dateformat/.libs/dateformat_class.o dateformat/.libs/dateformat_attr.o dateformat/.libs/dateformat_data.o dateformat/.libs/dateformat_format.o dateformat/.libs/dateformat_parse.o msgformat/.libs/msgformat.o msgformat/.libs/msgformat_attr.o msgformat/.libs/msgformat_class.o msgformat/.libs/msgformat_data.o msgformat/.libs/msgformat_format.o msgformat/.libs/msgformat_parse.o grapheme/.libs/grapheme_string.o grapheme/.libs/grapheme_util.o resourcebundle/.libs/resourcebundle.o resourcebundle/.libs/resourcebundle_class.o resourcebundle/.libs/resourcebundle_iterator.o transliterator/.libs/transliterator.o transliterator/.libs/transliterator_class.o transliterator/.libs/transliterator_methods.o uchar/.libs/uchar.o idn/.libs/idn.o spoofchecker/.libs/spoofchecker_class.o spoofchecker/.libs/spoofchecker.o spoofchecker/.libs/spoofchecker_create.o spoofchecker/.libs/spoofchecker_main.o .libs/intl_convertcpp.o common/.libs/common_enum.o common/.libs/common_date.o dateformat/.libs/dateformat_format_object.o dateformat/.libs/dateformat_create.o dateformat/.libs/dateformat_attrcpp.o dateformat/.libs/dateformat_helpers.o msgformat/.libs/msgformat_helpers.o timezone/.libs/timezone_class.o timezone/.libs/timezone_methods.o calendar/.libs/calendar_class.o calendar/.libs/calendar_methods.o calendar/.libs/gregoriancalendar_methods.o breakiterator/.libs/breakiterator_class.o breakiterator/.libs/breakiterator_iterators.o breakiterator/.libs/breakiterator_methods.o breakiterator/.libs/rulebasedbreakiterator_methods.o breakiterator/.libs/codepointiterator_internal.o breakiterator/.libs/codepointiterator_methods.o -licuio -licui18n -licuuc -licudata -L/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1 -L/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/lib/../lib -L/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/lib -L/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../.. -lstdc++ -lm -lssp_nonshared -lc -lgcc_s /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/crtendS.o /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../lib/crtn.o -Wl,-O1 -Wl,-soname -Wl,intl.so -o .libs/intl.so #7 35.35 creating intl.la #7 35.36 (cd .libs && rm -f intl.la && ln -s ../intl.la intl.la) #7 35.36 /bin/sh /usr/src/php/ext/intl/libtool --mode=install cp ./intl.la /usr/src/php/ext/intl/modules #7 35.37 cp ./.libs/intl.so /usr/src/php/ext/intl/modules/intl.so #7 35.37 cp ./.libs/intl.lai /usr/src/php/ext/intl/modules/intl.la #7 35.38 PATH="$PATH:/sbin" ldconfig -n /usr/src/php/ext/intl/modules #7 35.38 ---------------------------------------------------------------------- #7 35.38 Libraries have been installed in: #7 35.38 /usr/src/php/ext/intl/modules #7 35.38 #7 35.38 If you ever happen to want to link against installed libraries #7 35.38 in a given directory, LIBDIR, you must either use libtool, and #7 35.38 specify the full pathname of the library, or use the `-LLIBDIR' #7 35.38 flag during linking and do at least one of the following: #7 35.38 - add LIBDIR to the `LD_LIBRARY_PATH' environment variable #7 35.38 during execution #7 35.38 - add LIBDIR to the `LD_RUN_PATH' environment variable #7 35.38 during linking #7 35.38 - use the `-Wl,--rpath -Wl,LIBDIR' linker flag #7 35.38 #7 35.38 See any operating system documentation about shared libraries for #7 35.38 more information, such as the ld(1) and ld.so(8) manual pages. #7 35.38 ---------------------------------------------------------------------- #7 35.38 #7 35.38 Build complete. #7 35.38 Don't forget to run 'make test'. #7 35.38 #7 35.41 Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20200930/ #7 35.46 find . -name \*.gcno -o -name \*.gcda | xargs rm -f #7 35.46 find . -name \*.lo -o -name \*.o | xargs rm -f #7 35.47 find . -name \*.la -o -name \*.a | xargs rm -f #7 35.47 find . -name \*.so | xargs rm -f #7 35.48 find . -name .libs -a -type d|xargs rm -rf #7 35.48 rm -f libphp.la modules/* libs/* #7 35.48 rm -f ext/opcache/jit/zend_jit_x86.c #7 35.52 Configuring for: #7 35.52 PHP Api Version: 20200930 #7 35.52 Zend Module Api No: 20200930 #7 35.52 Zend Extension Api No: 420200930 #7 35.76 configure.ac:18: warning: $as_echo is obsolete; use AS_ECHO(["message"]) instead #7 35.76 build/php.m4:2072: PHP_CONFIG_NICE is expanded from... #7 35.76 configure.ac:18: the top level #7 35.76 configure.ac:161: warning: The macro `AC_LANG_C' is obsolete. #7 35.76 configure.ac:161: You should run autoupdate. #7 35.76 ./lib/autoconf/c.m4:72: AC_LANG_C is expanded from... #7 35.76 build/libtool.m4:2728: _LT_AC_LANG_C_CONFIG is expanded from... #7 35.76 build/libtool.m4:2727: AC_LIBTOOL_LANG_C_CONFIG is expanded from... #7 35.76 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 35.76 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 35.76 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 35.76 configure.ac:161: the top level #7 35.76 configure.ac:161: warning: The macro `AC_LANG_C' is obsolete. #7 35.76 configure.ac:161: You should run autoupdate. #7 35.76 ./lib/autoconf/c.m4:72: AC_LANG_C is expanded from... #7 35.76 lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... #7 35.76 lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... #7 35.76 ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... #7 35.76 ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... #7 35.76 build/libtool.m4:561: _LT_AC_LOCK is expanded from... #7 35.76 build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from... #7 35.76 build/libtool.m4:2728: _LT_AC_LANG_C_CONFIG is expanded from... #7 35.76 build/libtool.m4:2727: AC_LIBTOOL_LANG_C_CONFIG is expanded from... #7 35.76 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 35.76 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 35.76 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 35.76 configure.ac:161: the top level #7 35.76 configure.ac:161: warning: The macro `AC_TRY_LINK' is obsolete. #7 35.76 configure.ac:161: You should run autoupdate. #7 35.76 ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... #7 35.76 lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... #7 35.76 lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... #7 35.76 ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... #7 35.76 ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... #7 35.76 build/libtool.m4:561: _LT_AC_LOCK is expanded from... #7 35.76 build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from... #7 35.76 build/libtool.m4:2728: _LT_AC_LANG_C_CONFIG is expanded from... #7 35.76 build/libtool.m4:2727: AC_LIBTOOL_LANG_C_CONFIG is expanded from... #7 35.76 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 35.76 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 35.76 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 35.76 configure.ac:161: the top level #7 35.76 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe #7 35.76 build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from... #7 35.76 build/libtool.m4:2728: _LT_AC_LANG_C_CONFIG is expanded from... #7 35.76 build/libtool.m4:2727: AC_LIBTOOL_LANG_C_CONFIG is expanded from... #7 35.76 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 35.76 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 35.76 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 35.76 configure.ac:161: the top level #7 35.76 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe #7 35.76 build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from... #7 35.76 build/libtool.m4:2728: _LT_AC_LANG_C_CONFIG is expanded from... #7 35.76 build/libtool.m4:2727: AC_LIBTOOL_LANG_C_CONFIG is expanded from... #7 35.76 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 35.76 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 35.76 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 35.76 configure.ac:161: the top level #7 35.76 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: output file \`$ofile' does not exist #7 35.76 build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from... #7 35.76 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 35.76 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 35.76 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 35.76 configure.ac:161: the top level #7 35.76 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: output file \`$ofile' does not exist #7 35.76 build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from... #7 35.76 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 35.76 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 35.76 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 35.76 configure.ac:161: the top level #7 35.76 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: output file \`$ofile' does not look like a libtool script #7 35.76 build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from... #7 35.76 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 35.76 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 35.76 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 35.76 configure.ac:161: the top level #7 35.76 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: output file \`$ofile' does not look like a libtool script #7 35.76 build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from... #7 35.76 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 35.76 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 35.76 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 35.76 configure.ac:161: the top level #7 35.76 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile' #7 35.76 build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from... #7 35.76 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 35.76 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 35.76 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 35.76 configure.ac:161: the top level #7 35.76 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile' #7 35.76 build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from... #7 35.76 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 35.76 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 35.76 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 35.76 configure.ac:161: the top level #7 35.76 configure.ac:161: warning: back quotes and double quotes must not be escaped in: tag name \"$tagname\" already exists #7 35.76 build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from... #7 35.76 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 35.76 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 35.76 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 35.76 configure.ac:161: the top level #7 35.76 configure.ac:161: warning: The macro `AC_LANG_CPLUSPLUS' is obsolete. #7 35.76 configure.ac:161: You should run autoupdate. #7 35.76 ./lib/autoconf/c.m4:262: AC_LANG_CPLUSPLUS is expanded from... #7 35.76 build/libtool.m4:2810: _LT_AC_LANG_CXX_CONFIG is expanded from... #7 35.76 build/libtool.m4:2809: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... #7 35.76 build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from... #7 35.76 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 35.76 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 35.76 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 35.76 configure.ac:161: the top level #7 35.76 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe #7 35.76 build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from... #7 35.76 build/libtool.m4:2810: _LT_AC_LANG_CXX_CONFIG is expanded from... #7 35.76 build/libtool.m4:2809: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... #7 35.76 build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from... #7 35.76 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 35.76 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 35.76 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 35.76 configure.ac:161: the top level #7 35.76 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe #7 35.76 build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from... #7 35.76 build/libtool.m4:2810: _LT_AC_LANG_CXX_CONFIG is expanded from... #7 35.76 build/libtool.m4:2809: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... #7 35.76 build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from... #7 35.76 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #7 35.76 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #7 35.76 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #7 35.76 configure.ac:161: the top level #7 36.16 checking for grep that handles long lines and -e... /bin/grep #7 36.18 checking for egrep... /bin/grep -E #7 36.18 checking for a sed that does not truncate output... /bin/sed #7 36.19 checking for pkg-config... /usr/bin/pkg-config #7 36.19 checking pkg-config is at least version 0.9.0... yes #7 36.19 checking for cc... cc #7 36.21 checking whether the C compiler works... yes #7 36.23 checking for C compiler default output file name... a.out #7 36.23 checking for suffix of executables... #7 36.25 checking whether we are cross compiling... no #7 36.28 checking for suffix of object files... o #7 36.30 checking whether the compiler supports GNU C... yes #7 36.32 checking whether cc accepts -g... yes #7 36.33 checking for cc option to enable C11 features... none needed #7 36.38 checking how to run the C preprocessor... cc -E #7 36.41 checking for icc... no #7 36.42 checking for suncc... no #7 36.43 checking for system library directory... lib #7 36.43 checking if compiler supports -R... no #7 36.43 checking if compiler supports -Wl,-rpath,... yes #7 36.46 checking build system type... x86_64-pc-linux-musl #7 36.46 checking host system type... x86_64-pc-linux-musl #7 36.46 checking target system type... x86_64-pc-linux-musl #7 36.50 checking for PHP prefix... /usr/local #7 36.50 checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib #7 36.50 checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20200930 #7 36.50 checking for PHP installed headers prefix... /usr/local/include/php #7 36.50 checking if debug is enabled... no #7 36.51 checking if zts is enabled... no #7 36.52 checking for gawk... no #7 36.52 checking for nawk... no #7 36.52 checking for awk... awk #7 36.52 checking if awk is broken... no #7 36.52 checking for PostgreSQL support for PDO... yes, shared #7 36.52 checking for pg_config... /usr/bin/pg_config #7 36.52 checking for PQlibVersion in -lpq... yes #7 36.56 checking for PDO includes... /usr/local/include/php/ext #7 36.56 checking for a sed that does not truncate output... /bin/sed #7 36.56 checking for ld used by cc... /usr/x86_64-alpine-linux-musl/bin/ld #7 36.57 checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes #7 36.57 checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r #7 36.57 checking for BSD-compatible nm... /usr/bin/nm -B #7 36.57 checking whether ln -s works... yes #7 36.57 checking how to recognize dependent libraries... pass_all #7 36.58 checking for stdio.h... yes #7 36.59 checking for stdlib.h... yes #7 36.61 checking for string.h... yes #7 36.62 checking for inttypes.h... yes #7 36.64 checking for stdint.h... yes #7 36.65 checking for strings.h... yes #7 36.67 checking for sys/stat.h... yes #7 36.69 checking for sys/types.h... yes #7 36.70 checking for unistd.h... yes #7 36.72 checking for dlfcn.h... yes #7 36.74 checking the maximum length of command line arguments... 98304 #7 36.74 checking command to parse /usr/bin/nm -B output from cc object... ok #7 36.78 checking for objdir... .libs #7 36.78 checking for ar... ar #7 36.78 checking for ranlib... ranlib #7 36.78 checking for strip... strip #7 36.82 checking if cc supports -fno-rtti -fno-exceptions... no #7 36.83 checking for cc option to produce PIC... -fPIC #7 36.83 checking if cc PIC flag -fPIC works... yes #7 36.84 checking if cc static flag -static works... yes #7 36.87 checking if cc supports -c -o file.o... yes #7 36.88 checking whether the cc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes #7 36.89 checking whether -lc should be explicitly linked in... no #7 36.91 checking dynamic linker characteristics... GNU/Linux ld.so #7 36.91 checking how to hardcode library paths into programs... immediate #7 36.91 checking whether stripping libraries is possible... yes #7 36.92 checking if libtool supports shared libraries... yes #7 36.92 checking whether to build shared libraries... yes #7 36.92 checking whether to build static libraries... no #7 36.96 #7 36.96 creating libtool #7 36.98 appending configuration tag "CXX" to libtool #7 37.03 configure: patching config.h.in #7 37.03 configure: creating ./config.status #7 37.05 config.status: creating config.h #7 37.07 /bin/sh /usr/src/php/ext/pdo_pgsql/libtool --mode=compile cc -I. -I/usr/src/php/ext/pdo_pgsql -I/usr/src/php/ext/pdo_pgsql/include -I/usr/src/php/ext/pdo_pgsql/main -I/usr/src/php/ext/pdo_pgsql -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include/php/ext -c /usr/src/php/ext/pdo_pgsql/pdo_pgsql.c -o pdo_pgsql.lo #7 37.07 /bin/sh /usr/src/php/ext/pdo_pgsql/libtool --mode=compile cc -I. -I/usr/src/php/ext/pdo_pgsql -I/usr/src/php/ext/pdo_pgsql/include -I/usr/src/php/ext/pdo_pgsql/main -I/usr/src/php/ext/pdo_pgsql -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include/php/ext -c /usr/src/php/ext/pdo_pgsql/pgsql_driver.c -o pgsql_driver.lo #7 37.07 /bin/sh /usr/src/php/ext/pdo_pgsql/libtool --mode=compile cc -I. -I/usr/src/php/ext/pdo_pgsql -I/usr/src/php/ext/pdo_pgsql/include -I/usr/src/php/ext/pdo_pgsql/main -I/usr/src/php/ext/pdo_pgsql -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include/php/ext -c /usr/src/php/ext/pdo_pgsql/pgsql_statement.c -o pgsql_statement.lo #7 37.10 mkdir .libs #7 37.10 mkdir .libs #7 37.10 mkdir: can't create directory '.libs': File exists #7 37.10 cc -I. -I/usr/src/php/ext/pdo_pgsql -I/usr/src/php/ext/pdo_pgsql/include -I/usr/src/php/ext/pdo_pgsql/main -I/usr/src/php/ext/pdo_pgsql -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include/php/ext -c /usr/src/php/ext/pdo_pgsql/pdo_pgsql.c -fPIC -DPIC -o .libs/pdo_pgsql.o #7 37.11 cc -I. -I/usr/src/php/ext/pdo_pgsql -I/usr/src/php/ext/pdo_pgsql/include -I/usr/src/php/ext/pdo_pgsql/main -I/usr/src/php/ext/pdo_pgsql -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include/php/ext -c /usr/src/php/ext/pdo_pgsql/pgsql_driver.c -fPIC -DPIC -o .libs/pgsql_driver.o #7 37.11 cc -I. -I/usr/src/php/ext/pdo_pgsql -I/usr/src/php/ext/pdo_pgsql/include -I/usr/src/php/ext/pdo_pgsql/main -I/usr/src/php/ext/pdo_pgsql -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include/php/ext -c /usr/src/php/ext/pdo_pgsql/pgsql_statement.c -fPIC -DPIC -o .libs/pgsql_statement.o #7 37.60 /bin/sh /usr/src/php/ext/pdo_pgsql/libtool --mode=link cc -shared -I/usr/src/php/ext/pdo_pgsql/include -I/usr/src/php/ext/pdo_pgsql/main -I/usr/src/php/ext/pdo_pgsql -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -pie -o pdo_pgsql.la -export-dynamic -avoid-version -prefer-pic -module -rpath /usr/src/php/ext/pdo_pgsql/modules pdo_pgsql.lo pgsql_driver.lo pgsql_statement.lo -lpq #7 37.64 cc -shared .libs/pdo_pgsql.o .libs/pgsql_driver.o .libs/pgsql_statement.o -lpq -Wl,-O1 -Wl,-soname -Wl,pdo_pgsql.so -o .libs/pdo_pgsql.so #7 37.65 creating pdo_pgsql.la #7 37.65 (cd .libs && rm -f pdo_pgsql.la && ln -s ../pdo_pgsql.la pdo_pgsql.la) #7 37.65 /bin/sh /usr/src/php/ext/pdo_pgsql/libtool --mode=install cp ./pdo_pgsql.la /usr/src/php/ext/pdo_pgsql/modules #7 37.66 cp ./.libs/pdo_pgsql.so /usr/src/php/ext/pdo_pgsql/modules/pdo_pgsql.so #7 37.66 cp ./.libs/pdo_pgsql.lai /usr/src/php/ext/pdo_pgsql/modules/pdo_pgsql.la #7 37.67 PATH="$PATH:/sbin" ldconfig -n /usr/src/php/ext/pdo_pgsql/modules #7 37.67 ---------------------------------------------------------------------- #7 37.67 Libraries have been installed in: #7 37.67 /usr/src/php/ext/pdo_pgsql/modules #7 37.67 #7 37.67 If you ever happen to want to link against installed libraries #7 37.67 in a given directory, LIBDIR, you must either use libtool, and #7 37.67 specify the full pathname of the library, or use the `-LLIBDIR' #7 37.67 flag during linking and do at least one of the following: #7 37.67 - add LIBDIR to the `LD_LIBRARY_PATH' environment variable #7 37.67 during execution #7 37.67 - add LIBDIR to the `LD_RUN_PATH' environment variable #7 37.67 during linking #7 37.67 - use the `-Wl,--rpath -Wl,LIBDIR' linker flag #7 37.67 #7 37.67 See any operating system documentation about shared libraries for #7 37.67 more information, such as the ld(1) and ld.so(8) manual pages. #7 37.67 ---------------------------------------------------------------------- #7 37.67 #7 37.68 Build complete. #7 37.68 Don't forget to run 'make test'. #7 37.68 #7 37.69 Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20200930/ #7 37.74 find . -name \*.gcno -o -name \*.gcda | xargs rm -f #7 37.74 find . -name \*.lo -o -name \*.o | xargs rm -f #7 37.75 find . -name \*.la -o -name \*.a | xargs rm -f #7 37.75 find . -name \*.so | xargs rm -f #7 37.75 find . -name .libs -a -type d|xargs rm -rf #7 37.75 rm -f libphp.la modules/* libs/* #7 37.75 rm -f ext/opcache/jit/zend_jit_x86.c #7 37.75 /bin/sh /usr/src/php/ext/zip/libtool --mode=compile cc -I. -I/usr/src/php/ext/zip -I/usr/src/php/ext/zip/include -I/usr/src/php/ext/zip/main -I/usr/src/php/ext/zip -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c /usr/src/php/ext/zip/php_zip.c -o php_zip.lo #7 37.75 /bin/sh /usr/src/php/ext/zip/libtool --mode=compile cc -I. -I/usr/src/php/ext/zip -I/usr/src/php/ext/zip/include -I/usr/src/php/ext/zip/main -I/usr/src/php/ext/zip -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c /usr/src/php/ext/zip/zip_stream.c -o zip_stream.lo #7 37.78 mkdir .libs #7 37.79 cc -I. -I/usr/src/php/ext/zip -I/usr/src/php/ext/zip/include -I/usr/src/php/ext/zip/main -I/usr/src/php/ext/zip -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c /usr/src/php/ext/zip/php_zip.c -fPIC -DPIC -o .libs/php_zip.o #7 37.79 cc -I. -I/usr/src/php/ext/zip -I/usr/src/php/ext/zip/include -I/usr/src/php/ext/zip/main -I/usr/src/php/ext/zip -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c /usr/src/php/ext/zip/zip_stream.c -fPIC -DPIC -o .libs/zip_stream.o #7 38.74 /bin/sh /usr/src/php/ext/zip/libtool --mode=link cc -shared -I/usr/src/php/ext/zip/include -I/usr/src/php/ext/zip/main -I/usr/src/php/ext/zip -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -pie -o zip.la -export-dynamic -avoid-version -prefer-pic -module -rpath /usr/src/php/ext/zip/modules php_zip.lo zip_stream.lo -lzip #7 38.77 cc -shared .libs/php_zip.o .libs/zip_stream.o -lzip -Wl,-O1 -Wl,-soname -Wl,zip.so -o .libs/zip.so #7 38.78 creating zip.la #7 38.78 (cd .libs && rm -f zip.la && ln -s ../zip.la zip.la) #7 38.78 /bin/sh /usr/src/php/ext/zip/libtool --mode=install cp ./zip.la /usr/src/php/ext/zip/modules #7 38.79 cp ./.libs/zip.so /usr/src/php/ext/zip/modules/zip.so #7 38.80 cp ./.libs/zip.lai /usr/src/php/ext/zip/modules/zip.la #7 38.80 PATH="$PATH:/sbin" ldconfig -n /usr/src/php/ext/zip/modules #7 38.81 ---------------------------------------------------------------------- #7 38.81 Libraries have been installed in: #7 38.81 /usr/src/php/ext/zip/modules #7 38.81 #7 38.81 If you ever happen to want to link against installed libraries #7 38.81 in a given directory, LIBDIR, you must either use libtool, and #7 38.81 specify the full pathname of the library, or use the `-LLIBDIR' #7 38.81 flag during linking and do at least one of the following: #7 38.81 - add LIBDIR to the `LD_LIBRARY_PATH' environment variable #7 38.81 during execution #7 38.81 - add LIBDIR to the `LD_RUN_PATH' environment variable #7 38.81 during linking #7 38.81 - use the `-Wl,--rpath -Wl,LIBDIR' linker flag #7 38.81 #7 38.81 See any operating system documentation about shared libraries for #7 38.81 more information, such as the ld(1) and ld.so(8) manual pages. #7 38.81 ---------------------------------------------------------------------- #7 38.81 #7 38.81 Build complete. #7 38.81 Don't forget to run 'make test'. #7 38.81 #7 38.82 Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20200930/ #7 38.88 find . -name \*.gcno -o -name \*.gcda | xargs rm -f #7 38.88 find . -name \*.lo -o -name \*.o | xargs rm -f #7 38.88 find . -name \*.la -o -name \*.a | xargs rm -f #7 38.88 find . -name \*.so | xargs rm -f #7 38.88 find . -name .libs -a -type d|xargs rm -rf #7 38.88 rm -f libphp.la modules/* libs/* #7 38.88 rm -f ext/opcache/jit/zend_jit_x86.c #7 38.89 WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.14/main: No such file or directory #7 38.89 WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.14/community: No such file or directory #7 38.89 (1/1) Purging .phpize-deps-configure (20210816.142828) #7 38.89 OK: 567 MiB in 90 packages #7 39.16 + pecl install apcu-5.1.19 #7 44.19 No releases available for package "pecl.php.net/apcu" #7 44.19 install failed ------ executor failed running [/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS icu-dev libzip-dev postgresql-dev zlib-dev ; docker-php-ext-configure zip; docker-php-ext-install -j$(nproc) intl pdo_pgsql zip ; pecl install apcu-${APCU_VERSION} ; pecl clear-cache; docker-php-ext-enable apcu opcache ; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local/lib/php/extensions | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-cache --virtual .api-phpexts-rundeps $runDeps; apk del .build-deps]: exit code: 1 ERROR: Service 'php' failed to build : Build failed C:\Users\michael\Documents\Docker\api-platform-2.6.5>
  24. Your advise both seems sound and reflects the documentation. Thanks maxxd, Why do you say so? I only have a DB, web server, etc on the remote Linux server. If I move to my local PC, will need add to the PC host or create containers for each, no? Spent a little time going through the docs but definitely need to spend more time still.
  25. For right or wrong, my work environment is: Working on a Windows PC. Have all PHP development on a headless remote Linux server which also runs an Apache server. For the most part, works well. I've been using api-platform for a while, and while they recommend the Dockers installation. I have previously just used part of the application installed by Composer, but would like to see what the other parts look like and thus want to use their recommended installation. So I installed Dockers on the Linux server, followed the instructions, and then was asked to navigate to https://localhost... Well, that won't work unless I could expose localhost via some HTTP website back to my remote Windows browser client. Spent a little time investigating whether I could expose localhost as a website via Apache or creating a VPN between the server and my Windows PC and making the browser user it so I would be localhost, but wasn't successful. Most of what I read about was how to have Apache run within the Docker which I don't think is what I want, and instead I was hoping to expose the Docker via Apache running on the host. Furthermore, the out-of-the-box implementation required that I couldn't use ports 80, 443 and 5432 on the host which wasn't ideal. As such, I started to think I was going about this wrong and changed directions and installed Dockers on my Windows PC, but ran into errors when PHP failed to build. Any recommendations? There are a couple Docker config files which seem relevant, but am just guessing. Thanks docker-compose.yml version: "3.4" services: php: build: context: ./api target: api_platform_php depends_on: - database restart: unless-stopped volumes: - php_socket:/var/run/php healthcheck: interval: 10s timeout: 3s retries: 3 start_period: 30s pwa: build: context: ./pwa target: api_platform_pwa_prod environment: API_PLATFORM_CLIENT_GENERATOR_ENTRYPOINT: http://caddy NEXT_PUBLIC_ENTRYPOINT: http://caddy caddy: build: context: api/ target: api_platform_caddy depends_on: - php - pwa environment: PWA_UPSTREAM: pwa:3000 SERVER_NAME: ${SERVER_NAME:-localhost, caddy:80} MERCURE_PUBLISHER_JWT_KEY: ${MERCURE_PUBLISHER_JWT_KEY:-!ChangeMe!} MERCURE_SUBSCRIBER_JWT_KEY: ${MERCURE_SUBSCRIBER_JWT_KEY:-!ChangeMe!} restart: unless-stopped volumes: - php_socket:/var/run/php - caddy_data:/data - caddy_config:/config ports: # HTTP - target: 80 published: 80 protocol: tcp # HTTPS - target: 443 published: 443 protocol: tcp # HTTP/3 - target: 443 published: 443 protocol: udp database: image: postgres:13-alpine environment: - POSTGRES_DB=api - POSTGRES_PASSWORD=!ChangeMe! - POSTGRES_USER=api-platform volumes: - db_data:/var/lib/postgresql/data:rw # you may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data! # - ./api/docker/db/data:/var/lib/postgresql/data:rw volumes: php_socket: db_data: caddy_data: caddy_config: docker-compose.override.yml version: "3.4" # Development environment override services: php: volumes: - ./api:/srv/api:rw,cached - ./api/docker/php/conf.d/api-platform.dev.ini:/usr/local/etc/php/conf.d/api-platform.ini # if you develop on Linux, you may use a bind-mounted host directory instead # - ./api/var:/srv/api/var:rw environment: APP_ENV: dev pwa: build: context: ./pwa target: api_platform_pwa_dev volumes: - ./pwa:/usr/src/pwa:rw,cached caddy: volumes: - ./api/docker/caddy/Caddyfile:/etc/caddy/Caddyfile:ro - ./api/public:/srv/api/public:ro environment: MERCURE_EXTRA_DIRECTIVES: demo /srv/mercure-assets/ database: ports: - target: 5432 published: 5432 protocol: tcp
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.