Bug 124976

Summary: Problem Compiling devel/libtool15/
Product: Ports & Packages Reporter: Cristian Mazzetti Martin <info>
Component: Individual Port(s)Assignee: Ade Lovett <ade>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Cristian Mazzetti Martin 2008-06-25 12:20:01 UTC
serverD# make install clean
===>  Vulnerability check disabled, database not found
===>  Extracting for libtool-1.5.24
=> MD5 Checksum OK for libtool-1.5.24.tar.gz.
=> SHA256 Checksum OK for libtool-1.5.24.tar.gz.
===>  Patching for libtool-1.5.24
===>  Applying FreeBSD patches for libtool-1.5.24
===>  Configuring for libtool-1.5.24
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking for gcc... cc
checking for C compiler default output file name... 
configure: error: C compiler cannot create executables
See `config.log' for more details.
===>  Script "configure" failed unexpectedly.
Please report the problem to ade@FreeBSD.org [maintainer] and attach the
"/usr/ports/devel/libtool15/work/libtool-1.5.24/config.log" including the
output of the failure of your make command. Also, it might be a good idea to
provide an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1

Stop in /usr/ports/devel/libtool15.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2008-06-25 23:04:36 UTC
Responsible Changed
From-To: freebsd-bugs->ade

Make this a ports PR and assign.
Comment 2 Ade Lovett freebsd_committer freebsd_triage 2008-06-26 00:35:34 UTC
State Changed
From-To: open->feedback

You'll need to look at config.log to determine why: 

checking for C compiler default output file name... 
configure: error: C compiler cannot create executables 

That's a pretty fundamental problem (and nothing to do with the port). 
Most likely 'interesting' CFLAGS set in /etc/make.conf (or elsewhere). 

You should also update your ports tree.  devel/libtool15 is currently 
at 1.5.26 (you're compiling 1.5.24)
Comment 3 Ade Lovett freebsd_committer freebsd_triage 2008-07-14 20:27:24 UTC
State Changed
From-To: feedback->closed

Feedback timeout on what is obviously a local issue.