Bug 192302 - devel/ragel: breaks with TEX_DEFAULT=tetex in make.conf
Summary: devel/ragel: breaks with TEX_DEFAULT=tetex in make.conf
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-01 09:05 UTC by Michelle Sullivan
Modified: 2014-08-09 16:53 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michelle Sullivan 2014-08-01 09:05:51 UTC
===========================================================================
=======================<phase: lib-depends    >============================
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for ragel-6.8_1
configure: loading site script /usr/ports/Templates/config.site
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... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... yes
checking for ./DIST... yes
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for style of include used by gmake... GNU
checking dependency style of cc... gcc3
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc3
checking for ar... ar
checking for ranlib... ranlib
checking whether gmake sets $(MAKE)... (cached) yes
checking for fig2dev... fig2dev
checking for pdflatex... no

error: pdflatex is required to build the manual (maybe use --disable-manual)

===>  Script "configure" failed unexpectedly.
Please report the problem to danilo@FreeBSD.org [maintainer] and attach the
"/wrkdirs/usr/ports/devel/ragel/work/ragel-6.8/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. a
/usr/local/sbin/pkg-static info -g -Ea).
*** [do-configure] Error code 1

Stop in /usr/ports/devel/ragel.
===>  Cleaning for ragel-6.8_1
build of /usr/ports/devel/ragel ended at Fri Aug  1 10:50:16 CEST 2014
build time: 00:01:17
Comment 1 Baptiste Daroussin freebsd_committer freebsd_triage 2014-08-01 09:21:37 UTC
The ports does not anymore have another provider than texlive now.

So you will need to remove TEX_DEFAULT from your make.conf and switch to texlive

I have committed to bsd.tex.mk a guard to warn the users about that
Comment 2 Michelle Sullivan 2014-08-01 10:38:18 UTC
Have you commited the texlive stuff that we spoke of before? 

Michelle