| From: | "Fabian Groffen (grobian)" <grobian@g.o> |
|---|---|
| To: | gentoo-commits@l.g.o |
| Subject: | [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask |
| Date: | Wed, 03 Feb 2010 08:58:59 |
| Message-Id: | E1Ncb4X-0003A9-Ko@stork.gentoo.org |
| 1 | grobian 10/02/03 08:58:53 |
| 2 | |
| 3 | Modified: package.mask |
| 4 | Log: |
| 5 | Mask dev-util/cssc-1.2.0, the Darwin linker doesn't like duplicate symbols caused by implementation code in a header file. Since noone actually uses this version (where is its homepage?) I'm not going to make a big patch to fix this. |
| 6 | |
| 7 | Revision Changes Path |
| 8 | 1.9 profiles/prefix/darwin/package.mask |
| 9 | |
| 10 | file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.9&view=markup |
| 11 | plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.9&content-type=text/plain |
| 12 | diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.8&r2=1.9 |
| 13 | |
| 14 | Index: package.mask |
| 15 | =================================================================== |
| 16 | RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v |
| 17 | retrieving revision 1.8 |
| 18 | retrieving revision 1.9 |
| 19 | diff -u -r1.8 -r1.9 |
| 20 | --- package.mask 23 Dec 2009 14:46:30 -0000 1.8 |
| 21 | +++ package.mask 3 Feb 2010 08:58:53 -0000 1.9 |
| 22 | @@ -1,7 +1,12 @@ |
| 23 | # Copyright 1999-2009 Gentoo Foundation |
| 24 | # Distributed under the terms of the GNU General Public License v2 |
| 25 | -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.8 2009/12/23 14:46:30 grobian Exp $ |
| 26 | -# $Id: package.mask,v 1.8 2009/12/23 14:46:30 grobian Exp $ |
| 27 | +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.9 2010/02/03 08:58:53 grobian Exp $ |
| 28 | +# $Id: package.mask,v 1.9 2010/02/03 08:58:53 grobian Exp $ |
| 29 | + |
| 30 | +# Fabian Groffen <grobian@g.o> (03 Feb 2010) |
| 31 | +# ld: duplicate symbol mylist<....> caused by implementation code in |
| 32 | +# mylist.h file |
| 33 | +~dev-util/cssc-1.2.0 |
| 34 | |
| 35 | # Fabian Groffen <grobian@g.o> (27 Oct 2009) |
| 36 | # Fails compiling due to some missing dwarf symbols and internal |