Search Criteria
Package Details: delegate 9.9.13-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/delegate.git (read-only, click to copy) |
---|---|
Package Base: | delegate |
Description: | Caching and converting multyprotocol proxy. For example, you may use it as NNTP web interface |
Upstream URL: | http://www.delegate.org/ |
Licenses: | GPL |
Submitter: | Barthalion |
Maintainer: | kris7t |
Last Packager: | kris7t |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2018-01-05 20:09 (UTC) |
Last Updated: | 2022-06-15 22:36 (UTC) |
Dependencies (4)
- libnsl (libnsl-gitAUR)
- pam (pam-selinuxAUR)
- openssl-1.0AUR (optional) – TLS support
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR, zlib-ng-compat) (optional) – Zlib support
Latest Comments
andrius4669 commented on 2023-03-20 15:33 (UTC) (edited on 2023-03-20 15:34 (UTC) by andrius4669)
doesn't build:
vochong commented on 2021-07-12 03:28 (UTC)
Please fix the build...
Preparing... Cloning delegate build files... Checking delegate dependencies... Resolving dependencies... Checking inter-conflicts...
Building delegate... ==> Making package: delegate 9.9.13-3 (Sun 11 Jul 2021 08:26:38 PM PDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found delegate9.9.13.tar.gz -> Found ssl3.patch ==> Validating source files with md5sums... delegate9.9.13.tar.gz ... Passed ssl3.patch ... Passed ==> Removing existing $srcdir/ directory... ==> Extracting sources... -> Extracting delegate9.9.13.tar.gz with bsdtar ==> Starting prepare()... patching file filters/sslway.c ==> Removing existing $pkgdir/ directory... ==> Starting build()... sh link-libs.sh cc -DMKMKMK -DDEFCC=\"cc\" -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -Llib mkmkmk.c -o mkmkmk.exe In file included from mkmkmk.c:1: maker/mkmake.c: In function ‘to_fullpath’: maker/mkmake.c:336:17: warning: ignoring return value of ‘chdir’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 336 | chdir(path); | ^~~~~~~~~~~ maker/mkmake.c:339:17: warning: ignoring return value of ‘chdir’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 339 | chdir(cwd); | ^~~~~~~~~~ maker/mkmake.c: In function ‘lnconf’: maker/mkmake.c:579:25: warning: ignoring return value of ‘chdir’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 579 | chdir(rwd); | ^~~~~~~~~~ maker/mkmake.c:603:9: warning: ignoring return value of ‘chdir’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 603 | chdir(rwd); | ^~~~~~~~~~ maker/mkmake.c: In function ‘mkmake’: maker/mkmake.c:811:25: warning: ignoring return value of ‘chdir’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 811 | chdir(cwd); | ^~~~~~~~~~ maker/mkmake.c: In function ‘cklibs’: maker/mkmake.c:975:1: warning: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 975 | system("cat _make"); | ^~~~~~~~~~~~~~~~~~~ maker/mkmake.c: In function ‘ckconf’: maker/mkmake.c:1131:33: warning: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1131 | system("tty"); | ^~~~~~~~~~~~~ maker/mkmake.c: In function ‘cpyfile’: maker/mkmake.c:1434:17: warning: ignoring return value of ‘getcwd’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1434 | getcwd(cwd,sizeof(cwd)); | ^~~~~~~~~~~~~~~~~~~~~~~ maker/mkmake.c: In function ‘manifest_check’: maker/mkmake.c:1770:17: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1770 | fgets(omani,sizeof(omani),fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ maker/mkmake.c: In function ‘_mksubst’: maker/mkmake.c:1947:9: warning: ignoring return value of ‘chdir’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1947 | chdir(cwd); | ^~~~~~~~~~ maker/mkmake.c: In function ‘msystem’: maker/mkmake.c:2354:9: warning: ignoring return value of ‘pipe’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 2354 | pipe(outpipe); | ^~~~~~~~~~~~~ maker/mkmake.c: In function ‘sysgethostname’: maker/mkmake.c:2405:25: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 2405 | fscanf(fp,"%s",hostname); | ^~~~~~~~~~~~~~~~~~~~~~~~ maker/mkmake.c:2413:25: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 2413 | fscanf(fp,"%s",hostname); | ^~~~~~~~~~~~~~~~~~~~~~~~ maker/mkmake.c: In function ‘cklibs’: maker/mkmake.c:960:38: warning: ‘%s’ directive writing up to 32767 bytes into a region of size 1023 [-Wformat-overflow=] 960 | else sprintf(lp," %s",l1); | ^~ In file included from /usr/include/stdio.h:866, from maker/mkmake.c:23, from mkmkmk.c:1: /usr/include/bits/stdio2.h:38:10: note: ‘__builtinsprintfchk’ output between 2 and 32769 bytes into a destination of size 1024 38 | return builtinsprintfchk (s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ "./mkmkmk.exe" -mkmkmk "cc" -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -Llib maker/mkmake.c -o mkmake.exe maker/mkmake.c: In function ‘to_fullpath’: maker/mkmake.c:336:17: warning: ignoring return value of ‘chdir’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 336 | chdir(path); | ^~~~~~~~~~~ maker/mkmake.c:339:17: warning: ignoring return value of ‘chdir’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 339 | chdir(cwd); | ^~~~~~~~~~ maker/mkmake.c: In function ‘lnconf’: maker/mkmake.c:579:25: warning: ignoring return value of ‘chdir’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 579 | chdir(rwd); | ^~~~~~~~~~ maker/mkmake.c:603:9: warning: ignoring return value of ‘chdir’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 603 | chdir(rwd); | ^~~~~~~~~~ maker/mkmake.c: In function ‘mkmake’: maker/mkmake.c:811:25: warning: ignoring return value of ‘chdir’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 811 | chdir(cwd); | ^~~~~~~~~~ maker/mkmake.c: In function ‘cklibs’: maker/mkmake.c:975:1: warning: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 975 | system("cat _make"); | ^~~~~~~~~~~~~~~~~~~ maker/mkmake.c: In function ‘ckconf’: maker/mkmake.c:1131:33: warning: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1131 | system("tty"); | ^~~~~~~~~~~~~ maker/mkmake.c: In function ‘cpyfile’: maker/mkmake.c:1434:17: warning: ignoring return value of ‘getcwd’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1434 | getcwd(cwd,sizeof(cwd)); | ^~~~~~~~~~~~~~~~~~~~~~~ maker/mkmake.c: In function ‘manifest_check’: maker/mkmake.c:1770:17: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1770 | fgets(omani,sizeof(omani),fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ maker/mkmake.c: In function ‘_mksubst’: maker/mkmake.c:1947:9: warning: ignoring return value of ‘chdir’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1947 | chdir(cwd); | ^~~~~~~~~~ maker/mkmake.c: In function ‘msystem’: maker/mkmake.c:2354:9: warning: ignoring return value of ‘pipe’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 2354 | pipe(outpipe); | ^~~~~~~~~~~~~ maker/mkmake.c: In function ‘sysgethostname’: maker/mkmake.c:2405:25: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 2405 | fscanf(fp,"%s",hostname); | ^~~~~~~~~~~~~~~~~~~~~~~~ maker/mkmake.c:2413:25: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 2413 | fscanf(fp,"%s",hostname); | ^~~~~~~~~~~~~~~~~~~~~~~~ maker/mkmake.c: In function ‘cklibs’: maker/mkmake.c:960:38: warning: ‘%s’ directive writing up to 32767 bytes into a region of size 1023 [-Wformat-overflow=] 960 | else sprintf(lp," %s",l1); | ^~ In file included from /usr/include/stdio.h:866, from maker/mkmake.c:23: /usr/include/bits/stdio2.h:38:10: note: ‘__builtinsprintfchk’ output between 2 and 32769 bytes into a destination of size 1024 38 | return builtinsprintfchk (s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ rm srcsign.o rm: cannot remove 'srcsign.o': No such file or directory make: [Makefile:75: all] Error 1 (ignored) sh make-init.sh
# -makeat: /var/tmp/pamac-build-python/delegate/src/delegate9.9.13/src @dell-e7470
make[1]: Entering directory '/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/src' searching DELEGATE_CONF ... "/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe" +r -lnconf DELEGATE_CONF #### looking for ../DELEGATE_CONF #### looking for ../../DELEGATE_CONF #### looking for ../../../DELEGATE_CONF #### looking for ../../../../DELEGATE_CONF #### looking for ../../../../../DELEGATE_CONF #### looking for ../../../../../../DELEGATE_CONF #### looking for ../../../../../../../DELEGATE_CONF #### looking for ../../../../../../../../DELEGATE_CONF created /var/tmp/pamac-build-python/delegate/src/delegate9.9.13/src/DELEGATE_CONF echo "GOT by MKMAKE=/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe" > CONF_IS_GOT creating Makefile.tst ... "/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe" -mkmake "make" Makefile.tst "cc" "-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing" "if(WITHCPLUS,UNIX,OS2EMX) -x c++ -DQS" "-s -Zbin-files -Zbsd-signals -L../lib" "ar ts" "-lnsl -lsocket -ldl -lutil -lpthread -lunalign WS2_32.LIB ADVAPI32.LIB OLE32.LIB SHELL32.LIB UUID.LIB USER32.LIB GDI32.LIB -MT -lpam -lstdc++" NETLIB "" "../../SSL/libcrypto.a ../../SSL/libssl.a -lcrypto -lssl ../../SSL/LIBEAY32.LIB ../../SSL/SSLEAY32.LIB" SSLLIB av[5] 'if(WITHCPLUS,UNIX,OS2EMX) -x c++ -DQS' ==> '-x c++ -DQS' ---- testing CC capability [cc][-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing][-x c++ -DQS] ... mkmake: cpyfile DELEGATE_CONF[1-0][0-0] > .QSC.conf [cc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS] NONC99=0, NONAZ0=0 @dell-e7470 #### [/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/src] creating Makefile.tst cpyfile Makefile[1-0][0-49cc89c9] > Makefile.tst #ifdef UNIX ####################################################### #ifdef UNIX,OS2EMX ################################################ [SET] MKMAKE=/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe [SET] RANLIB=/usr/bin/ranlib - checking availability of -lnsl [] cpyfile DELEGATE_CONF[1-0][0-0] > _make - checking availability of -lsocket [-lnsl] cpyfile DELEGATE_CONF[1-0][0-0] > _make -mkmake exit(-1) - checking availability of -ldl [-lnsl] cpyfile DELEGATE_CONF[1-0][0-0] > _make - checking availability of -lutil [-lnsl -ldl] cpyfile DELEGATE_CONF[1-0][0-0] > _make - checking availability of -lpthread [-lnsl -ldl -lutil] cpyfile DELEGATE_CONF[1-0][0-0] > _make - checking availability of -lunalign [-lnsl -ldl -lutil -lpthread] cpyfile DELEGATE_CONF[1-0][0-0] > _make -mkmake exit(-1) - checking availability of WS2_32.LIB [-lnsl -ldl -lutil -lpthread] cpyfile DELEGATE_CONF[1-0][0-0] > _make -mkmake exit(-1) - checking availability of ADVAPI32.LIB [-lnsl -ldl -lutil -lpthread] cpyfile DELEGATE_CONF[1-0][0-0] > _make -mkmake exit(-1) - checking availability of OLE32.LIB [-lnsl -ldl -lutil -lpthread] cpyfile DELEGATE_CONF[1-0][0-0] > _make -mkmake exit(-1) - checking availability of SHELL32.LIB [-lnsl -ldl -lutil -lpthread] cpyfile DELEGATE_CONF[1-0][0-0] > _make -mkmake exit(-1) - checking availability of UUID.LIB [-lnsl -ldl -lutil -lpthread] cpyfile DELEGATE_CONF[1-0][0-0] > _make -mkmake exit(-1) - checking availability of USER32.LIB [-lnsl -ldl -lutil -lpthread] cpyfile DELEGATE_CONF[1-0][0-0] > _make -mkmake exit(-1) - checking availability of GDI32.LIB [-lnsl -ldl -lutil -lpthread] cpyfile DELEGATE_CONF[1-0][0-0] > _make -mkmake exit(-1) - checking availability of -MT [-lnsl -ldl -lutil -lpthread] cpyfile DELEGATE_CONF[1-0][0-0] > _make -mkmake exit(-1) - checking availability of -lpam [-lnsl -ldl -lutil -lpthread] cpyfile DELEGATE_CONF[1-0][0-0] > _make - checking availability of -lstdc++ [-lnsl -ldl -lutil -lpthread -lpam] cpyfile DELEGATE_CONF[1-0][0-0] > _make [SET] NETLIB=-lnsl -ldl -lutil -lpthread -lpam -lstdc++ - checking availability of ../../SSL/libcrypto.a [] cpyfile DELEGATE_CONF[1-0][0-0] > _make -mkmake exit(-1) - checking availability of ../../SSL/libssl.a [] cpyfile DELEGATE_CONF[1-0][0-0] > _make -mkmake exit(-1) - checking availability of -lcrypto [] cpyfile DELEGATE_CONF[1-0][0-0] > _make - checking availability of -lssl [-lcrypto] cpyfile DELEGATE_CONF[1-0][0-0] > _make - checking availability of ../../SSL/LIBEAY32.LIB [-lcrypto -lssl] cpyfile DELEGATE_CONF[1-0][0-0] > _make -mkmake exit(-1) - checking availability of ../../SSL/SSLEAY32.LIB [-lcrypto -lssl] cpyfile DELEGATE_CONF[1-0][0-0] > _make -mkmake exit(-1) [SET] SSLLIB=-lcrypto -lssl cpyfile DELEGATE_CONF[1-0][0-0] > Makefile.tst cpyfile Makefile[0-0][49cc8a70-0] > Makefile.tst #ifdef UNIX ####################################################### #ifdef UNIX,OS2EMX ################################################ "/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe" -touch Makefile "/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe" -makeit "make" -f Makefile.tst check_conf SHELL="/bin/sh" make[2]: Entering directory '/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/src' "/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe" +r -ckconf Makefile.chk Makefile.tst DELEGATE_CONF "ar" "root@localhost" "" ckconf: ADMIN = 'root@localhost' make[2]: Leaving directory '/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/src' "/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe" -cksum Makefile mkmkmk.c sample.shio version.c editconf.c admin.c notify.c shutter.c abort.c form2conf.c process.c vaddr.c conf.c ddi.c textconv.c auth.h syslog.c log.c svstat.c iotimeout.c misc.c msg.c yshell.c shio.c db.c hostlist.h hostlist.c cond.c script.c param.h param.c env.c delegated.c svport.c remote.c thmain.c commands.c croncom.c qstest.c delegate.c service.h service.c svconf.c filter.h filter.c master.c spinach.c caps.c stls.c tsp.c sudo.c gacl.c access.c ident.c dgauth.c dgsign.c ccache.c cache.c distrib.c bcounter.c ipno.c inets.c uns.c rident.c utmpident.c inetd.c thruwayd.c dget.c urlfind.c mount.c url.c gopher.c icp.c icap.c http.c httpx.c httplog.c httphead.c httpd.c cgi.c ssi.c htaccept.c htccx.c htswitch.c htmlgen.c htfilter.c nntp.c nntplist.c nntpgw.c enews.c pop.c smtp.c telnet.c ftp.c xferlog.c X.c wais.c whois.c xflash.c imap.c ldap.c smtpgate.c alias.c domain.c lpr.c sftp.c socks.c socks4.c sox.c cuseeme.c coupler.c vsap.c tcprelay.c udprelay.c ftpgw.c filetype.c embed.c builtin.c dtot.c smtp_lib.c inets_lib.c "/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe" -mkmake "make" Makefile.go "cc" "-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing" "if(WITHCPLUS,UNIX,OS2EMX) -x c++ -DQS" "-s -Zbin-files -Zbsd-signals -L../lib" "ar ts" "-lnsl -lsocket -ldl -lutil -lpthread -lunalign WS2_32.LIB ADVAPI32.LIB OLE32.LIB SHELL32.LIB UUID.LIB USER32.LIB GDI32.LIB -MT -lpam -lstdc++" NETLIB "TELEPORT=../teleport FSX=../fsx RESOLVY=../resolvy RARY=../rary MIMEKIT=../mimekit CFI=../filters MD5=../pds/md5 REGEX=../pds/regex SUBST=../maker" "../../SSL/libcrypto.a ../../SSL/libssl.a -lcrypto -lssl ../../SSL/LIBEAY32.LIB ../../SSL/SSLEAY32.LIB" SSLLIB av[5] 'if(WITHCPLUS,UNIX,OS2EMX) -x c++ -DQS' ==> '-x c++ -DQS' ---- testing CC capability [cc][-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing][-x c++ -DQS] ... mkmake: cpyfile DELEGATE_CONF[1-0][0-0] > .QSC.conf [cc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS] NONC99=0, NONAZ0=0 @dell-e7470 scanning source of TELEPORT at ../teleport README Makefile teleport.h teleportd.c vehicle.c qzcode.c qz.c
won't use [README]
Makefile any2fdif.c scanning source of RESOLVY at ../resolvy Makefile ccres dns.h dnsnode.c resolv.c reshost.c rescache.c hostent.c resconf.c resmain.c ntod.c netdom.sample
won't use [ccres]
Makefile SLL.c TLEX.c String.c ystring.c modfmt.c JIS.c codeconv.c pilsner.c str_stdio.c ccxmain.c ccx.c html.c urlesc.c Strftime.c Timeofday.c strid.c hash.c bsort.c codec.c uu.c pstitle.c signal.c IsSolaris.c sched.c schedmain.c tar.c sed.c readycc.c fpoll.c fpolls.c frelay.c timer.c nbio.c vsaddr.c pelcgb.c credhy.c cksum.c asock.c lsock.c setutimes.c file.c fstat.c pam.c libpam.c passwd.c syslog.c lock.c dglibs.c forkspawn.c Thread.c randstack.c rawcopy.c hostaddr.c socks5.c cfilib.c netsh.c wince.c winmo.c winsspi.c winnat.c winmisc.c unix.c windows.c windows0.c Finish.c scanning source of MIMEKIT at ../mimekit README README-LIB README-PGP CHANGES ISO2022JP Makefile mkranlib.sh sample mimecodes.c mime.c pgp.c rfc822.c mimehead.c mimeh_ovw.c mimeconv.c mimemain.c noxlib.c gendom.c str_codes.c
won't use [README]
won't use [README-LIB]
won't use [README-PGP]
won't use [CHANGES]
won't use [ISO2022JP]
won't use [sample]
Makefile bdtee.c bdthru.c fcl.c mkstab.c dl.c gzip.c htview.c cfi.c cfi.conf reclog.c expired.c cafe.c cafemain.c sslway.c regex.c m17nccx.c backup.c swft.c pdft.c dglogs.c dping.c ciicgi.c htwrap.c netzip.c scanning source of MD5 at ../pds/md5 rfc1321.txt Makefile md5main.c md5lib.c comskip global.h md5.h md5c.c md5cb.c mddriver.c
won't use [comskip]
COPYRIGHT INSTALL Makefile README WHATSNEW mkh regex2.h utils.h cclass.h cname.h engine.c regcomp.c regerror.c regexec.c regfree.c regdummy.c
won't use [COPYRIGHT]
won't use [INSTALL]
won't use [README]
won't use [WHATSNEW]
won't use [mkh]
Makefile mkmake.c avail.c dummy.c gxx.c p2ll.c p2i.c dlopen.c __uname.c uname.c bcopy.c bzero.c putenv.c unsetenv.c unsetenv_.c __alloca.c old_alloca.c alloca.c __malloc_size.c malloc_size.c killpg.c setsid.c sigmask.c sigsetmask.c setresuid.c seteuid.c setegid.c unaligned.c timegm.c __usleep.c usleep.c __ualarm.c ualarm.c -poll.c -select.c -poll1.c -poll2.c -recv.c sendFd1.c sendFd2.c sendFd3.c closesocket.c yp_match.c endhostent.c gethostbyname2.c __gethostbyname2.c socklen_u.c socklen_s.c socketpair.c inet_aton.c -setferror.c setferror.c strerror.c snprintf.c strcasecmp.c -strcasestr.c strcasestr.c strrcasestr.c strstr.c strdup.c strncpy.c setbuffer.c setlinebuf.c __syslog.c syslog.c __syscall.c __fork.c fork.c __ptrace.c -ptrace.c ptrace.c __sigaction.c sigaction.c __futimes.c futimes.c futimes_.c __utimes.c utimes.c fsync.c __fchmod.c fchmod.c __fchown.c fchown.c chown.c __link.c link.c __symlink.c symlink.c readlink.c __lstat.c lstat.c __statvfs.c -statvfs.c statvfs.c vfork.c wait3.c waitpid.c getmsg.c chroot.c nice.c __getrlimit.c getrlimit.c -getrusage.c getrusage.c spawnvp.c spawnvp.c _spawnvp.c spawnvp.c spawnvp.c system.c -system.c -mutex.c mutex.c __pthread_create.c lwpcreate.c lwp_create.c -pthread_create.c __pthread_kill.c pthread_kill.c ___beginthread.c nothread.c __flock.c -fcntl.c flockfile.c FMODE.c getwd.c getcwd.c __opendir.c __scandir.c pam_start.c __forkpty.c -forkpty.c forkpty1.c forkpty.c __tcsetattr.c Stty.c __getwinsize.c getwinsize.c -sgTTy.c sgTTy.c setlogin.c -mkfifo.c mkfifo.c -fseeko.c fseeko.c -fgetpos.c fgetpos.c fpurge.c stdio.c pendingcc1.c pendingcc.c -fcloseFILE.c -fcloseFILE2.c fcloseFILE.c __setproctitle.c setproctitle.c __sysctl.c sysctl.c __sysinfo.c __sysconf.c sysinfo.c sysctlbyname.c -sysinfo.c -sysconf.c -sysconf2.c netsh_none.c _-regex.c regex.c errno.c Gates_Win32.c gethostid.c opt_s_vsap.c opt_s_htaccept.c opt_s_sox.c opt_s_stls.c opt_s_caps.c opt_s_pilsner.c opt_s_spinach.c dummy.c SSL_library_init.c ERR_error_string_n.c RSA_generate_key.c SSL_set_SSL_CTX.c SSL_CTX_set_tmp_rsa_callback.c #### [/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/src] creating Makefile.go cpyfile Makefile[1-0][0-202849c9] > Makefile.go #ifdef UNIX ####################################################### #ifdef UNIX,OS2EMX ################################################ [SET] MKMAKE=/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe [SET] RANLIB=/usr/bin/ranlib - checking availability of -lnsl [] cpyfile DELEGATE_CONF[1-0][0-0] > _make - checking availability of -lsocket [-lnsl] cpyfile DELEGATE_CONF[1-0][0-0] > _make -mkmake exit(-1) - checking availability of -ldl [-lnsl] cpyfile DELEGATE_CONF[1-0][0-0] > _make - checking availability of -lutil [-lnsl -ldl] cpyfile DELEGATE_CONF[1-0][0-0] > _make - checking availability of -lpthread [-lnsl -ldl -lutil] cpyfile DELEGATE_CONF[1-0][0-0] > _make - checking availability of -lunalign [-lnsl -ldl -lutil -lpthread] cpyfile DELEGATE_CONF[1-0][0-0] > _make -mkmake exit(-1) - checking availability of WS2_32.LIB [-lnsl -ldl -lutil -lpthread] cpyfile DELEGATE_CONF[1-0][0-0] > _make -mkmake exit(-1) - checking availability of ADVAPI32.LIB [-lnsl -ldl -lutil -lpthread] cpyfile DELEGATE_CONF[1-0][0-0] > _make -mkmake exit(-1) - checking availability of OLE32.LIB [-lnsl -ldl -lutil -lpthread] cpyfile DELEGATE_CONF[1-0][0-0] > _make -mkmake exit(-1) - checking availability of SHELL32.LIB [-lnsl -ldl -lutil -lpthread] cpyfile DELEGATE_CONF[1-0][0-0] > _make -mkmake exit(-1) - checking availability of UUID.LIB [-lnsl -ldl -lutil -lpthread] cpyfile DELEGATE_CONF[1-0][0-0] > _make -mkmake exit(-1) - checking availability of USER32.LIB [-lnsl -ldl -lutil -lpthread] cpyfile DELEGATE_CONF[1-0][0-0] > _make -mkmake exit(-1) - checking availability of GDI32.LIB [-lnsl -ldl -lutil -lpthread] cpyfile DELEGATE_CONF[1-0][0-0] > _make -mkmake exit(-1) - checking availability of -MT [-lnsl -ldl -lutil -lpthread] cpyfile DELEGATE_CONF[1-0][0-0] > _make -mkmake exit(-1) - checking availability of -lpam [-lnsl -ldl -lutil -lpthread] cpyfile DELEGATE_CONF[1-0][0-0] > _make - checking availability of -lstdc++ [-lnsl -ldl -lutil -lpthread -lpam] cpyfile DELEGATE_CONF[1-0][0-0] > _make [SET] NETLIB=-lnsl -ldl -lutil -lpthread -lpam -lstdc++ - checking availability of ../../SSL/libcrypto.a [] cpyfile DELEGATE_CONF[1-0][0-0] > _make -mkmake exit(-1) - checking availability of ../../SSL/libssl.a [] cpyfile DELEGATE_CONF[1-0][0-0] > _make -mkmake exit(-1) - checking availability of -lcrypto [] cpyfile DELEGATE_CONF[1-0][0-0] > _make - checking availability of -lssl [-lcrypto] cpyfile DELEGATE_CONF[1-0][0-0] > _make - checking availability of ../../SSL/LIBEAY32.LIB [-lcrypto -lssl] cpyfile DELEGATE_CONF[1-0][0-0] > _make -mkmake exit(-1) - checking availability of ../../SSL/SSLEAY32.LIB [-lcrypto -lssl] cpyfile DELEGATE_CONF[1-0][0-0] > _make -mkmake exit(-1) [SET] SSLLIB=-lcrypto -lssl cpyfile DELEGATE_CONF[1-0][0-0] > Makefile.go cpyfile Makefile[0-0][20284a70-0] > Makefile.go #ifdef UNIX ####################################################### #ifdef UNIX,OS2EMX ################################################ make[2]: Entering directory '/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/src' make[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. "/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe" -makeat ../lib/libteleport.a ../teleport libteleport.a "make" libx MAKE="make" SHELL="/bin/sh" CC="cc" HDRDIR="-I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing" RANLIB="/usr/bin/ranlib" LDFLAGS=" -L../lib" LIBDIR="-L../lib" NETLIB="-lnsl -ldl -lutil -lpthread -lpam -lstdc++" AR="ar" TAR="tar" CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS " ---- testing CC capability [cc][-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS ][] ... [cc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS ] NONC99=0, NONAZ0=0 @dell-e7470
# -makeat: /var/tmp/pamac-build-python/delegate/src/delegate9.9.13/teleport @dell-e7470
make[3]: Entering directory '/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/teleport' "/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe" -cksum README Makefile teleport.h teleportd.c vehicle.c qzcode.c qz.c "/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe" -mkmake "/usr/bin/make" Makefile.go "cc" "-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 " "" "-L../lib" "/usr/bin/ranlib" "-lnsl -ldl -lutil -lpthread -lpam -lstdc++" NETLIB ---- testing CC capability [cc][-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 ][] ... mkmake: cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/teleport]: cannot read 'DELEGATE_CONF' [cc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 ] NONC99=0, NONAZ0=0 @dell-e7470 #### [/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/teleport] creating Makefile.go cpyfile Makefile[1-0][0-9a30b9c9] > Makefile.go #ifdef UNIX,OS2EMX ################################################ [SET] MKMAKE=/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe [SET] RANLIB=/usr/bin/ranlib - checking availability of -lnsl [] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/teleport]: cannot read 'DELEGATE_CONF' - checking availability of -ldl [-lnsl] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/teleport]: cannot read 'DELEGATE_CONF' - checking availability of -lutil [-lnsl -ldl] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/teleport]: cannot read 'DELEGATE_CONF' - checking availability of -lpthread [-lnsl -ldl -lutil] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/teleport]: cannot read 'DELEGATE_CONF' - checking availability of -lpam [-lnsl -ldl -lutil -lpthread] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/teleport]: cannot read 'DELEGATE_CONF' - checking availability of -lstdc++ [-lnsl -ldl -lutil -lpthread -lpam] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/teleport]: cannot read 'DELEGATE_CONF' [SET] NETLIB=-lnsl -ldl -lutil -lpthread -lpam -lstdc++ cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/teleport]: cannot read 'DELEGATE_CONF' cpyfile Makefile[0-0][9a30ba70-0] > Makefile.go #ifdef UNIX,OS2EMX ################################################ /usr/bin/make -f Makefile.go libteleport.a SHELL="/bin/sh" HDRDIR="-I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing" make[4]: Entering directory '/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/teleport' cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c teleportd.c -o teleportd.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c vehicle.c -o vehicle.o vehicle.c: In function ‘Agent newAgent(const char, int, int, int)’: vehicle.c:169:22: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 169 | register int pid; | ^~~ vehicle.c: In function ‘int bindTeleportVehicle(int, int, const char, int, const char, const char)’: vehicle.c:583:22: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 583 | register int pid; | ^~~ cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c qzcode.c -o qzcode.o rm -f libteleport.a ar cr libteleport.a teleportd.o vehicle.o qzcode.o /usr/bin/ranlib libteleport.a make[4]: Leaving directory '/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/teleport' make[3]: Leaving directory '/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/teleport' *[0] move ../teleport/libteleport.a to ../lib/libteleport.a "/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe" -makeat ../lib/libresolvy.a ../resolvy libresolvy.a "make" libx MAKE="make" SHELL="/bin/sh" CC="cc" HDRDIR="-I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing" RANLIB="/usr/bin/ranlib" LDFLAGS=" -L../lib" LIBDIR="-L../lib" NETLIB="-lnsl -ldl -lutil -lpthread -lpam -lstdc++" AR="ar" TAR="tar" CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS " ---- testing CC capability [cc][-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS ][] ... [cc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS ] NONC99=0, NONAZ0=0 @dell-e7470
# -makeat: /var/tmp/pamac-build-python/delegate/src/delegate9.9.13/resolvy @dell-e7470
make[3]: Entering directory '/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/resolvy' "/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe" -cksum Makefile ccres dns.h dnsnode.c resolv.c reshost.c rescache.c hostent.c resconf.c resmain.c ntod.c netdom.sample "/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe" -mkmake "/usr/bin/make" Makefile.go "cc" "-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 " "" "-L../lib" "/usr/bin/ranlib" "-lnsl -ldl -lutil -lpthread -lpam -lstdc++" NETLIB ---- testing CC capability [cc][-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 ][] ... mkmake: cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/resolvy]: cannot read 'DELEGATE_CONF' [cc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 ] NONC99=0, NONAZ0=0 @dell-e7470 #### [/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/resolvy] creating Makefile.go cpyfile Makefile[1-0][0-e7fa59c9] > Makefile.go #ifdef UNIX,OS2EMX ################################################ #ifdef UNIX ####################################################### [SET] MKMAKE=/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe [SET] RANLIB=/usr/bin/ranlib - checking availability of -lnsl [] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/resolvy]: cannot read 'DELEGATE_CONF' - checking availability of -ldl [-lnsl] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/resolvy]: cannot read 'DELEGATE_CONF' - checking availability of -lutil [-lnsl -ldl] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/resolvy]: cannot read 'DELEGATE_CONF' - checking availability of -lpthread [-lnsl -ldl -lutil] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/resolvy]: cannot read 'DELEGATE_CONF' - checking availability of -lpam [-lnsl -ldl -lutil -lpthread] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/resolvy]: cannot read 'DELEGATE_CONF' - checking availability of -lstdc++ [-lnsl -ldl -lutil -lpthread -lpam] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/resolvy]: cannot read 'DELEGATE_CONF' [SET] NETLIB=-lnsl -ldl -lutil -lpthread -lpam -lstdc++ cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/resolvy]: cannot read 'DELEGATE_CONF' cpyfile Makefile[0-0][e7fa5a70-0] > Makefile.go #ifdef UNIX,OS2EMX ################################################ #ifdef UNIX ####################################################### /usr/bin/make -f Makefile.go libresolvy.a XOBJS="" MKMAKE="/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe" SHELL="/bin/sh" HDRDIR="-I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing" make[4]: Entering directory '/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/resolvy' ln -s ../include/vsocket.h vsocket.h ln -s ../include/ysocket.h ysocket.h ln -s ../include/vsignal.h vsignal.h ln -s ../include/log.h log.h ln -s ../include/config.h config.h rm -f ystring.h ln -s ../include/ystring.h ystring.h ln -s ../include/fpoll.h fpoll.h ln -s ../include/yselect.h yselect.h ln -s ../include/ywinsock.h ywinsock.h ln -s ../include/yarg.h yarg.h ln -s ../include/file.h file.h ln -s ../include/vaddr.h vaddr.h ln -s ../include/proc.h proc.h ln -s ../include/ystrvec.h ystrvec.h ln -s ../include/ysignal.h ysignal.h ln -s ../include/dgctx.h dgctx.h ln -s ../rary/String.c String.c ln -s ../maker/bcopy.c bcopy.c ln -s ../maker/strcasecmp.c strcasecmp.c ln -s ../maker/-select.c -select.c ln -s ../rary/file.c file.c ln -s ../rary/syslog.c syslog.c cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c dnsnode.c -o dnsnode.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c resolv.c -o resolv.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c reshost.c -o reshost.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c rescache.c -o rescache.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c hostent.c -o hostent.o /bin/sh ./ccres cc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing resconf.c cc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing resconf.c rm -f libresolvy.a ar cr libresolvy.a dnsnode.o resolv.o reshost.o rescache.o hostent.o resconf.o /usr/bin/ranlib libresolvy.a make[4]: Leaving directory '/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/resolvy' make[3]: Leaving directory '/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/resolvy' **[0] move ../resolvy/libresolvy.a to ../lib/libresolvy.a "/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe" -makeat ../lib/libmimekit.a ../mimekit libmimekit.a "make" libx MAKE="make" SHELL="/bin/sh" CC="cc" HDRDIR="-I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing" RANLIB="/usr/bin/ranlib" LDFLAGS=" -L../lib" LIBDIR="-L../lib" NETLIB="-lnsl -ldl -lutil -lpthread -lpam -lstdc++" AR="ar" TAR="tar" CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS " ---- testing CC capability [cc][-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS ][] ... [cc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS ] NONC99=0, NONAZ0=0 @dell-e7470
# -makeat: /var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mimekit @dell-e7470
make[3]: Entering directory '/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mimekit' "/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe" -cksum README README-LIB README-PGP CHANGES ISO2022JP Makefile mkranlib.sh sample mimecodes.c mime.c pgp.c rfc822.c mimehead.c mimeh_ovw.c mimeconv.c mimemain.c noxlib.c gendom.c str_codes.c "/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe" -mkmake "/usr/bin/make" Makefile.go "cc" "-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 " "" "-L../lib" "/usr/bin/ranlib" "-lnsl -ldl -lutil -lpthread -lpam -lstdc++" NETLIB ---- testing CC capability [cc][-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 ][] ... mkmake: cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mimekit]: cannot read 'DELEGATE_CONF' [cc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 ] NONC99=0, NONAZ0=0 @dell-e7470 #### [/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mimekit] creating Makefile.go cpyfile Makefile[1-0][0-eab99c9] > Makefile.go #ifdef UNIX ####################################################### #ifdef UNIX,OS2EMX ################################################ [SET] MKMAKE=/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe [SET] RANLIB=/usr/bin/ranlib - checking availability of -lnsl [] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mimekit]: cannot read 'DELEGATE_CONF' - checking availability of -ldl [-lnsl] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mimekit]: cannot read 'DELEGATE_CONF' - checking availability of -lutil [-lnsl -ldl] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mimekit]: cannot read 'DELEGATE_CONF' - checking availability of -lpthread [-lnsl -ldl -lutil] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mimekit]: cannot read 'DELEGATE_CONF' - checking availability of -lpam [-lnsl -ldl -lutil -lpthread] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mimekit]: cannot read 'DELEGATE_CONF' - checking availability of -lstdc++ [-lnsl -ldl -lutil -lpthread -lpam] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mimekit]: cannot read 'DELEGATE_CONF' [SET] NETLIB=-lnsl -ldl -lutil -lpthread -lpam -lstdc++ cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mimekit]: cannot read 'DELEGATE_CONF' cpyfile Makefile[0-0][eab9a70-0] > Makefile.go #ifdef UNIX ####################################################### #ifdef UNIX,OS2EMX ################################################ /usr/bin/make -f Makefile.go libmimekit.a XOBJS="" MKMAKE="/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe" SHELL="/bin/sh" HDRDIR="-I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing" RANLIB="/usr/bin/ranlib" make[4]: Entering directory '/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mimekit' rm -f mimeconv.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -I. mimeconv.c -o mimeconv.o -c -DMIMEKIT rm -f mimecodes.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -I. mimecodes.c -o mimecodes.o -c -DMIMEKIT cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -I. mime.c -o mime.o -c -DMIMEKIT -DMIMECONV="C_DECODE(C_HEAD|C_BODY)|C_ENCODE(C_HEAD|C_BODY)" rm -f pgp.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -I. pgp.c -o pgp.o -c -DMIMEKIT rm -f rfc822.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -I. rfc822.c -o rfc822.o -c -DMIMEKIT rm -f mimehead.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -I. mimehead.c -o mimehead.o -c -DMIMEKIT rm -f mimeh_ovw.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -I. mimeh_ovw.c -o mimeh_ovw.o -c -DMIMEKIT rm -f str_codes.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -I. str_codes.c -o str_codes.o -c -DMIMEKIT rm -f gendom.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -I. gendom.c -o gendom.o -c -DMIMEKIT rm -f libmimekit.a ar cr libmimekit.a mimeconv.o mimecodes.o mime.o pgp.o rfc822.o mimehead.o mimeh_ovw.o str_codes.o gendom.o /usr/bin/ranlib libmimekit.a make[4]: Leaving directory '/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mimekit' make[3]: Leaving directory '/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mimekit' **[0] move ../mimekit/libmimekit.a to ../lib/libmimekit.a "/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe" -makeat ../lib/libmd5.a ../pds/md5 libmd5.a "make" libx MAKE="make" SHELL="/bin/sh" CC="cc" HDRDIR="-I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing" RANLIB="/usr/bin/ranlib" LDFLAGS=" -L../lib" LIBDIR="-L../lib" NETLIB="-lnsl -ldl -lutil -lpthread -lpam -lstdc++" AR="ar" TAR="tar" CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS " ---- testing CC capability [cc][-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS ][] ... [cc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS ] NONC99=0, NONAZ0=0 @dell-e7470
# -makeat: /var/tmp/pamac-build-python/delegate/src/delegate9.9.13/pds/md5 @dell-e7470
make[3]: Entering directory '/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/pds/md5' "/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe" -mkmake "/usr/bin/make" Makefile.go "cc" "-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 " "" "-L../lib" "/usr/bin/ranlib" "-lnsl -ldl -lutil -lpthread -lpam -lstdc++" NETLIB ---- testing CC capability [cc][-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 ][] ... mkmake: cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/pds/md5]: cannot read 'DELEGATE_CONF' [cc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 ] NONC99=0, NONAZ0=0 @dell-e7470 #### [/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/pds/md5] creating Makefile.go cpyfile Makefile[1-0][0-bed449c9] > Makefile.go #ifdef UNIX,OS2EMX ################################################ [SET] MKMAKE=/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe [SET] RANLIB=/usr/bin/ranlib - checking availability of -lnsl [] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/pds/md5]: cannot read 'DELEGATE_CONF' - checking availability of -ldl [-lnsl] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/pds/md5]: cannot read 'DELEGATE_CONF' - checking availability of -lutil [-lnsl -ldl] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/pds/md5]: cannot read 'DELEGATE_CONF' - checking availability of -lpthread [-lnsl -ldl -lutil] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/pds/md5]: cannot read 'DELEGATE_CONF' - checking availability of -lpam [-lnsl -ldl -lutil -lpthread] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/pds/md5]: cannot read 'DELEGATE_CONF' - checking availability of -lstdc++ [-lnsl -ldl -lutil -lpthread -lpam] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/pds/md5]: cannot read 'DELEGATE_CONF' [SET] NETLIB=-lnsl -ldl -lutil -lpthread -lpam -lstdc++ cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/pds/md5]: cannot read 'DELEGATE_CONF' cpyfile Makefile[0-0][bed44a70-0] > Makefile.go #ifdef UNIX,OS2EMX ################################################ /usr/bin/make -f Makefile.go CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 " libmd5.a SHELL="/bin/sh" make[4]: Entering directory '/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/pds/md5' cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -c md5c.c cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -c md5cb.c cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -c md5lib.c cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -c -DMD=5 md5main.c rm -f libmd5.a ar cr libmd5.a md5c.o md5cb.o md5lib.o md5main.o /usr/bin/ranlib libmd5.a make[4]: Leaving directory '/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/pds/md5' make[3]: Leaving directory '/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/pds/md5' **[0] move ../pds/md5/libmd5.a to ../lib/libmd5.a "/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe" -makeat ../lib/libregex.a ../pds/regex libregex.a "make" libx MAKE="make" SHELL="/bin/sh" CC="cc" HDRDIR="-I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing" RANLIB="/usr/bin/ranlib" LDFLAGS=" -L../lib" LIBDIR="-L../lib" NETLIB="-lnsl -ldl -lutil -lpthread -lpam -lstdc++" AR="ar" TAR="tar" CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing" ---- testing CC capability [cc][-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing][] ... [cc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing ] NONC99=0, NONAZ0=0 @dell-e7470
# -makeat: /var/tmp/pamac-build-python/delegate/src/delegate9.9.13/pds/regex @dell-e7470
make[3]: Entering directory '/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/pds/regex' "/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe" -mkmake "/usr/bin/make" Makefile.go "cc" "-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -Dm64 " \ "" "-L../lib" "/usr/bin/ranlib" "-lnsl -ldl -lutil -lpthread -lpam -lstdc++" NETLIB ---- testing CC capability [cc][-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -Dm64 ][] ... mkmake: cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/pds/regex]: cannot read 'DELEGATE_CONF' [cc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -Dm64 ] NONC99=0, NONAZ0=0 @dell-e7470 #### [/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/pds/regex] creating Makefile.go cpyfile Makefile[1-0][0-98c29c9] > Makefile.go #ifdef UNIX [SET] MKMAKE=/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe [SET] RANLIB=/usr/bin/ranlib - checking availability of -lnsl [] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/pds/regex]: cannot read 'DELEGATE_CONF' - checking availability of -ldl [-lnsl] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/pds/regex]: cannot read 'DELEGATE_CONF' - checking availability of -lutil [-lnsl -ldl] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/pds/regex]: cannot read 'DELEGATE_CONF' - checking availability of -lpthread [-lnsl -ldl -lutil] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/pds/regex]: cannot read 'DELEGATE_CONF' - checking availability of -lpam [-lnsl -ldl -lutil -lpthread] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/pds/regex]: cannot read 'DELEGATE_CONF' - checking availability of -lstdc++ [-lnsl -ldl -lutil -lpthread -lpam] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/pds/regex]: cannot read 'DELEGATE_CONF' [SET] NETLIB=-lnsl -ldl -lutil -lpthread -lpam -lstdc++ cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/pds/regex]: cannot read 'DELEGATE_CONF' cpyfile Makefile[0-0][98c2a70-0] > Makefile.go #ifdef UNIX /usr/bin/make -f Makefile.go CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -Dm64 " \ SHELL="/bin/sh" all make[4]: Entering directory '/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/pds/regex' sh ./mkh -i REGEX_H regex2.h regcomp.c regerror.c regexec.c regfree.c >regex.h cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -Dm64 -c -I. regdummy.c -o regdummy.o ar cr dummy.a regdummy.o cp dummy.a libregex.a sh ./mkh -p regcomp.c > regcomp.ih cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -Dm64 -c -I. regcomp.c -o regcomp.o sh ./mkh -p engine.c > engine.ih cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -Dm64 -c -I. regexec.c -o regexec.o sh ./mkh -p regerror.c > regerror.ih cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -Dm64 -c -I. regerror.c -o regerror.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -Dm64 -c -I. regfree.c -o regfree.o ar cr libregex.a regcomp.o regexec.o regerror.o regfree.o
DONE
-rw-r--r-- 1 python python 54330 Jul 11 20:26 libregex.a
####
make[4]: Leaving directory '/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/pds/regex' make[3]: Leaving directory '/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/pds/regex' **[0] move ../pds/regex/libregex.a to ../lib/libregex.a cp -p ../pds/regex/libregex.a ../lib cp: cannot stat '../pds/regex/libregex.a': No such file or directory make[2]: [Makefile.go:1122: ../lib/libregex.a] Error 1 (ignored) cp -p ../pds/regex/regex.h ../gen "/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe" -makeat ../lib/library.a ../rary library.a "make" libx MAKE="make" SHELL="/bin/sh" CC="cc" HDRDIR="-I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing" RANLIB="/usr/bin/ranlib" LDFLAGS=" -L../lib" LIBDIR="-L../lib" NETLIB="-lnsl -ldl -lutil -lpthread -lpam -lstdc++" AR="ar" TAR="tar" CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS " ---- testing CC capability [cc][-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS ][] ... [cc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS ] NONC99=0, NONAZ0=0 @dell-e7470
# -makeat: /var/tmp/pamac-build-python/delegate/src/delegate9.9.13/rary @dell-e7470
make[3]: Entering directory '/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/rary' "/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe" -cksum Makefile SLL.c TLEX.c String.c ystring.c modfmt.c JIS.c codeconv.c pilsner.c str_stdio.c ccxmain.c ccx.c html.c urlesc.c Strftime.c Timeofday.c strid.c hash.c bsort.c codec.c uu.c pstitle.c signal.c IsSolaris.c sched.c schedmain.c tar.c sed.c readycc.c fpoll.c fpolls.c frelay.c timer.c nbio.c vsaddr.c pelcgb.c credhy.c cksum.c asock.c lsock.c setutimes.c file.c fstat.c pam.c libpam.c passwd.c syslog.c lock.c dglibs.c forkspawn.c Thread.c randstack.c rawcopy.c hostaddr.c socks5.c cfilib.c netsh.c wince.c winmo.c winsspi.c winnat.c winmisc.c unix.c windows.c windows0.c Finish.c "/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe" -mkmake "/usr/bin/make" Makefile.go "cc" "-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 " "" "-L../lib" "/usr/bin/ranlib" "-lnsl -ldl -lutil -lpthread -lpam -lstdc++" NETLIB ---- testing CC capability [cc][-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 ][] ... mkmake: cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/rary]: cannot read 'DELEGATE_CONF' [cc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 ] NONC99=0, NONAZ0=0 @dell-e7470 #### [/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/rary] creating Makefile.go cpyfile Makefile[1-0][0-477df9c9] > Makefile.go #ifdef UNIX,OS2EMX ################################################ [SET] MKMAKE=/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe [SET] RANLIB=/usr/bin/ranlib - checking availability of -lnsl [] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/rary]: cannot read 'DELEGATE_CONF' - checking availability of -ldl [-lnsl] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/rary]: cannot read 'DELEGATE_CONF' - checking availability of -lutil [-lnsl -ldl] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/rary]: cannot read 'DELEGATE_CONF' - checking availability of -lpthread [-lnsl -ldl -lutil] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/rary]: cannot read 'DELEGATE_CONF' - checking availability of -lpam [-lnsl -ldl -lutil -lpthread] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/rary]: cannot read 'DELEGATE_CONF' - checking availability of -lstdc++ [-lnsl -ldl -lutil -lpthread -lpam] cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/rary]: cannot read 'DELEGATE_CONF' [SET] NETLIB=-lnsl -ldl -lutil -lpthread -lpam -lstdc++ cpyfile[/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/rary]: cannot read 'DELEGATE_CONF' cpyfile Makefile[0-0][477dfa70-0] > Makefile.go #ifdef UNIX,OS2EMX ################################################ "/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe" -randtext randtext.c /usr/bin/make -f Makefile.go CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 " library.a SHELL="/bin/sh" HDRDIR="-I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing" make[4]: Entering directory '/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/rary' cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c SLL.c -o SLL.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c String.c -o String.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c ystring.c -o ystring.o ystring.c: In function ‘int addCR(FILE, int, const char)’: ystring.c:523:38: warning: ignoring return value of ‘ssize_t write(int, const void, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 523 | write(fd,"\r",1); | ~~~~~^~~~~~~~~~~ cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c modfmt.c -o modfmt.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c TLEX.c -o TLEX.o TLEX.c: In function ‘FaStat next(FaStat, int)’: TLEX.c:102:22: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 102 | { register int si; | ^~ TLEX.c: In function ‘void SETNEXT(FaStat, int, FaStat)’: TLEX.c:121:22: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 121 | { register int si; | ^~ TLEX.c: In function ‘void fa_dump(FaStat)’: TLEX.c:212:22: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 212 | { register int i,j,k; | ^ TLEX.c:212:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 212 | { register int i,j,k; | ^ TLEX.c:212:26: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 212 | { register int i,j,k; | ^ TLEX.c: In function ‘int fa_scanX(FaStat, unsigned char, const unsigned char, const unsigned char, int)’: TLEX.c:275:26: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 275 | register FaStat nfsp; | ^~~~ cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c JIS.c -o JIS.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c codeconv.c -o codeconv.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c pilsner.c -o pilsner.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c str_stdio.c -o str_stdio.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c ccx.c -o ccx.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c html.c -o html.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c urlesc.c -o urlesc.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c Strftime.c -o Strftime.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c Timeofday.c -o Timeofday.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c strid.c -o strid.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c hash.c -o hash.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c bsort.c -o bsort.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c codec.c -o codec.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c uu.c -o uu.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c pstitle.c -o pstitle.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c signal.c -o signal.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c IsSolaris.c -o IsSolaris.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c sched.c -o sched.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 -I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -c readycc.c -o readycc.o In file included from readycc.c:2: readycc.c: In function ‘int ready_cc(FILE)’: ../include/fpoll.h:15:30: error: ‘FILE’ has no member named ‘_egptr’ 15 | #define READYCC(fp) (fp->_egptr - fp->_gptr) | ^~~~~~ readycc.c:8:24: note: in expansion of macro ‘READYCC’ 8 | else return READYCC(fp); | ^~~~~~~ ../include/fpoll.h:15:43: error: ‘FILE’ has no member named ‘_gptr’ 15 | #define READYCC(fp) (fp->_egptr - fp->_gptr) | ^~~~~ readycc.c:8:24: note: in expansion of macro ‘READYCC’ 8 | else return READYCC(fp); | ^~~~~~~ readycc.c: In function ‘int ready_CC(FILE)’: ../include/fpoll.h:15:30: error: ‘FILE’ has no member named ‘_egptr’ 15 | #define READYCC(fp) (fp->_egptr - fp->_gptr) | ^~~~~~ readycc.c:13:15: note: in expansion of macro ‘READYCC’ 13 | rcc = READYCC(fp); | ^~~~~~~ ../include/fpoll.h:15:43: error: ‘FILE’ has no member named ‘_gptr’ 15 | #define READYCC(fp) (fp->_egptr - fp->_gptr) | ^~~~~ readycc.c:13:15: note: in expansion of macro ‘READYCC’ 13 | rcc = READYCC(fp); | ^~~~~~~ make[4]: [Makefile.go:41: readycc.o] Error 1 make[4]: Leaving directory '/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/rary' make[3]: [Makefile:7: libx] Error 2 make[3]: Leaving directory '/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/rary' ** exit(2): -makeat at /var/tmp/pamac-build-python/delegate/src/delegate9.9.13/rary [0] make [1] libx [2] MAKE=/usr/bin/make [3] SHELL=/bin/sh [4] CC=cc [5] HDRDIR=-I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing [6] RANLIB=/usr/bin/ranlib [7] LDFLAGS= -L../lib [8] LIBDIR=-L../lib [9] NETLIB=-lnsl -ldl -lutil -lpthread -lpam -lstdc++ [10] AR=ar [11] TAR=tar [12] CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing -x c++ -DQS -Dm64 [13] MKMAKE=/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe [14] MKBASE=/var/tmp/pamac-build-python/delegate/src/delegate9.9.13 [15] MKMKMK=/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmkmk.exe
make[2]: [Makefile.go:1109: ../lib/library.a] Error 2 make[2]: Leaving directory '/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/src' make[1]: [Makefile:376: start0] Error 2 make[1]: Leaving directory '/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/src' *** exit(2): -makeat at /var/tmp/pamac-build-python/delegate/src/delegate9.9.13/src [0] make [1] MKMAKE_SRC= [2] SHELL=/bin/sh [3] HDRDIRS=-I../gen -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-narrowing [4] LIBDIRS=-L../lib [5] MKMAKE=/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmake.exe [6] MKBASE=/var/tmp/pamac-build-python/delegate/src/delegate9.9.13 [7] MKMKMK=/var/tmp/pamac-build-python/delegate/src/delegate9.9.13/mkmkmk.exe
make: *** [Makefile:77: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...
kris7t commented on 2021-03-13 16:35 (UTC)
@flower
I managed to build the package like this: https://git.marussy.com/pkgbuilds/plain/PKGBUILD?h=delegate with the patch published by the author of DeleGate at https://stackoverflow.com/a/62457597 (I saved the patch as https://git.marussy.com/pkgbuilds/plain/readycc.patch?h=delegate).
flower commented on 2019-10-02 21:21 (UTC)
sadly, packages has build errors: In file included from readycc.c:2: readycc.c: In function 'int ready_cc(FILE*)': ../include/fpoll.h:15:30: error: 'FILE' {aka 'struct _IO_FILE'} has no member named '_egptr' 15 | #define READYCC(fp) (fp->_egptr - fp->_gptr) | ^~~~~~ readycc.c:8:14: note: in expansion of macro 'READYCC' 8 | else return READYCC(fp); | ^~~~~~~ ../include/fpoll.h:15:43: error: 'FILE' {aka 'struct _IO_FILE'} has no member named '_gptr' 15 | #define READYCC(fp) (fp->_egptr - fp->_gptr)