Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Sep 2013 15:54:43 GMT
From:      Stephen Fisher <stephenfisher@outlook.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182043: Build failed for ansiprint-1.0 during build&#8207;
Message-ID:  <201309121554.r8CFsh5Q031451@oldred.freebsd.org>
Resent-Message-ID: <201309121600.r8CG00VG007163@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         182043
>Category:       ports
>Synopsis:       Build failed for ansiprint-1.0 during build&#8207;
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 12 16:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Fisher
>Release:        
>Organization:
>Environment:
>Description:
I received an e-mail this morning from pkg-fallout because the print/ansiprint port I maintain is now failing to build on 10-CURRENT (http://beefy2.isc.freebsd.org/bulk/head-amd64-default/2013-09-12_01h37m09s/logs/ansiprint-1.0.log)

===> Building for ansiprint-1.0
cd /wrkdirs/usr/ports/print/ansiprint/work/ansiprint-1.0 && c++ -O2 -pipe -fno-strict-aliasing -Wno-deprecated -o ansiprint ansiprint.cc
ansiprint.cc:39:10: fatal error: 'iostream.h' file not found
#include <iostream.h>
 ^
1 error generated.
*** Error code 1

I assume it's because this old program includes <iostream.h> instead of <iostream>.  Can you try changing that to see if it builds again?  The port still builds on my 9.1-RELEASE machine.

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



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