Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Oct 2020 01:07:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 250263] lang/gcc48 fails to configure with "cannot compute suffix of object files: cannot compile"
Message-ID:  <bug-250263-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250263

            Bug ID: 250263
           Summary: lang/gcc48 fails to configure with "cannot compute
                    suffix of object files: cannot compile"
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: gerald@FreeBSD.org
          Reporter: doctorwhoguy@gmail.com
          Assignee: gerald@FreeBSD.org
             Flags: maintainer-feedback?(gerald@FreeBSD.org)
 Attachment #218655 text/plain
         mime type:

Created attachment 218655
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D218655&action=
=3Dedit
config.log

I was trying to install bhyve-firmware from ports. gcc48 is a dependency, b=
ut
it failed during the configure phase. I checked the config.log, and it appe=
ars
that the primary problem is in regard to the ISL library. I'm running
13.0-CURRENT #4 88ab3e83466-c272139(master).

gmake[5]: Leaving directory '/usr/ports/lang/gcc48/work/.build/gcc'
mkdir x86_64-portbld-freebsd13.0/libgcc
Checking multilib configuration for libgcc...
Configuring stage 1 in x86_64-portbld-freebsd13.0/libgcc
configure: creating cache ./config.cache
checking build system type... x86_64-portbld-freebsd13.0
checking host system type... x86_64-portbld-freebsd13.0
checking for --enable-version-specific-runtime-libs... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... /usr/bin/awk
checking for x86_64-portbld-freebsd13.0-ar...
/usr/local/x86_64-portbld-freebsd13.0/bin/ar
checking for x86_64-portbld-freebsd13.0-lipo... lipo
checking for x86_64-portbld-freebsd13.0-nm...
/usr/ports/lang/gcc48/work/.build/./gcc/nm
checking for x86_64-portbld-freebsd13.0-ranlib...
/usr/local/x86_64-portbld-freebsd13.0/bin/ranlib
checking for x86_64-portbld-freebsd13.0-strip...
/usr/local/x86_64-portbld-freebsd13.0/bin/strip
checking whether ln -s works... yes
checking for x86_64-portbld-freebsd13.0-gcc...
/usr/ports/lang/gcc48/work/.build/./gcc/xgcc
-B/usr/ports/lang/gcc48/work/.build/./gcc/
-B/usr/local/x86_64-portbld-freebsd13.0/bin/
-B/usr/local/x86_64-portbld-freebsd13.0/lib/ -isystem
/usr/local/x86_64-portbld-freebsd13.0/include -isystem
/usr/local/x86_64-portbld-freebsd13.0/sys-include=20=20=20
checking for suffix of object files... configure: error: in
`/usr/ports/lang/gcc48/work/.build/x86_64-portbld-freebsd13.0/libgcc':
configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
gmake[4]: *** [Makefile:13844: configure-stage1-target-libgcc] Error 1
gmake[4]: Leaving directory '/usr/ports/lang/gcc48/work/.build'
gmake[3]: *** [Makefile:18677: stage1-bubble] Error 2
gmake[3]: Leaving directory '/usr/ports/lang/gcc48/work/.build'
gmake[2]: *** [Makefile:18993: bootstrap-lean] Error 2
gmake[2]: Leaving directory '/usr/ports/lang/gcc48/work/.build'
=3D=3D=3D> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure =
to
the maintainer.
*** Error code 1

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250263-7788>