------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libinotify-20180201_1.txz ===== Message from libinotify-20180201_1: -- Libinotify functionality on FreeBSD is missing support for - detecting a file being moved into or out of a directory within the same filesystem - certain modifications to a symbolic link (rather than the file it points to.) in addition to the known limitations on all platforms using kqueue(2) where various open and close notifications are unimplemented. This means the following regression tests will fail: Directory notifications: IN_MOVED_FROM IN_MOVED_TO Open/close notifications: IN_OPEN IN_CLOSE_NOWRITE IN_CLOSE_WRITE Symbolic Link notifications: IN_DONT_FOLLOW IN_ATTRIB IN_MOVE_SELF IN_DELETE_SELF Kernel patches to address the missing directory and symbolic link notifications are available from: https://github.com/libinotify-kqueue/libinotify-kqueue/tree/master/patches You might want to consider increasing the kern.maxfiles tunable if you plan to use this library for applications that need to monitor activity of a lot of files. Installing /packages/All/libiconv-1.14_11.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.1.txz Installing /packages/All/ca_root_nss-3.51.txz ===== Message from ca_root_nss-3.51: -- FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem Installing /packages/All/expat-2.2.8.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/openssl-1.1.1d,1.txz Installing /packages/All/python37-3.7.6.txz ===== Message from python37-3.7.6: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/freetype2-2.10.1.txz ===== Message from freetype2-2.10.1: -- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include the foundry and information whether they contain wide characters. For example, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=pcf:no-long-family-names=1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/site/index.html, if documentation was installed). Installing /packages/All/jbigkit-2.1_1.txz Installing /packages/All/jpeg-turbo-2.0.4.txz Installing /packages/All/tiff-4.1.0.txz Installing /packages/All/lcms2-2.9.txz Installing /packages/All/png-1.6.37.txz Installing /packages/All/openjpeg-2.3.1.txz Installing /packages/All/giflib-5.2.1.txz Installing /packages/All/webp-1.1.0.txz Installing /packages/All/fontconfig-2.12.6,1.txz Running fc-cache to build fontconfig cache... /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory fc-cache: succeeded Installing /packages/All/tcl86-8.6.10.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2019.2.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.13.1.txz Installing /packages/All/libX11-1.6.9,1.txz Installing /packages/All/libXext-1.3.4,1.txz Installing /packages/All/libXrender-0.9.10_2.txz Installing /packages/All/libXft-2.3.3.txz Installing /packages/All/libXScrnSaver-1.2.3_2.txz Installing /packages/All/tk86-8.6.10_1.txz Installing /packages/All/py37-setuptools-44.0.0.txz Installing /packages/All/py37-olefile-0.46.txz Installing /packages/All/py37-tkinter-3.7.6_6.txz Installing /packages/All/py37-pillow-7.0.0.txz Installing /packages/All/mono-5.10.1.57_3.txz ===== Message from mono-5.10.1.57_3: -- If you have build/runtime errors with Mono and Gtk# apps please try the following first: * Build Mono and gtk+ (x11-toolkits/gtk20) without CPUTYPE and with the default FreeBSD CFLAGS ('-O2 -fno-strict-aliasing -pipe') as Mono has been known to expose compiler bugs. * Try building and running Mono with the GENERIC kernel. - Mono requires SYSVSHM, SYSVMSG, and SYSVSEM which are part of the GENERIC kernel. - Removing kernel options or changing defaults to use experimental options can adversely affect Mono's ability to build and run. * Remove leftover semaphores / increase semaphore limits. - Close apps which use Mono and run `ipcs -sbt`. Remove the semaphores with MODE "--rw-------" and NSEMS "8" using ipcrm (1) - _OR_ simply reboot which is the safest method. - On multi-user systems the semaphore limits may need to be increased from the defaults. The following should comfortably support 30 users. # echo "kern.ipc.semmni=40" >> /boot/loader.conf # echo "kern.ipc.semmns=300" >> /boot/loader.conf * If you are in a jailed environment, ensure System V IPC are enabled. You can rely on the security.jail.sysvipc_allowed sysctl to check this status. The following enables this feature on the host system: # echo "jail_sysvipc_allow=\"YES\"" >> /etc/rc.conf * Some process information are accessed through /proc (e.g. when using NUnit) and procfs(5) has to be mounted for these features to work: # echo "proc /proc procfs rw 0 0" >> /etc/fstab Installing /packages/All/newtonsoft-json-9.0.1_2.txz ===== Message from newtonsoft-json-9.0.1_2: -- ===> NOTICE: The newtonsoft-json port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port Installing /packages/All/pkgconf-1.6.3,1.txz Installing /packages/All/gmake-4.2.1_3.txz Installing /packages/All/m4-1.4.18_1,1.txz Installing /packages/All/autoconf-wrapper-20131203.txz Installing /packages/All/perl5-5.30.1.txz ===== Message from perl5-5.30.1: -- The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. Installing /packages/All/autoconf-2.69_3.txz Installing /packages/All/automake-1.16.1_2.txz SUCCEEDED 00:01:22 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> ntpa-0.8.2_4 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> ntpa-0.8.2_4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ntpa-0.8.2_4 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> ntpa-0.8.2_4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ntpa-0.8.2_4 for building => SHA256 Checksum OK for ntpa-0.8.2.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> ntpa-0.8.2_4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ntpa-0.8.2_4 for building ===> Extracting for ntpa-0.8.2_4 => SHA256 Checksum OK for ntpa-0.8.2.tar.gz. Extracted Memory Use: 5.98M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for ntpa-0.8.2_4 ===> Applying ports patches for ntpa-0.8.2_4 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> ntpa-0.8.2_4 depends on package: newtonsoft-json>=0 - found ===> ntpa-0.8.2_4 depends on executable: mono - found ===> ntpa-0.8.2_4 depends on package: pkgconf>=1.3.0_1 - found ===> ntpa-0.8.2_4 depends on executable: gmake - found ===> ntpa-0.8.2_4 depends on package: autoconf>=2.69 - found ===> ntpa-0.8.2_4 depends on package: automake>=1.16.1 - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> ntpa-0.8.2_4 depends on package: newtonsoft-json>=0 - found ===> ntpa-0.8.2_4 depends on executable: mono - found ===> ntpa-0.8.2_4 depends on package: pkgconf>=1.3.0_1 - found ===> ntpa-0.8.2_4 depends on executable: gmake - found ===> ntpa-0.8.2_4 depends on package: autoconf>=2.69 - found ===> ntpa-0.8.2_4 depends on package: automake>=1.16.1 - found ===> Configuring for ntpa-0.8.2_4 configure.ac:5: installing './install-sh' configure.ac:5: installing './missing' configure: loading site script /xports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether gmake sets $(MAKE)... yes checking whether gmake supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for mcs... /usr/local/bin/mcs checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for NPLOT... yes checking for NEWTONSOFT... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Ntp.Analyzer.Objects/Makefile config.status: creating Ntp.Common/Makefile config.status: creating Ntp.Analyzer.Monitor.Client/Makefile config.status: creating Ntp.Data/Makefile config.status: creating Ntp.Data.Provider/Makefile config.status: creating Ntp.Analyzer.Monitor.Cli/Makefile config.status: creating Ntp.Analyzer.Data/Makefile config.status: creating Ntp.Analyzer.Import/Makefile config.status: creating Ntp.Analyzer/Makefile config.status: creating Ntp.Analyzer.Validate.Cli/Makefile config.status: creating Ntp.Analyzer.Validate.Gui/Makefile config.status: creating Ntp.Analyzer.Monitor.Server/Makefile config.status: creating Ntp.Analyzer.Process/Makefile config.status: creating Ntp.Analyzer.Cli/Makefile config.status: creating Makefile SUCCEEDED 00:00:13 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for ntpa-0.8.2_4 gmake[1]: Entering directory '/construction/net/ntpa/ntpa-0.8.2' Making all in Ntp.Analyzer.Objects gmake[2]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Objects' mkdir -p ../bin mcs -noconfig -codepage:utf8 -warn:4 -optimize+ "-define:TRACE" -out:../bin/Ntp.Analyzer.Objects.dll -target:library './../Shared/AssemblyInfo.cs' './CalgaryTimeServer.cs' './DriftReading.cs' './ExactlySuccess.cs' './ExactlyTimeServer.cs' './Host.cs' './HostReading.cs' './Peer.cs' './PeerReading.cs' './StatusLine.cs' './TallyCode.cs' './TimeServer.cs' './Reading.cs' './PersistentObject.cs' './ReadingBulk.cs' './NamedObject.cs' './DispersionReading.cs' './PeerActivity.cs' './AssociationEntry.cs' './IoStatsEntry.cs' './HostIoReading.cs' -r:System -r:/usr/local/lib/mono/Newtonsoft.Json/Newtonsoft.Json.dll gmake[2]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Objects' Making all in Ntp.Common gmake[2]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Common' mkdir -p ../bin mcs -noconfig -codepage:utf8 -warn:4 -optimize+ "-define:TRACE" -out:../bin/Ntp.Common.dll -target:library './../Shared/AssemblyInfo.cs' './IO/DirectoryCommand.cs' './Log/ActivityLog.cs' './Log/ConsoleLog.cs' './Log/EventLog.cs' './Log/FileLog.cs' './Log/ILogConfiguration.cs' './Log/LogBase.cs' './Log/LogExtensions.cs' './Log/LogFactory.cs' './Log/LogGroup.cs' './Log/LogType.cs' './Log/Severity.cs' './Log/SysLog.cs' './Log/TextLog.cs' './Process/Cluster.cs' './Process/IJobConfiguration.cs' './Process/IRequest.cs' './Process/IScheduler.cs' './Process/Job.cs' './Process/JobDescription.cs' './Process/JobScheduleDescription.cs' './Process/ScheduledJob.cs' './Process/Scheduler.cs' './Process/ThreadType.cs' './System/InterProcess.cs' './IO/Options.cs' './IO/Permission.cs' './System/ProcessInfo.cs' './IO/ShellCommand.cs' './System/SignalHandler.cs' './App/IApplicationController.cs' './App/Heartbeat.cs' './Web/PageText.cs' './Web/UriExtensions.cs' -r:System -r:Mono.Posix -r:System.Core gmake[2]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Common' Making all in Ntp.Analyzer.Monitor.Client gmake[2]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Monitor.Client' mkdir -p ../bin mcs -noconfig -codepage:utf8 -warn:4 -optimize+ "-define:TRACE" -out:../bin/Ntp.Analyzer.Monitor.Client.dll -target:library './../Shared/AssemblyInfo.cs' './TextRequest.cs' './BinaryRequest.cs' './Request.cs' -r:System -r:../bin/Ntp.Common.dll gmake[2]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Monitor.Client' Making all in Ntp.Data gmake[2]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Data' mkdir -p ../bin mcs -noconfig -codepage:utf8 -warn:4 -optimize+ "-define:TRACE" -out:../bin/Ntp.Data.dll -target:library './../Shared/AssemblyInfo.cs' './DataMapper.cs' './FileDataMapper.cs' './ITableInitializer.cs' './Log/LogExtensions.cs' './SqlDatabaseProvider.cs' './Schema/DatabaseUpdater.cs' './Schema/SqlChangeSet.cs' './Schema/IVersionChanges.cs' './ISqlFactory.cs' './Schema/VersionController.cs' './SqlDatabaseChecker.cs' './IDatabaseConfiguration.cs' -r:System -r:System.Data -r:System.Core -r:../bin/Ntp.Common.dll gmake[2]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Data' Making all in Ntp.Data.Provider gmake[2]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Data.Provider' mkdir -p '../bin' cp '../packages/MySql.Data.6.9.9/lib/net45/MySql.Data.dll' '../bin/MySql.Data.dll' mkdir -p '../bin' mkdir -p ../bin mcs -noconfig -codepage:utf8 -warn:4 -optimize+ -out:../bin/Ntp.Data.Provider.dll -target:library './../Shared/AssemblyInfo.cs' './MySqlFactory.cs' './SqlDatabaseFactory.cs' './PostgreSqlFactory.cs' -r:System -r:System.Data -r:../packages/MySql.Data.6.9.9/lib/net45/MySql.Data.dll -r:../packages/Npgsql.3.1.9/lib/net451/Npgsql.dll -r:../bin/Ntp.Data.dll cp '../packages/Npgsql.3.1.9/lib/net451/Npgsql.dll' '../bin/Npgsql.dll' gmake[2]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Data.Provider' Making all in Ntp.Analyzer.Monitor.Cli gmake[2]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Monitor.Cli' Makefile:681: warning: overriding recipe for target '../bin/Ntp.Analyzer.Monitor.Cli.exe' Makefile:672: warning: ignoring old recipe for target '../bin/Ntp.Analyzer.Monitor.Cli.exe' mkdir -p ../bin mcs -noconfig -codepage:utf8 -warn:4 -optimize+ "-define:TRACE" "-main:Ntp.Analyzer.Monitor.Cli.Program" -out:../bin/Ntp.Analyzer.Monitor.Cli.exe -target:exe './../Shared/AssemblyInfo.cs' './Program.cs' -r:System -r:../bin/Ntp.Analyzer.Monitor.Client.dll -r:../bin/Ntp.Common.dll gmake[2]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Monitor.Cli' Making all in Ntp.Analyzer.Data gmake[2]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Data' mkdir -p ../bin mcs -noconfig -codepage:utf8 -warn:4 -optimize+ "-define:TRACE" -out:../bin/Ntp.Analyzer.Data.dll -target:library './../Shared/AssemblyInfo.cs' './Changes/Change03.cs' './DataFace.cs' './Import/ExactlyAdapter.cs' './Import/TimeServerImporter.cs' './Import/TimeServerLoader.cs' './Import/TimeServers.cs' './Import/TimeServerWebAdapter.cs' './Log/LogExtensions.cs' './Sql/DriftReadingDatabaseMapper.cs' './Sql/HostDatabaseMapper.cs' './Sql/HostReadingDatabaseMapper.cs' './Sql/PeerDatabaseMapper.cs' './Sql/PeerReadingDatabaseMapper.cs' './Sql/TimeServerDatabaseMapper.cs' './Sql/PeerActivityDatabaseMapper.cs' './Sql/SqlDatabaseMapper.cs' './Sql/FilteredSqlDatabaseMapper.cs' './DatabaseInitializer.cs' './Changes/Change01.cs' './Sql/ReadingBulkMapper.cs' './Sql/AssociationEntryMapper.cs' './Sql/HostIoReadingDatabaseMapper.cs' './Changes/Change02.cs' -r:System -r:System.Data -r:System.Core -r:System.Xml -r:/usr/local/lib/mono/Newtonsoft.Json/Newtonsoft.Json.dll -r:../bin/Ntp.Analyzer.Objects.dll -r:../bin/Ntp.Common.dll -r:../bin/Ntp.Data.dll -r:../bin/Ntp.Data.Provider.dll gmake[2]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Data' Making all in Ntp.Analyzer.Import gmake[2]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Import' mkdir -p ../bin mcs -noconfig -codepage:utf8 -warn:4 -optimize+ "-define:TRACE" -out:../bin/Ntp.Analyzer.Import.dll -target:library './../Shared/AssemblyInfo.cs' './DriftFileImporter.cs' './LogExtensions.cs' './NtpctlHostImporter.cs' './NtpqHostImporter.cs' './NtpdcImporter.cs' './ShellImporter.cs' './ServerType.cs' './NtpqPeerImporter.cs' './NtpctlPeerImporter.cs' './IoStatsImporter.cs' './NtpctlImporter.cs' './ImportFactory.cs' -r:System -r:System.Core -r:../bin/Ntp.Analyzer.Objects.dll -r:../bin/Ntp.Analyzer.Data.dll -r:../bin/Ntp.Common.dll -r:../bin/Ntp.Data.dll gmake[2]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Import' Making all in Ntp.Analyzer gmake[2]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer' mkdir -p ../bin mcs -noconfig -codepage:utf8 -warn:4 -optimize+ "-define:TRACE" -out:../bin/Ntp.Analyzer.dll -target:library './../Shared/AssemblyInfo.cs' './Config/Attribute/NtpaIndex.cs' './Config/Node/ClusterConfiguration.cs' './Config/Node/DriftStatConfiguration.cs' './Config/Node/NodeConfiguration.cs' './Graph/HostGraph.cs' './Graph/GraphBase.cs' './Graph/PeerGraph.cs' './Graph/DispersionGraph.cs' './Log/LogExtensions.cs' './Render/Renderer.cs' './Render/HtmlRenderer.cs' './Render/IHtmlObject.cs' './Export/StreamDestination.cs' './Export/FileStreamDestination.cs' './Export/DirectoryStreamDestination.cs' './Export/IStreamGenerator.cs' './Page/DefaultHostPageBuilder.cs' './Page/BootstrapHostPageBuilder.cs' './Render/Host/DefaultHostPageRender.cs' './Render/Host/BootstrapHostPageRender.cs' './Render/Host/BootstrapHostTableRender.cs' './Render/Host/BootstrapHostGraphRender.cs' './Render/Peer/BootstrapPeerPageRender.cs' './Render/Peer/BootstrapPeerInfoRender.cs' './Render/Peer/BootstrapPeerGraphRender.cs' './Page/BootstrapPeerPageBuilder.cs' './Page/BootstrapAboutPageBuilder.cs' './Render/BootstrapAboutPageRender.cs' './Render/Graph/BootstrapGraphPageRender.cs' './Render/BootstrapPageRender.cs' './Render/HtmlObjectRender.cs' './Render/Host/DefaultHostTableRender.cs' './Render/Host/DefaultHostGraphRender.cs' './Render/Peer/DefaultPeerGraphRender.cs' './Render/Peer/DefaultPeerInfoRender.cs' './Render/Peer/DefaultPeerPageRender.cs' './Render/BootstrapMenuRender.cs' './Render/Host/HostLineRender.cs' './Page/DefaultPeerPageBuilder.cs' './Page/PageBuilderBase.cs' './Page/GraphPageBuilder.cs' './Export/WebLink.cs' './Render/IHtmlExtension.cs' './Graph/TrafficGraph.cs' './Interface/IGraphBaseConfiguration.cs' './Interface/IHostGraphConfiguration.cs' './Interface/IPeerGraphConfiguration.cs' './Interface/ITrafficGraphConfiguration.cs' './Export/FtpStreamDestination.cs' './Render/Summary/BootstrapSummaryGraphRender.cs' './Render/Summary/BootstrapSummaryPageRender.cs' './Render/Summary/DefaultPeerSummaryGraphRender.cs' './Render/Summary/DefaultPeerSummaryPageRender.cs' './Page/DefaultPeerSummaryPageBuilder.cs' './Page/BootstrapPeerSummaryPageBuilder.cs' './Export/FileSystemDestination.cs' './Statistics/DbStatusBuilder.cs' './Statistics/DirectStatusBuilder.cs' './Statistics/StatusBuilder.cs' './Config/ConfigBuilder.cs' './Interface/IDispersionGraphConfiguration.cs' './Config/Node/Destination/DestinationCollection.cs' './Config/Node/Destination/DirectoryCollection.cs' './Config/Node/Destination/FileCollection.cs' './Config/Node/Destination/GraphSetConfiguration.cs' './Config/Node/Destination/WebLinkCollection.cs' './Config/Node/Graph/GraphBaseConfiguration.cs' './Config/Node/Graph/HostGraphConfiguration.cs' './Config/Node/Graph/PeerGraphConfiguration.cs' './Config/Node/Graph/TrafficGraphConfiguration.cs' './Config/Node/Navigation/DropdownItemConfiguration.cs' './Config/Node/Navigation/HeaderMenuItemConfiguration.cs' './Config/Node/Navigation/HeadMenuItemConfiguration.cs' './Config/Node/Navigation/ILinkable.cs' './Config/Node/Navigation/LinkMenuItemConfiguration.cs' './Config/Node/Navigation/MenuConfiguration.cs' './Config/Node/Navigation/MenuItemConfiguration.cs' './Config/Node/Navigation/MenuItemType.cs' './Config/Node/Navigation/PageMenuItemConfiguration.cs' './Config/Node/Navigation/SpacerMenuItemConfiguration.cs' './Config/Node/Page/AboutPageConfiguration.cs' './Config/Node/Page/Collection/SummaryCollection.cs' './Config/Node/Page/HostGraphPageConfiguration.cs' './Config/Node/Page/HostPageConfiguration.cs' './Config/Node/Page/PageConfigurationBase.cs' './Config/Node/Page/PageTheme.cs' './Config/Node/Page/PeerGraphPageConfiguration.cs' './Config/Node/Page/PeerPageConfiguration.cs' './Config/Node/Page/PeerSummaryPageConfiguration.cs' './Config/Node/DatabaseConfiguration.cs' './Config/Node/HeartbeatConfiguration.cs' './Config/Node/ListenerConfiguration.cs' './Config/Node/LogConfiguration.cs' './Config/Node/NotifyConfiguration.cs' './Config/Node/PermissionConfiguration.cs' './Config/Node/ReadingBulkConfiguration.cs' './Config/Node/Configuration.cs' './Config/Node/HostConfiguration.cs' './Config/Node/HostSubConfiguration.cs' './Config/Syntax/AboutPageSyntaxNode.cs' './Config/Syntax/DatabaseSyntaxNode.cs' './Config/Syntax/DirDestinationSyntaxNode.cs' './Config/Syntax/FileDestinationSyntaxNode.cs' './Config/Syntax/GraphSetSyntaxNode.cs' './Config/Syntax/HeartbeatSyntaxNode.cs' './Config/Syntax/HostGraphSyntaxNode.cs' './Config/Syntax/HostPageSyntaxNode.cs' './Config/Syntax/HostSyntaxNode.cs' './Config/Syntax/ISyntaxNode.cs' './Config/Syntax/ListenerSyntaxNode.cs' './Config/Syntax/LogSyntaxNode.cs' './Config/Syntax/MenuItemSyntaxNode.cs' './Config/Syntax/MenuSyntaxNode.cs' './Config/Syntax/NotifySyntaxNode.cs' './Config/Syntax/Option/DatabaseProviderNode.cs' './Config/Syntax/Option/HostTypeNode.cs' './Config/Syntax/Option/LogTypeNode.cs' './Config/Syntax/Option/MenuItemTypeNode.cs' './Config/Syntax/Option/PageThemeNode.cs' './Config/Syntax/Option/SeverityNode.cs' './Config/Syntax/Option/TimeStampNode.cs' './Config/Syntax/PeerGraphSyntaxNode.cs' './Config/Syntax/PeerPageSyntaxNode.cs' './Config/Syntax/PermissionSyntaxNode.cs' './Config/Syntax/ReadingSyntaxNode.cs' './Config/Syntax/RootSyntaxNode.cs' './Config/Syntax/Setting/BooleanSettingNode.cs' './Config/Syntax/Setting/IntegerSettingNode.cs' './Config/Syntax/Setting/NumericSettingNode.cs' './Config/Syntax/Setting/SettingNode.cs' './Config/Syntax/Setting/StringSettingNode.cs' './Config/Syntax/Setting/SymbolSettingNode.cs' './Config/Syntax/StatSyntaxNode.cs' './Config/Syntax/SummariesSyntaxNode.cs' './Config/Syntax/SyntaxNode.cs' './Config/Syntax/TrafficGraphSyntaxNode.cs' './Config/Syntax/WebLinkSyntaxNode.cs' './Config/Attribute/NtpaReference.cs' './Config/Attribute/NtpaReferenceCollection.cs' './Config/Attribute/NtpaSetting.cs' './Config/Attribute/NtpaSettingsCollection.cs' './Config/Table/SymbolTable.cs' './Config/Table/Symbol.cs' './Config/Table/Keyword.cs' './Config/Table/IntegerToken.cs' './Config/Table/KeywordToken.cs' './Config/Table/LiteralToken.cs' './Config/Table/NumericToken.cs' './Config/Table/QuotedIdentToken.cs' './Config/Table/SymbolToken.cs' './Config/Table/Token.cs' './Config/Table/TokenType.cs' './Config/Node/ConfigurationNode.cs' './Config/Syntax/HostGraphPageSyntaxNode.cs' './Config/Syntax/PeerGraphPageSyntaxNode.cs' './Config/Syntax/PeerSummaryPageSyntaxNode.cs' './Interface/IConfigurationNode.cs' './Config/Attribute/Layout.cs' './Config/Node/StatsConfiguration.cs' './Config/Compiler/ConfigCompiler.cs' './Config/Compiler/ConfigFileReader.cs' './Config/Compiler/Tokenizer.cs' './Config/Compiler/ConfigParser.cs' './Config/Compiler/Decompiler.cs' './Config/Compiler/SchematicValidator.cs' './Config/Compiler/SymbolResolver.cs' './Config/Compiler/ICompilerStage.cs' './Config/Node/Page/GraphPageConfiguration.cs' './Interface/IPathProvider.cs' -r:System -r:System.Core -r:System.Drawing -r:System.Runtime.Serialization -r:../packages/NPlot.0.9.10.0/lib/net20/NPlot.dll -r:../bin/Ntp.Analyzer.Objects.dll -r:../bin/Ntp.Data.dll -r:../bin/Ntp.Analyzer.Data.dll -r:../bin/Ntp.Analyzer.Import.dll -r:../bin/Ntp.Common.dll gmake[2]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer' Making all in Ntp.Analyzer.Validate.Cli gmake[2]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Validate.Cli' Makefile:731: warning: overriding recipe for target '../bin/Ntp.Analyzer.Validate.Cli.exe' Makefile:722: warning: ignoring old recipe for target '../bin/Ntp.Analyzer.Validate.Cli.exe' mkdir -p ../bin mcs -noconfig -codepage:utf8 -warn:4 -optimize+ "-define:TRACE" "-main:Ntp.Analyzer.Validate.Cli.Program" -out:../bin/Ntp.Analyzer.Validate.Cli.exe -target:exe './../Shared/AssemblyInfo.cs' './Program.cs' -r:System -r:../bin/Ntp.Analyzer.dll -r:../bin/Ntp.Common.dll gmake[2]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Validate.Cli' Making all in Ntp.Analyzer.Validate.Gui gmake[2]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Validate.Gui' Makefile:739: warning: overriding recipe for target '../bin/Ntp.Analyzer.Validate.Gui.exe' Makefile:730: warning: ignoring old recipe for target '../bin/Ntp.Analyzer.Validate.Gui.exe' mkdir -p ../bin mcs -noconfig -codepage:utf8 -warn:4 -optimize+ "-define:TRACE" -out:../bin/Ntp.Analyzer.Validate.Gui.exe -target:winexe './../Shared/AssemblyInfo.cs' './Validator.cs' './Validator.Designer.cs' './Program.cs' -r:System -r:System.Core -r:System.Drawing -r:System.Windows.Forms -r:../bin/Ntp.Analyzer.dll gmake[2]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Validate.Gui' Making all in Ntp.Analyzer.Monitor.Server gmake[2]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Monitor.Server' mkdir -p ../bin mcs -noconfig -codepage:utf8 -warn:4 -optimize+ "-define:TRACE" -out:../bin/Ntp.Analyzer.Monitor.Server.dll -target:library './../Shared/AssemblyInfo.cs' './Billboard.cs' './Listener.cs' './Request.cs' './ApplicationState.cs' './CommandType.cs' './CommandFactory.cs' './CommandDescription.cs' './ICommandDescription.cs' './TextCommand/PidCommand.cs' './TextCommand/PingCommand.cs' './TextCommand/VersionCommand.cs' './TextCommand/ConfigFileCommand.cs' './TextCommand/HelpCommand.cs' './TextCommand/JobsCommand.cs' './TextCommand/ScheduleCommand.cs' './TextCommand/TimeCommand.cs' './TextCommand/NextJobCommand.cs' './TextCommand/ServerCommand.cs' './TextCommand/ProgCommand.cs' './TextCommand/MonitorTextCommand.cs' './TextCommand/UptimeCommand.cs' './Command.cs' './PacketCommand/PacketCommand.cs' './TextCommand/RunningCommand.cs' './TextCommand/ProcCommand.cs' './TextCommand/ActivityCommand.cs' -r:System -r:System.Core -r:../bin/Ntp.Analyzer.dll -r:../bin/Ntp.Analyzer.Objects.dll -r:../bin/Ntp.Common.dll -r:../bin/Ntp.Analyzer.Data.dll gmake[2]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Monitor.Server' Making all in Ntp.Analyzer.Process gmake[2]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Process' mkdir -p ../bin mcs -noconfig -codepage:utf8 -warn:4 -optimize+ "-define:TRACE" -out:../bin/Ntp.Analyzer.Process.dll -target:library './../Shared/AssemblyInfo.cs' './Description/DriftStatJob.cs' './Description/HostStatJob.cs' './Description/PeerStatJob.cs' './Description/HostGraphJob.cs' './Description/PeerGraphJob.cs' './Description/HostPageJob.cs' './Description/PeerPageJob.cs' './Description/StreamJob.cs' './Description/BulkStatJob.cs' './Description/NotifyJob.cs' './Description/AboutPageJob.cs' './Description/PeerGraphPageJob.cs' './Description/HostGraphPageJob.cs' './Description/TrafficGraphJob.cs' './Initializer.cs' './Log/LogExtensions.cs' './Main.cs' './Description/PeerSummaryPage.cs' './Description/HostIoStatJob.cs' -r:System -r:System.Core -r:../bin/Ntp.Analyzer.Monitor.Client.dll -r:../bin/Ntp.Analyzer.Monitor.Server.dll -r:../bin/Ntp.Analyzer.dll -r:../bin/Ntp.Analyzer.Objects.dll -r:../bin/Ntp.Data.dll -r:../bin/Ntp.Analyzer.Data.dll -r:../bin/Ntp.Analyzer.Import.dll -r:../bin/Ntp.Common.dll -r:../bin/Ntp.Data.Provider.dll ./Description/NotifyJob.cs(60,26): warning CS0618: `System.Net.Mail.SmtpClient' is obsolete: `SmtpClient and its network of types are poorly designed, we strongly recommend you use https://github.com/jstedfast/MailKit and https://github.com/jstedfast/MimeKit instead' ./Description/NotifyJob.cs(50,26): warning CS0618: `System.Net.Mail.SmtpClient' is obsolete: `SmtpClient and its network of types are poorly designed, we strongly recommend you use https://github.com/jstedfast/MailKit and https://github.com/jstedfast/MimeKit instead' Compilation succeeded - 2 warning(s) gmake[2]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Process' Making all in Ntp.Analyzer.Cli gmake[2]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Cli' Makefile:757: warning: overriding recipe for target '../bin/Ntp.Analyzer.Cli.exe' Makefile:748: warning: ignoring old recipe for target '../bin/Ntp.Analyzer.Cli.exe' mkdir -p ../bin mcs -noconfig -codepage:utf8 -warn:4 -optimize+ "-define:TRACE" "-main:Ntp.Analyzer.Cli.Program" -out:../bin/Ntp.Analyzer.Cli.exe -target:exe './../Shared/AssemblyInfo.cs' './Program.cs' -r:System -r:../bin/Ntp.Analyzer.dll -r:../bin/Ntp.Common.dll -r:../bin/Ntp.Analyzer.Process.dll gmake[2]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Cli' gmake[2]: Entering directory '/construction/net/ntpa/ntpa-0.8.2' gmake[2]: Nothing to be done for 'all-am'. gmake[2]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2' gmake[1]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2' SUCCEEDED 00:00:56 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> ntpa-0.8.2_4 depends on package: newtonsoft-json>=0 - found ===> ntpa-0.8.2_4 depends on executable: mono - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for ntpa-0.8.2_4 ===> ntpa-0.8.2_4 depends on package: newtonsoft-json>=0 - found ===> ntpa-0.8.2_4 depends on executable: mono - found ===> Generating temporary packing list ===> Creating groups. ===> Creating users gmake[1]: Entering directory '/construction/net/ntpa/ntpa-0.8.2' Making install in Ntp.Analyzer.Objects gmake[2]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Objects' gmake[3]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Objects' gmake[3]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Objects' gmake[2]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Objects' Making install in Ntp.Common gmake[2]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Common' gmake[3]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Common' gmake[3]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Common' gmake[2]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Common' Making install in Ntp.Analyzer.Monitor.Client gmake[2]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Monitor.Client' gmake[3]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Monitor.Client' /bin/mkdir -p '/construction/net/ntpa/stage/usr/local/libexec/ntpa' install -m 0644 ../bin/Ntp.Common.dll '/construction/net/ntpa/stage/usr/local/libexec/ntpa' gmake[3]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Monitor.Client' gmake[2]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Monitor.Client' Making install in Ntp.Data gmake[2]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Data' gmake[3]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Data' /bin/mkdir -p '/construction/net/ntpa/stage/usr/local/libexec/ntpa' install -m 0644 ../bin/Ntp.Common.dll '/construction/net/ntpa/stage/usr/local/libexec/ntpa' gmake[3]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Data' gmake[2]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Data' Making install in Ntp.Data.Provider gmake[2]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Data.Provider' gmake[3]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Data.Provider' /bin/mkdir -p '/construction/net/ntpa/stage/usr/local/libexec/ntpa' install -m 0644 ../bin/MySql.Data.dll ../bin/Npgsql.dll ../bin/Ntp.Data.dll ../bin/Ntp.Common.dll '/construction/net/ntpa/stage/usr/local/libexec/ntpa' gmake[3]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Data.Provider' gmake[2]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Data.Provider' Making install in Ntp.Analyzer.Monitor.Cli gmake[2]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Monitor.Cli' Makefile:681: warning: overriding recipe for target '../bin/Ntp.Analyzer.Monitor.Cli.exe' Makefile:672: warning: ignoring old recipe for target '../bin/Ntp.Analyzer.Monitor.Cli.exe' gmake[3]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Monitor.Cli' Makefile:681: warning: overriding recipe for target '../bin/Ntp.Analyzer.Monitor.Cli.exe' Makefile:672: warning: ignoring old recipe for target '../bin/Ntp.Analyzer.Monitor.Cli.exe' /bin/mkdir -p '/construction/net/ntpa/stage/usr/local/libexec/ntpa' install -m 555 ../bin/Ntp.Analyzer.Monitor.Cli.exe '/construction/net/ntpa/stage/usr/local/libexec/ntpa' /bin/mkdir -p '/construction/net/ntpa/stage/usr/local/libexec/ntpa' install -m 0644 ../bin/Ntp.Analyzer.Monitor.Client.dll ../bin/Ntp.Common.dll '/construction/net/ntpa/stage/usr/local/libexec/ntpa' gmake[3]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Monitor.Cli' gmake[2]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Monitor.Cli' Making install in Ntp.Analyzer.Data gmake[2]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Data' gmake[3]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Data' /bin/mkdir -p '/construction/net/ntpa/stage/usr/local/libexec/ntpa' install -m 0644 ../bin/Ntp.Analyzer.Objects.dll ../bin/Ntp.Common.dll ../bin/Ntp.Data.dll ../bin/Ntp.Data.Provider.dll ../bin/MySql.Data.dll ../bin/Npgsql.dll '/construction/net/ntpa/stage/usr/local/libexec/ntpa' gmake[3]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Data' gmake[2]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Data' Making install in Ntp.Analyzer.Import gmake[2]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Import' gmake[3]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Import' /bin/mkdir -p '/construction/net/ntpa/stage/usr/local/libexec/ntpa' install -m 0644 ../bin/Ntp.Analyzer.Objects.dll ../bin/Ntp.Analyzer.Data.dll ../bin/Ntp.Common.dll ../bin/Ntp.Data.dll ../bin/Ntp.Data.Provider.dll ../bin/MySql.Data.dll ../bin/Npgsql.dll '/construction/net/ntpa/stage/usr/local/libexec/ntpa' gmake[3]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Import' gmake[2]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Import' Making install in Ntp.Analyzer gmake[2]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer' gmake[3]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer' /bin/mkdir -p '/construction/net/ntpa/stage/usr/local/libexec/ntpa' install -m 0644 ../bin/Ntp.Analyzer.Objects.dll ../bin/Ntp.Data.dll ../bin/Ntp.Common.dll ../bin/Ntp.Analyzer.Data.dll ../bin/Ntp.Data.Provider.dll ../bin/MySql.Data.dll ../bin/Npgsql.dll ../bin/Ntp.Analyzer.Import.dll '/construction/net/ntpa/stage/usr/local/libexec/ntpa' gmake[3]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer' gmake[2]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer' Making install in Ntp.Analyzer.Validate.Cli gmake[2]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Validate.Cli' Makefile:731: warning: overriding recipe for target '../bin/Ntp.Analyzer.Validate.Cli.exe' Makefile:722: warning: ignoring old recipe for target '../bin/Ntp.Analyzer.Validate.Cli.exe' gmake[3]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Validate.Cli' Makefile:731: warning: overriding recipe for target '../bin/Ntp.Analyzer.Validate.Cli.exe' Makefile:722: warning: ignoring old recipe for target '../bin/Ntp.Analyzer.Validate.Cli.exe' /bin/mkdir -p '/construction/net/ntpa/stage/usr/local/libexec/ntpa' install -m 555 ../bin/Ntp.Analyzer.Validate.Cli.exe '/construction/net/ntpa/stage/usr/local/libexec/ntpa' /bin/mkdir -p '/construction/net/ntpa/stage/usr/local/libexec/ntpa' install -m 0644 ../bin/Ntp.Analyzer.dll ../bin/Ntp.Analyzer.Objects.dll ../bin/Ntp.Data.dll ../bin/Ntp.Common.dll ../bin/Ntp.Analyzer.Data.dll ../bin/Ntp.Data.Provider.dll ../bin/MySql.Data.dll ../bin/Npgsql.dll ../bin/Ntp.Analyzer.Import.dll '/construction/net/ntpa/stage/usr/local/libexec/ntpa' gmake[3]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Validate.Cli' gmake[2]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Validate.Cli' Making install in Ntp.Analyzer.Validate.Gui gmake[2]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Validate.Gui' Makefile:739: warning: overriding recipe for target '../bin/Ntp.Analyzer.Validate.Gui.exe' Makefile:730: warning: ignoring old recipe for target '../bin/Ntp.Analyzer.Validate.Gui.exe' gmake[3]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Validate.Gui' Makefile:739: warning: overriding recipe for target '../bin/Ntp.Analyzer.Validate.Gui.exe' Makefile:730: warning: ignoring old recipe for target '../bin/Ntp.Analyzer.Validate.Gui.exe' /bin/mkdir -p '/construction/net/ntpa/stage/usr/local/libexec/ntpa' install -m 555 ../bin/Ntp.Analyzer.Validate.Gui.exe '/construction/net/ntpa/stage/usr/local/libexec/ntpa' /bin/mkdir -p '/construction/net/ntpa/stage/usr/local/libexec/ntpa' install -m 0644 ../bin/Ntp.Analyzer.dll ../bin/Ntp.Analyzer.Objects.dll ../bin/Ntp.Data.dll ../bin/Ntp.Common.dll ../bin/Ntp.Analyzer.Data.dll ../bin/Ntp.Data.Provider.dll ../bin/MySql.Data.dll ../bin/Npgsql.dll ../bin/Ntp.Analyzer.Import.dll '/construction/net/ntpa/stage/usr/local/libexec/ntpa' gmake[3]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Validate.Gui' gmake[2]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Validate.Gui' Making install in Ntp.Analyzer.Monitor.Server gmake[2]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Monitor.Server' gmake[3]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Monitor.Server' /bin/mkdir -p '/construction/net/ntpa/stage/usr/local/libexec/ntpa' install -m 0644 ../bin/Ntp.Analyzer.dll ../bin/Ntp.Analyzer.Objects.dll ../bin/Ntp.Data.dll ../bin/Ntp.Common.dll ../bin/Ntp.Analyzer.Data.dll ../bin/Ntp.Data.Provider.dll ../bin/MySql.Data.dll ../bin/Npgsql.dll ../bin/Ntp.Analyzer.Import.dll '/construction/net/ntpa/stage/usr/local/libexec/ntpa' gmake[3]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Monitor.Server' gmake[2]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Monitor.Server' Making install in Ntp.Analyzer.Process gmake[2]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Process' gmake[3]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Process' /bin/mkdir -p '/construction/net/ntpa/stage/usr/local/libexec/ntpa' install -m 0644 ../bin/Ntp.Analyzer.Monitor.Client.dll ../bin/Ntp.Common.dll ../bin/Ntp.Analyzer.Monitor.Server.dll ../bin/Ntp.Analyzer.dll ../bin/Ntp.Analyzer.Objects.dll ../bin/Ntp.Data.dll ../bin/Ntp.Analyzer.Data.dll ../bin/Ntp.Data.Provider.dll ../bin/MySql.Data.dll ../bin/Npgsql.dll ../bin/Ntp.Analyzer.Import.dll '/construction/net/ntpa/stage/usr/local/libexec/ntpa' gmake[3]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Process' gmake[2]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Process' Making install in Ntp.Analyzer.Cli gmake[2]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Cli' Makefile:757: warning: overriding recipe for target '../bin/Ntp.Analyzer.Cli.exe' Makefile:748: warning: ignoring old recipe for target '../bin/Ntp.Analyzer.Cli.exe' gmake[3]: Entering directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Cli' Makefile:757: warning: overriding recipe for target '../bin/Ntp.Analyzer.Cli.exe' Makefile:748: warning: ignoring old recipe for target '../bin/Ntp.Analyzer.Cli.exe' /bin/mkdir -p '/construction/net/ntpa/stage/usr/local/libexec/ntpa' install -m 555 ../bin/Ntp.Analyzer.Cli.exe '/construction/net/ntpa/stage/usr/local/libexec/ntpa' /bin/mkdir -p '/construction/net/ntpa/stage/usr/local/libexec/ntpa' install -m 0644 ../bin/Ntp.Analyzer.dll ../bin/Ntp.Analyzer.Objects.dll ../bin/Ntp.Data.dll ../bin/Ntp.Common.dll ../bin/Ntp.Analyzer.Data.dll ../bin/Ntp.Data.Provider.dll ../bin/MySql.Data.dll ../bin/Npgsql.dll ../bin/Ntp.Analyzer.Import.dll ../bin/Ntp.Analyzer.Process.dll ../bin/Ntp.Analyzer.Monitor.Client.dll ../bin/Ntp.Analyzer.Monitor.Server.dll '/construction/net/ntpa/stage/usr/local/libexec/ntpa' gmake[3]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Cli' gmake[2]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Cli' gmake[2]: Entering directory '/construction/net/ntpa/ntpa-0.8.2' gmake[3]: Entering directory '/construction/net/ntpa/ntpa-0.8.2' gmake[3]: Nothing to be done for 'install-exec-am'. gmake[3]: Nothing to be done for 'install-data-am'. gmake[3]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2' gmake[2]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2' gmake[1]: Leaving directory '/construction/net/ntpa/ntpa-0.8.2' install -m 555 /construction/net/ntpa/ntpad /construction/net/ntpa/stage/usr/local/sbin/ntpa install -m 555 /construction/net/ntpa/ntpav /construction/net/ntpa/stage/usr/local/sbin install -m 555 /construction/net/ntpa/ntpag /construction/net/ntpa/stage/usr/local/sbin install -m 555 /construction/net/ntpa/ntpac /construction/net/ntpa/stage/usr/local/sbin /bin/mkdir -p /construction/net/ntpa/stage/usr/local/share/examples/ntpa install -m 0644 /construction/net/ntpa/ntpa-0.8.2/examples/graph.conf /construction/net/ntpa/stage/usr/local/share/examples/ntpa install -m 0644 /construction/net/ntpa/ntpa-0.8.2/examples/ntpd.conf /construction/net/ntpa/stage/usr/local/share/examples/ntpa install -m 0644 /construction/net/ntpa/ntpa-0.8.2/examples/openntp.conf /construction/net/ntpa/stage/usr/local/share/examples/ntpa install -m 0644 /construction/net/ntpa/ntpa-0.8.2/examples/small.conf /construction/net/ntpa/stage/usr/local/share/examples/ntpa /bin/mkdir -p /construction/net/ntpa/stage/usr/local/etc/ntpa/ install -m 0644 /construction/net/ntpa/ntpa-0.8.2/examples/ntpa.conf /construction/net/ntpa/stage/usr/local/etc/ntpa/ntpa.conf.sample install -m 444 /construction/net/ntpa/ntpa-0.8.2/docs/ntpa.1 /construction/net/ntpa/stage/usr/local/man/man1 /bin/mkdir -p /construction/net/ntpa/stage/usr/local/share/doc/ntpa install -m 0644 /construction/net/ntpa/ntpa-0.8.2/CHANGES /construction/net/ntpa/stage/usr/local/share/doc/ntpa install -m 0644 /construction/net/ntpa/ntpa-0.8.2/DATABASE /construction/net/ntpa/stage/usr/local/share/doc/ntpa install -m 0644 /construction/net/ntpa/ntpa-0.8.2/INSTALL /construction/net/ntpa/stage/usr/local/share/doc/ntpa /bin/mkdir -p /construction/net/ntpa/stage/var/log/ntpa /bin/mkdir -p /construction/net/ntpa/stage/var/run/ntpa install -m 0644 /xports/net/ntpa/files/newsyslog /construction/net/ntpa/stage/usr/local/etc/ntpa/ntpa.newsyslog ====> Compressing man pages (compress-man) ===> Staging rc.d startup script(s) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for ntpa-0.8.2_4 file sizes/checksums [31]: 0% file sizes/checksums [31]: 100% packing files [31]: 0% packing files [31]: 100% packing directories [3]: 0% packing directories [3]: 100% SUCCEEDED 00:00:02 TOTAL TIME 00:02:38