Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade django from 3.2.25 to 4.2.17 #190

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gitworkflows
Copy link
Contributor

@gitworkflows gitworkflows commented Dec 10, 2024

User description

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this project.

Snyk changed the following file(s):

  • requirements/project-requirements.txt
⚠️ Warning
pydot 2.0.0 has requirement pyparsing>=3, but you have pyparsing 2.4.7.
peepdf-fork 0.4.3 requires Pillow, which is not installed.
knock-subdomains 7.0.1 has requirement dnspython>=2.4.2, but you have dnspython 2.3.0.
celery 5.3.0 requires kombu, which is not installed.

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.
  • Some vulnerabilities couldn't be fully fixed and so Snyk will still find them when the project is tested again. This may be because the vulnerability existed within more than one direct dependency, but not all of the affected dependencies could be upgraded.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 SQL Injection


PR Type

enhancement, dependencies


Description

  • Upgraded Django from version 4.2.15 to 4.2.17 in requirements/project-requirements.txt to address security vulnerabilities.
  • This change aims to reduce vulnerabilities as identified by Snyk.

Changes walkthrough 📝

Relevant files
Dependencies
project-requirements.txt
Upgrade Django version to address vulnerabilities               

requirements/project-requirements.txt

  • Upgraded Django from version 4.2.15 to 4.2.17.
+1/-1     

💡 PR-Agent usage: Comment /help "your question" on any pull request to receive relevant information

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-DJANGO-8456316
Copy link

sourcery-ai bot commented Dec 10, 2024

🧙 Sourcery has finished reviewing your pull request!


Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

coderabbitai bot commented Dec 10, 2024

Important

Review skipped

Ignore keyword(s) in the title.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Experiment)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot ('[Snyk]' found in title). We assume it knows what it's doing!

Copy link
Contributor

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ Recommended focus areas for review

Dependency Compatibility
Verify that the Django upgrade from 4.2.15 to 4.2.17 is compatible with other dependencies, particularly given the warnings about incompatible package versions in the PR description

Copy link
Contributor

PR Code Suggestions ✨

No code suggestions found for the PR.

Copy link

deepsource-io bot commented Dec 10, 2024

Here's the code health analysis summary for commits d7f231f..2809dd1. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Python LogoPython✅ SuccessView Check ↗
DeepSource Docker LogoDocker✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

@gitworkflows
Copy link
Contributor Author

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

Copy link
Contributor

CI Failure Feedback 🧐

Action: backend-tests

Failed stage: Run test [❌]

Failed test name: ""

Failure summary:

