Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Mar 2008 10:27:16 +0100 (CET)
From:      Harald Schmalzbauer <harry@omnisec.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/121312: RELNOTES_LANG breaks release if not en_US.ISO8859-1
Message-ID:  <200803030927.m239RGXC048959@titan.flintsbach.schmalzbauer.de>
Resent-Message-ID: <200803030950.m239o3aL016189@freefall.freebsd.org>

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

>Number:         121312
>Category:       docs
>Synopsis:       RELNOTES_LANG breaks release if not en_US.ISO8859-1
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 03 09:50:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Harald Schmalzbauer
>Release:        FreeBSD 7.0-PRERELEASE i386
>Organization:
OmniSEC
>Environment:
System: FreeBSD titan.flintsbach.schmalzbauer.de 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #0: Fri Feb 22 10:31:13 CET 2008 root@titan.flintsbach.schmalzbauer.de:/usr/obj/usr/src/sys/TITAN i386


	
>Description:
	Trying to build a release with RELNOTES_LANG set to de_DE.ISO8859-1 breaks the build.
I don't know RELNOTESng well enough to determine if these lines are inadaequat:
	@for i in ${DIST_DOCS_ARCH_DEP}; do \
	  cp ${RND}/${RELNOTES_LANG}/$$i/${TARGET}/article.txt \
	  ${CD_DISC1}/`echo $${i} | tr 'a-z' 'A-Z'`.TXT; \
or if the culprit is that src/release/doc/de_DE.ISO8859-1 doesn't have a article.sgml
but only architecture dependent subdirectories, which en_US doesn't have.

>How-To-Repeat:
	cd /usr/src/release && make RELNOTES_LANG=de_DE.ISO8859-1
>Fix:

	


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



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