NetBSD Problem Report #46425

From ignatios@cs.uni-bonn.de  Tue May  8 13:20:34 2012
Return-Path: <ignatios@cs.uni-bonn.de>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
	by www.NetBSD.org (Postfix) with ESMTP id 54E5063B86B
	for <gnats-bugs@gnats.NetBSD.org>; Tue,  8 May 2012 13:20:34 +0000 (UTC)
Message-Id: <1336483248.645764.10128.nullmailer@jaguar-gamma.cs.uni-bonn.de>
Date: Tue, 08 May 2012 15:20:48 +0200
From: ignatios@cs.uni-bonn.de
Reply-To: ignatios@cs.uni-bonn.de
To: gnats-bugs@gnats.NetBSD.org
Subject: print/teTeX: bbold is broken. 
X-Send-Pr-Version: 3.95

>Number:         46425
>Category:       pkg
>Synopsis:       print/teTeX: bbold is broken.
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    minskim
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue May 08 13:25:00 +0000 2012
>Closed-Date:    Mon Mar 14 05:38:36 +0000 2016
>Last-Modified:  Mon Mar 14 05:38:36 +0000 2016
>Originator:     ignatios@cs.uni-bonn.de
>Release:        NetBSD 5.1_STABLE
>Organization:
computer science department, university of Bonn, Germany
>Environment:


System: NetBSD jaguar-gamma 5.1_STABLE NetBSD 5.1_STABLE (XEN3PAE_DOMU) #4: Tue Mar 27 15:14:53 CEST 2012 ignatios@random84.cs.uni-bonn.de:/var/itch/obj/5i386/sys/arch/i386/compile/XEN3PAE_DOMU i386
Architecture: i386
Machine: i386
>Description:

dvips: ! Couldn't find font file bbold10.pfb

>How-To-Repeat:

% cat test.tex
\documentclass[10pt]{article}
\usepackage{bbold}
\begin{document}
    $\mathbb{1}$
\end{document}
% latex test
% dvips -o foo.ps test

Installed package is tex-amsfonts-3.0nb2

>Fix:

Unknown
>Release-Note:

>Audit-Trail:

Responsible-Changed-From-To: pkg-manager->minskim
Responsible-Changed-By: minskim@NetBSD.org
Responsible-Changed-When: Tue, 08 May 2012 18:26:08 +0000
Responsible-Changed-Why:
I will take this.


From: Min Sik Kim <minskim@NetBSD.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/46425: print/teTeX: bbold is broken. 
Date: Tue, 08 May 2012 13:39:35 -0700

 Please install fonts/tex-bbold-type1, which has the missing font file,
 bbold10.pfb.

From: Ignatios Souvatzis <ignatios@cs.uni-bonn.de>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/46425: print/teTeX: bbold is broken.
Date: Wed, 9 May 2012 11:36:24 +0200

 On Tue, May 08, 2012 at 08:40:03PM +0000, Min Sik Kim wrote:
 > The following reply was made to PR pkg/46425; it has been noted by GNATS.
 > 
 > From: Min Sik Kim <minskim@NetBSD.org>
 > To: gnats-bugs@NetBSD.org
 > Cc: 
 > Subject: Re: pkg/46425: print/teTeX: bbold is broken. 
 > Date: Tue, 08 May 2012 13:39:35 -0700
 > 
 >  Please install fonts/tex-bbold-type1, which has the missing font file,
 >  bbold10.pfb.

 Works with pdflatex; doesn't work with latex + dvips; for the
 latter, while dvips claims that it accesses
 /usr/pkg/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmr12.pfb,
 the wrong font (some normal CM) is apparently used.

 test.tex, created test.dvi and test.ps, and created test.pdf

 and stderr etc. are on

 http://theory.cs.uni-bonn.de/~ignatios/bbold/

 	-is

