FreeBSD Bugzilla – Attachment 167053 Details for
Bug 207229
security/pam_google_authenticator: update to 1.01.20160208 snapshot
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Poudriere buildlog
pam_google_authenticator-1.01.20160208,1.log (text/plain), 53.58 KB, created by
Ralf van der Enden
on 2016-02-15 21:46:41 UTC
(
hide
)
Description:
Poudriere buildlog
Filename:
MIME Type:
Creator:
Ralf van der Enden
Created:
2016-02-15 21:46:41 UTC
Size:
53.58 KB
patch
obsolete
>build started at Mon Feb 15 22:34:32 CET 2016 >port directory: /usr/ports/security/pam_google_authenticator >building for: FreeBSD 10_2amd64-system 10.2-RELEASE-p12 FreeBSD 10.2-RELEASE-p12 amd64 >maintained by: jnlin@csie.nctu.edu.tw >Makefile ident: $FreeBSD: head/security/pam_google_authenticator/Makefile 373085 2014-11-22 18:30:17Z riggs $ >Poudriere version: 3.1.10 >Host OSVERSION: 1002000 >Jail OSVERSION: 1002000 > >---Begin Environment--- >PKGREPOSITORY=/tmp/pkgs >PACKAGES=/tmp/pkgs >OSVERSION=1002000 >UNAME_v=FreeBSD 10.2-RELEASE-p12 >UNAME_r=10.2-RELEASE-p12 >BLOCKSIZE=K >MAIL=/var/mail/root >STATUS=1 >SAVED_TERM=screen >NO_WARNING_PKG_INSTALL_EOL=yes >MASTERMNT=/usr/local/poudriere/data/.m/10_2amd64-system/ref >FORCE_PACKAGE=yes >PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin >POUDRIERE_BUILD_TYPE=bulk >OLDPWD=/usr/ports/security/pam_google_authenticator >PWD=/ >MASTERNAME=10_2amd64-system >SCRIPTPREFIX=/usr/local/share/poudriere >USER=root >HOME=/root >POUDRIERE_VERSION=3.1.10 >SCRIPTPATH=/usr/local/share/poudriere/testport.sh >TRYBROKEN=yes >LIBEXECPREFIX=/usr/local/libexec/poudriere >LOCALBASE=/usr/local >PACKAGE_BUILDING=yes >---End Environment--- > >---Begin OPTIONS List--- >---End OPTIONS List--- > >--CONFIGURE_ARGS-- > >--End CONFIGURE_ARGS-- > >--CONFIGURE_ENV-- >MAKE=gmake XDG_DATA_HOME=/wrkdirs/usr/ports/security/pam_google_authenticator/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/security/pam_google_authenticator/work HOME=/wrkdirs/usr/ports/security/pam_google_authenticator/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh PATH=/usr/local/libexec/ccache:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin CCACHE_DIR="/root/.ccache" >--End CONFIGURE_ENV-- > >--MAKE_ENV-- >XDG_DATA_HOME=/wrkdirs/usr/ports/security/pam_google_authenticator/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/security/pam_google_authenticator/work HOME=/wrkdirs/usr/ports/security/pam_google_authenticator/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing " MANPREFIX="/usr/local" PATH=/usr/local/libexec/ccache:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin CCACHE_DIR="/root/.ccache" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 444" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" >--End MAKE_ENV-- > >--PLIST_SUB-- >OSREL=10.2 >PREFIX=%D >LOCALBASE=/usr/local >RESETPREFIX=/usr/local >PORTDOCS="" >PORTEXAMPLES="" >LIB32DIR=lib >DOCSDIR="share/doc/pam_google_authenticator" >EXAMPLESDIR="share/examples/pam_google_authenticator" >DATADIR="share/pam_google_authenticator" >WWWDIR="www/pam_google_authenticator" >ETCDIR="etc/pam_google_authenticator" >--End PLIST_SUB-- > >--SUB_LIST-- >PREFIX=/usr/local >LOCALBASE=/usr/local >DATADIR=/usr/local/share/pam_google_authenticator >DOCSDIR=/usr/local/share/doc/pam_google_authenticator >EXAMPLESDIR=/usr/local/share/examples/pam_google_authenticator >WWWDIR=/usr/local/www/pam_google_authenticator >ETCDIR=/usr/local/etc/pam_google_authenticator >--End SUB_LIST-- > >---Begin make.conf--- >WITH_CCACHE_BUILD=yes >CCACHE_DIR=/root/.ccache >USE_PACKAGE_DEPENDS=yes >BATCH=yes >WRKDIRPREFIX=/wrkdirs >PORTSDIR=/usr/ports >PACKAGES=/packages >DISTDIR=/distfiles >#### /etc/make.conf #### ># $FreeBSD: src/etc/defaults/make.conf,v 1.97.2.74 2002/08/08 09:03:46 ru Exp $ ># ># NOTE: Please would any committer updating this file also update the ># make.conf(5) manual page, if necessary, which is located in ># src/share/man/man5/make.conf.5. ># ># This file, if present, will be read by make (see /usr/share/mk/sys.mk). ># It allows you to override macro definitions to make without changing ># your source tree, or anything the source tree installs. ># ># This file must be in valid Makefile syntax. ># ># You have to find the things you can put here in the Makefiles and ># documentation of the source tree. ># ># ># The CPUTYPE variable controls which processor should be targeted for ># generated code. This controls processor-specific optimizations in ># certain code (currently only OpenSSL) as well as modifying the value ># of CFLAGS to contain the appropriate optimization directive to gcc. ># The automatic setting of CFLAGS may be overridden using the ># NO_CPU_CFLAGS variable below. ># Currently the following CPU types are recognized: ># Intel x86 architecture: ># (AMD CPUs) k7 k6-2 k6 k5 ># (Intel CPUs) p4 p3 p2 i686 i586/mmx i586 i486 i386 ># Alpha/AXP architecture: ev6 pca56 ev56 ev5 ev45 ev4 ># ># If you experience any problems after setting this flag, please unset ># it again before submitting a bug report or attempting to modify code. ># It may be that certain types of software will become unstable after being ># compiled with processor-specific (or higher - see below) optimization flags. ># If in doubt, do not set CPUTYPE or CFLAGS to non-default values. ># >#CPUTYPE=k7 >CPUTYPE?=corei7 >#NO_CPU_CFLAGS= true # Don't add -march=<cpu> to CFLAGS automatically >#NO_CPU_COPTFLAGS=true # Don't add -march=<cpu> to COPTFLAGS automatically ># ># CFLAGS controls the compiler settings used when compiling C code. ># Note that optimization settings above -O (-O2, ...) are not recommended ># or supported for compiling the world or the kernel - please revert any ># nonstandard optimization settings to "-O" before submitting bug reports ># to the developers. ># Note also that at this time the -O2 setting is known to produce BROKEN ># CODE on the Alpha platform. ># >#CFLAGS= -O -pipe ># ># CXXFLAGS controls the compiler settings used when compiling C++ code. ># Note that CXXFLAGS is initially set to the value of CFLAGS. If you wish ># to add to CXXFLAGS value, "+=" must be used rather than "=". Using "=" ># alone will remove the often needed contents of CFLAGS from CXXFLAGS. ># >#CXXFLAGS+= -fmemoize-lookups -fsave-memoized ># ># BDECFLAGS are a set of gcc warning settings that Bruce Evans has suggested ># for use in developing FreeBSD and testing changes. They can be used by ># putting "CFLAGS+=${BDECFLAGS}" in /etc/make.conf. -Wconversion is not ># included here due to compiler bugs, e.g., mkdir()'s mode_t argument. ># >BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ > -Wcast-qual -Wchar-subscripts -Winline \ > -Wmissing-prototypes -Wnested-externs -Wpointer-arith \ > -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings ># ># WARNS_WERROR causes -Werror to be added when WARNS is in effect. ># >#WARNS_WERROR= yes ># ># To compile just the kernel with special optimizations, you should use ># this instead of CFLAGS (which is not applicable to kernel builds anyway). ># There is very little to gain by using higher optimization levels, and doing ># so can cause problems. ># >#COPTFLAGS= -O -pipe ># ># Compare before install >#INSTALL=install -C ># ># To enable installing suidperl with the setuid bit turned on >#ENABLE_SUIDPERL= true ># ># To build ppp with normal permissions >#PPP_NOSUID= true ># ># To enable installing ssh(1) with the setuid bit turned on >#ENABLE_SUID_SSH= true ># ># To avoid building various parts of the base system: >#NO_CVS= true # do not build CVS >#NO_BIND= true # do not build BIND >#NO_FORTRAN= true # do not build g77 and related libraries >#NO_I4B= true # do not build isdn4bsd package >#NO_IPFILTER= true # do not build IP Filter package >#NO_LPR= true # do not build lpr and related programs >#NO_MAILWRAPPER=true # do not build the mailwrapper(8) MTA selector >#NO_MODULES= true # do not build modules with the kernel >#NO_OBJC= true # do not build Objective C support >#NO_OPENSSH= true # do not build OpenSSH >#NO_OPENSSL= true # do not build OpenSSL (implies NO_OPENSSH) >#NO_SENDMAIL= true # do not build sendmail and related programs >#NO_SHAREDOCS= true # do not build the 4.4BSD legacy docs >#NO_TCSH= true # do not build and install /bin/csh (which is tcsh) >#NO_X= true # do not compile in XWindows support (e.g. doscmd) >#NOCRYPT= true # do not build any crypto code >#NOGAMES= true # do not build games (games/ subdir) >#NOINFO= true # do not make or install info files >#NOLIBC_R= true # do not build libc_r (re-entrant version of libc) >#NOPERL= true # do not build perl. Disables OpenSSL optimizations >#NOPROFILE= true # Avoid compiling profiled libraries >#NOSECURE= true # do not build crypto code in secure/ subdir >#NOSHARE= true # do not go into the share subdir >#NOUUCP= true # do not build uucp related programs ># ># To build the OpenSSL manpages, uncomment the following. These are not ># built by default because they clobber a number of system manpages with ># manpages describing parts of the OpenSSL toolkit, including passwd(1), ># err(3), md5(3), and others. ># >#WANT_OPENSSL_MANPAGES= true ># ># To build sys/modules when building the world (our old way of doing things) >#MODULES_WITH_WORLD=true # do not build modules when building kernel ># ># The list of modules to build instead of all of them. >#MODULES_OVERRIDE= linux ipfw ># ># The following controls building optional IDEA code in libcrypto and ># certain ports. Patents are involved - you must not use this unless ># you either have a license or fall within patent 'fair use' ># provisions. ># ># *** It is YOUR RESPONSIBILITY to determine if you can use this! *** ># ># IDEA is patented in the USA and many European countries - thought to ># be OK to use for any non-commercial use. This is optional. >MAKE_IDEA= YES # IDEA (128 bit symmetric encryption) ># ># To avoid running MAKEDEV all on /dev during install: >#NO_MAKEDEV= true ># ># If you do not want unformatted manual pages to be compressed ># when they are installed: ># >#NOMANCOMPRESS= true ># ># ># If you want the "compat" shared libraries installed as part of your normal ># builds, uncomment these: ># >#COMPAT1X= yes >#COMPAT20= yes >#COMPAT21= yes >#COMPAT22= yes >#COMPAT3X= yes >#COMPAT4X= yes ># ># ># If you do not want additional documentation (some of which are ># a few hundred KB's) for ports to be installed: ># >#NOPORTDOCS= true ># ># ># Default format for system documentation, depends on your printer. ># Set this to "ascii" for simple printers or screen ># >#PRINTERDEVICE= ps ># ># ># How long to wait for a console keypress before booting the default kernel. ># This value is approximately in milliseconds. Keypresses are accepted by the ># BIOS before booting from disk, making it possible to give custom boot ># parameters even when this is set to 0. ># >#BOOTWAIT=0 >#BOOTWAIT=30000 ># ># By default, the system will always use the keyboard/video card as system ># console. However, the boot blocks may be dynamically configured to use a ># serial port in addition to or instead of the keyboard/video console. ># ># By default we use COM1 as our serial console port *if* we're going to use ># a serial port as our console at all. Alter as necessary. ># ># COM1: = 0x3F8, COM2: = 0x2F8, COM3: = 0x3E8, COM4: = 0x2E8 ># >#BOOT_COMCONSOLE_PORT= 0x3F8 ># ># The default serial console speed is 9600. Set the speed to a larger value ># for better interactive response. ># >#BOOT_COMCONSOLE_SPEED= 115200 ># ># By default the 'pxeboot' loader retrieves the kernel via NFS. Defining ># this and recompiling /usr/src/sys/boot will cause it to retrieve the kernel ># via TFTP. This allows pxeboot to load a custom BOOTP diskless kernel yet ># still mount the server's '/' (i.e. rather than load the server's kernel). ># >#LOADER_TFTP_SUPPORT= YES ># ># By default, the ports collection attempts to use XFree86 4.X. If ># you are running XFree86 3.3.X, uncomment this line. ># >#XFREE86_VERSION= 3 ># ># By default, this points to /usr/X11R6 for XFree86 releases 3.0 or earlier. ># If you have a XFree86 from before 3.0 that has the X distribution in ># /usr/X386, you want to uncomment this. ># >#X11BASE= /usr/X386 ># ># ># If you have Motif on your system, uncomment this. ># >#HAVE_MOTIF= yes >#MOTIF_STATIC= yes ># ># If the default location of the Motif library (specified below) is NOT ># appropriate for you, uncomment this and change it to the correct value. ># If your motif is in ${X11BASE}/lib, you don't need to touch this line. ># >#MOTIFLIB= -L${X11BASE}/lib -lXm ># ># ># If you're resident in the USA, this will help various ports to determine ># whether or not they should attempt to comply with the various U.S. ># export regulations on certain types of software which do not apply to ># anyone else in the world. ># >#USA_RESIDENT= YES ># ># ># Override "don't install a port that's already installed" behavior. ># One might wish to do this for ports debugging or to unconditionally ># reinstall a set of suspect/broken ports. ># >#FORCE_PKG_REGISTER= YES ># ># ># If you're behind a firewall and need FTP or HTTP proxy services for ># ports collection fetching to work, the following examples give the ># necessary syntax. See the fetch(3) man page for details. ># >#FETCH_ENV= FTP_PROXY=ftp://10.0.0.1:21 >#FETCH_ENV= HTTP_PROXY=http://10.0.0.1:80 ># ># ># Port master sites. ># ># If you want your port fetches to go somewhere else than the default ># (specified below) in case the distfile/patchfile was not found, ># uncomment this and change it to a location nearest you. (Don't ># remove the "/${DIST_SUBDIR}/" part.) ># >#MASTER_SITE_BACKUP?= \ ># ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ ># ># If you want your port fetches to check the above site first (before ># the MASTER_SITES specified in the port Makefiles), uncomment the ># line below. You can also change the right side to point to wherever ># you want. ># >#MASTER_SITE_OVERRIDE?= ${MASTER_SITE_BACKUP} ># ># Some ports use a special variable to point to a collection of ># mirrors of well-known software archives. If you have a mirror close ># to you, uncomment any of the following lines and change it to that ># address. (Don't remove the "/%SUBDIR%/" part.) ># ># Note: the right hand sides of the following lines are only for your ># information. For a full list of default sites, take a look at ># bsd.sites.mk. ># >#MASTER_SITE_AFTERSTEP= ftp://ftp.afterstep.org/%SUBDIR%/ >#MASTER_SITE_COMP_SOURCES= ftp://gatekeeper.dec.com/pub/usenet/comp.sources.%SUBDIR%/ >#MASTER_SITE_FREEBSD_ORG= ftp://ftp.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ >#MASTER_SITE_GNOME= ftp://ftp.gnome.org/pub/GNOME/%SUBDIR%/ >#MASTER_SITE_GNU= ftp://ftp.gnu.org/gnu/%SUBDIR%/ >#MASTER_SITE_KDE= ftp://ftp.kde.org/pub/kde/%SUBDIR%/ >#MASTER_SITE_LOCAL= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ >#MASTER_SITE_MOZILLA= ftp://ftp.mozilla.org/pub/%SUBDIR%/ >#MASTER_SITE_NETBSD= ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/%SUBDIR%/ >#MASTER_SITE_PERL_CPAN= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/%SUBDIR%/ >#MASTER_SITE_PORTS_JP= ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/%SUBDIR%/ >#MASTER_SITE_RINGSERVER= ftp://ftp.dnsbalance.ring.gr.jp/pub/%SUBDIR%/ >#MASTER_SITE_RUBY= ftp://ftp.ruby-lang.org/pub/ruby/%SUBDIR%/ >#MASTER_SITE_SOURCEFORGE= ftp://ftp2.sourceforge.net/pub/sourceforge/%SUBDIR%/ >#MASTER_SITE_SOURCEWARE= ftp://ftp.freesoftware.com/pub/sourceware/%SUBDIR%/ >#MASTER_SITE_SUNSITE= ftp://metalab.unc.edu/pub/Linux/%SUBDIR%/ >#MASTER_SITE_TCLTK= ftp://ftp.scriptics.com/pub/tcl/%SUBDIR%/ >#MASTER_SITE_TEX_CTAN= ftp://ftp.tex.ac.uk/tex-archive/%SUBDIR%/ >#MASTER_SITE_THEMES= ftp://ftp.themes.org/pub/themes/%SUBDIR%/ >#MASTER_SITE_WINDOWMAKER= ftp://ftp.windowmaker.org/pub/%SUBDIR%/ >#MASTER_SITE_XCONTRIB= ftp://ftp.x.org/contrib/%SUBDIR%/ >#MASTER_SITE_XEMACS= ftp://ftp.xemacs.org/pub/xemacs/%SUBDIR%/ >#MASTER_SITE_XFREE= ftp://ftp.xfree86.org/pub/XFree86/%SUBDIR%/source/ ># ># Also it is highly recommended that you configure MASTER_SORT_REGEX ># to choose better mirror sites for you. List awk(1)-style regular ># expressions separated by space so MASTER_SITES will be sorted in ># that order. The following example is for Japanese users; change ># "jp" part to your ccTLD ("de", "ru", "uk", etc.) or the domain names ># of your nearest/upstream networks to meet your needs. ># >#MASTER_SORT_REGEX?= ^file: ^ftp://ftp\.FreeBSD\.org/pub/FreeBSD/ports/local-distfiles/ ://[^/]*\.jp/ ://[^/]*\.jp\. ># ># Ports can place their working directories somewhere other than under ># /usr/ports. >#WRKDIRPREFIX= /var/tmp ># ># Kerberos IV ># If you want KerberosIV (KTH eBones), define this: ># >#MAKE_KERBEROS4= yes ># ># ># Kerberos 5 ># If you want Kerberos 5 (KTH Heimdal), define this: ># >#MAKE_KERBEROS5= yes ># ># Kerberos 5 su (k5su) ># If you want to use the k5su utility, define this to have it installed ># set-user-ID. >#ENABLE_SUID_K5SU= yes ># ># ># Kerberos5 ># If you want to install MIT Kerberos5 port somewhere other than /usr/local, ># define this (this is also used to tell ssh1 that kerberos is needed): ># >#KRB5_HOME= /usr/local ># ># ># CVSup update flags. Edit SUPFILE settings to reflect whichever distribution ># file(s) you use on your site (see /usr/share/examples/cvsup/README for more ># information on CVSup and these files). To use, do "make update" in /usr/src. ># >SUP_UPDATE= yes ># >SUP= /usr/bin/csup >SUPFLAGS= -z -L 2 >SUPHOST= cvsup8.de.freebsd.org >SUPFILE= /usr/share/examples/cvsup/release >#PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile >#DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile ># ># top(1) uses a hash table for the user names. The size of this hash ># can be tuned to match the number of local users. The table size should ># be a prime number approximately twice as large as the number of lines in ># /etc/passwd. The default number is 20011. ># >#TOP_TABLE_SIZE= 101 ># ># Documentation ># ># The list of languages and encodings to build and install ># >#DOC_LANG= en_US.ISO8859-1 ru_RU.KOI8-R ># ># ># sendmail ># ># The following sets the default m4 configuration file to use at ># install time. Use with caution as a make install will overwrite ># any existing /etc/mail/sendmail.cf. Note that SENDMAIL_CF is now ># deprecated. The value should be a fully qualified path name. ># Avoid using a value of /etc/mail/sendmail.mc as a buildworld will ># create /etc/mail/sendmail.cf before installworld installs an ># updated sendmail binary. ># >#SENDMAIL_MC=/etc/mail/myconfig.mc ># ># The following sets the default m4 configuration file for mail ># submission to use at install time. Use with caution as a make ># install will overwrite any existing /etc/mail/submit.cf. The ># value should be a fully qualified path name. ># Avoid using a value of /etc/mail/submit.mc as a buildworld will ># create /etc/mail/submit.cf before installworld installs an ># updated sendmail binary. ># >#SENDMAIL_SUBMIT_MC=/etc/mail/mysubmit.mc ># ># If you need to build additional .cf files during a make buildworld, ># include the full paths to the .mc files in SENDMAIL_ADDITIONAL_MC. ># Avoid using a value of /etc/mail/sendmail.mc as a buildworld will ># create /etc/mail/sendmail.cf before installworld installs an ># updated sendmail binary. ># >#SENDMAIL_ADDITIONAL_MC=/etc/mail/foo.mc /etc/mail/bar.mc ># ># Setting the following variable modifies the flags passed to m4 when ># building a .cf file from a .mc file. It can be used to enable ># features disabled by default. ># >#SENDMAIL_M4_FLAGS= ># ># Setting the following variables modifies the build environment for ># sendmail and its related utilities. For example, SASL support can be ># added with settings such as: ># ># SENDMAIL_CFLAGS=-I/usr/local/include/sasl1 -DSASL ># SENDMAIL_LDFLAGS=-L/usr/local/lib ># SENDMAIL_LDADD=-lsasl ># ># Note: If you are using Cyrus SASL with other applications which require ># access to the sasldb file, you should add the following to your ># sendmail.mc file: ># ># define(`confDONT_BLAME_SENDMAIL',`GroupReadableSASLDBFile') ># >#SENDMAIL_CFLAGS= >#SENDMAIL_LDFLAGS= >#SENDMAIL_LDADD= >#SENDMAIL_DPADD= ># ># Setting SENDMAIL_SET_USER_ID will install the sendmail binary as a ># set-user-ID root binary instead of a set-group-ID smmsp binary and will ># prevent the installation of /etc/mail/submit.cf. ># This is a deprecated mode of operation. See etc/mail/README for more ># information. ># >#SENDMAIL_SET_USER_ID= ># ># The permissions to use on alias and map databases generated using ># /etc/mail/Makefile. Defaults to 0640. ># >#SENDMAIL_MAP_PERMS= > ># print/cups-base >#CUPS_OVERWRITE_BASE=yes ># /usr/src -> buildworld >#WITHOUT_LPR=yes > >OPTIONS_UNSET=GUI WXGTK X11 >OPTIONS_SET=CUPS IPV6 PGSQL > >WITH_BDB6_PERMITTED="yes" > ># Kernel installation without debug symbols >#INSTALL_NODEBUG="yes" > ># Default versions >DEFAULT_VERSIONS=lua=5.3 mysql=10.0m perl5=5.20 pgsql=9.4 php=5.6 > >#WITH_PKGNG=yes > >#WITH_OPENSSL_PORT=yes >#OPENSSL_PORT=security/libressl > >WITH_CCACHE_BUILD=yes >---End make.conf--- >=======================<phase: check-sanity >============================ >===> License APACHE20 accepted by the user >===> Found saved configuration for pam_google_authenticator-20140826_1 >=========================================================================== >=======================<phase: pkg-depends >============================ >===> pam_google_authenticator-1.01.20160208,1 depends on file: /usr/local/sbin/pkg - not found >===> Installing existing package /packages/All/pkg-1.6.4.txz >[10_2amd64-system] Installing pkg-1.6.4... >[10_2amd64-system] Extracting pkg-1.6.4: .......... done >===> pam_google_authenticator-1.01.20160208,1 depends on file: /usr/local/sbin/pkg - found >===> Returning to build of pam_google_authenticator-1.01.20160208,1 >=========================================================================== >=======================<phase: fetch-depends >============================ >=========================================================================== >=======================<phase: fetch >============================ >===> License APACHE20 accepted by the user >===> Found saved configuration for pam_google_authenticator-20140826_1 >===> pam_google_authenticator-1.01.20160208,1 depends on file: /usr/local/sbin/pkg - found >===> Fetching all distfiles required by pam_google_authenticator-1.01.20160208,1 for building >=========================================================================== >=======================<phase: checksum >============================ >===> License APACHE20 accepted by the user >===> Found saved configuration for pam_google_authenticator-20140826_1 >===> pam_google_authenticator-1.01.20160208,1 depends on file: /usr/local/sbin/pkg - found >===> Fetching all distfiles required by pam_google_authenticator-1.01.20160208,1 for building >=> SHA256 Checksum OK for google-google-authenticator-1.01.20160208-195ddc1_GH0.tar.gz. >=========================================================================== >=======================<phase: extract-depends>============================ >=========================================================================== >=======================<phase: extract >============================ >===> License APACHE20 accepted by the user >===> Found saved configuration for pam_google_authenticator-20140826_1 >===> pam_google_authenticator-1.01.20160208,1 depends on file: /usr/local/sbin/pkg - found >===> Fetching all distfiles required by pam_google_authenticator-1.01.20160208,1 for building >===> Extracting for pam_google_authenticator-1.01.20160208,1 >=> SHA256 Checksum OK for google-google-authenticator-1.01.20160208-195ddc1_GH0.tar.gz. >=========================================================================== >=======================<phase: patch-depends >============================ >=========================================================================== >=======================<phase: patch >============================ >===> Patching for pam_google_authenticator-1.01.20160208,1 >=========================================================================== >=======================<phase: build-depends >============================ >===> pam_google_authenticator-1.01.20160208,1 depends on executable: autoconf-2.69 - not found >===> Installing existing package /packages/All/autoconf-2.69.txz >[10_2amd64-system] Installing autoconf-2.69... >[10_2amd64-system] `-- Installing indexinfo-0.2.4... >[10_2amd64-system] `-- Extracting indexinfo-0.2.4: .... done >[10_2amd64-system] `-- Installing autoconf-wrapper-20131203... >[10_2amd64-system] `-- Extracting autoconf-wrapper-20131203: ........ done >[10_2amd64-system] `-- Installing perl5-5.20.3_8... >[10_2amd64-system] `-- Extracting perl5-5.20.3_8: .......... done >[10_2amd64-system] `-- Installing m4-1.4.17_1,1... >[10_2amd64-system] | `-- Installing libsigsegv-2.10_1... >[10_2amd64-system] | `-- Extracting libsigsegv-2.10_1: ..... done >[10_2amd64-system] `-- Extracting m4-1.4.17_1,1: .......... done >[10_2amd64-system] Extracting autoconf-2.69: .......... done >Message from perl5-5.20.3_8: >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. >Message from libsigsegv-2.10_1: >==== >Note that the stackoverflow handling functions of this library need >procfs mounted on /proc. >==== >===> pam_google_authenticator-1.01.20160208,1 depends on executable: autoconf-2.69 - found >===> Returning to build of pam_google_authenticator-1.01.20160208,1 >===> pam_google_authenticator-1.01.20160208,1 depends on executable: autoheader-2.69 - found >===> pam_google_authenticator-1.01.20160208,1 depends on executable: autoreconf-2.69 - found >===> pam_google_authenticator-1.01.20160208,1 depends on executable: aclocal-1.15 - not found >===> Installing existing package /packages/All/automake-1.15_1.txz >[10_2amd64-system] Installing automake-1.15_1... >[10_2amd64-system] `-- Installing automake-wrapper-20131203... >[10_2amd64-system] `-- Extracting automake-wrapper-20131203: ... done >[10_2amd64-system] Extracting automake-1.15_1: .......... done >===> pam_google_authenticator-1.01.20160208,1 depends on executable: aclocal-1.15 - found >===> Returning to build of pam_google_authenticator-1.01.20160208,1 >===> pam_google_authenticator-1.01.20160208,1 depends on executable: automake-1.15 - found >===> pam_google_authenticator-1.01.20160208,1 depends on executable: libtoolize - not found >===> Installing existing package /packages/All/libtool-2.4.6.txz >[10_2amd64-system] Installing libtool-2.4.6... >[10_2amd64-system] Extracting libtool-2.4.6: .......... done >===> pam_google_authenticator-1.01.20160208,1 depends on executable: libtoolize - found >===> Returning to build of pam_google_authenticator-1.01.20160208,1 >===> pam_google_authenticator-1.01.20160208,1 depends on executable: gmake - not found >===> Installing existing package /packages/All/gmake-4.1_2.txz >[10_2amd64-system] Installing gmake-4.1_2... >[10_2amd64-system] `-- Installing gettext-runtime-0.19.6... >[10_2amd64-system] `-- Extracting gettext-runtime-0.19.6: .......... done >[10_2amd64-system] Extracting gmake-4.1_2: .......... done >===> pam_google_authenticator-1.01.20160208,1 depends on executable: gmake - found >===> Returning to build of pam_google_authenticator-1.01.20160208,1 >===> pam_google_authenticator-1.01.20160208,1 depends on file: /usr/local/bin/ccache - not found >===> Installing existing package /packages/All/ccache-3.2.4_3.txz >[10_2amd64-system] Installing ccache-3.2.4_3... >[10_2amd64-system] Extracting ccache-3.2.4_3: ......... done >Create compiler links... >create symlink for cc >create symlink for cc (world) >create symlink for c++ >create symlink for c++ (world) >create symlink for CC >create symlink for CC (world) >create symlink for clang >create symlink for clang (world) >create symlink for clang++ >create symlink for clang++ (world) >Message from ccache-3.2.4_3: >NOTE: >Please read /usr/local/share/doc/ccache/ccache-howto-freebsd.txt for >information on using ccache with FreeBSD ports and src. >===> pam_google_authenticator-1.01.20160208,1 depends on file: /usr/local/bin/ccache - found >===> Returning to build of pam_google_authenticator-1.01.20160208,1 >=========================================================================== >=======================<phase: lib-depends >============================ >=========================================================================== >====>> Recording filesystem state for prebuild... done >=======================<phase: configure >============================ >===> pam_google_authenticator-1.01.20160208,1 depends on executable: autoconf-2.69 - found >===> pam_google_authenticator-1.01.20160208,1 depends on executable: autoheader-2.69 - found >===> pam_google_authenticator-1.01.20160208,1 depends on executable: autoreconf-2.69 - found >===> pam_google_authenticator-1.01.20160208,1 depends on executable: aclocal-1.15 - found >===> pam_google_authenticator-1.01.20160208,1 depends on executable: automake-1.15 - found >===> pam_google_authenticator-1.01.20160208,1 depends on executable: libtoolize - found >===> pam_google_authenticator-1.01.20160208,1 depends on executable: gmake - found >===> pam_google_authenticator-1.01.20160208,1 depends on file: /usr/local/bin/ccache - found >===> Configuring for pam_google_authenticator-1.01.20160208,1 >aclocal-1.15: warning: couldn't open directory 'm4': No such file or directory >libtoolize: putting auxiliary files in '.'. >libtoolize: copying file './ltmain.sh' >libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. >libtoolize: copying file 'm4/libtool.m4' >libtoolize: copying file 'm4/ltoptions.m4' >libtoolize: copying file 'm4/ltsugar.m4' >libtoolize: copying file 'm4/ltversion.m4' >libtoolize: copying file 'm4/lt~obsolete.m4' >libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. >configure.ac:3: installing './compile' >configure.ac:4: installing './config.guess' >configure.ac:4: installing './config.sub' >configure.ac:7: installing './install-sh' >configure.ac:7: installing './missing' >Makefile.am: installing './depcomp' >parallel-tests: installing './test-driver' >checking for gcc... cc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether cc accepts -g... yes >checking for cc option to accept ISO C89... none needed >checking whether cc understands -c and -o together... yes >checking how to run the C preprocessor... cpp >checking for grep that handles long lines and -e... /usr/bin/grep >checking for egrep... /usr/bin/grep -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking minix/config.h usability... no >checking minix/config.h presence... no >checking for minix/config.h... no >checking whether it is safe to define __EXTENSIONS__... yes >checking build system type... amd64-unknown-freebsd10.2 >checking host system type... amd64-unknown-freebsd10.2 >checking how to print strings... printf >checking for a sed that does not truncate output... /usr/bin/sed >checking for fgrep... /usr/bin/grep -F >checking for ld used by cc... /usr/bin/ld >checking if the linker (/usr/bin/ld) is GNU ld... yes >checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B >checking the name lister (/usr/bin/nm -B) interface... BSD nm >checking whether ln -s works... yes >checking the maximum length of command line arguments... 196608 >checking how to convert amd64-unknown-freebsd10.2 file names to amd64-unknown-freebsd10.2 format... func_convert_file_noop >checking how to convert amd64-unknown-freebsd10.2 file names to toolchain format... func_convert_file_noop >checking for /usr/bin/ld option to reload object files... -r >checking for objdump... objdump >checking how to recognize dependent libraries... pass_all >checking for dlltool... no >checking how to associate runtime and link libraries... printf %s\n >checking for ar... ar >checking for archiver @FILE support... no >checking for strip... strip >checking for ranlib... ranlib >checking for gawk... no >checking for mawk... no >checking for nawk... nawk >checking command to parse /usr/bin/nm -B output from cc object... ok >checking for sysroot... no >checking for a working dd... /bin/dd >checking how to truncate binary pipes... /bin/dd bs=4096 count=1 >checking for mt... mt >checking if mt is a manifest tool... no >checking for dlfcn.h... yes >checking for objdir... .libs >checking if cc supports -fno-rtti -fno-exceptions... yes >checking for cc option to produce PIC... -fPIC -DPIC >checking if cc PIC flag -fPIC -DPIC works... yes >checking if cc static flag -static works... yes >checking if cc supports -c -o file.o... yes >checking if cc supports -c -o file.o... (cached) yes >checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes >checking whether -lc should be explicitly linked in... no >checking dynamic linker characteristics... freebsd10.2 ld.so >checking how to hardcode library paths into programs... immediate >checking whether stripping libraries is possible... yes >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... yes >checking for a BSD-compatible install... /usr/bin/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... ./install-sh -c -d >checking whether gmake sets $(MAKE)... yes >checking for style of include used by gmake... GNU >checking whether gmake supports nested variables... yes >checking dependency style of cc... gcc3 >checking whether to enable maintainer-specific portions of Makefiles... yes >checking for gcc... (cached) cc >checking whether we are using the GNU C compiler... (cached) yes >checking whether cc accepts -g... (cached) yes >checking for cc option to accept ISO C89... (cached) none needed >checking whether cc understands -c and -o together... (cached) yes >checking for cc option to accept ISO C99... none needed >checking for cc option to accept ISO Standard C... (cached) none needed >checking sys/fsuid.h usability... no >checking sys/fsuid.h presence... no >checking for sys/fsuid.h... no >checking for setfsuid... no >checking for security/pam_appl.h... yes >checking for security/pam_modules.h... yes >checking for pam_get_user in -lpam... yes >checking whether certain PAM functions require const arguments... yes >checking for library containing dlopen... none required >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating Makefile >config.status: creating config.h >config.status: executing libtool commands >config.status: executing depfiles commands > > google-authenticator version 1.01 > Prefix.........: /usr/local > Debug Build....: > C Compiler.....: cc -O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing > Linker.........: /usr/bin/ld -fstack-protector > >=========================================================================== >=======================<phase: build >============================ >===> Building for pam_google_authenticator-1.01.20160208,1 >gmake[1]: Entering directory '/wrkdirs/usr/ports/security/pam_google_authenticator/work/google-authenticator-195ddc1/libpam' >gmake all-am >gmake[2]: Entering directory '/wrkdirs/usr/ports/security/pam_google_authenticator/work/google-authenticator-195ddc1/libpam' >/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing -MT pam_google_authenticator_la-pam_google_authenticator.lo -MD -MP -MF .deps/pam_google_authenticator_la-pam_google_authenticator.Tpo -c -o pam_google_authenticator_la-pam_google_authenticator.lo `test -f 'pam_google_authenticator.c' || echo './'`pam_google_authenticator.c >/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing -MT pam_google_authenticator_la-base32.lo -MD -MP -MF .deps/pam_google_authenticator_la-base32.Tpo -c -o pam_google_authenticator_la-base32.lo `test -f 'base32.c' || echo './'`base32.c >/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing -MT pam_google_authenticator_la-hmac.lo -MD -MP -MF .deps/pam_google_authenticator_la-hmac.Tpo -c -o pam_google_authenticator_la-hmac.lo `test -f 'hmac.c' || echo './'`hmac.c >/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing -MT pam_google_authenticator_la-sha1.lo -MD -MP -MF .deps/pam_google_authenticator_la-sha1.Tpo -c -o pam_google_authenticator_la-sha1.lo `test -f 'sha1.c' || echo './'`sha1.c >depbase=`echo google-authenticator.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ >cc -DHAVE_CONFIG_H -I. -O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing -MT google-authenticator.o -MD -MP -MF $depbase.Tpo -c -o google-authenticator.o google-authenticator.c &&\ >mv -f $depbase.Tpo $depbase.Po >depbase=`echo base32.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ >cc -DHAVE_CONFIG_H -I. -O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing -MT base32.o -MD -MP -MF $depbase.Tpo -c -o base32.o base32.c &&\ >mv -f $depbase.Tpo $depbase.Po >depbase=`echo hmac.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ >cc -DHAVE_CONFIG_H -I. -O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing -MT hmac.o -MD -MP -MF $depbase.Tpo -c -o hmac.o hmac.c &&\ >mv -f $depbase.Tpo $depbase.Po >depbase=`echo sha1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ >cc -DHAVE_CONFIG_H -I. -O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing -MT sha1.o -MD -MP -MF $depbase.Tpo -c -o sha1.o sha1.c &&\ >mv -f $depbase.Tpo $depbase.Po >cc -DHAVE_CONFIG_H -I. -DDEMO=1 -O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing -MT demo-pam_google_authenticator.o -MD -MP -MF .deps/demo-pam_google_authenticator.Tpo -c -o demo-pam_google_authenticator.o `test -f 'pam_google_authenticator.c' || echo './'`pam_google_authenticator.c >cc -DHAVE_CONFIG_H -I. -DDEMO=1 -O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing -MT demo-demo.o -MD -MP -MF .deps/demo-demo.Tpo -c -o demo-demo.o `test -f 'demo.c' || echo './'`demo.c >cc -DHAVE_CONFIG_H -I. -DDEMO=1 -O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing -MT demo-base32.o -MD -MP -MF .deps/demo-base32.Tpo -c -o demo-base32.o `test -f 'base32.c' || echo './'`base32.c >cc -DHAVE_CONFIG_H -I. -DDEMO=1 -O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing -MT demo-hmac.o -MD -MP -MF .deps/demo-hmac.Tpo -c -o demo-hmac.o `test -f 'hmac.c' || echo './'`hmac.c >mv -f .deps/demo-base32.Tpo .deps/demo-base32.Po >pam_google_authenticator.c:838:49: warning: initializing 'char *' with an expression of type 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] > .msg = prompt }; > ^~~~~~ >pam_google_authenticator.c:1045:44: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] > sprintf(strrchr(disallow, '\000'), " %d" + !*disallow, tm); > ~~~~~~^~~~~~~~~~~~ >pam_google_authenticator.c:1045:44: note: use array indexing to silence this warning > sprintf(strrchr(disallow, '\000'), " %d" + !*disallow, tm); > ^ > & [ ] >pam_google_authenticator.c:1204:48: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] > sprintf(strrchr(reset, '\000'), " %d%+d" + !*reset, tms[i], skews[i]); > ~~~~~~~~~^~~~~~~~~ >pam_google_authenticator.c:1204:48: note: use array indexing to silence this warning > sprintf(strrchr(reset, '\000'), " %d%+d" + !*reset, tms[i], skews[i]); > ^ > & [ ] >3 warnings generated. >mv -f .deps/demo-hmac.Tpo .deps/demo-hmac.Po >cc -DHAVE_CONFIG_H -I. -DDEMO=1 -O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing -MT demo-sha1.o -MD -MP -MF .deps/demo-sha1.Tpo -c -o demo-sha1.o `test -f 'sha1.c' || echo './'`sha1.c >demo.c:91:37: warning: 'memcpy' call operates on objects of type 'const char [26]' while the size is based on a different type 'const char (*)[26]' [-Wsizeof-pointer-memaccess] > memcpy(item, &service, sizeof(&service)); > ~~~~~~~~ ^~~~~~~~ >demo.c:91:37: note: did you mean to remove the addressof in the argument to 'sizeof' (and multiply it by the number of elements)? > memcpy(item, &service, sizeof(&service)); > ^~~~~~~~ >demo.c:96:34: warning: 'memcpy' call operates on objects of type 'char *' while the size is based on a different type 'char **' [-Wsizeof-pointer-memaccess] > memcpy(item, &user, sizeof(&user)); > ~~~~~ ^~~~~ >demo.c:96:34: note: did you mean to remove the addressof in the argument to 'sizeof' (and multiply it by the number of elements)? > memcpy(item, &user, sizeof(&user)); > ^~~~~ >2 warnings generated. >mv -f .deps/demo-pam_google_authenticator.Tpo .deps/demo-pam_google_authenticator.Po >mv -f .deps/demo-demo.Tpo .deps/demo-demo.Po >depbase=`echo pam_google_authenticator_unittest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ >cc -DHAVE_CONFIG_H -I. -O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing -MT pam_google_authenticator_unittest.o -MD -MP -MF $depbase.Tpo -c -o pam_google_authenticator_unittest.o pam_google_authenticator_unittest.c &&\ >mv -f $depbase.Tpo $depbase.Po >mv -f .deps/demo-sha1.Tpo .deps/demo-sha1.Po >/bin/sh ./libtool --tag=CC --mode=link cc -O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing -fstack-protector -o google-authenticator google-authenticator.o base32.o hmac.o sha1.o >/bin/sh ./libtool --tag=CC --mode=link cc -DDEMO=1 -O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing -fstack-protector -o demo demo-pam_google_authenticator.o demo-demo.o demo-base32.o demo-hmac.o demo-sha1.o >pam_google_authenticator_unittest.c:75:37: warning: 'memcpy' call operates on objects of type 'const char *' while the size is based on a different type 'const char **' [-Wsizeof-pointer-memaccess] > memcpy(item, &service, sizeof(&service)); > ~~~~~~~~ ^~~~~~~~ >pam_google_authenticator_unittest.c:75:37: note: did you mean to remove the addressof in the argument to 'sizeof' (and multiply it by the number of elements)? > memcpy(item, &service, sizeof(&service)); > ^~~~~~~~ >pam_google_authenticator_unittest.c:80:34: warning: 'memcpy' call operates on objects of type 'char *' while the size is based on a different type 'char **' [-Wsizeof-pointer-memaccess] > memcpy(item, &user, sizeof(&user)); > ~~~~~ ^~~~~ >pam_google_authenticator_unittest.c:80:34: note: did you mean to remove the addressof in the argument to 'sizeof' (and multiply it by the number of elements)? > memcpy(item, &user, sizeof(&user)); > ^~~~~ >2 warnings generated. >/bin/sh ./libtool --tag=CC --mode=link cc -O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing -export-dynamic -fstack-protector -o pam_google_authenticator_unittest pam_google_authenticator_unittest.o base32.o hmac.o sha1.o >libtool: compile: cc -DHAVE_CONFIG_H -I. -O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing -MT pam_google_authenticator_la-sha1.lo -MD -MP -MF .deps/pam_google_authenticator_la-sha1.Tpo -c sha1.c -fPIC -DPIC -o .libs/pam_google_authenticator_la-sha1.o >libtool: compile: cc -DHAVE_CONFIG_H -I. -O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing -MT pam_google_authenticator_la-base32.lo -MD -MP -MF .deps/pam_google_authenticator_la-base32.Tpo -c base32.c -fPIC -DPIC -o .libs/pam_google_authenticator_la-base32.o >libtool: compile: cc -DHAVE_CONFIG_H -I. -O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing -MT pam_google_authenticator_la-pam_google_authenticator.lo -MD -MP -MF .deps/pam_google_authenticator_la-pam_google_authenticator.Tpo -c pam_google_authenticator.c -fPIC -DPIC -o .libs/pam_google_authenticator_la-pam_google_authenticator.o >libtool: compile: cc -DHAVE_CONFIG_H -I. -O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing -MT pam_google_authenticator_la-hmac.lo -MD -MP -MF .deps/pam_google_authenticator_la-hmac.Tpo -c hmac.c -fPIC -DPIC -o .libs/pam_google_authenticator_la-hmac.o >libtool: compile: cc -DHAVE_CONFIG_H -I. -O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing -MT pam_google_authenticator_la-base32.lo -MD -MP -MF .deps/pam_google_authenticator_la-base32.Tpo -c base32.c -o pam_google_authenticator_la-base32.o >/dev/null 2>&1 >libtool: compile: cc -DHAVE_CONFIG_H -I. -O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing -MT pam_google_authenticator_la-sha1.lo -MD -MP -MF .deps/pam_google_authenticator_la-sha1.Tpo -c sha1.c -o pam_google_authenticator_la-sha1.o >/dev/null 2>&1 >libtool: compile: cc -DHAVE_CONFIG_H -I. -O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing -MT pam_google_authenticator_la-hmac.lo -MD -MP -MF .deps/pam_google_authenticator_la-hmac.Tpo -c hmac.c -o pam_google_authenticator_la-hmac.o >/dev/null 2>&1 >pam_google_authenticator.c:838:49: warning: initializing 'char *' with an expression of type 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] > .msg = prompt }; > ^~~~~~ >pam_google_authenticator.c:1045:44: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] > sprintf(strrchr(disallow, '\000'), " %d" + !*disallow, tm); > ~~~~~~^~~~~~~~~~~~ >pam_google_authenticator.c:1045:44: note: use array indexing to silence this warning > sprintf(strrchr(disallow, '\000'), " %d" + !*disallow, tm); > ^ > & [ ] >pam_google_authenticator.c:1204:48: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] > sprintf(strrchr(reset, '\000'), " %d%+d" + !*reset, tms[i], skews[i]); > ~~~~~~~~~^~~~~~~~~ >pam_google_authenticator.c:1204:48: note: use array indexing to silence this warning > sprintf(strrchr(reset, '\000'), " %d%+d" + !*reset, tms[i], skews[i]); > ^ > & [ ] >3 warnings generated. >libtool: compile: cc -DHAVE_CONFIG_H -I. -O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing -MT pam_google_authenticator_la-pam_google_authenticator.lo -MD -MP -MF .deps/pam_google_authenticator_la-pam_google_authenticator.Tpo -c pam_google_authenticator.c -o pam_google_authenticator_la-pam_google_authenticator.o >/dev/null 2>&1 >mv -f .deps/pam_google_authenticator_la-base32.Tpo .deps/pam_google_authenticator_la-base32.Plo >mv -f .deps/pam_google_authenticator_la-sha1.Tpo .deps/pam_google_authenticator_la-sha1.Plo >mv -f .deps/pam_google_authenticator_la-hmac.Tpo .deps/pam_google_authenticator_la-hmac.Plo >mv -f .deps/pam_google_authenticator_la-pam_google_authenticator.Tpo .deps/pam_google_authenticator_la-pam_google_authenticator.Plo >/bin/sh ./libtool --tag=CC --mode=link cc -O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing -avoid-version -module -shared -export-dynamic -export-symbols-regex "pam_sm_(setcred|open_session|authenticate)" -fstack-protector -o pam_google_authenticator.la -rpath /usr/local/lib/security pam_google_authenticator_la-pam_google_authenticator.lo pam_google_authenticator_la-base32.lo pam_google_authenticator_la-hmac.lo pam_google_authenticator_la-sha1.lo -lpam >libtool: link: cc -O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing -fstack-protector -o google-authenticator google-authenticator.o base32.o hmac.o sha1.o >libtool: link: cc -DDEMO=1 -O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing -fstack-protector -o demo demo-pam_google_authenticator.o demo-demo.o demo-base32.o demo-hmac.o demo-sha1.o >libtool: link: cc -O2 -pipe -march=corei7 -fstack-protector -fno-strict-aliasing -fstack-protector -o pam_google_authenticator_unittest pam_google_authenticator_unittest.o base32.o hmac.o sha1.o -Wl,--export-dynamic >libtool: link: /usr/bin/nm -B .libs/pam_google_authenticator_la-pam_google_authenticator.o .libs/pam_google_authenticator_la-base32.o .libs/pam_google_authenticator_la-hmac.o .libs/pam_google_authenticator_la-sha1.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/pam_google_authenticator.exp >libtool: link: /usr/bin/grep -E -e "pam_sm_(setcred|open_session|authenticate)" ".libs/pam_google_authenticator.exp" > ".libs/pam_google_authenticator.expT" >libtool: link: mv -f ".libs/pam_google_authenticator.expT" ".libs/pam_google_authenticator.exp" >libtool: link: echo "{ global:" > .libs/pam_google_authenticator.so-ver >libtool: link: sed -e "s|$|;|" < .libs/pam_google_authenticator.exp >> .libs/pam_google_authenticator.so-ver >libtool: link: echo "local: *; };" >> .libs/pam_google_authenticator.so-ver >libtool: link: cc -shared -fPIC -DPIC .libs/pam_google_authenticator_la-pam_google_authenticator.o .libs/pam_google_authenticator_la-base32.o .libs/pam_google_authenticator_la-hmac.o .libs/pam_google_authenticator_la-sha1.o -lpam -O2 -march=corei7 -fstack-protector -fstack-protector -Wl,-soname -Wl,pam_google_authenticator.so -Wl,-version-script -Wl,.libs/pam_google_authenticator.so-ver -o .libs/pam_google_authenticator.so >libtool: link: ( cd ".libs" && rm -f "pam_google_authenticator.la" && ln -s "../pam_google_authenticator.la" "pam_google_authenticator.la" ) >gmake[2]: Leaving directory '/wrkdirs/usr/ports/security/pam_google_authenticator/work/google-authenticator-195ddc1/libpam' >gmake[1]: Leaving directory '/wrkdirs/usr/ports/security/pam_google_authenticator/work/google-authenticator-195ddc1/libpam' >=========================================================================== >====>> Checking for filesystem violations... done >=======================<phase: run-depends >============================ >=========================================================================== >====>> Recording filesystem state for prestage... done >=======================<phase: stage >============================ >===> Staging for pam_google_authenticator-1.01.20160208,1 >===> Generating temporary packing list >install -s -m 555 /wrkdirs/usr/ports/security/pam_google_authenticator/work/google-authenticator-195ddc1/libpam/google-authenticator /wrkdirs/usr/ports/security/pam_google_authenticator/work/stage/usr/local/bin/google-authenticator >install -s -m 444 /wrkdirs/usr/ports/security/pam_google_authenticator/work/google-authenticator-195ddc1/libpam/.libs/pam_google_authenticator.so /wrkdirs/usr/ports/security/pam_google_authenticator/work/stage/usr/local/lib/pam_google_authenticator.so >====> Compressing man pages (compress-man) >=========================================================================== >====> Running Q/A tests (stage-qa) >====> Checking for pkg-plist issues (check-plist) >===> Parsing plist >===> Checking for items in STAGEDIR missing from pkg-plist >===> Checking for items in pkg-plist which are not in STAGEDIR >===> No pkg-plist issues found (check-plist) >====>> Checking for staging violations... done >=======================<phase: package >============================ >===> Building package for pam_google_authenticator-1.01.20160208,1 >=========================================================================== >=======================<phase: install-mtree >============================ >=========================================================================== >====>> Recording filesystem state for preinst... done >=======================<phase: install >============================ >===> Installing for pam_google_authenticator-1.01.20160208,1 >===> Checking if pam_google_authenticator already installed >===> Registering installation for pam_google_authenticator-1.01.20160208,1 >[10_2amd64-system] Installing pam_google_authenticator-1.01.20160208,1... >=========================================================================== >====>> Checking shared library dependencies > 0x0000000000000001 (NEEDED) Shared library: [libc.so.7] > 0x0000000000000001 (NEEDED) Shared library: [libpam.so.5] >=======================<phase: deinstall >============================ >===> Deinstalling for pam_google_authenticator >===> Deinstalling pam_google_authenticator-1.01.20160208,1 >Updating database digests format: .......... done >Checking integrity... done (0 conflicting) >Deinstallation has been requested for the following 1 packages (of 0 packages in the universe): > >Installed packages to be REMOVED: > pam_google_authenticator-1.01.20160208,1 > >The operation will free 60 KiB. >[10_2amd64-system] [1/1] Deinstalling pam_google_authenticator-1.01.20160208,1... >[10_2amd64-system] [1/1] Deleting files for pam_google_authenticator-1.01.20160208,1: ..... done >=========================================================================== >====>> Checking for extra files and directories >[00:00:58] ====>> Installing from package >[10_2amd64-system] Installing pam_google_authenticator-1.01.20160208,1... >[10_2amd64-system] Extracting pam_google_authenticator-1.01.20160208,1: ..... done >[00:00:58] ====>> Cleaning up >===> Cleaning for pam_google_authenticator-1.01.20160208,1 >[00:00:59] ====>> Deinstalling package >Updating database digests format: . done >Checking integrity... done (0 conflicting) >Deinstallation has been requested for the following 1 packages (of 0 packages in the universe): > >Installed packages to be REMOVED: > pam_google_authenticator-1.01.20160208,1 > >The operation will free 60 KiB. >[10_2amd64-system] [1/1] Deinstalling pam_google_authenticator-1.01.20160208,1... >[10_2amd64-system] [1/1] Deleting files for pam_google_authenticator-1.01.20160208,1: ..... done >build of security/pam_google_authenticator ended at Mon Feb 15 22:35:15 CET 2016 >build time: 00:00:43
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 207229
:
167052
| 167053 |
167774
|
167858