pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/41607: print/xdik doesn't build on case-insensitive file system
>Number: 41607
>Category: pkg
>Synopsis: print/xdik doesn't build on case-insensitive file system
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Jun 16 18:55:02 +0000 2009
>Originator: Edgar Fuß
>Release: pkgsrc-2009Q1
>Organization:
Mathematisches Institut der Universität Bonn
>Environment:
>Description:
Building print/xdvik fails with
mkdir -p -p .../work/xdvik-22.84.14/texk/xdvik/texmf/xdvi: file exists.
It's a name clash between a file XDvi and a dir xdvi
>How-To-Repeat:
On a case-insenitive file system (e.g. HFS+), cd print/xdvik; bmake build
>Fix:
I don't fully understand the file structure, but
post-build:
+ ${MV} ${WRKSRC}/texmf/XDvi ${WRKSRC}/texmf/_XDvi
${MKDIR} -p ${WRKSRC}/texmf/xdvi
helps.
Home |
Main Index |
Thread Index |
Old Index