The action failed due to missing prerequisites and dependency issues:

  • Several Perl modules required for the build were not installed, including Email::MIME,
    Email::Sender, IO::All, and others.
  • There were warnings about missing Perl module prerequisites such as Capture::Tiny, Email::Abstract,
    Moo, and others.
  • A specific error related to pip's dependency resolver was mentioned, indicating potential conflicts
    with installed packages.
  • There was a warning about running pip as the 'root' user, which can lead to permission issues and
    conflicts with the system package manager.

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Ubuntu
    ...
    
    2362:  #15 10.00 Checking optional features...
    2363:  #15 10.00 inc_bundling_support....disabled
    2364:  #15 10.00   requires:
    2365:  #15 10.00     ! inc::latest is not installed
    2366:  #15 10.00 license_creation........disabled
    2367:  #15 10.00   requires:
    2368:  #15 10.00     ! Software::License is not installed
    2369:  #15 10.00 
    2370:  #15 10.00 ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
    ...
    
    2447:  #15 10.98     !  Email::MIME is not installed
    2448:  #15 10.98     !  Email::MIME::ContentType is not installed
    2449:  #15 10.98     !  Email::Sender is not installed
    2450:  #15 10.98     !  Email::Simple is not installed
    2451:  #15 10.98     !  IO::All is not installed
    2452:  #15 10.98     !  IO::String is not installed
    2453:  #15 10.98     !  OLE::Storage_Lite is not installed
    2454:  #15 10.98 
    2455:  #15 10.98 ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
    ...
    
    3720:  #15 23.81 Warning: prerequisite Capture::Tiny 0.08 not found.
    3721:  #15 23.81 Warning: prerequisite Email::Abstract 3.006 not found.
    3722:  #15 23.81 Warning: prerequisite Moo 2.000000 not found.
    3723:  #15 23.81 Warning: prerequisite Moo::Role 0 not found.
    3724:  #15 23.81 Warning: prerequisite MooX::Types::MooseLike 0.15 not found.
    3725:  #15 23.81 Warning: prerequisite MooX::Types::MooseLike::Base 0 not found.
    3726:  #15 23.81 Warning: prerequisite Sub::Exporter 0 not found.
    3727:  #15 23.82 Warning: prerequisite Sub::Exporter::Util 0 not found.
    3728:  #15 23.82 Warning: prerequisite Throwable::Error 0.200003 not found.
    ...
    
    3740:  #15 23.95     Capture::Tiny [build_requires]
    3741:  #15 23.95     Email::Abstract [requires]
    3742:  #15 23.95     Moo [requires]
    3743:  #15 23.95     Moo::Role [requires]
    3744:  #15 23.95     MooX::Types::MooseLike [requires]
    3745:  #15 23.95     MooX::Types::MooseLike::Base [requires]
    3746:  #15 23.95     Sub::Exporter [requires]
    3747:  #15 23.95     Sub::Exporter::Util [requires]
    3748:  #15 23.95     Throwable::Error [requires]
    ...
    
    3992:  #14 36.64 "@babel/plugin-proposal-private-property-in-object" package without
    3993:  #14 36.64 declaring it in its dependencies. This is currently working because
    3994:  #14 36.64 "@babel/plugin-proposal-private-property-in-object" is already in your
    3995:  #14 36.64 node_modules folder for unrelated reasons, but it �[1mmay break at any time�[0;33m.
    3996:  #14 36.64 
    3997:  #14 36.64 babel-preset-react-app is part of the create-react-app project, �[1mwhich
    3998:  #14 36.64 is not maintianed anymore�[0;33m. It is thus unlikely that this bug will
    3999:  #14 36.64 ever be fixed. Add "@babel/plugin-proposal-private-property-in-object" to
    4000:  #14 36.64 your devDependencies to work around this error. This will make this message
    ...
    
    5521:  #15 52.07 Installing /usr/local/man/man3/Sub::Exporter::Cookbook.3pm
    5522:  #15 52.07 Installing /usr/local/man/man3/Sub::Exporter.3pm
    5523:  #15 52.07 Installing /usr/local/man/man3/Sub::Exporter::Util.3pm
    5524:  #15 52.07 Installing /usr/local/man/man3/Sub::Exporter::Tutorial.3pm
    5525:  #15 52.08 Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.36.0/perllocal.pod
    5526:  #15 52.11   RJBS/Sub-Exporter-0.991.tar.gz
    5527:  #15 52.11   /usr/bin/make install  -- OK
    5528:  #15 52.11 Sub::Exporter::Util is up to date (0.991).
    5529:  #15 52.11 Running install for module 'Throwable::Error'
    ...
    
    5636:  #15 53.81 Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.36.0/perllocal.pod
    5637:  #15 53.84   DROLSKY/Devel-StackTrace-2.05.tar.gz
    5638:  #15 53.84   /usr/bin/make install  -- OK
    5639:  #15 53.84   RJBS/Throwable-1.001.tar.gz
    5640:  #15 53.84   Has already been unwrapped into directory /root/.cpan/build/Throwable-1.001-0
    5641:  #15 53.84   RJBS/Throwable-1.001.tar.gz
    5642:  #15 53.84   Has already been prepared
    5643:  #15 53.84 Running make for R/RJ/RJBS/Throwable-1.001.tar.gz
    5644:  #15 54.10 cp lib/Throwable/Error.pm blib/lib/Throwable/Error.pm
    ...
    
    5647:  #15 54.19 Manifying 3 pod documents
    5648:  #15 54.20   RJBS/Throwable-1.001.tar.gz
    5649:  #15 54.20   /usr/bin/make -- OK
    5650:  #15 54.20   RJBS/Throwable-1.001.tar.gz
    5651:  #15 54.20   Skipping test because of notest pragma
    5652:  #15 54.20 Running make install for RJBS/Throwable-1.001.tar.gz
    5653:  #15 54.26 Manifying 3 pod documents
    5654:  #15 54.30 Installing /usr/local/share/perl/5.36.0/Throwable.pm
    5655:  #15 54.30 Installing /usr/local/share/perl/5.36.0/Throwable/Error.pm
    5656:  #15 54.30 Installing /usr/local/share/perl/5.36.0/StackTrace/Auto.pm
    5657:  #15 54.30 Installing /usr/local/man/man3/Throwable::Error.3pm
    ...
    
    8033:  #19 112.7   Attempting uninstall: prometheus-client
    8034:  #19 112.7     Found existing installation: prometheus_client 0.21.1
    8035:  #19 112.7     Uninstalling prometheus_client-0.21.1:
    8036:  #19 112.7       Successfully uninstalled prometheus_client-0.21.1
    8037:  #19 112.8   Attempting uninstall: cachetools
    8038:  #19 112.8     Found existing installation: cachetools 5.5.0
    8039:  #19 112.8     Uninstalling cachetools-5.5.0:
    8040:  #19 112.8       Successfully uninstalled cachetools-5.5.0
    8041:  #19 113.1 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
    ...
    
    8128:  #19 115.3   Stored in directory: /tmp/pip-ephem-wheel-cache-o441jmgn/wheels/0f/fe/56/6cba6eafbb252c805af7616631ef63d8e0790c958b1bd86c63
    8129:  #19 115.3 Successfully built drf-flex-fields
    8130:  #19 115.5 Installing collected packages: drf-flex-fields, ua-parser-builtins, slack-sdk, python-ipware, oauthlib, Markdown, django-cache-memoize, ua-parser, stripe, requests-oauthlib, django-ipware, user-agents, python-twitter, drf-recaptcha, django-rest-durin, django-user-agents, certego-saas
    8131:  #19 116.9 Successfully installed Markdown-3.3.7 certego-saas-0.7.11 django-cache-memoize-0.2.0 django-ipware-7.0.1 django-rest-durin-1.0.0 django-user-agents-0.4.0 drf-flex-fields-1.0.2 drf-recaptcha-4.0.2 oauthlib-3.2.2 python-ipware-3.0.0 python-twitter-3.5 requests-oauthlib-2.0.0 slack-sdk-3.33.5 stripe-11.3.0 ua-parser-1.0.0 ua-parser-builtins-0.18.0.post1 user-agents-2.2.0
    8132:  #19 116.9 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
    8133:  #19 DONE 118.9s
    8134:  #20 [uwsgi backend-build  9/10] COPY . /opt/deploy/threat_matrix
    8135:  #20 DONE 0.3s
    8136:  #21 [uwsgi backend-build 10/10] RUN touch /var/log/threat_matrix/django/api_app.log /var/log/threat_matrix/django/api_app_errors.log     && touch /var/log/threat_matrix/django/threat_matrix.log /var/log/threat_matrix/django/threat_matrix_errors.log     && touch /var/log/threat_matrix/django/celery.log /var/log/threat_matrix/django/celery_errors.log     && touch /var/log/threat_matrix/django/django_auth_ldap.log /var/log/threat_matrix/django/django_errors.log     && touch /var/log/threat_matrix/django/certego_saas.log /var/log/threat_matrix/django/certego_saas_errors.log     && touch /var/log/threat_matrix/django/authentication.log /var/log/threat_matrix/django/authentication_errors.log     && touch /var/log/threat_matrix/asgi/daphne.log     && chown -R www-data:www-data /var/log/threat_matrix /opt/deploy/     && rm -rf /root/.local     && /opt/deploy/threat_matrix/docker/scripts/watchman_install.sh     && /opt/deploy/threat_matrix/api_app/analyzers_manager/repo_downloader.sh
    ...
    
    8241:  #45 extracting sha256:b17a9d410da1886001947f5f826043292df395277cb23e17970f5b82a6b486ed done
    8242:  #45 extracting sha256:542e3e75411d1223efe21092951a0b87b85cb4377accf8f360d635d23dea72a9 done
    8243:  #45 extracting sha256:2b2faad386dfd2da1e19aa6e0d91d428b849181de439c0b289f383816c812304 done
    8244:  #45 extracting sha256:a5e22afba545a92d46609059fe9fe2b90028b9f3fb7c78be28cb6d4ed9e53fd3 done
    8245:  #45 extracting sha256:fb923a41dc10df4d74119907e9112426c8e0e2ce3d6851c4e2dcfb7e0765861b 0.6s done
    8246:  #45 DONE 2.1s
    8247:  #42 [cyberchef-server 1/5] FROM docker.io/library/node:alpine3.10@sha256:c392d12c89f7345dfa7192162bc0edc84f29278d2002b6df0db1314284748032
    8248:  #42 ...
    8249:  #46 [nginx 2/2] RUN rm /var/log/nginx/access.log /var/log/nginx/error.log && touch /var/log/nginx/access.log /var/log/nginx/error.log
    ...
    
    8366:  #55 3.269   libavahi-common3 libavif15 libbinutils libboost-iostreams1.74-dev
    8367:  #55 3.269   libboost-iostreams1.74.0 libboost-python1.74-dev libboost-python1.74.0
    8368:  #55 3.270   libboost-regex1.74-dev libboost-regex1.74.0 libboost-system1.74-dev
    8369:  #55 3.270   libboost-system1.74.0 libboost1.74-dev libbrotli1 libbsd0 libc-ares2
    8370:  #55 3.270   libc-dev-bin libc6-dev libcairo-gobject2 libcairo2 libcc1-0 libcdt5
    8371:  #55 3.271   libcgraph6 libclamav11 libclang-common-14-dev libclang-cpp14 libclang1-14
    8372:  #55 3.271   libcrypt-dev libctf-nobfd0 libctf0 libcups2 libcurl3-gnutls libcurl4
    8373:  #55 3.272   libdatrie1 libdav1d6 libdbus-1-3 libde265-0 libdeflate0 libdpkg-perl
    8374:  #55 3.272   libedit2 liberror-perl libexpat1 libexpat1-dev libfontconfig1 libfreetype6
    ...
    
    8412:  #55 3.272   node-concat-stream node-console-control-strings node-convert-source-map
    8413:  #55 3.272   node-copy-concurrently node-core-js node-core-js-compat node-core-js-pure
    8414:  #55 3.272   node-core-util-is node-css-loader node-css-selector-tokenizer
    8415:  #55 3.272   node-data-uri-to-buffer node-debbundle-es-to-primitive node-debug
    8416:  #55 3.272   node-decamelize node-decompress-response node-deep-equal node-deep-is
    8417:  #55 3.272   node-defaults node-define-properties node-defined node-del node-delegates
    8418:  #55 3.272   node-depd node-diff node-doctrine node-electron-to-chromium node-encoding
    8419:  #55 3.272   node-end-of-stream node-enhanced-resolve node-err-code node-errno
    8420:  #55 3.272   node-error-ex node-es-abstract node-es-module-lexer node-es6-error
    ...
    
    8432:  #55 3.272   node-icss-utils node-ieee754 node-iferr node-ignore node-imurmurhash
    8433:  #55 3.272   node-indent-string node-inflight node-inherits node-ini node-interpret
    8434:  #55 3.272   node-ip node-ip-regex node-is-arrayish node-is-binary-path node-is-buffer
    8435:  #55 3.272   node-is-extendable node-is-extglob node-is-glob node-is-number
    8436:  #55 3.272   node-is-path-cwd node-is-path-inside node-is-plain-obj node-is-plain-object
    8437:  #55 3.272   node-is-stream node-is-typedarray node-is-windows node-isarray node-isexe
    8438:  #55 3.272   node-isobject node-istanbul node-jest-debbundle node-jest-worker
    8439:  #55 3.272   node-js-tokens node-js-yaml node-jsesc node-json-buffer
    8440:  #55 3.272   node-json-parse-better-errors node-json-schema node-json-schema-traverse
    ...
    
    8537:  #55 7.146   libboost-iostreams1.74-dev libboost-iostreams1.74.0 libboost-python-dev
    8538:  #55 7.146   libboost-python1.74-dev libboost-python1.74.0 libboost-regex1.74-dev
    8539:  #55 7.146   libboost-regex1.74.0 libboost-system-dev libboost-system1.74-dev
    8540:  #55 7.146   libboost-system1.74.0 libboost1.74-dev libbrotli1 libbsd0 libc-ares2
    8541:  #55 7.146   libc-dev-bin libc6-dev libcairo-gobject2 libcairo2 libcc1-0 libcdt5
    8542:  #55 7.146   libcgraph6 libclamav11 libclang-common-14-dev libclang-cpp14 libclang1-14
    8543:  #55 7.146   libcrypt-dev libctf-nobfd0 libctf0 libcups2 libcurl3-gnutls libcurl4
    8544:  #55 7.147   libdatrie1 libdav1d6 libdbus-1-3 libde265-0 libdeflate0 libdpkg-perl
    8545:  #55 7.147   libedit2 liberror-perl libexpat1 libexpat1-dev libffi-dev libfontconfig1
    ...
    
    8585:  #55 7.154   node-concat-stream node-console-control-strings node-convert-source-map
    8586:  #55 7.154   node-copy-concurrently node-core-js node-core-js-compat node-core-js-pure
    8587:  #55 7.154   node-core-util-is node-css-loader node-css-selector-tokenizer
    8588:  #55 7.154   node-data-uri-to-buffer node-debbundle-es-to-primitive node-debug
    8589:  #55 7.154   node-decamelize node-decompress-response node-deep-equal node-deep-is
    8590:  #55 7.154   node-defaults node-define-properties node-defined node-del node-delegates
    8591:  #55 7.154   node-depd node-diff node-doctrine node-electron-to-chromium node-encoding
    8592:  #55 7.154   node-end-of-stream node-enhanced-resolve node-err-code node-errno
    8593:  #55 7.154   node-error-ex node-es-abstract node-es-module-lexer node-es6-error
    ...
    
    8605:  #55 7.154   node-icss-utils node-ieee754 node-iferr node-ignore node-imurmurhash
    8606:  #55 7.154   node-indent-string node-inflight node-inherits node-ini node-interpret
    8607:  #55 7.154   node-ip node-ip-regex node-is-arrayish node-is-binary-path node-is-buffer
    8608:  #55 7.154   node-is-extendable node-is-extglob node-is-glob node-is-number
    8609:  #55 7.154   node-is-path-cwd node-is-path-inside node-is-plain-obj node-is-plain-object
    8610:  #55 7.154   node-is-stream node-is-typedarray node-is-windows node-isarray node-isexe
    8611:  #55 7.154   node-isobject node-istanbul node-jest-debbundle node-jest-worker
    8612:  #55 7.154   node-js-tokens node-js-yaml node-jsesc node-json-buffer
    8613:  #55 7.154   node-json-parse-better-errors node-json-schema node-json-schema-traverse
    ...
    
    8867:  #55 8.700 Get:201 http://deb.debian.org/debian bookworm/main amd64 node-v8-compile-cache all 2.3.0-3+deb12u1 [8464 B]
    8868:  #55 8.701 Get:202 http://deb.debian.org/debian bookworm/main amd64 eslint all 6.4.0~dfsg+~6.1.9-7 [606 kB]
    8869:  #55 8.708 Get:203 http://deb.debian.org/debian bookworm/main amd64 libfreetype6 amd64 2.12.1+dfsg-5+deb12u3 [398 kB]
    8870:  #55 8.713 Get:204 http://deb.debian.org/debian bookworm/main amd64 fonts-dejavu-core all 2.37-6 [1068 kB]
    8871:  #55 8.720 Get:205 http://deb.debian.org/debian bookworm/main amd64 fontconfig-config amd64 2.14.1-4 [315 kB]
    8872:  #55 8.722 Get:206 http://deb.debian.org/debian bookworm/main amd64 libfontconfig1 amd64 2.14.1-4 [386 kB]
    8873:  #55 8.725 Get:207 http://deb.debian.org/debian bookworm/main amd64 fontconfig amd64 2.14.1-4 [449 kB]
    8874:  #55 8.727 Get:208 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u8 [385 kB]
    8875:  #55 8.730 Get:209 http://deb.debian.org/debian bookworm/main amd64 liberror-perl all 0.17029-2 [29.0 kB]
    ...
    
    9017:  #55 9.172 Get:342 http://deb.debian.org/debian bookworm/main amd64 node-define-properties all 1.1.4+~1.1.3-1 [6828 B]
    9018:  #55 9.173 Get:343 http://deb.debian.org/debian bookworm/main amd64 node-debbundle-es-to-primitive all 1.2.1+~cs9.7.25-2 [39.9 kB]
    9019:  #55 9.175 Get:344 http://deb.debian.org/debian bookworm/main amd64 node-defined all 1.0.1+~1.0.0-1 [6776 B]
    9020:  #55 9.175 Get:345 http://deb.debian.org/debian bookworm/main amd64 node-abbrev all 1.1.1+~1.1.2-1 [5692 B]
    9021:  #55 9.175 Get:346 http://deb.debian.org/debian bookworm/main amd64 node-archy all 1.0.0-6 [4556 B]
    9022:  #55 9.177 Get:347 http://deb.debian.org/debian bookworm/main amd64 node-async all 0.8.0-6 [3748 B]
    9023:  #55 9.177 Get:348 http://deb.debian.org/debian bookworm/main amd64 node-convert-source-map all 1.9.0+~1.5.2-1 [8176 B]
    9024:  #55 9.182 Get:349 http://deb.debian.org/debian bookworm/main amd64 node-decamelize all 4.0.0-2 [4080 B]
    9025:  #55 9.183 Get:350 http://deb.debian.org/debian bookworm/main amd64 node-es6-error all 4.1.1-5 [6148 B]
    ...
    
    9109:  #55 9.275 Get:434 http://deb.debian.org/debian bookworm/main amd64 node-unicode-match-property-ecmascript all 2.0.0-2 [4440 B]
    9110:  #55 9.276 Get:435 http://deb.debian.org/debian bookworm/main amd64 node-unicode-match-property-value-ecmascript all 2.1.0+ds-1 [7272 B]
    9111:  #55 9.277 Get:436 http://deb.debian.org/debian bookworm/main amd64 node-regexpu-core all 5.2.2-3 [13.9 kB]
    9112:  #55 9.278 Get:437 http://deb.debian.org/debian bookworm/main amd64 node-source-map-support all 0.5.21+ds+~0.5.4-1 [14.5 kB]
    9113:  #55 9.279 Get:438 http://deb.debian.org/debian bookworm/main amd64 node-to-fast-properties all 3.0.1-3 [4332 B]
    9114:  #55 9.280 Get:439 http://deb.debian.org/debian bookworm/main amd64 node-v8flags all 3.2.0+~3.1.1-1 [7612 B]
    9115:  #55 9.281 Get:440 http://deb.debian.org/debian bookworm/main amd64 node-babel7 all 7.20.15+ds1+~cs214.269.168-3+deb12u2 [712 kB]
    9116:  #55 9.289 Get:441 http://deb.debian.org/debian bookworm/main amd64 node-is-arrayish all 0.3.2-3 [3960 B]
    9117:  #55 9.289 Get:442 http://deb.debian.org/debian bookworm/main amd64 node-error-ex all 1.3.2-4 [5656 B]
    9118:  #55 9.289 Get:443 http://deb.debian.org/debian bookworm/main amd64 node-json-parse-better-errors all 1.0.2+~cs3.3.1-2 [7800 B]
    ...
    
    9385:  #56 [tor_analyzers  3/11] RUN DEBIAN_FRONTEND=noninteractive apt-get update -qq     && apt-get install --no-install-recommends -y git build-essential gcc pandoc curl tor     && rm -rf /var/lib/apt/lists/*
    9386:  #56 2.556 Reading package lists...
    9387:  #56 3.281 Building dependency tree...
    9388:  #56 3.480 Reading state information...
    9389:  #56 3.674 The following additional packages will be installed:
    9390:  #56 3.674   binutils binutils-common binutils-x86-64-linux-gnu bzip2 cpp cpp-12 dpkg-dev
    9391:  #56 3.674   g++ g++-12 gcc-12 git-man libasan8 libatomic1 libbinutils libbrotli1
    9392:  #56 3.674   libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcrypt-dev libctf-nobfd0
    9393:  #56 3.674   libctf0 libcurl3-gnutls libcurl4 libdpkg-perl liberror-perl libevent-2.1-7
    ...
    
    9415:  #56 3.677   fakeroot gnupg | sq | sqop | pgpainless-cli libalgorithm-merge-perl less
    9416:  #56 3.677   ssh-client manpages manpages-dev libc-devtools libfile-fcntllock-perl
    9417:  #56 3.677   liblocale-gettext-perl libldap-common publicsuffix libsasl2-modules
    9418:  #56 3.677   logrotate tor-geoipdb torsocks
    9419:  #56 4.115 The following NEW packages will be installed:
    9420:  #56 4.115   binutils binutils-common binutils-x86-64-linux-gnu build-essential bzip2 cpp
    9421:  #56 4.116   cpp-12 curl dpkg-dev g++ g++-12 gcc gcc-12 git git-man libasan8 libatomic1
    9422:  #56 4.116   libbinutils libbrotli1 libc-dev-bin libc6-dev libcc1-0 libcrypt-dev
    9423:  #56 4.116   libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 libdpkg-perl liberror-perl
    ...
    
    9486:  #56 4.692 Get:52 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB]
    9487:  #56 4.695 Get:53 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u2 [73.0 kB]
    9488:  #56 4.695 Get:54 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB]
    9489:  #56 4.697 Get:55 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
    9490:  #56 4.698 Get:56 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB]
    9491:  #56 4.699 Get:57 http://deb.debian.org/debian bookworm/main amd64 libcurl4 amd64 7.88.1-10+deb12u8 [390 kB]
    9492:  #56 4.702 Get:58 http://deb.debian.org/debian bookworm/main amd64 curl amd64 7.88.1-10+deb12u8 [315 kB]
    9493:  #56 4.722 Get:59 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u8 [385 kB]
    9494:  #56 4.722 Get:60 http://deb.debian.org/debian bookworm/main amd64 liberror-perl all 0.17029-2 [29.0 kB]
    ...
    
    9896:  #56 16.34 Preparing to unpack .../54-libcurl4_7.88.1-10+deb12u8_amd64.deb ...
    9897:  #56 16.35 Unpacking libcurl4:amd64 (7.88.1-10+deb12u8) ...
    9898:  #56 16.39 Selecting previously unselected package curl.
    9899:  #56 16.39 Preparing to unpack .../55-curl_7.88.1-10+deb12u8_amd64.deb ...
    9900:  #56 16.39 Unpacking curl (7.88.1-10+deb12u8) ...
    9901:  #56 16.43 Selecting previously unselected package libcurl3-gnutls:amd64.
    9902:  #56 16.43 Preparing to unpack .../56-libcurl3-gnutls_7.88.1-10+deb12u8_amd64.deb ...
    9903:  #56 16.43 Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u8) ...
    9904:  #56 16.47 Selecting previously unselected package liberror-perl.
    9905:  #56 16.48 Preparing to unpack .../57-liberror-perl_0.17029-2_all.deb ...
    9906:  #56 16.48 Unpacking liberror-perl (0.17029-2) ...
    ...
    
    10211:  #56 19.96 Setting up libcurl4:amd64 (7.88.1-10+deb12u8) ...
    10212:  #56 19.96 Setting up libc6-dev:amd64 (2.36-9+deb12u9) ...
    10213:  #56 19.97 Setting up curl (7.88.1-10+deb12u8) ...
    10214:  #56 19.97 Setting up binutils-x86-64-linux-gnu (2.40-2) ...
    10215:  #56 19.97 Setting up libstdc++-12-dev:amd64 (12.2.0-14) ...
    10216:  #56 19.98 Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u8) ...
    10217:  #56 19.98 Setting up binutils (2.40-2) ...
    10218:  #56 19.98 Setting up dpkg-dev (1.21.22) ...
    10219:  #56 20.01 Setting up liberror-perl (0.17029-2) ...
    ...
    
    10430:  #61 [tor_analyzers  6/11] RUN apt-get remove --purge -y git gcc     && apt-get clean     && apt-get autoclean     && apt-get autoremove -y     && rm -rf /var/lib/apt/lists/* /tmp/* /usr/share/doc/* /usr/share/man/* > /dev/null 2>&1
    10431:  #61 0.339 Reading package lists...
    10432:  #61 0.350 Building dependency tree...
    10433:  #61 0.352 Reading state information...
    10434:  #61 0.359 The following packages were automatically installed and are no longer required:
    10435:  #61 0.359   binutils binutils-common binutils-x86-64-linux-gnu bzip2 cpp cpp-12 dpkg-dev
    10436:  #61 0.359   g++-12 gcc-12 git-man libasan8 libatomic1 libbinutils libc-dev-bin libc6-dev
    10437:  #61 0.359   libcc1-0 libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libdpkg-perl
    10438:  #61 0.359   liberror-perl libgcc-12-dev libgdbm-compat4 libgomp1 libgprofng0 libisl23
    ...
    
    10498:  #61 0.946 Reading state information...
    10499:  #61 0.968 Reading package lists...
    10500:  #61 0.980 Building dependency tree...
    10501:  #61 0.982 Reading state information...
    10502:  #61 0.993 The following packages will be REMOVED:
    10503:  #61 0.993   binutils binutils-common binutils-x86-64-linux-gnu bzip2 cpp cpp-12 dpkg-dev
    10504:  #61 0.993   g++-12 gcc-12 git-man libasan8 libatomic1 libbinutils libc-dev-bin libc6-dev
    10505:  #61 0.994   libcc1-0 libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libdpkg-perl
    10506:  #61 0.994   liberror-perl libgcc-12-dev libgdbm-compat4 libgomp1 libgprofng0 libisl23
    ...
    
    10550:  #61 1.649 Removing libatomic1:amd64 (12.2.0-14) ...
    10551:  #61 1.666 Removing libc6-dev:amd64 (2.36-9+deb12u9) ...
    10552:  #61 1.754 Removing libc-dev-bin (2.36-9+deb12u9) ...
    10553:  #61 1.770 Removing libcc1-0:amd64 (12.2.0-14) ...
    10554:  #61 1.789 Removing libcrypt-dev:amd64 (1:4.4.33-2) ...
    10555:  #61 1.817 Removing libctf-nobfd0:amd64 (2.40-2) ...
    10556:  #61 1.889 Removing libcurl3-gnutls:amd64 (7.88.1-10+deb12u8) ...
    10557:  #61 1.911 Removing libdpkg-perl (1.21.22) ...
    10558:  #61 1.949 Removing liberror-perl (0.17029-2) ...
    ...
    
    11101:  #76 naming to docker.io/khulnasoft/cyberchef:test done
    11102:  #76 DONE 8.1s
    11103:  #55 [malware_tools_analyzers  2/46] RUN DEBIAN_FRONTEND=noninteractive apt-get update -qq     && apt-get install -y --no-install-recommends wget git libssl3 swig g++ make libssl-dev libmagic1 vim     clamav clamdscan clamav-daemon clamav-freshclam     nodejs npm gcc m4     build-essential python3-dev python3-setuptools python3-wheel python-is-python3 libboost-dev libboost-iostreams-dev libboost-python-dev libboost-system-dev python3-pip libxml2-dev     libxslt-dev tesseract-ocr unzip libtool graphviz-dev automake libffi-dev graphviz libfuzzy-dev libfuzzy2 libjpeg-dev libffi-dev pkg-config clang autoconf
    11104:  #55 39.80 Preparing to unpack .../168-fontconfig_2.14.1-4_amd64.deb ...
    11105:  #55 39.80 Unpacking fontconfig (2.14.1-4) ...
    11106:  #55 39.83 Selecting previously unselected package libcurl3-gnutls:amd64.
    11107:  #55 39.83 Preparing to unpack .../169-libcurl3-gnutls_7.88.1-10+deb12u8_amd64.deb ...
    11108:  #55 39.83 Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u8) ...
    11109:  #55 39.89 Selecting previously unselected package liberror-perl.
    11110:  #55 39.89 Preparing to unpack .../170-liberror-perl_0.17029-2_all.deb ...
    11111:  #55 39.89 Unpacking liberror-perl (0.17029-2) ...
    ...
    
    11524:  #55 49.92 Preparing to unpack .../308-node-async_0.8.0-6_all.deb ...
    11525:  #55 49.92 Unpacking node-async (0.8.0-6) ...
    11526:  #55 49.94 Selecting previously unselected package node-convert-source-map.
    11527:  #55 49.95 Preparing to unpack .../309-node-convert-source-map_1.9.0+~1.5.2-1_all.deb ...
    11528:  #55 49.95 Unpacking node-convert-source-map (1.9.0+~1.5.2-1) ...
    11529:  #55 49.97 Selecting previously unselected package node-decamelize.
    11530:  #55 49.97 Preparing to unpack .../310-node-decamelize_4.0.0-2_all.deb ...
    11531:  #55 49.98 Unpacking node-decamelize (4.0.0-2) ...
    11532:  #55 49.99 Selecting previously unselected package node-es6-error.
    11533:  #55 50.00 Preparing to unpack .../311-node-es6-error_4.1.1-5_all.deb ...
    11534:  #55 50.00 Unpacking node-es6-error (4.1.1-5) ...
    ...
    
    11800:  #55 53.74 Preparing to unpack .../400-node-v8flags_3.2.0+~3.1.1-1_all.deb ...
    11801:  #55 53.74 Unpacking node-v8flags (3.2.0+~3.1.1-1) ...
    11802:  #55 53.77 Selecting previously unselected package node-babel7.
    11803:  #55 53.77 Preparing to unpack .../401-node-babel7_7.20.15+ds1+~cs214.269.168-3+deb12u2_all.deb ...
    11804:  #55 53.78 Unpacking node-babel7 (7.20.15+ds1+~cs214.269.168-3+deb12u2) ...
    11805:  #55 54.27 Selecting previously unselected package node-is-arrayish.
    11806:  #55 54.27 Preparing to unpack .../402-node-is-arrayish_0.3.2-3_all.deb ...
    11807:  #55 54.27 Unpacking node-is-arrayish (0.3.2-3) ...
    11808:  #55 54.29 Selecting previously unselected package node-error-ex.
    11809:  #55 54.30 Preparing to unpack .../403-node-error-ex_1.3.2-4_all.deb ...
    11810:  #55 54.30 Unpacking node-error-ex (1.3.2-4) ...
    11811:  #55 54.32 Selecting previously unselected package node-json-parse-better-errors.
    11812:  #55 54.32 Preparing to unpack .../404-node-json-parse-better-errors_1.0.2+~cs3.3.1-2_all.deb ...
    11813:  #55 54.32 Unpacking node-json-parse-better-errors (1.0.2+~cs3.3.1-2) ...
    ...
    
    12474:  #55 62.45 Setting up libz3-4:amd64 (4.8.12-3.1) ...
    12475:  #55 62.45 Setting up node-safe-buffer (5.2.1+~cs2.1.2-3) ...
    12476:  #55 62.45 Setting up node-promise-inflight (1.0.1+~1.0.0-1) ...
    12477:  #55 62.46 Setting up libtirpc-dev:amd64 (1.3.3+ds-1) ...
    12478:  #55 62.46 Setting up libpkgconf3:amd64 (1.8.1-1) ...
    12479:  #55 62.46 Setting up libuv1:amd64 (1.44.2-1+deb12u1) ...
    12480:  #55 62.47 Setting up rpcsvc-proto (1.4.3-1) ...
    12481:  #55 62.47 Setting up vim-common (2:9.0.1378-2) ...
    12482:  #55 62.48 Setting up node-json-parse-better-errors (1.0.2+~cs3.3.1-2) ...
    ...
    
    12707:  #55 63.90 update-alternatives: warning: skip creation of /usr/share/man/ja/man1/view.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group view) doesn't exist
    12708:  #55 63.90 update-alternatives: warning: skip creation of /usr/share/man/pl/man1/view.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group view) doesn't exist
    12709:  #55 63.90 update-alternatives: warning: skip creation of /usr/share/man/ru/man1/view.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group view) doesn't exist
    12710:  #55 63.90 update-alternatives: warning: skip creation of /usr/share/man/tr/man1/view.1.gz because associated file /usr/share/man/tr/man1/vim.1.gz (of link group view) doesn't exist
    12711:  #55 63.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
    12712:  #55 63.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
    12713:  #55 63.90 Setting up libpython3.11:amd64 (3.11.2-6+deb12u4) ...
    12714:  #55 63.91 Setting up libavif15:amd64 (0.11.1-1) ...
    12715:  #55 63.91 Setting up node-error-ex (1.3.2-4) ...
    ...
    
    12829:  #55 68.54 Setting up libxext6:amd64 (2:1.3.4-1+b1) ...
    12830:  #55 68.54 Setting up libclang1-14 (1:14.0.6-12) ...
    12831:  #55 68.56 Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u8) ...
    12832:  #55 68.56 Setting up binutils (2.40-2) ...
    12833:  #55 68.56 Setting up python3-wheel (0.38.4-2) ...
    12834:  #55 68.68 Setting up libcairo2:amd64 (1.16.0-7) ...
    12835:  #55 68.68 Setting up libclamav11:amd64 (1.0.7+dfsg-1~deb12u1) ...
    12836:  #55 68.68 Setting up dpkg-dev (1.21.22) ...
    12837:  #55 68.69 Setting up liberror-perl (0.17029-2) ...
    ...
    
    12947:  #55 71.00 Setting up node-which (2.0.2+~cs1.3.2-3) ...
    12948:  #55 71.00 Setting up node-punycode (2.1.1-6) ...
    12949:  #55 71.00 Setting up node-css-selector-tokenizer (0.8.0+~cs4.8.3-1) ...
    12950:  #55 71.01 Setting up node-esprima (4.0.1+ds+~4.0.3-2) ...
    12951:  #55 71.02 Setting up node-is-path-inside (3.0.3-2) ...
    12952:  #55 71.02 Setting up node-neo-async (2.6.2+~cs3.0.0-2) ...
    12953:  #55 71.03 Setting up node-mkdirp (1.0.4+~1.0.2-4) ...
    12954:  #55 71.03 Setting up node-uri-js (4.4.0+dfsg-8) ...
    12955:  #55 71.03 Setting up node-es6-error (4.1.1-5) ...
    ...
    
    14317:  #111 12.23 checking for __strchrnul... no
    14318:  #111 12.27 checking for inline... inline
    14319:  #111 12.29 checking how to run the C preprocessor... gcc -E
    14320:  #111 12.34 checking for uid_t in sys/types.h... yes
    14321:  #111 12.35 checking whether struct tm is in sys/time.h or time.h... time.h
    14322:  #111 12.37 checking for size_t... yes
    14323:  #111 12.44 checking size of long... 8
    14324:  #111 12.49 checking size of off_t... 8
    14325:  #111 12.54 checking for error_at_line... yes
    14326:  #111 12.58 checking for strndup... yes
    14327:  #111 12.62 checking for inet_ntoa... yes
    14328:  #111 12.65 checking for memmove... yes
    14329:  #111 12.69 checking for memset... yes
    14330:  #111 12.73 checking for strdup... yes
    14331:  #111 12.77 checking for strerror... yes
    ...
    
    14369:  #111 13.96 make[2]: Entering directory '/opt/deploy/thug/libemu/src/functions'
    14370:  #111 13.96 make[3]: Entering directory '/opt/deploy/thug/libemu/src/functions'
    14371:  #111 13.96 make[3]: Nothing to be done for 'install-exec-am'.
    14372:  #111 13.96 make[3]: Nothing to be done for 'install-data-am'.
    14373:  #111 13.96 make[3]: Leaving directory '/opt/deploy/thug/libemu/src/functions'
    14374:  #111 13.96 make[2]: Leaving directory '/opt/deploy/thug/libemu/src/functions'
    14375:  #111 13.97 make[2]: Entering directory '/opt/deploy/thug/libemu/src'
    14376:  #111 13.97 depbase=`echo emu.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14377:  #111 13.97 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu.lo -MD -MP -MF $depbase.Tpo -c -o emu.lo emu.c &&\
    14378:  #111 13.97 mv -f $depbase.Tpo $depbase.Plo
    14379:  #111 14.01 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu.lo -MD -MP -MF .deps/emu.Tpo -c emu.c  -fPIC -DPIC -o .libs/emu.o
    14380:  #111 14.04 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu.lo -MD -MP -MF .deps/emu.Tpo -c emu.c -o emu.o >/dev/null 2>&1
    14381:  #111 14.07 depbase=`echo emu_log.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14382:  #111 14.07 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_log.lo -MD -MP -MF $depbase.Tpo -c -o emu_log.lo emu_log.c &&\
    14383:  #111 14.07 mv -f $depbase.Tpo $depbase.Plo
    14384:  #111 14.11 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_log.lo -MD -MP -MF .deps/emu_log.Tpo -c emu_log.c  -fPIC -DPIC -o .libs/emu_log.o
    14385:  #111 14.14 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_log.lo -MD -MP -MF .deps/emu_log.Tpo -c emu_log.c -o emu_log.o >/dev/null 2>&1
    14386:  #111 14.17 depbase=`echo emu_memory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14387:  #111 14.17 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_memory.lo -MD -MP -MF $depbase.Tpo -c -o emu_memory.lo emu_memory.c &&\
    14388:  #111 14.17 mv -f $depbase.Tpo $depbase.Plo
    14389:  #111 14.21 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_memory.lo -MD -MP -MF .deps/emu_memory.Tpo -c emu_memory.c  -fPIC -DPIC -o .libs/emu_memory.o
    14390:  #111 14.26 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_memory.lo -MD -MP -MF .deps/emu_memory.Tpo -c emu_memory.c -o emu_memory.o >/dev/null 2>&1
    14391:  #111 14.31 depbase=`echo emu_cpu_data.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14392:  #111 14.31 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_cpu_data.lo -MD -MP -MF $depbase.Tpo -c -o emu_cpu_data.lo emu_cpu_data.c &&\
    14393:  #111 14.31 mv -f $depbase.Tpo $depbase.Plo
    14394:  #111 14.35 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_cpu_data.lo -MD -MP -MF .deps/emu_cpu_data.Tpo -c emu_cpu_data.c  -fPIC -DPIC -o .libs/emu_cpu_data.o
    14395:  #111 14.37 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_cpu_data.lo -MD -MP -MF .deps/emu_cpu_data.Tpo -c emu_cpu_data.c -o emu_cpu_data.o >/dev/null 2>&1
    14396:  #111 14.39 depbase=`echo emu_cpu.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14397:  #111 14.39 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_cpu.lo -MD -MP -MF $depbase.Tpo -c -o emu_cpu.lo emu_cpu.c &&\
    14398:  #111 14.39 mv -f $depbase.Tpo $depbase.Plo
    14399:  #111 14.43 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_cpu.lo -MD -MP -MF .deps/emu_cpu.Tpo -c emu_cpu.c  -fPIC -DPIC -o .libs/emu_cpu.o
    14400:  #111 14.50 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_cpu.lo -MD -MP -MF .deps/emu_cpu.Tpo -c emu_cpu.c -o emu_cpu.o >/dev/null 2>&1
    14401:  #111 14.58 depbase=`echo emu_string.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14402:  #111 14.58 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_string.lo -MD -MP -MF $depbase.Tpo -c -o emu_string.lo emu_string.c &&\
    14403:  #111 14.58 mv -f $depbase.Tpo $depbase.Plo
    14404:  #111 14.62 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_string.lo -MD -MP -MF .deps/emu_string.Tpo -c emu_string.c  -fPIC -DPIC -o .libs/emu_string.o
    14405:  #111 14.65 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_string.lo -MD -MP -MF .deps/emu_string.Tpo -c emu_string.c -o emu_string.o >/dev/null 2>&1
    14406:  #111 14.68 depbase=`echo emu_getpc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14407:  #111 14.68 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_getpc.lo -MD -MP -MF $depbase.Tpo -c -o emu_getpc.lo emu_getpc.c &&\
    14408:  #111 14.68 mv -f $depbase.Tpo $depbase.Plo
    14409:  #111 14.72 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_getpc.lo -MD -MP -MF .deps/emu_getpc.Tpo -c emu_getpc.c  -fPIC -DPIC -o .libs/emu_getpc.o
    14410:  #111 14.75 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_getpc.lo -MD -MP -MF .deps/emu_getpc.Tpo -c emu_getpc.c -o emu_getpc.o >/dev/null 2>&1
    14411:  #111 14.78 depbase=`echo emu_graph.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14412:  #111 14.78 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_graph.lo -MD -MP -MF $depbase.Tpo -c -o emu_graph.lo emu_graph.c &&\
    14413:  #111 14.78 mv -f $depbase.Tpo $depbase.Plo
    14414:  #111 14.83 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_graph.lo -MD -MP -MF .deps/emu_graph.Tpo -c emu_graph.c  -fPIC -DPIC -o .libs/emu_graph.o
    14415:  #111 14.90 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_graph.lo -MD -MP -MF .deps/emu_graph.Tpo -c emu_graph.c -o emu_graph.o >/dev/null 2>&1
    14416:  #111 14.97 depbase=`echo emu_hashtable.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14417:  #111 14.97 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_hashtable.lo -MD -MP -MF $depbase.Tpo -c -o emu_hashtable.lo emu_hashtable.c &&\
    14418:  #111 14.97 mv -f $depbase.Tpo $depbase.Plo
    14419:  #111 15.01 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_hashtable.lo -MD -MP -MF .deps/emu_hashtable.Tpo -c emu_hashtable.c  -fPIC -DPIC -o .libs/emu_hashtable.o
    14420:  #111 15.07 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_hashtable.lo -MD -MP -MF .deps/emu_hashtable.Tpo -c emu_hashtable.c -o emu_hashtable.o >/dev/null 2>&1
    14421:  #111 15.12 depbase=`echo emu_list.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14422:  #111 15.12 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_list.lo -MD -MP -MF $depbase.Tpo -c -o emu_list.lo emu_list.c &&\
    14423:  #111 15.12 mv -f $depbase.Tpo $depbase.Plo
    14424:  #111 15.16 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_list.lo -MD -MP -MF .deps/emu_list.Tpo -c emu_list.c  -fPIC -DPIC -o .libs/emu_list.o
    14425:  #111 15.21 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_list.lo -MD -MP -MF .deps/emu_list.Tpo -c emu_list.c -o emu_list.o >/dev/null 2>&1
    14426:  #111 15.25 depbase=`echo emu_queue.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14427:  #111 15.25 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_queue.lo -MD -MP -MF $depbase.Tpo -c -o emu_queue.lo emu_queue.c &&\
    14428:  #111 15.25 mv -f $depbase.Tpo $depbase.Plo
    14429:  #111 15.29 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_queue.lo -MD -MP -MF .deps/emu_queue.Tpo -c emu_queue.c  -fPIC -DPIC -o .libs/emu_queue.o
    14430:  #111 15.32 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_queue.lo -MD -MP -MF .deps/emu_queue.Tpo -c emu_queue.c -o emu_queue.o >/dev/null 2>&1
    14431:  #111 15.35 depbase=`echo emu_stack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14432:  #111 15.35 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_stack.lo -MD -MP -MF $depbase.Tpo -c -o emu_stack.lo emu_stack.c &&\
    14433:  #111 15.35 mv -f $depbase.Tpo $depbase.Plo
    14434:  #111 15.39 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_stack.lo -MD -MP -MF .deps/emu_stack.Tpo -c emu_stack.c  -fPIC -DPIC -o .libs/emu_stack.o
    14435:  #111 15.42 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_stack.lo -MD -MP -MF .deps/emu_stack.Tpo -c emu_stack.c -o emu_stack.o >/dev/null 2>&1
    14436:  #111 15.44 depbase=`echo emu_shellcode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14437:  #111 15.44 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_shellcode.lo -MD -MP -MF $depbase.Tpo -c -o emu_shellcode.lo emu_shellcode.c &&\
    14438:  #111 15.44 mv -f $depbase.Tpo $depbase.Plo
    14439:  #111 15.49 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_shellcode.lo -MD -MP -MF .deps/emu_shellcode.Tpo -c emu_shellcode.c  -fPIC -DPIC -o .libs/emu_shellcode.o
    14440:  #111 15.53 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_shellcode.lo -MD -MP -MF .deps/emu_shellcode.Tpo -c emu_shellcode.c -o emu_shellcode.o >/dev/null 2>&1
    14441:  #111 15.58 depbase=`echo emu_source.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14442:  #111 15.58 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_source.lo -MD -MP -MF $depbase.Tpo -c -o emu_source.lo emu_source.c &&\
    14443:  #111 15.58 mv -f $depbase.Tpo $depbase.Plo
    14444:  #111 15.62 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_source.lo -MD -MP -MF .deps/emu_source.Tpo -c emu_source.c  -fPIC -DPIC -o .libs/emu_source.o
    14445:  #111 15.66 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_source.lo -MD -MP -MF .deps/emu_source.Tpo -c emu_source.c -o emu_source.o >/dev/null 2>&1
    14446:  #111 15.69 depbase=`echo emu_track.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14447:  #111 15.69 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_track.lo -MD -MP -MF $depbase.Tpo -c -o emu_track.lo emu_track.c &&\
    14448:  #111 15.69 mv -f $depbase.Tpo $depbase.Plo
    14449:  #111 15.73 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_track.lo -MD -MP -MF .deps/emu_track.Tpo -c emu_track.c  -fPIC -DPIC -o .libs/emu_track.o
    14450:  #111 15.77 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_track.lo -MD -MP -MF .deps/emu_track.Tpo -c emu_track.c -o emu_track.o >/dev/null 2>&1
    14451:  #111 15.82 depbase=`echo emu_breakpoint.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14452:  #111 15.82 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_breakpoint.lo -MD -MP -MF $depbase.Tpo -c -o emu_breakpoint.lo emu_breakpoint.c &&\
    14453:  #111 15.82 mv -f $depbase.Tpo $depbase.Plo
    14454:  #111 15.86 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_breakpoint.lo -MD -MP -MF .deps/emu_breakpoint.Tpo -c emu_breakpoint.c  -fPIC -DPIC -o .libs/emu_breakpoint.o
    14455:  #111 15.89 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_breakpoint.lo -MD -MP -MF .deps/emu_breakpoint.Tpo -c emu_breakpoint.c -o emu_breakpoint.o >/dev/null 2>&1
    14456:  #111 15.93 depbase=`echo functions/aaa.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14457:  #111 15.93 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/aaa.lo -MD -MP -MF $depbase.Tpo -c -o functions/aaa.lo functions/aaa.c &&\
    14458:  #111 15.93 mv -f $depbase.Tpo $depbase.Plo
    14459:  #111 15.97 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/aaa.lo -MD -MP -MF functions/.deps/aaa.Tpo -c functions/aaa.c  -fPIC -DPIC -o functions/.libs/aaa.o
    14460:  #111 16.00 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/aaa.lo -MD -MP -MF functions/.deps/aaa.Tpo -c functions/aaa.c -o functions/aaa.o >/dev/null 2>&1
    14461:  #111 16.03 depbase=`echo functions/adc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14462:  #111 16.03 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/adc.lo -MD -MP -MF $depbase.Tpo -c -o functions/adc.lo functions/adc.c &&\
    14463:  #111 16.03 mv -f $depbase.Tpo $depbase.Plo
    14464:  #111 16.07 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/adc.lo -MD -MP -MF functions/.deps/adc.Tpo -c functions/adc.c  -fPIC -DPIC -o functions/.libs/adc.o
    14465:  #111 16.16 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/adc.lo -MD -MP -MF functions/.deps/adc.Tpo -c functions/adc.c -o functions/adc.o >/dev/null 2>&1
    14466:  #111 16.25 depbase=`echo functions/add.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14467:  #111 16.25 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/add.lo -MD -MP -MF $depbase.Tpo -c -o functions/add.lo functions/add.c &&\
    14468:  #111 16.25 mv -f $depbase.Tpo $depbase.Plo
    14469:  #111 16.29 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/add.lo -MD -MP -MF functions/.deps/add.Tpo -c functions/add.c  -fPIC -DPIC -o functions/.libs/add.o
    14470:  #111 16.38 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/add.lo -MD -MP -MF functions/.deps/add.Tpo -c functions/add.c -o functions/add.o >/dev/null 2>&1
    14471:  #111 16.47 depbase=`echo functions/and.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14472:  #111 16.47 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/and.lo -MD -MP -MF $depbase.Tpo -c -o functions/and.lo functions/and.c &&\
    14473:  #111 16.47 mv -f $depbase.Tpo $depbase.Plo
    14474:  #111 16.51 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/and.lo -MD -MP -MF functions/.deps/and.Tpo -c functions/and.c  -fPIC -DPIC -o functions/.libs/and.o
    14475:  #111 16.58 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/and.lo -MD -MP -MF functions/.deps/and.Tpo -c functions/and.c -o functions/and.o >/dev/null 2>&1
    14476:  #111 16.65 depbase=`echo functions/call.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14477:  #111 16.65 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/call.lo -MD -MP -MF $depbase.Tpo -c -o functions/call.lo functions/call.c &&\
    14478:  #111 16.65 mv -f $depbase.Tpo $depbase.Plo
    14479:  #111 16.69 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/call.lo -MD -MP -MF functions/.deps/call.Tpo -c functions/call.c  -fPIC -DPIC -o functions/.libs/call.o
    14480:  #111 16.72 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/call.lo -MD -MP -MF functions/.deps/call.Tpo -c functions/call.c -o functions/call.o >/dev/null 2>&1
    14481:  #111 16.75 depbase=`echo functions/cmp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14482:  #111 16.75 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/cmp.lo -MD -MP -MF $depbase.Tpo -c -o functions/cmp.lo functions/cmp.c &&\
    14483:  #111 16.75 mv -f $depbase.Tpo $depbase.Plo
    14484:  #111 16.79 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/cmp.lo -MD -MP -MF functions/.deps/cmp.Tpo -c functions/cmp.c  -fPIC -DPIC -o functions/.libs/cmp.o
    14485:  #111 16.87 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/cmp.lo -MD -MP -MF functions/.deps/cmp.Tpo -c functions/cmp.c -o functions/cmp.o >/dev/null 2>&1
    14486:  #111 16.96 depbase=`echo functions/cmps.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14487:  #111 16.96 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/cmps.lo -MD -MP -MF $depbase.Tpo -c -o functions/cmps.lo functions/cmps.c &&\
    14488:  #111 16.96 mv -f $depbase.Tpo $depbase.Plo
    14489:  #111 17.00 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/cmps.lo -MD -MP -MF functions/.deps/cmps.Tpo -c functions/cmps.c  -fPIC -DPIC -o functions/.libs/cmps.o
    14490:  #111 17.04 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/cmps.lo -MD -MP -MF functions/.deps/cmps.Tpo -c functions/cmps.c -o functions/cmps.o >/dev/null 2>&1
    14491:  #111 17.08 depbase=`echo functions/dec.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14492:  #111 17.08 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/dec.lo -MD -MP -MF $depbase.Tpo -c -o functions/dec.lo functions/dec.c &&\
    14493:  #111 17.08 mv -f $depbase.Tpo $depbase.Plo
    14494:  #111 17.12 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/dec.lo -MD -MP -MF functions/.deps/dec.Tpo -c functions/dec.c  -fPIC -DPIC -o functions/.libs/dec.o
    14495:  #111 17.16 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/dec.lo -MD -MP -MF functions/.deps/dec.Tpo -c functions/dec.c -o functions/dec.o >/dev/null 2>&1
    14496:  #111 17.20 depbase=`echo functions/div.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14497:  #111 17.20 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/div.lo -MD -MP -MF $depbase.Tpo -c -o functions/div.lo functions/div.c &&\
    14498:  #111 17.20 mv -f $depbase.Tpo $depbase.Plo
    14499:  #111 17.24 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/div.lo -MD -MP -MF functions/.deps/div.Tpo -c functions/div.c  -fPIC -DPIC -o functions/.libs/div.o
    14500:  #111 17.27 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/div.lo -MD -MP -MF functions/.deps/div.Tpo -c functions/div.c -o functions/div.o >/dev/null 2>&1
    14501:  #111 17.31 depbase=`echo functions/group_1.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14502:  #111 17.31 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/group_1.lo -MD -MP -MF $depbase.Tpo -c -o functions/group_1.lo functions/group_1.c &&\
    14503:  #111 17.31 mv -f $depbase.Tpo $depbase.Plo
    14504:  #111 17.35 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FI...

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    2 participants