Bug#966894: faucc: FTBFS: parse.tab.c:108:10: fatal error: parse.tab.h: No such file or directory

2020-08-13 Thread Stefan Potyra
Hi, turns out that my patch was not yet working, attached is an even simpler fix. Cheers, Stefan. diff --git a/parse.y b/parse.y index 3e108e3..57df757 100644 --- a/parse.y +++ b/parse.y @@ -21,6 +21,8 @@ #include "expr.h" %} +%define api.header.include {"parse.h"} + %union { int nil;

Bug#923010: Patch to fix FTBFS

2019-03-06 Thread Stefan Potyra
Hi, the error you spotted is new to me, but it is easily solved. Additionally, there are further errors, that I fixed upstream some time ago. Please find the attached patch. Upstream commits: 08eed45f5ec8753276fca8e756f7876936e2bd82 (fix bison errors, also remove depration warning about error_

Bug#902459: faumachine: FTBFS in buster/sid (error: 'faum_dsdt' undeclared)

2018-08-03 Thread Stefan Potyra
ncy=medium + + * Cherry-pick upstream fixes for DBTS: 902459 (Closes: #902459): ++ Add 01-handle-R_X86_64_PLT32.patch to handle new relocations + emitted by newer gcc/ld. ++ Add 02-new-iasl.patch to handle changed output of newer + iasl verions. + + -- Stefan Potyra Fri, 03 Aug

Bug#902459: faumachine: FTBFS in buster/sid (error: 'faum_dsdt' undeclared)

2018-08-02 Thread Stefan Potyra
Hi Santiago, thanks for reporting the bug! I cannot reproduce your problem, but I can reproduce the problem of the linked build log: gcc -Wchar-subscripts -Wcomment -Wformat -Wnonnull -Wimplicit-int -Wimplicit-function-declaration -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wsequence-poi

Bug#856077: faumachine: Please drop the (build-)dependency against esound

2018-04-22 Thread Stefan Potyra
Hi Laurent, sorry for not responding earlier. We dropped the dependency of FAUmachine to esound upstream (but not yet released). Don't block on FAUmachine with esound removal. Cheers, Stefan. signature.asc Description: PGP signature

Bug#837450: FTBFS with bindnow and PIE enabled

2017-06-21 Thread Stefan Potyra
Hi, good news: newest FAUmachine in git builds fine with 6.3.0 20170618, however a new faucc is required. I'll try to see to get both updated. Cheers, Stefan.

Bug#835106: fauhdlc: FTBFS: expected ')' before 'istream'

2016-12-14 Thread Stefan Potyra
Hi, thanks for the bug report. I fixed this upstream some time ago, patch attached. However, I'd like to do some further cleanup first, and then do a new upstream release. Unfortunately, I cannot tell when I will have some time to do and coordinate this. So if anyone wants to NMU this, here is

Bug#837450: faumachine: FTBFS with bindnow and PIE enabled

2016-11-08 Thread Stefan Potyra
Hi Balint, thanks for the bug report. I think this is in fact a problem with PIE: FAUmachine uses a just-in-time compiler based on qemu. This is where the error happens: dyngen: unsupported X86_64 relocation (4) Maybe the fix is as simple as: diff --git a/configure.ac b/configure.ac index 98

Bug#821874: faumachine uninstallable in sid

2016-05-26 Thread Stefan Potyra
Hi Tobi, thanks again for your ping. Unfortunately I didn't find time until today. But I have good news: New release is out, packaging is done. For reference: dget http://potyra.de/FAUmachine/sponsoring/faucc_20160511-1.dsc dget http://potyra.de/FAUmachine/sponsoring/faumachine_20160511-1.dsc N

Bug#784343: trigger-rally-data: [trigger-rally-data]

2015-05-06 Thread Stefan Potyra
Hi Tobi, On Wed, May 06, 2015 at 07:51:29AM +0200, Tobias Frost wrote: [..] > No promised yet, but I'll try to take a look the next few days... Thanks! > (Bumping to serious due to a violation of a must criteria in the Policy) Good catch, thanks again. P.S.: I've finally to import your NMU int

Bug#710626: fauhdlc: FTBFS: FAUhdlParser.tab.hh:341:5: error: 'yy::FAUhdlParser::FAUhdlParser(const yy::FAUhdlParser&)' is private

2013-06-01 Thread Stefan Potyra
Hi, thanks for the bug report. I've fixed it upstream, so the fix will be part of the next release. Cheers, Stefan. signature.asc Description: Digital signature

Bug#667162: NMU to faumachine (BTS: #667162, #678415)

2012-06-22 Thread Stefan Potyra
Hi Matthias, Chris and Adam, thanks a lot for getting a fix in! That's very appreciated :). Sadly, I didn't find the time to make FAUmachine work with gcc-4.7 yet. I've come to a patch that compiles, but FAUmachine isn't running correctly with it :/. Nonetheless, we (speaking with my upstream ha

Bug#569442: osgal: FTBFS: chmod: cannot access `/build/user-osgal_0.6.1-2-amd64-XlHgbs/osgal-0.6.1/./configure': No such file or directory

2010-08-27 Thread Stefan Potyra
y=low + + * Non-maintainer upload. + * debian/rules: ++ supply DEB_AUTO_UPDATE_AUTOMAKE ++ supply DEB_AUTO_UPDATE_AUTOCONF ++ drop rules for running autotools, as cdbs nowadays takes care of + it. (Closes: #569442). + + -- Stefan Potyra Sat, 28 Aug 2010 00:25:21 +0200 + osgal (

Bug#591142: faumachine: FTBFS: cmp: setup_inc.c: No such file or directory

2010-08-01 Thread Stefan Potyra
tags 591142 fixed-upstream thanks Hi, thanks for the bug report. Am Sunday 01 August 2010 00:59:05 schrieb Lucas Nussbaum: > Source: faumachine > Version: 20100527-1 > Severity: serious > Tags: squeeze sid > User: debian...@lists.debian.org > Usertags: qa-ftbfs-20100731 qa-ftbfs > Justification

Bug#575398: FTBFS: cast increases required alignment of target type

2010-03-25 Thread Stefan Potyra
Hi, looks like my upload is stalled in the queue due to hw problems on ries. I've put a backup at [1], in case the upload should have been lost and won't get processed once ries is back up. Cheers, Stefan. -- [1]: signature.asc Description: This is a digitall

Bug#575398: FTBFS: cast increases required alignment of target type

2010-03-25 Thread Stefan Potyra
tags 575398 +pending thanks Hi, Am Thursday 25 March 2010 16:19:39 schrieb dann frazier: [..] > > fauhdlc fails to build on several architectures. > A snippet of a recent build attempt on hppa follows: [..] thanks for the bug report, I've already seen that and made a new upstream version earlie

Bug#555668: elfsign uses MD5

2010-03-09 Thread Stefan Potyra
Hi Andrew, Am Sunday 07 March 2010 18:47:29 schrieb Andrew Pollock: [..] > Hi Stefan, > > I'd missed the fact that you'd done this until now. Thanks! > > It looks anatomically correct, but makes it impossible to check existing > signed binaries that have MD5 checksums. It's a good start though, an

Bug#555668: elfsign uses MD5

2010-01-24 Thread Stefan Potyra
Hi, here's my 5 minute try of converting elfsign to use sha1. It builds fine, but I must admit that I have no clue how to test it. Maybe it helps nonetheless... Cheers, Stefan. --- elfsign-0.2.2.orig/lib/verify.c +++ elfsign-0.2.2/lib/verify.c @@ -10,7 +10,7 @@ #include "openssl/objects.

Bug#527721: ktoon: FTBFS: ioapi.c:13:18: error: zlib.h: No such file or directory

2010-01-23 Thread Stefan Potyra
also link against swscale and + avutil. ++ Add debian/patches/92-fix-linking to link the ffmpeg exporter against + src/store as well. ++ Add libpng12-dev to build-depends. + * Fix plugin directory in debian/patches/31_dirs (Closes: #462013). + + -- Stefan Potyra Sat, 23 Jan 20

Bug#560441: NMU for bug 560441

2010-01-09 Thread Stefan Potyra
). + + -- Stefan Potyra Sat, 09 Jan 2010 21:23:14 +0100 + pearpc (0.4.0-3.1) unstable; urgency=low * Non-maintainer upload. diff -u pearpc-0.4.0/debian/patches/00list pearpc-0.4.0/debian/patches/00list --- pearpc-0.4.0/debian/patches/00list +++ pearpc-0.4.0/debian/patches/00list @@ -1,0 +2

Bug#550600: fails to build with newer eglibc

2009-11-03 Thread Stefan Potyra
Hi Joss, Am Tuesday 03 November 2009 13:34:45 schrieb Josselin Mouette: > Le dimanche 11 octobre 2009 à 16:04 +0200, Stefan Potyra a écrit : > > during Ubuntu's rebuild test, libsoup failed to build with the newer > > eglibc [1], since it provides a definition for dprintf. &

Bug#543068: libupnp4: FTBFS

2009-10-11 Thread Stefan Potyra
Hi, newer autotools don't seem to like listing files to install twice. Attached is a patch that fixes the problem ($(sort ) removes duplicate entries). Cheers, Stefan. Index: libupnp4-1.8.0~cvs20080628/upnp/sample/Makefile.am ==

Bug#543100: min12xxw: FTBFS: /usr/bin/install: will not overwrite just-created `/build/user-min12xxw_0.0.9-2-amd64-NtLSjI/min12xxw-0.0.9/debian/min12xxw/usr/share/man/man1/min12xxw.1' with `min12xxw.1

2009-08-23 Thread Stefan Potyra
tag 543100 +pending thanks Hi, Am Saturday 22 August 2009 18:54:30 schrieb Lucas Nussbaum: [..] > Justification: FTBFS on amd64 [..] thanks for the report, fixed in collab-maint svn. Cheers, Stefan. signature.asc Description: This is a digitally signed message part.

Bug#521565: faumachine - FTBFS: error: impossible constraint in 'asm'

2009-03-28 Thread Stefan Potyra
Hi Bastian, Am Saturday 28 March 2009 15:19:11 schrieb Bastian Blank: > Package: faumachine > Version: 20090302-1 > Severity: serious > > There was an error while trying to autobuild your package: > > Automatic build of faumachine_20090302-1 on lxdebian.bfinv.de by > > sbuild/s390 98 thanks for t

Bug#519725: [Pkg-openmpi-maintainers] Bug#519725: FTBFS on sparc

2009-03-19 Thread Stefan Potyra
Hi Manual, Am Wednesday 18 March 2009 02:40:56 schrieb Manuel Prinz: > package openmpi > tags 519725 + patch > thanks > > Hi Stefan! > > Thanks for your bug report! > > Am Samstag, den 14.03.2009, 18:41 +0100 schrieb Stefan Potyra: > > I have no clue though, ho

Bug#519725: FTBFS on sparc

2009-03-14 Thread Stefan Potyra
Package: openmpi Version: 1.3-2 Severity: serious Hi, thanks for maintaining the package, just found that it FTBFS on sparc: gcc -DHAVE_CONFIG_H -I. -I../../../../../../../ompi/contrib/vt/vt/vtlib -I.. -I../../../../../../../ompi/contrib/vt/vt/tools/opari/lib -I../../../../../../../ompi/contrib

Bug#504528: please binNMU haskell-configfile for bug #504528

2008-11-14 Thread Stefan Potyra
Hi, please binNMU haskell-configfile for RC bug #504528 (bug CC'd). @John, any objections? Thanks, Stefan. P.S.: I'm not on the list, please CC me on replies. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#504528: libghc6-configfile-dev: Fails to configure: MissingH-1.0.1 doesn't exist

2008-11-11 Thread Stefan Potyra
Hi, simply rebuilding will make the maintainer scripts pickup the newer missingh dependency, and hence will fix this bug. However I haven't tested yet if haskell-configfile will still be functional with the later missingh (though doubt it isn't). Cheers, Stefan -- To UNSUBSCRIBE, email to

Bug#451436: liquidwar: FTBFS on amd64: Using -m32 to compile?

2008-02-09 Thread Stefan Potyra
Hi, how about disabling assembly only for amd64? small patch is attached. Thanks, Stefan. diff -u liquidwar-5.6.3/debian/rules liquidwar-5.6.3/debian/rules --- liquidwar-5.6.3/debian/rules +++ liquidwar-5.6.3/debian/rules @@ -17,6 +17,7 @@ export DEB_HOST_GNU_TYPE ?= $(shell dpkg-archit

Bug#448261: Patch for flpsed

2008-01-12 Thread Stefan Potyra
tags 448261 +patch thanks Hi, Find a patch attached, which should fix the problem. Cheers, Stefan. --- flpsed-0.3.7.orig/src/GsWidget.cxx 2008-01-12 17:14:30.0 +0100 +++ flpsed-0.3.7/src/GsWidget.cxx 2008-01-12 17:05:40.0 +0100 @@ -304,7 +304,7 @@ (int) fl_xid(window()),

Bug#334156: proposed version from Arjan FTBFS on sparc

2006-10-18 Thread Stefan Potyra
Hi Arjan, Am Freitag 13 Oktober 2006 00:35 schrieb Arjan Oosting: > Op do, 12-10-2006 te 15:53 +0200, schreef Stefan Potyra: > > > The problem now is, that it FTBFS on sparc, see [1]. Not quite sure if > > this is an ubuntu only bug though. > > No, it does not look li

Bug#334156: proposed version from Arjan FTBFS on sparc

2006-10-12 Thread Stefan Potyra
Hi Arjan, I've slightly modified your proposed package and uploaded it to ubuntu. The modification is just a lower version number to be able to go in sync with debian again once this package hits unstable. The problem now is, that it FTBFS on sparc, see [1]. Not quite sure if this is an ubuntu

Bug#337799: patch against sourcepackage

2006-04-09 Thread Stefan Potyra
Hi, thanks for maintaining this package, just stumbled over the same issue as Jelmer. I've attached a patch against the sourcepackage. Cheers, Stefan. diff -Nur c2hs-0.13.6/c2hs/c2hs.conf.cabal.in c2hs-0.13.6.new/c2hs/c2hs.conf.cabal.in --- c2hs-0.13.6/c2hs/c2hs.conf.cabal.in 2005-05-17 1

Bug#350785: xpdf: CVE-2006-0301 PDF splash handling heap overflow

2006-01-31 Thread Stefan Potyra
Package: xpdf-reader Version: 3.01-5 Severity: grave Tags: security patch Justification: user security hole Hi, thanks for maintaining this package. Just read about the security issue... References: CVE-2006-0301 http://www.frsirt.com/english/advisories/2006/0389 https://bugzilla.redhat.com/bug

Bug#328037: FTBFS: No rule to make target linux-gnu-i386

2006-01-08 Thread Stefan Potyra
Hi, thanks for maintaining this package. The FTBFS is due to changed behavior of dpkg-architecture. I've attached a patch against debian/rules which changes DEB_BUILD_GNU_SYSTEM to DEB_BUILD_ARCH_OS and DEB_BUILD_GNU_CPU to DEB_BUILD_ARCH_CPU. However 5.0.1 will still FTBFS, but the newer upstr

Bug#339290: problem with fpdownload.macromedia.com

2005-11-29 Thread Stefan Potyra
Hi, thanks for maintaining this package. the problem with fpdownload.macromedia.com is, that it doesn't provide gpg-md5sum.txt, so checking for updates is not trivial. I just uploaded a modified version of your package to ubuntu (multiverse), which uses fpdownload.macromedia.com and sets @forc

Bug#339259: rlog: patch for c2a-transition

2005-11-24 Thread Stefan Potyra
Package: rlog Followup-For: Bug #339259 Hi, thanks for maintaining this package. Attached is a small patch for c2a-transition. Please also remove/rename debian/librlog1c2.install (new should be librlog1c2a.install, as seen in the patch). Cheers, Stefan. -- System Information: Debian Re

Bug#335842: hmake FTBFS - error in confhc (and another error in HInteractive.hs)

2005-11-16 Thread Stefan Potyra
Tags: patch Hi, the error Daniel reported, is caused by a difference in the new ghc6 (6.4.1), which produces an output of several lines instead of a only one-liner, when it precompiles (-E) the program, that consists only of: "__GLASGOW_HASKELL__" Since scripts/confhc uses this output in funct