pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Pbulk bootstrap issue




Anybody ever run into an issue like this when bootstrapping pbulk?

My setup works fine on CentOS 6, but I'm hitting this on CentOS 7. This is inside the chroot.

sh-4.2# ./bootstrap
===> bootstrap command: ./bootstrap --abi=64 --make-jobs=4 --prefix=/usr/pbulk --varbase=/usr/pbulk/var --prefer-pkgsrc=yes --mk-fragment=/mk-pbulk.conf --workdir=/tmp/pbulk-bootstrap
===> bootstrap started: Sat May 13 16:05:59 GMT 2017
"/tmp/pbulk-bootstrap" already exists, please remove it or use --workdir
sh-4.2# rm -rf /tmp/pbulk-bootstrap/
sh-4.2# ./bootstrap
===> bootstrap command: ./bootstrap --abi=64 --make-jobs=4 --prefix=/usr/pbulk --varbase=/usr/pbulk/var --prefer-pkgsrc=yes --mk-fragment=/mk-pbulk.conf --workdir=/tmp/pbulk-bootstrap
===> bootstrap started: Sat May 13 16:06:12 GMT 2017
Working directory is: /tmp/pbulk-bootstrap
===> running: /bin/sed -e 's|@DEFAULT_INSTALL_MODE@|'0755'|' /sharedapps/pkgsrc-2017Q1/sysutils/install-sh/files/install-sh.in > /tmp/pbulk-bootstrap/bin/install-sh
===> running: /bin/chmod +x /tmp/pbulk-bootstrap/bin/install-sh
===> Creating default mk.conf in /tmp/pbulk-bootstrap
===> running: /bin/sh /tmp/pbulk-bootstrap/bin/install-sh -d -o root -g root /tmp/pbulk-bootstrap/sbin ===> running: /bin/sh /tmp/pbulk-bootstrap/bin/install-sh -d -o root -g root /tmp/pbulk-bootstrap/share/mk
===> Bootstrapping mk-files
===> running: (cd /sharedapps/pkgsrc-2017Q1/pkgtools/bootstrap-mk-files/files && env CP=/bin/cp OPSYS=Linux MK_DST=/tmp/pbulk-bootstrap/share/mk ROOT_GROUP=root ROOT_USER=root SED=/bin/sed SYSCONFDIR=/usr/pbulk/etc /bin/sh ./bootstrap.sh)
===> Bootstrapping bmake
===> running: /bin/sh /tmp/pbulk-bootstrap/bin/install-sh -d -o root -g root /tmp/pbulk-bootstrap/bmake ===> running: (cd /tmp/pbulk-bootstrap/bmake && /bin/sh configure --prefix=/tmp/pbulk-bootstrap --with-default-sys-path=/tmp/pbulk-bootstrap/share/mk --with-machine-arch=x86_64 )
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: in `/tmp/pbulk-bootstrap/bmake':
configure: error: C compiler cannot create executables
See `config.log' for more details.
===> exited with status 77
aborted.

config.log:

configure:2669: checking for C compiler default output file name
configure:2691: gcc    conftest.c  >&5
gcc: error trying to exec 'cc1': execvp: No such file or directory
configure:2695: $? = 1
configure:2732: result:
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "bmake"
| #define PACKAGE_TARNAME "bmake"
| #define PACKAGE_VERSION "20140214"
| #define PACKAGE_STRING "bmake 20140214"
| #define PACKAGE_BUGREPORT "sjg%NetBSD.org@localhost"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <stdio.h>
| int
| main ()
| {
| FILE *f = fopen ("conftest.out", "w");
|  return ferror (f) || fclose (f) != 0;
|
|   ;
|   return 0;
| }
configure:2738: error: in `/tmp/pbulk-bootstrap/bmake':
configure:2742: error: C compiler cannot create executables

--
Earth is a beta site.



Home | Main Index | Thread Index | Old Index