The build took 00h 00m 33s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
14,549 |
ansic |
135 |
sh |
38 |
makefile |
21 |
cpp |
14,743 |
total |
The process tree of the build process is here.
To avoid scrolling, you may jump to the last line of the
invocation of makepkg
that was used to build this
package.
Removed vanilla repositories from pacman.conf and added:
CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: unace 2.5-9 (Wed Aug 24 13:10:27 UTC 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
patching file base.mk
patching file makefile
patching file unace.mk
patching file source/base/all/declare.h
gcc -Wl,-lncurses -I//usr/include -idirafter //usr/include/sys -Isource -D__LINUX__ -D__unix__ -D__GCC__ -U__HAS_IO_H__ source/base/all/all.c source/base/all/arcblk/arcblk.c source/base/all/archives/ace/ace.c source/base/all/archives/read/read.c source/base/all/archives/test/test.c source/base/all/arcinfo/arcinfo.c source/base/all/bitwidth/bitwidth.c source/base/all/bufread/bufread.c source/base/all/comments/comments.c source/base/all/convert/convert.c source/base/all/convert/lin.c source/base/all/convert/nont.c source/base/all/cprdcpr/huff/huff.c source/base/all/cprdcpr/pic/pic.c source/base/all/cprdcpr/sound/sound.c source/base/all/crc/crc.c source/base/all/crypt/crypt.c source/base/all/dcpr/dcpr.c source/base/all/dcpr/comments/comments.c source/base/all/dcpr/huff/huff.c source/base/all/dcpr/lz77/lz77.c source/base/all/dcpr/pic/pic.c source/base/all/dcpr/sound/sound.c source/base/all/dirdata/dirdata.c source/base/all/dosfuncs/noi64.c source/base/all/dosfuncs/dosfuncs.c source/base/all/dosfuncs/noi64lin.c source/base/all/dosfuncs/lin.c source/base/all/error/error.c source/base/all/errorout/errorout.c source/base/all/extract/extract.c source/base/all/filelist/filelist.c source/base/all/funcs/funcs.c source/base/all/lfn/lfn.c source/base/all/lfn/lin.c source/base/all/lfn/nont.c source/base/all/lfn/nodos32.c source/base/all/memory/memory.c source/base/all/memory/nodos32.c source/base/all/memory/nowat.c source/base/all/msgout/msgout.c source/base/all/options/options.c source/base/all/pathfunc/pathfunc.c source/base/all/qsort/qsort.c source/base/all/state/state.c source/base/all/uninorm/uninorm.c source/base/all/uninorm/unincore.c source/base/all/volume/volume.c source/base/all/memory/lin.c source/base/unace/extern/arcace/arcace.c source/base/unace/extern/arcblk/arcblk.c source/base/unace/extern/arcinfo/arcinfo.c source/base/unace/extern/dcpr/dcpr.c source/base/unace/extern/extract/extract.c source/base/unace/extern/filelist/filelist.c source/base/unace/extern/memory/memory.c source/apps/exe/extern/arcblk/arcblk.c source/apps/exe/extern/comments/comments.c source/apps/exe/extern/crypt/crypt.c source/apps/exe/extern/error/error.c source/apps/exe/extern/error/ntlin.c source/apps/exe/extern/errorout/errorout.c source/apps/exe/extern/filelist/filelist.c source/apps/exe/extern/funcs/funcs.c source/apps/exe/extern/msgout/msgout.c source/apps/exe/extern/state/state.c source/apps/exe/extern/volume/volume.c source/apps/exe/acefuncs/acefuncs.c source/apps/exe/commline/commline.c source/apps/exe/convert/convert.c source/apps/exe/input/input.c source/apps/exe/input/lin.c source/apps/exe/messages/msgfiles/eng.c source/apps/exe/messages/messages.c source/apps/exe/outpterr/outpterr.c source/apps/exe/output/output.c source/apps/exe/output/lin.c source/apps/exe/state/state.c source/apps/exe/state/gcc.c source/apps/unace/all/extern/arctest/arctest.c source/apps/unace/all/extern/funcs/funcs.c source/apps/unace/exe/extern/arcblk/arcblk.c source/apps/unace/exe/extern/arcread/arcread.c source/apps/unace/exe/extern/comments/comments.c source/apps/unace/exe/extern/error/error.c source/apps/unace/exe/extern/filelist/filelist.c source/apps/unace/exe/extern/input/input.c source/apps/unace/exe/extern/messages/messages.c source/apps/unace/exe/extern/msgout/msgout.c source/apps/unace/exe/extern/options/options.c source/apps/unace/exe/extern/output/output.c source/apps/unace/exe/extern/volume/volume.c source/apps/unace/exe/extern/state/state.c source/apps/unace/exe/commline/commline.c source/apps/unace/exe/commline/help/help.c source/apps/unace/exe/exe.c source/apps/unace/exe/lin.c -ggdb -ounace
source/base/all/arcblk/arcblk.c: In function 'BASE_ARCBLK_ConvertHeader32ToHeader64':
source/base/all/arcblk/arcblk.c:221:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- ((ULONG)&BASE_ARCBLK.Header.File.FTIME
^
source/base/all/arcblk/arcblk.c:222:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- (ULONG)&BASE_ARCBLK.Header));
^
source/base/all/arcblk/arcblk.c:242:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- ((ULONG)&BASE_ARCBLK.Header.Recovery.CLUSTER
^
source/base/all/arcblk/arcblk.c:243:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- (ULONG)&BASE_ARCBLK.Header));
^
source/base/all/arcblk/arcblk.c:262:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- ((ULONG)&BASE_ARCBLK.Header.Basic.other
^
source/base/all/arcblk/arcblk.c:263:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- (ULONG)&BASE_ARCBLK.Header));
^
source/base/all/arcblk/arcblk.c:287:42: warning: implicit declaration of function 'BASE_UNINORM_CP850ToANSI' [-Wimplicit-function-declaration]
BASE_ARCBLK.Header.File.FNAME_SIZE = BASE_UNINORM_CP850ToANSI(
^~~~~~~~~~~~~~~~~~~~~~~~
source/base/all/archives/ace/ace.c: In function 'BASE_ARCHIVES_ACE_ArchiveTest':
source/base/all/archives/ace/ace.c:38:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- ((INT) BASE_ARCBLK.Header.Main.ACESIGN
^
source/base/all/archives/ace/ace.c:39:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- (INT) &BASE_ARCBLK.Header))
^
source/base/all/archives/ace/ace.c:42:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
Flags = ((INT) BASE_ARCBLK.Header.Main.ACESIGN - (INT) &BASE_ARCBLK.Header);
^
source/base/all/archives/ace/ace.c:42:56: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
Flags = ((INT) BASE_ARCBLK.Header.Main.ACESIGN - (INT) &BASE_ARCBLK.Header);
^
source/base/all/archives/ace/ace.c:43:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
Flags = ((INT) &BASE_ARCBLK.Header.Main.ACESIGN - (INT) &BASE_ARCBLK.Header);
^
source/base/all/archives/ace/ace.c:43:57: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
Flags = ((INT) &BASE_ARCBLK.Header.Main.ACESIGN - (INT) &BASE_ARCBLK.Header);
^
source/base/all/archives/ace/ace.c:46:7: warning: implicit declaration of function 'read' [-Wimplicit-function-declaration]
read(BASE_ARCHIVES_TEST.ArchiveHandle, (PCHAR) &BASE_ARCBLK.Header, 4);
^~~~
source/base/all/archives/read/read.c: In function 'BASE_ARCHIVES_READ_ReadArchive':
source/base/all/archives/read/read.c:119:7: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration]
close(BASE_ARCHIVES_TEST.ArchiveHandle);
^~~~~
source/base/all/archives/test/test.c: In function 'BASE_ARCHIVES_TEST_ArchiveTest':
source/base/all/archives/test/test.c:58:14: warning: implicit declaration of function 'read' [-Wimplicit-function-declaration]
Read = read(BASE_ARCHIVES_TEST.ArchiveHandle,
^~~~
source/base/all/archives/test/test.c:92:9: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration]
close(BASE_ARCHIVES_TEST.ArchiveHandle);
^~~~~
source/base/all/bufread/bufread.c: In function 'BASE_BUFREAD_Read':
source/base/all/bufread/bufread.c:45:32: warning: implicit declaration of function 'read' [-Wimplicit-function-declaration]
(BASE_BUFREAD.BufEnd = read(BASE_BUFREAD.Handle, BASE_BUFREAD.Buf, BASE_BUFREAD.BufSize))
^~~~
source/base/all/bufread/bufread.c: In function 'BASE_BUFREAD_Close':
source/base/all/bufread/bufread.c:131:3: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration]
close(BASE_BUFREAD.Handle);
^~~~~
source/base/all/dosfuncs/noi64.c: In function 'BASE_DOSFUNCS_LSeek':
source/base/all/dosfuncs/noi64.c:18:10: warning: implicit declaration of function 'lseek' [-Wimplicit-function-declaration]
return lseek(Handle, (INT)Offset, Origin);
^~~~~
source/base/all/dosfuncs/dosfuncs.c: In function 'BASE_DOSFUNCS_GetDrive':
source/base/all/dosfuncs/dosfuncs.c:51:3: warning: implicit declaration of function 'getcwd' [-Wimplicit-function-declaration]
getcwd(Directory, sizeof(Directory));
^~~~~~
source/base/all/dosfuncs/noi64lin.c: In function 'BASE_DOSFUNCS_ChSize':
source/base/all/dosfuncs/noi64lin.c:24:10: warning: implicit declaration of function 'ftruncate' [-Wimplicit-function-declaration]
return ftruncate(Handle , Size);
^~~~~~~~~
source/base/all/extract/extract.c: In function 'BASE_EXTRACT_DecompressFile':
source/base/all/extract/extract.c:194:7: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration]
close(Handle);
^~~~~
source/base/all/extract/extract.c:224:5: warning: implicit declaration of function 'BASE_STATE_EXTERN_IsCRCOkSet' [-Wimplicit-function-declaration]
BASE_STATE_EXTERN_IsCRCOkSet(&IsCRCOk,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
source/base/all/filelist/filelist.c: In function 'BASE_FILELIST_Create':
source/base/all/filelist/filelist.c:347:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
BASE_FILELIST.Pos -= (ULONG) BASE_FILELIST.List;
^
source/base/all/filelist/filelist.c:348:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
BASE_FILELIST.Last -= (ULONG) BASE_FILELIST.List;
^
source/base/all/filelist/filelist.c:351:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
(ULONG) BASE_FILELIST.Last);
^
source/base/all/filelist/filelist.c:353:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
BASE_FILELIST.Pos += (ULONG) BASE_FILELIST.List;
^
source/base/all/filelist/filelist.c:354:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
BASE_FILELIST.Last += (ULONG) BASE_FILELIST.List;
^
source/base/all/lfn/nont.c: In function 'BASE_LFN_ShortenLongFileName':
source/base/all/lfn/nont.c:134:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
Len = (UINT) CharPos1 - (UINT) Name;
^
source/base/all/lfn/nont.c:134:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
Len = (UINT) CharPos1 - (UINT) Name;
^
source/base/all/lfn/nodos32.c: In function 'BASE_LFN_RemoveDir':
source/base/all/lfn/nodos32.c:88:10: warning: implicit declaration of function 'rmdir' [-Wimplicit-function-declaration]
return rmdir(Dir);
^~~~~
source/base/all/memory/memory.c: In function 'BASE_MEMORY_Optimize':
source/base/all/memory/memory.c:241:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
I = (INT) BASE_FILELIST.Last - (INT) BASE_FILELIST.List;
^
source/base/all/memory/memory.c:241:46: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
I = (INT) BASE_FILELIST.Last - (INT) BASE_FILELIST.List;
^
source/base/all/memory/memory.c:242:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
J = (INT) BASE_FILELIST.Pos - (INT) BASE_FILELIST.List;
^
source/base/all/memory/memory.c:242:46: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
J = (INT) BASE_FILELIST.Pos - (INT) BASE_FILELIST.List;
^
source/base/all/pathfunc/pathfunc.c: In function 'BASE_PATHFUNC_ExtendWildCardStr':
source/base/all/pathfunc/pathfunc.c:198:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
SourceIndex = (LONG) WildcardPos - (LONG) SourceStr;
^
source/base/all/pathfunc/pathfunc.c:198:40: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
SourceIndex = (LONG) WildcardPos - (LONG) SourceStr;
^
source/base/all/pathfunc/pathfunc.c:204:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
SourceIndex = (LONG) PointPos - (LONG) SourceStr;
^
source/base/all/pathfunc/pathfunc.c:204:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
SourceIndex = (LONG) PointPos - (LONG) SourceStr;
^
source/base/all/pathfunc/pathfunc.c:209:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
(LONG) WildcardPos - (LONG) SourceStr :
^
source/base/all/pathfunc/pathfunc.c:209:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
(LONG) WildcardPos - (LONG) SourceStr :
^
source/base/all/pathfunc/pathfunc.c:230:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
SourceIndex = (INT) PointPos - (INT) SourceStr + 1;
^
source/base/all/pathfunc/pathfunc.c:230:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
SourceIndex = (INT) PointPos - (INT) SourceStr + 1;
^
source/base/all/pathfunc/pathfunc.c: In function 'BASE_PATHFUNC_GetDevicePathLen':
source/base/all/pathfunc/pathfunc.c:279:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
Result = (UINT) SlashPos - (UINT) Path + 1;
^
source/base/all/pathfunc/pathfunc.c:279:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
Result = (UINT) SlashPos - (UINT) Path + 1;
^
source/base/all/pathfunc/pathfunc.c: In function 'BASE_PATHFUNC_SplitFileName':
source/base/all/pathfunc/pathfunc.c:326:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
SlashPos = SlashPos - (UINT) Dir + (UINT) FileName;
^
source/base/all/pathfunc/pathfunc.c:326:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
SlashPos = SlashPos - (UINT) Dir + (UINT) FileName;
^
source/base/all/pathfunc/pathfunc.c: In function 'BASE_PATHFUNC_CompletePath':
source/base/all/pathfunc/pathfunc.c:355:5: warning: implicit declaration of function 'getcwd' [-Wimplicit-function-declaration]
getcwd(CurrentDir, sizeof(CurrentDir));
^~~~~~
source/base/all/state/state.c: In function 'BASE_STATE_WriteFile':
source/base/all/state/state.c:25:11: warning: implicit declaration of function 'write' [-Wimplicit-function-declaration]
Wrote = write(Handle, Buf, Len);
^~~~~
source/apps/exe/input/input.c: In function 'APPS_EXE_INPUT_WarningYANCProc':
source/apps/exe/input/input.c:211:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
(LONG) strchr(APPS_EXE_MESSAGES.YANC, APPS_EXE_INPUT.LastKey))
^
source/apps/exe/input/input.c:214:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
ButtonNumber -= (LONG) APPS_EXE_MESSAGES.YANC;
^
source/apps/exe/messages/messages.c: In function 'APPS_EXE_MESSAGES_Read':
source/apps/exe/messages/messages.c:46:12: warning: implicit declaration of function 'read' [-Wimplicit-function-declaration]
return read(APPS_EXE_MESSAGES.Handle, Buf, Len);
^~~~
source/apps/exe/messages/messages.c: In function 'APPS_EXE_MESSAGES_Skip':
source/apps/exe/messages/messages.c:60:5: warning: implicit declaration of function 'lseek' [-Wimplicit-function-declaration]
lseek(APPS_EXE_MESSAGES.Handle, Len, SEEK_CUR);
^~~~~
source/apps/exe/messages/messages.c: In function 'APPS_EXE_MESSAGES_Close':
source/apps/exe/messages/messages.c:70:5: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration]
close(APPS_EXE_MESSAGES.Handle);
^~~~~
source/apps/unace/exe/commline/commline.c: In function 'APPS_UNACE_EXE_COMMLINE_Init':
source/apps/unace/exe/commline/commline.c:53:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
BASE_FILELIST.SearchExcludeListMax += (INT) BASE_FILELIST.SearchExcludeList;
^
source/apps/unace/exe/commline/commline.c: In function 'APPS_UNACE_EXE_COMMLINE_FileListAddFiles':
source/apps/unace/exe/commline/commline.c:213:23: warning: implicit declaration of function 'read' [-Wimplicit-function-declaration]
if (!(Read += read(Handle, &FileList[Read], sizeof(FileList) - Read)))
^~~~
source/apps/unace/exe/commline/commline.c:254:5: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration]
close(Handle);
^~~~~
source/apps/unace/exe/commline/commline.c: In function 'APPS_UNACE_EXE_COMMLINE_GetFileListInit':
source/apps/unace/exe/commline/commline.c:273:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
BASE_FILELIST.SearchListMax += (INT) BASE_FILELIST.SearchListEnd;
^
source/apps/unace/exe/lin.c: In function 'APPS_UNACE_EXE_InitOSSpecific':
source/apps/unace/exe/lin.c:16:37: warning: implicit declaration of function 'isatty' [-Wimplicit-function-declaration]
APPS_EXE_OUTPUT.IsNotRedirected = isatty(fileno(stdout));
^~~~~~
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "unace"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Adding install file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: unace 2.5-9 (Wed Aug 24 13:10:37 UTC 2016)
CMD: pacman --query --file unace-2.5-9-x86_64.pkg.tar.xz
Creating hybrid package for 'unace'
Trying to find vanilla package 'unace'...
CMD: pacman --query --file /mirror/unace-2.5-9.pkg.tar.xz
Package file has the following structure:
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .INSTALL usr
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO .INSTALL usr .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO .INSTALL usr .MTREE | xz -c -z
CMD: bsdtar -tqf unace.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/unace.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/unace.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/unace.pkg.tar.xz'
-> Computing checksums...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'