[Bug 250263] lang/gcc48 fails to configure with "cannot compute suffix of object files: cannot compile"

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Oct 11 01:07:31 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250263

            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 at FreeBSD.org
          Reporter: doctorwhoguy at gmail.com
          Assignee: gerald at FreeBSD.org
             Flags: maintainer-feedback?(gerald at FreeBSD.org)
 Attachment #218655 text/plain
         mime type:

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

I was trying to install bhyve-firmware from ports. gcc48 is a dependency, but
it failed during the configure phase. I checked the config.log, and it appears
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   
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'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

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


More information about the freebsd-ports-bugs mailing list