/[pkg-ggz]/patches-todo/bug_624580.mbox
ViewVC logotype

Contents of /patches-todo/bug_624580.mbox

Parent Directory Parent Directory | Revision Log Revision Log


Revision 407 - (show annotations) (download)
Tue Jan 3 00:11:46 2012 UTC (16 months, 2 weeks ago) by josef-guest
File size: 4278 byte(s)
- imported patches from Debian and Ubuntu bugtrackers

1 From amoog@ubuntu.com Fri Apr 29 19:53:40 2011
2 Received: (at submit) by bugs.debian.org; 29 Apr 2011 19:53:40 +0000
3 X-Spam-Checker-Version: SpamAssassin 3.3.1-bugs.debian.org_2005_01_02
4 (2010-03-16) on busoni.debian.org
5 X-Spam-Level:
6 X-Spam-Status: No, score=-10.4 required=4.0 tests=BAYES_00,FOURLA,HAS_PACKAGE,
7 MURPHY_DRUGS_REL8,URIBL_CNKR,XMAILER_REPORTBUG autolearn=ham
8 version=3.3.1-bugs.debian.org_2005_01_02
9 X-Spam-Bayes: score:0.0000 Tokens: new, 33; hammy, 151; neutral, 134; spammy,
10 0. spammytokens: hammytokens:0.000-+--H*M:reportbug, 0.000-+--H*MI:reportbug,
11 0.000-+--H*x:reportbug, 0.000-+--H*UA:reportbug, 0.000-+--UD:patch
12 Return-path: <amoog@ubuntu.com>
13 Received: from j3515.servers.jiffybox.net ([109.239.48.217])
14 by busoni.debian.org with esmtp (Exim 4.72)
15 (envelope-from <amoog@ubuntu.com>)
16 id 1QFtkx-0005CQ-VV
17 for submit@bugs.debian.org; Fri, 29 Apr 2011 19:53:40 +0000
18 Received: from localhost (localhost.localdomain [127.0.0.1])
19 by j3515.servers.jiffybox.net (Postfix) with ESMTP id 007BA80ED;
20 Fri, 29 Apr 2011 21:53:36 +0200 (CEST)
21 X-Virus-Scanned: Debian amavisd-new at susi-moog.de
22 Received: from j3515.servers.jiffybox.net ([127.0.0.1])
23 by localhost (j3515.servers.jiffybox.net [127.0.0.1]) (amavisd-new, port 10024)
24 with ESMTP id ZzHvZmrpk-5k; Fri, 29 Apr 2011 21:53:35 +0200 (CEST)
25 Received: from anubis (p548ABE0D.dip.t-dialin.net [84.138.190.13])
26 (Authenticated sender: andreas@warperbbs.de)
27 by j3515.servers.jiffybox.net (Postfix) with ESMTPA id 61A45804B;
28 Fri, 29 Apr 2011 21:53:35 +0200 (CEST)
29 Received: by anubis (Postfix, from userid 1000)
30 id AB47938015F; Fri, 29 Apr 2011 21:53:34 +0200 (CEST)
31 Content-Type: multipart/mixed; boundary="===============5262924207878360561=="
32 MIME-Version: 1.0
33 From: Andreas Moog <amoog@ubuntu.com>
34 To: Debian Bug Tracking System <submit@bugs.debian.org>
35 Subject: ggz-server: FTBFS with gcc 4.6
36 Message-ID: <20110429195334.9092.40301.reportbug@anubis>
37 X-Mailer: reportbug 4.12.6ubuntu1
38 Date: Fri, 29 Apr 2011 21:53:34 +0200
39 Delivered-To: submit@bugs.debian.org
40
41 This is a multi-part MIME message sent by reportbug.
42
43
44 --===============5262924207878360561==
45 Content-Type: text/plain; charset="us-ascii"
46 MIME-Version: 1.0
47 Content-Transfer-Encoding: 7bit
48 Content-Disposition: inline
49
50 Package: ggz-server
51 Version: 0.0.14.1-1.5
52 Severity: serious
53 Tags: patch
54 Justification: fails to build from source
55 User: ubuntu-devel@lists.ubuntu.com
56 Usertags: origin-ubuntu oneiric ubuntu-patch
57
58
59
60 *** /tmp/tmp96ZOcB
61 In Ubuntu, the attached patch was applied to achieve the following:
62
63 * debian/patches/ftbfs_gcc46.diff, Fix build with GCC 4.6 (LP: #770764)
64
65 gcc4.6 cleaned up some more header files, attached is a trivial patch to fix the error.
66
67 Thanks for considering the patch.
68
69
70 -- System Information:
71 Debian Release: squeeze/sid
72 APT prefers oneiric
73 APT policy: (500, 'oneiric'), (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty-proposed'), (500, 'natty-backports')
74 Architecture: amd64 (x86_64)
75
76 Kernel: Linux 2.6.38-8-generic (SMP w/2 CPU cores)
77 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
78 Shell: /bin/sh linked to /bin/dash
79
80 --===============5262924207878360561==
81 Content-Type: text/x-c; charset="us-ascii"
82 MIME-Version: 1.0
83 Content-Transfer-Encoding: 7bit
84 Content-Disposition: attachment; filename="tmpgBxk6S"
85
86 === added file 'debian/patches/ftbfs_gcc46.patch'
87 --- debian/patches/ftbfs_gcc46.patch 1970-01-01 00:00:00 +0000
88 +++ debian/patches/ftbfs_gcc46.patch 2011-04-29 19:51:55 +0000
89 @@ -0,0 +1,16 @@
90 +## Description: gcc4.6 cleans up some more headers, explicitly add those missing
91 +## Origin/Author: Andreas Moog <amoog@ubuntu.com>
92 +## Bug-Ubuntu: https://bugs.launchpad.net/bugs/770764
93 +## Bug: https://bugs.ggzgamingzone.org/mantis/view.php?id=127
94 +## Bug-Debian:
95 +diff -Nur -x '*.orig' -x '*~' ggz-server//game_servers/muehle/qtserv/qlist.h ggz-server.new//game_servers/muehle/qtserv/qlist.h
96 +--- ggz-server//game_servers/muehle/qtserv/qlist.h 2011-04-29 21:36:27.697134000 +0200
97 ++++ ggz-server.new//game_servers/muehle/qtserv/qlist.h 2011-04-29 21:40:15.130858547 +0200
98 +@@ -2,6 +2,7 @@
99 + #define QLIST_H
100 +
101 + #include <list>
102 ++#include <cstdlib>
103 +
104 + template<class T> class QList : public std::list<T>
105 + {
106
107
108
109 --===============5262924207878360561==--
110
111
112
113

  ViewVC Help
Powered by ViewVC 1.1.5