From: "Min Sik Kim" <minskim@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/46425 CVS commit: pkgsrc/fonts/tex-bbold-type1
Date: Wed, 9 May 2012 21:02:04 +0000

 Module Name:	pkgsrc
 Committed By:	minskim
 Date:		Wed May  9 21:02:04 UTC 2012

 Modified Files:
 	pkgsrc/fonts/tex-bbold-type1: Makefile distinfo
 Added Files:
 	pkgsrc/fonts/tex-bbold-type1/patches:
 	    patch-fonts_map_dvips_bbold-type1_bbold.map

 Log Message:
 Make font names in the map file match with the names defined in font files.

 This should fix PR 46425.


 To generate a diff of this commit:
 cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/fonts/tex-bbold-type1/Makefile \
     pkgsrc/fonts/tex-bbold-type1/distinfo
 cvs rdiff -u -r0 -r1.1 \
     pkgsrc/fonts/tex-bbold-type1/patches/patch-fonts_map_dvips_bbold-type1_bbold.map

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: Min Sik Kim <minskim@NetBSD.org>
To: gnats-bugs@NetBSD.org
Cc: gnats-admin@netbsd.org,
	pkgsrc-bugs@netbsd.org,
	ignatios@cs.uni-bonn.de
Subject: Re: pkg/46425: print/teTeX: bbold is broken.
Date: Wed, 09 May 2012 14:04:38 -0700

 Please try with tex-bbold-type1-2011nb1.

 Its font map file had some entries with mismatched font names, which
 dvips relies on.

 -- 
 Min Sik Kim

From: Ignatios Souvatzis <ignatios@cs.uni-bonn.de>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/46425: print/teTeX: bbold is broken.
Date: Thu, 10 May 2012 10:19:29 +0200

 On Wed, May 09, 2012 at 09:05:06PM +0000, Min Sik Kim wrote:
 > The following reply was made to PR pkg/46425; it has been noted by GNATS.
 > 
 > From: Min Sik Kim <minskim@NetBSD.org>
 > To: gnats-bugs@NetBSD.org
 > Cc: gnats-admin@netbsd.org,
 > 	pkgsrc-bugs@netbsd.org,
 > 	ignatios@cs.uni-bonn.de
 > Subject: Re: pkg/46425: print/teTeX: bbold is broken.
 > Date: Wed, 09 May 2012 14:04:38 -0700
 > 
 >  Please try with tex-bbold-type1-2011nb1.
 >  
 >  Its font map file had some entries with mismatched font names, which
 >  dvips relies on.

 With dvips, works for *some* sizes, e.g. not for the original test
 case with [12pt].

 Updated test.tex and script and output in 

 	http://theory.cs.uni-bonn.de/~ignatios/bbold/

 compare test.ps and test.pdf

 Installed versions are
 tex-dvips-2011, dvipsk-5.99, tex-bbold-1.01 and tex-bbold-type1-2011nb1

 Regards,
 	-is

From: Min Sik Kim <minskim@NetBSD.org>
To: gnats-bugs@NetBSD.org
Cc: mcf2uk@virginia.edu
Subject: Re: pkg/46425: print/teTeX: bbold is broken. 
Date: Wed, 12 Feb 2014 16:08:52 -0800

 I cannot reproduce this with TeX Live 2013. Do you still have this issue =
 in pkgsrc-2013Q4?

 --=20
 Min Sik Kim

State-Changed-From-To: open->feedback
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Sun, 23 Nov 2014 06:19:08 +0000
State-Changed-Why:
A question was asked, back in February.


From: Ignatios Souvatzis <ignatios@cs.uni-bonn.de>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: pkg/46425: print/teTeX: bbold is broken
Date: Mon, 14 Dec 2015 16:12:43 +0100

 With:

 dvipsk-5.995         DVI-to-PostScript translator
 tex-bbold-1.01       Sans serif blackboard bold
 tex-bbold-type1-2014 Adobe Type 1 format version of the bbold font
 tex-dvips-2015       Files for a DVI to PostScript driver

 as of pkgsrc-2015Q3, this is no longer an issue.

 	-is

State-Changed-From-To: feedback->closed
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Mon, 14 Mar 2016 05:38:36 +0000
State-Changed-Why:
submitter says fixed.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2014 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.