pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/45291: mail/thunderbird fails to build because of junk chars in file
>Number: 45291
>Category: pkg
>Synopsis: mail/thunderbird fails to build because of junk chars in file
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Aug 24 16:30:00 +0000 2011
>Originator: Hauke Fath
>Release: NetBSD 5.1_STABLE
>Organization:
--
The ASCII Ribbon Campaign Hauke Fath
() No HTML/RTF in email Institut für Nachrichtentechnik
/\ No Word docs in email TU Darmstadt
Respect for open standards Ruf +49-6151-16-3281
>Environment:
System: NetBSD Gstoder 5.1_STABLE NetBSD 5.1_STABLE (GENERIC) #0: Thu May 19
20:23:57 CEST 2011
hf@Hochstuhl:/var/obj/netbsd-builds/5/i386/sys/arch/i386/compile/GENERIC i386
Architecture: i386
Machine: i386
>Description:
Building mail/thunderbird fails with
[...]
calDateTime.cpp
c++ -o calDateTime.o -c -fvisibility=hidden -DXPI_NAME=lightning
-DMOZ_THUNDERB IRD=1 -DOSTYPE=\"NetBSD5\" -DOSARCH=NetBSD
-I. -I. -I../../../mozilla/dist/include
-I../../../mozilla/dist/include/nsprpub
`/var/obj/pkgsrc/mail/thunderbird/work/comm-release/mozilla/dist/sdk/bin/nspr-config
--prefix=/var/obj/pkgsrc/mail/thunderbird/work/comm-release/mozilla/dist
--includedir=/var/obj/pkgsrc/mail/thunderbird/work/comm-release/mozilla/dist/include/nspr
--cflags`
-I/var/obj/pkgsrc/mail/thunderbird/work/comm-release/mozilla/dist/include/nss
-fPIC -DPIC -I /usr/pkg/include -I/usr/include -I/usr/X11R7/include
-I/usr/X11R7/include/freety pe2 -fno-rtti -fno-exceptions -Wall
-Wpointer-arith -Woverloaded-virtual -Wsynth
-Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align
-Wno-invalid-offsetof
-Wno-variadic-macros -O2 -I/usr/pkg/include -I/usr/include
-I/usr/X11R7/include
-I/usr/X11R7/include/freetype2 -fno-strict-aliasing -Dunix
-fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -O2
-I/usr/pkg/include -I/usr/include -I/usr/X11R7 /include
-I/usr/X11R7/include/freetype2 -DMOZILLA_CLIENT -include
../../../comm- config.h -MD -MF .deps/calDateTime.pp calDateTime.cpp
calDateTime.cpp:1: error: stray '\357' in program
calDateTime.cpp:1: error: stray '\273' in program
calDateTime.cpp:1: error: stray '\277' in program
gmake[5]: *** [calDateTime.o] Error 1
gmake[5]: Leaving directory `/var/obj/pkgsrc/mail/thunderbird/work/comm-release/
calendar/base/src'
gmake[4]: *** [libs] Error 2
-- the first three characters.
>How-To-Repeat:
Build mail/thunderbird.
>Fix:
Apply
$NetBSD$
--- calendar/base/src/calDateTime.cpp.orig 2011-08-12 13:52:03.000000000
+0000
+++ calendar/base/src/calDateTime.cpp
@@ -1,4 +1,4 @@
-/* ***** BEGIN LICENSE BLOCK *****
+/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index