<86>Jan 25 21:43:15 userdel[3483]: delete user 'rooter' <86>Jan 25 21:43:15 userdel[3483]: removed group 'rooter' owned by 'rooter' <86>Jan 25 21:43:15 groupadd[3488]: group added to /etc/group: name=rooter, GID=558 <86>Jan 25 21:43:15 groupadd[3488]: group added to /etc/gshadow: name=rooter <86>Jan 25 21:43:15 groupadd[3488]: new group: name=rooter, GID=558 <86>Jan 25 21:43:15 useradd[3492]: new user: name=rooter, UID=558, GID=558, home=/root, shell=/bin/bash <86>Jan 25 21:43:15 userdel[3498]: delete user 'builder' <86>Jan 25 21:43:15 userdel[3498]: removed group 'builder' owned by 'builder' <86>Jan 25 21:43:15 groupadd[3503]: group added to /etc/group: name=builder, GID=559 <86>Jan 25 21:43:15 groupadd[3503]: group added to /etc/gshadow: name=builder <86>Jan 25 21:43:15 groupadd[3503]: new group: name=builder, GID=559 <86>Jan 25 21:43:15 useradd[3507]: new user: name=builder, UID=559, GID=559, home=/usr/src, shell=/bin/bash Installing nrg4iso-1.0.1-alt1.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.70920 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf nrg4iso + echo 'Source #0 (nrg4iso-1.0.1.tgz):' Source #0 (nrg4iso-1.0.1.tgz): + /bin/gzip -dc /usr/src/RPM/SOURCES/nrg4iso-1.0.1.tgz + /bin/tar -xf - + cd nrg4iso + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.70920 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd nrg4iso + /usr/bin/subst s@machine/endian.h@endian.h@ endian.h + /usr/bin/subst 's/O_RDONLY,/O_RDONLY | O_LARGEFILE,/' nrg.c + '[' -n '' ']' + NPROCS=1 + make -j1 'CC=gcc -D_LARGEFILE64_SOURCE' make: Entering directory `/usr/src/RPM/BUILD/nrg4iso' gcc -D_LARGEFILE64_SOURCE -Os -Wall -c -o main.o main.c In file included from main.c:39:0: iso9660.h:89:12: warning: inline function 'iso_volumesize' declared but never defined inline int iso_volumesize(PVD_t* a_pvd); ^~~~~~~~~~~~~~ iso9660.h:88:12: warning: inline function 'iso_blocksize' declared but never defined inline int iso_blocksize(PVD_t* a_pvd); ^~~~~~~~~~~~~ gcc -D_LARGEFILE64_SOURCE -Os -Wall -c -o iso9660.o iso9660.c In file included from iso9660.c:35:0: endian.h:47:0: warning: "htobe16" redefined #define htobe16(x) bswap16((x)) In file included from endian.h:36:0, from iso9660.c:35: /usr/include/endian.h:63:0: note: this is the location of the previous definition # define htobe16(x) __bswap_16 (x) In file included from iso9660.c:35:0: endian.h:48:0: warning: "htobe32" redefined #define htobe32(x) bswap32((x)) In file included from endian.h:36:0, from iso9660.c:35: /usr/include/endian.h:68:0: note: this is the location of the previous definition # define htobe32(x) __bswap_32 (x) In file included from iso9660.c:35:0: endian.h:49:0: warning: "htobe64" redefined #define htobe64(x) bswap64((x)) In file included from endian.h:36:0, from iso9660.c:35: /usr/include/endian.h:73:0: note: this is the location of the previous definition # define htobe64(x) __bswap_64 (x) In file included from iso9660.c:35:0: endian.h:50:0: warning: "htole16" redefined #define htole16(x) ((uint16_t)(x)) In file included from endian.h:36:0, from iso9660.c:35: /usr/include/endian.h:64:0: note: this is the location of the previous definition # define htole16(x) (x) In file included from iso9660.c:35:0: endian.h:51:0: warning: "htole32" redefined #define htole32(x) ((uint32_t)(x)) In file included from endian.h:36:0, from iso9660.c:35: /usr/include/endian.h:69:0: note: this is the location of the previous definition # define htole32(x) (x) In file included from iso9660.c:35:0: endian.h:52:0: warning: "htole64" redefined #define htole64(x) ((uint64_t)(x)) In file included from endian.h:36:0, from iso9660.c:35: /usr/include/endian.h:74:0: note: this is the location of the previous definition # define htole64(x) (x) In file included from iso9660.c:35:0: endian.h:54:0: warning: "be16toh" redefined #define be16toh(x) bswap16((x)) In file included from endian.h:36:0, from iso9660.c:35: /usr/include/endian.h:65:0: note: this is the location of the previous definition # define be16toh(x) __bswap_16 (x) In file included from iso9660.c:35:0: endian.h:55:0: warning: "be32toh" redefined #define be32toh(x) bswap32((x)) In file included from endian.h:36:0, from iso9660.c:35: /usr/include/endian.h:70:0: note: this is the location of the previous definition # define be32toh(x) __bswap_32 (x) In file included from iso9660.c:35:0: endian.h:56:0: warning: "be64toh" redefined #define be64toh(x) bswap64((x)) In file included from endian.h:36:0, from iso9660.c:35: /usr/include/endian.h:75:0: note: this is the location of the previous definition # define be64toh(x) __bswap_64 (x) In file included from iso9660.c:35:0: endian.h:57:0: warning: "le16toh" redefined #define le16toh(x) ((uint16_t)(x)) In file included from endian.h:36:0, from iso9660.c:35: /usr/include/endian.h:66:0: note: this is the location of the previous definition # define le16toh(x) (x) In file included from iso9660.c:35:0: endian.h:58:0: warning: "le32toh" redefined #define le32toh(x) ((uint32_t)(x)) In file included from endian.h:36:0, from iso9660.c:35: /usr/include/endian.h:71:0: note: this is the location of the previous definition # define le32toh(x) (x) In file included from iso9660.c:35:0: endian.h:59:0: warning: "le64toh" redefined #define le64toh(x) ((uint64_t)(x)) In file included from endian.h:36:0, from iso9660.c:35: /usr/include/endian.h:76:0: note: this is the location of the previous definition # define le64toh(x) (x) iso9660.c: In function 'iso_verifypvd': iso9660.c:70:84: warning: argument to 'sizeof' in 'strncmp' call is the same expression as the second source; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] if ((VDPrimary != a_pvd->VDType) || (strncmp(a_pvd->VSStdId, ISO_STD_ID, sizeof(ISO_STD_ID))) || (1 != a_pvd->Version)) ^ In file included from iso9660.c:35:0: iso9660.c: At top level: endian.h:79:17: warning: inline function '_bswap64' declared but never defined inline uint64_t _bswap64(uint64_t a_int); ^~~~~~~~ endian.h:78:17: warning: inline function '_bswap32' declared but never defined inline uint32_t _bswap32(uint32_t a_int); ^~~~~~~~ endian.h:77:17: warning: inline function '_bswap16' declared but never defined inline uint16_t _bswap16(uint16_t a_int); ^~~~~~~~ gcc -D_LARGEFILE64_SOURCE -Os -Wall -c -o nrg.o nrg.c In file included from nrg.c:40:0: endian.h:47:0: warning: "htobe16" redefined #define htobe16(x) bswap16((x)) In file included from /usr/include/sys/types.h:216:0, from /usr/include/stdlib.h:275, from nrg.c:30: /usr/include/endian.h:63:0: note: this is the location of the previous definition # define htobe16(x) __bswap_16 (x) In file included from nrg.c:40:0: endian.h:48:0: warning: "htobe32" redefined #define htobe32(x) bswap32((x)) In file included from /usr/include/sys/types.h:216:0, from /usr/include/stdlib.h:275, from nrg.c:30: /usr/include/endian.h:68:0: note: this is the location of the previous definition # define htobe32(x) __bswap_32 (x) In file included from nrg.c:40:0: endian.h:49:0: warning: "htobe64" redefined #define htobe64(x) bswap64((x)) In file included from /usr/include/sys/types.h:216:0, from /usr/include/stdlib.h:275, from nrg.c:30: /usr/include/endian.h:73:0: note: this is the location of the previous definition # define htobe64(x) __bswap_64 (x) In file included from nrg.c:40:0: endian.h:50:0: warning: "htole16" redefined #define htole16(x) ((uint16_t)(x)) In file included from /usr/include/sys/types.h:216:0, from /usr/include/stdlib.h:275, from nrg.c:30: /usr/include/endian.h:64:0: note: this is the location of the previous definition # define htole16(x) (x) In file included from nrg.c:40:0: endian.h:51:0: warning: "htole32" redefined #define htole32(x) ((uint32_t)(x)) In file included from /usr/include/sys/types.h:216:0, from /usr/include/stdlib.h:275, from nrg.c:30: /usr/include/endian.h:69:0: note: this is the location of the previous definition # define htole32(x) (x) In file included from nrg.c:40:0: endian.h:52:0: warning: "htole64" redefined #define htole64(x) ((uint64_t)(x)) In file included from /usr/include/sys/types.h:216:0, from /usr/include/stdlib.h:275, from nrg.c:30: /usr/include/endian.h:74:0: note: this is the location of the previous definition # define htole64(x) (x) In file included from nrg.c:40:0: endian.h:54:0: warning: "be16toh" redefined #define be16toh(x) bswap16((x)) In file included from /usr/include/sys/types.h:216:0, from /usr/include/stdlib.h:275, from nrg.c:30: /usr/include/endian.h:65:0: note: this is the location of the previous definition # define be16toh(x) __bswap_16 (x) In file included from nrg.c:40:0: endian.h:55:0: warning: "be32toh" redefined #define be32toh(x) bswap32((x)) In file included from /usr/include/sys/types.h:216:0, from /usr/include/stdlib.h:275, from nrg.c:30: /usr/include/endian.h:70:0: note: this is the location of the previous definition # define be32toh(x) __bswap_32 (x) In file included from nrg.c:40:0: endian.h:56:0: warning: "be64toh" redefined #define be64toh(x) bswap64((x)) In file included from /usr/include/sys/types.h:216:0, from /usr/include/stdlib.h:275, from nrg.c:30: /usr/include/endian.h:75:0: note: this is the location of the previous definition # define be64toh(x) __bswap_64 (x) In file included from nrg.c:40:0: endian.h:57:0: warning: "le16toh" redefined #define le16toh(x) ((uint16_t)(x)) In file included from /usr/include/sys/types.h:216:0, from /usr/include/stdlib.h:275, from nrg.c:30: /usr/include/endian.h:66:0: note: this is the location of the previous definition # define le16toh(x) (x) In file included from nrg.c:40:0: endian.h:58:0: warning: "le32toh" redefined #define le32toh(x) ((uint32_t)(x)) In file included from /usr/include/sys/types.h:216:0, from /usr/include/stdlib.h:275, from nrg.c:30: /usr/include/endian.h:71:0: note: this is the location of the previous definition # define le32toh(x) (x) In file included from nrg.c:40:0: endian.h:59:0: warning: "le64toh" redefined #define le64toh(x) ((uint64_t)(x)) In file included from /usr/include/sys/types.h:216:0, from /usr/include/stdlib.h:275, from nrg.c:30: /usr/include/endian.h:76:0: note: this is the location of the previous definition # define le64toh(x) (x) nrg.c: In function 'nrg_trackdata': nrg.c:335:8: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *a_offset = be32toh(*((uint32_t*) &chunk[44])); ^ nrg.c:336:8: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *a_length = be32toh(*((uint32_t*) &chunk[48])) - *a_offset; ^ nrg.c:339:8: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *a_offset = be64toh(*((uint64_t*) &chunk[48])); ^ nrg.c:340:8: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *a_length = be64toh(*((uint64_t*) &chunk[56])) - *a_offset; ^ nrg.c:354:8: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *a_offset = be32toh(*((uint32_t*) &chunk[0])); ^ nrg.c:355:8: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *a_length = be32toh(*((uint32_t*) &chunk[4])); ^ nrg.c:358:8: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *a_offset = be64toh(*((uint64_t*) &chunk[0])); ^ nrg.c:359:8: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *a_length = be64toh(*((uint64_t*) &chunk[8])); ^ In file included from nrg.c:40:0: nrg.c: At top level: endian.h:79:17: warning: inline function '_bswap64' declared but never defined inline uint64_t _bswap64(uint64_t a_int); ^~~~~~~~ endian.h:78:17: warning: inline function '_bswap32' declared but never defined inline uint32_t _bswap32(uint32_t a_int); ^~~~~~~~ endian.h:77:17: warning: inline function '_bswap16' declared but never defined inline uint16_t _bswap16(uint16_t a_int); ^~~~~~~~ In file included from nrg.h:33:0, from nrg.c:37: iso9660.h:89:12: warning: inline function 'iso_volumesize' declared but never defined inline int iso_volumesize(PVD_t* a_pvd); ^~~~~~~~~~~~~~ iso9660.h:88:12: warning: inline function 'iso_blocksize' declared but never defined inline int iso_blocksize(PVD_t* a_pvd); ^~~~~~~~~~~~~ gcc -D_LARGEFILE64_SOURCE -Os -Wall -c -o endian.o endian.c In file included from endian.c:29:0: endian.h:47:0: warning: "htobe16" redefined #define htobe16(x) bswap16((x)) In file included from endian.h:36:0, from endian.c:29: /usr/include/endian.h:63:0: note: this is the location of the previous definition # define htobe16(x) __bswap_16 (x) In file included from endian.c:29:0: endian.h:48:0: warning: "htobe32" redefined #define htobe32(x) bswap32((x)) In file included from endian.h:36:0, from endian.c:29: /usr/include/endian.h:68:0: note: this is the location of the previous definition # define htobe32(x) __bswap_32 (x) In file included from endian.c:29:0: endian.h:49:0: warning: "htobe64" redefined #define htobe64(x) bswap64((x)) In file included from endian.h:36:0, from endian.c:29: /usr/include/endian.h:73:0: note: this is the location of the previous definition # define htobe64(x) __bswap_64 (x) In file included from endian.c:29:0: endian.h:50:0: warning: "htole16" redefined #define htole16(x) ((uint16_t)(x)) In file included from endian.h:36:0, from endian.c:29: /usr/include/endian.h:64:0: note: this is the location of the previous definition # define htole16(x) (x) In file included from endian.c:29:0: endian.h:51:0: warning: "htole32" redefined #define htole32(x) ((uint32_t)(x)) In file included from endian.h:36:0, from endian.c:29: /usr/include/endian.h:69:0: note: this is the location of the previous definition # define htole32(x) (x) In file included from endian.c:29:0: endian.h:52:0: warning: "htole64" redefined #define htole64(x) ((uint64_t)(x)) In file included from endian.h:36:0, from endian.c:29: /usr/include/endian.h:74:0: note: this is the location of the previous definition # define htole64(x) (x) In file included from endian.c:29:0: endian.h:54:0: warning: "be16toh" redefined #define be16toh(x) bswap16((x)) In file included from endian.h:36:0, from endian.c:29: /usr/include/endian.h:65:0: note: this is the location of the previous definition # define be16toh(x) __bswap_16 (x) In file included from endian.c:29:0: endian.h:55:0: warning: "be32toh" redefined #define be32toh(x) bswap32((x)) In file included from endian.h:36:0, from endian.c:29: /usr/include/endian.h:70:0: note: this is the location of the previous definition # define be32toh(x) __bswap_32 (x) In file included from endian.c:29:0: endian.h:56:0: warning: "be64toh" redefined #define be64toh(x) bswap64((x)) In file included from endian.h:36:0, from endian.c:29: /usr/include/endian.h:75:0: note: this is the location of the previous definition # define be64toh(x) __bswap_64 (x) In file included from endian.c:29:0: endian.h:57:0: warning: "le16toh" redefined #define le16toh(x) ((uint16_t)(x)) In file included from endian.h:36:0, from endian.c:29: /usr/include/endian.h:66:0: note: this is the location of the previous definition # define le16toh(x) (x) In file included from endian.c:29:0: endian.h:58:0: warning: "le32toh" redefined #define le32toh(x) ((uint32_t)(x)) In file included from endian.h:36:0, from endian.c:29: /usr/include/endian.h:71:0: note: this is the location of the previous definition # define le32toh(x) (x) In file included from endian.c:29:0: endian.h:59:0: warning: "le64toh" redefined #define le64toh(x) ((uint64_t)(x)) In file included from endian.h:36:0, from endian.c:29: /usr/include/endian.h:76:0: note: this is the location of the previous definition # define le64toh(x) (x) gcc -D_LARGEFILE64_SOURCE -Os -Wall -o nrg4iso main.o iso9660.o nrg.o endian.o main.o: In function `main': main.c:(.text.startup+0x1f0): undefined reference to `iso_volumesize' nrg.o: In function `nrg_readchunk': nrg.c:(.text+0x1f8): undefined reference to `_bswap32' nrg.o: In function `_nrg_initialize': nrg.c:(.text+0x301): undefined reference to `_bswap64' nrg.o: In function `nrg_trackdata': nrg.c:(.text+0x55a): undefined reference to `_bswap64' nrg.c:(.text+0x56c): undefined reference to `_bswap64' nrg.c:(.text+0x579): undefined reference to `_bswap32' nrg.c:(.text+0x58b): undefined reference to `_bswap32' nrg.c:(.text+0x5cd): undefined reference to `_bswap64' nrg.c:(.text+0x5df): undefined reference to `_bswap64' nrg.c:(.text+0x5eb): undefined reference to `_bswap32' nrg.c:(.text+0x5fd): undefined reference to `_bswap32' collect2: error: ld returned 1 exit status make: *** [nrg4iso] Error 1 make: Leaving directory `/usr/src/RPM/BUILD/nrg4iso' error: Bad exit status from /usr/src/tmp/rpm-tmp.70920 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.70920 (%build) Command exited with non-zero status 1 0.48user 0.12system 0:00.60elapsed 99%CPU (0avgtext+0avgdata 22488maxresident)k 0inputs+0outputs (0major+21492minor)pagefaults 0swaps hsh-rebuild: rebuild of `nrg4iso-1.0.1-alt1.qa1.src.rpm' failed. Command exited with non-zero status 1 15.27user 4.16system 0:18.67elapsed 104%CPU (0avgtext+0avgdata 134164maxresident)k 0inputs+0outputs (0major+227626minor)pagefaults 0swaps