This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ $ conan create . uilianries/testing | |
freetype-example/0.1.0@uilianries/testing: Exporting package recipe | |
WARN: Conanfile doesn't have 'url'. | |
It is recommended to add it as attribute | |
WARN: Conanfile doesn't have 'description'. | |
It is recommended to add it as attribute | |
freetype-example/0.1.0@uilianries/testing export: Copied 1 '.txt' files: CMakeLists.txt | |
freetype-example/0.1.0@uilianries/testing export: Copied 1 '.cc' files: clfontpng.cc | |
freetype-example/0.1.0@uilianries/testing: A new conanfile.py version was exported | |
freetype-example/0.1.0@uilianries/testing: Folder: /home/uilian/.conan/data/freetype-example/0.1.0/uilianries/testing/export |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NAMES: ['lcms', 'fmt', 'spdlog', 'freetype', 'gflags', 'zstd', 'Catch', 'cygwin_installer', 'cli11', 'ogg', 'rxcpp', 'openal', 'msgpack', 'libjpeg', 'flac', 'gtest', 'lz4', 'vorbis', 'libpng', 'libjpeg-turbo', 'harfbuzz', 'libiconv', 'sqlite3', 'libcurl', 'libxml2', 'greatest', 'pugixml', 'sqlite_orm', 'msys2_installer', 'libssh2', 'rapidjson', 'openjpeg', 'catch2', 'giflib', 'libtiff', 'glog', 'doctest', 'lzma', 'log4cplus'] | |
[INFO] 2018-05-09 20:16:40 Clone project [email protected]:bincrafters/conan-lcms.git to /tmp/github15ifgd7e/conan-lcms.git | |
[DEBUG] 2018-05-09 20:16:40 Filtered list: ['testing/2.9'] | |
[DEBUG] 2018-05-09 20:16:40 Current branch to be updated: testing/2.9 | |
[INFO] 2018-05-09 20:16:40 Update file .travis.yml on branch testing/2.9 | |
[INFO] 2018-05-09 20:16:40 File .travis.yml is up to date | |
[INFO] 2018-05-09 20:16:43 Clone project [email protected]:bincrafters/conan-fmt.git to /tmp/github54rm8pfw/conan-fmt.git | |
[DEBUG] 2018-05-09 20:16:43 Filtered list: ['testing/4.0.0', 'testing/4.1.0'] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <poll.h> | |
#include <sys/types.h> | |
#include <sys/socket.h> | |
#include <sys/un.h> | |
#include <unistd.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#include <stdbool.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ docker run --rm -ti lasote/conangcc5 | |
To run a command as administrator (user "root"), use "sudo <command>". | |
See "man sudo_root" for details. | |
conan@ae6c6c1d728b:~/project$ conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan | |
conan@ae6c6c1d728b:~/project$ conan install zmq/4.2.2@bincrafters/stable --build | |
Auto detecting your dev setup to initialize the default profile (/home/conan/.conan/profiles/default) | |
Found gcc 5.4 | |
gcc>=5, using the major as version |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ docker run --rm -ti lasote/conangcc7 | |
conan@59c49f98f5d6:~$ git clone https://github.com/uilianries/PEGTL.git | |
Cloning into 'PEGTL'... | |
remote: Counting objects: 12338, done. | |
remote: Compressing objects: 100% (61/61), done. | |
remote: Total 12338 (delta 42), reused 71 (delta 34), pack-reused 12239 | |
Receiving objects: 100% (12338/12338), 2.16 MiB | 1.46 MiB/s, done. | |
Resolving deltas: 100% (9029/9029), done. | |
conan@59c49f98f5d6:~$ cd PEGTL/ | |
conan@59c49f98f5d6:~/PEGTL$ la |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ make --trace | |
<builtin>: update target 'fe-auth.o' due to: fe-auth.c | |
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-auth.o fe-auth.c | |
<builtin>: update target 'fe-auth-scram.o' due to: fe-auth-scram.c | |
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-auth-scram.o fe-auth-scram.c | |
Makefile:130: target |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ docker run --rm -ti lasote/conangcc6 | |
To run a command as administrator (user "root"), use "sudo <command>". | |
See "man sudo_root" for details. | |
conan@796bc801c45c:~$ sudo pip install bincrafters-remove-outdated==0.3.1 | |
The directory '/home/conan/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. | |
The directory '/home/conan/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. | |
Collecting bincrafters-remove-outdated==0.3.1 | |
Downloading https://files.pythonhosted.org/packages/39/a8/ed5c5db015862459775d8f82d44996e825e79e966d880417222c0e6c87bc/bincrafters_remove_outdated-0.3.1.tar.gz | |
Collecting conan>=1.5.1 (from bincrafters-remove-outdated==0.3.1) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu:bionic | |
LABEL maintainer="Luis Martinez de Bartolome <[email protected]>" | |
RUN dpkg --add-architecture i386 \ | |
&& apt-get -qq update \ | |
&& apt-get install -y --no-install-recommends \ | |
sudo=1.8.21p2-3ubuntu1 \ | |
binutils=2.* \ | |
wget=1.19.4-1ubuntu2.1 \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################## | |
# Copyright (c) 1998-2015,2016 Free Software Foundation, Inc. # | |
# # | |
# Permission is hereby granted, free of charge, to any person obtaining a # | |
# copy of this software and associated documentation files (the "Software"), # | |
# to deal in the Software without restriction, including without limitation # | |
# the rights to use, copy, modify, merge, publish, distribute, distribute # | |
# with modifications, sublicense, and/or sell copies of the Software, and to # | |
# permit persons to whom the Software is furnished to do so, subject to the # | |
# following conditions: # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################## | |
# Copyright (c) 1998-2015,2016 Free Software Foundation, Inc. # | |
# # | |
# Permission is hereby granted, free of charge, to any person obtaining a # | |
# copy of this software and associated documentation files (the "Software"), # | |
# to deal in the Software without restriction, including without limitation # | |
# the rights to use, copy, modify, merge, publish, distribute, distribute # | |
# with modifications, sublicense, and/or sell copies of the Software, and to # | |
# permit persons to whom the Software is furnished to do so, subject to the # | |
# following conditions: # |