Bug#592751: Broken on hppa; programs abort with malloc assertion failure

2010-08-17 Thread Yavor Doganov
Meanwhile, can you additionally test the attached program, which doesn't use NSProcessInfo (upstream has some suspicions that's the class where the bug is)? You can reuse the same GNUmakefile I sent you earlier. #import int main (void) { CREATE_AUTORELEASE_POOL (pool); NSString *foo = @"Te

Bug#592751: Broken on hppa; programs abort with malloc assertion failure

2010-08-17 Thread Yavor Doganov
On Tue, Aug 17, 2010 at 02:16:46PM -0600, dann frazier wrote: > We should be able to automate the bisection (if we can rely on each > version being buildable..) If you can point me to the source.. and it > is in git (or an svn repo I can use w/ git-svn) I can do that pretty > easily I think. It's

Bug#592751: Broken on hppa; programs abort with malloc assertion failure

2010-08-18 Thread Yavor Doganov
В 14:17 -0600 на 17.08.2010 (вт), dann frazier написа: > (sid)da...@paer:~$ ./obj/test > Test Good. Please run another test program... If it works, which I hope and expect so, then the culprit is really NSProcessInfo. In the backtraces you sent initially, frame #14 is an impossible code path,

Bug#592751: Broken on hppa; programs abort with malloc assertion failure

2010-08-18 Thread Yavor Doganov
dann frazier wrote: > Attached - though I don't really get anything from the stepping: Hmm, there seems to be some misunderstanding (probably because of the confusingly identically named test.m files) -- perform the stepping with the test.m file I sent you earlier: > > (http://bugs.debian.org/cgi

Bug#592751: Broken on hppa; programs abort with malloc assertion failure

2010-08-19 Thread Yavor Doganov
On Wed, Aug 18, 2010 at 12:50:39PM -0600, dann frazier wrote: > _gnu_process_args (argc=1, argv=0x3cb98, env=0x3bd08) at NSProcessInfo.m:233 > 233 NSProcessInfo.m: No such file or directory. > in NSProcessInfo.m > 238 in NSProcessInfo.m > 240 in NSProcessInfo.m > *__GI_strlen (str=0xfaf

Bug#592751: Broken on hppa; programs abort with malloc assertion failure

2010-08-19 Thread Yavor Doganov
В 15:29 +0200 на 19.08.2010 (чт), Mehdi Dogguy написа: > I tested on paer. r28700 failed and r28600 worked Thanks, informing upstream. Can you narrow it down a bit more? Are the revisions in between non-buildable? -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a sub

Bug#592751: Broken on hppa; programs abort with malloc assertion failure

2010-08-19 Thread Yavor Doganov
В 16:15 +0200 на 19.08.2010 (чт), Mehdi Dogguy написа: > On 19/08/2010 15:45, Yavor Doganov wrote: > > Thanks, informing upstream. Can you narrow it down a bit more? > > I narrowed it down to r28600:r28625. That's mostly the NSThread/NSLock redesign. Too bad, one of

Bug#592751: Broken on hppa; programs abort with malloc assertion failure

2010-08-19 Thread Yavor Doganov
Carlos O'Donell wrote: > Does this code use vfork? The library uses vfork only in the NSTask class, which means that any code using -[NSTask launch] uses vfork indirectly. The gdnc daemon is one such program, but this is never reached with `gdnc --help'. All the other test programs that were tri

Bug#592751: Broken on hppa; programs abort with malloc assertion failure

2010-08-19 Thread Yavor Doganov
Carlos O'Donell wrote: > Once we have a backtrace, either via a core dump, or attached gdb, > then we can talk about the likely cause. See the bug log -- there are lots of them, but none is really useful. GNUstep Base uses NSLock extensively to protect critical parts of code, so there's something

Bug#592751: Broken on hppa; programs abort with malloc assertion failure

2010-08-19 Thread Yavor Doganov
Carlos O'Donell wrote: > On Thu, Aug 19, 2010 at 1:56 PM, Yavor Doganov wrote: > > Do you find anything disturbing in this approach, in particular: > > Yes, you don't take into account the alignment requirement of the > structure. Thanks, that was really helpful.

Bug#592751: Broken on hppa; programs abort with malloc assertion failure

2010-08-19 Thread Yavor Doganov
tags 592751 + pending thanks В 17:27 -0600 на 19.08.2010 (чт), dann frazier написа: > With latest trunk: > [good] > > If I revert back to r31185: > [bad] Wonderful, a New Hope for the GNUstep transition. Many thanks to you all! -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.

Bug#593898: gnustep-back-common: Fails to upgrade in postinst script

2010-08-21 Thread Yavor Doganov
Axel Beckert wrote: > Upgrading gnustep-back-common fails (at least on kfreebsd-i386) in the > postinst script. Adding a set -x to the script reveals mknfonts as > cause: Thanks for the report. Could you please rebuild mknfonts.tool with "noopt nostrip" and post the gdb backtrace from `mknfonts /

Bug#593898: gnustep-back-common: Fails to upgrade in postinst script

2010-08-22 Thread Yavor Doganov
reassign libgnustep-base1.20 1.20.1-2 retitle 593898 [kfreebsd] NSProcessInfo fails to obtain argument vectors affects 593898 gnustep-back-common thanks Thanks, it is clear where the error lies: > Error: libkvm does not return arguments for the current process > this may be due to a bug (undocume

Bug#593898: gnustep-back-common: Fails to upgrade in postinst script

2010-08-22 Thread Yavor Doganov
reassign 593898 gnustep-back-common 0.18.0-2 retitle 593898 Arguments passed to mknfonts in postinst may exceed operating system limit tags 593898 + pending thanks Thanks for performing the test. Axel Beckert wrote: > Arguments given: 512 > Error: libkvm does not return arguments for the current

Bug#581940: gorm.app: FTBFS with gnustep-base/1.20.0: GormFunctions.m:354: error: ‘GSMethodList’ undeclared (first use in this function)

2010-08-22 Thread Yavor Doganov
gurkan wrote: > On Sat, 21 Aug 2010 22:33:53 +0200, Mehdi Dogguy > wrote: > > Do you intend to upload gorm.app soon? > > yes i have the packages ready, as you can see from the gnustep devel > mailinglist, > it's on mentors.debian.org waiting for a sponsor. Have you contacted potential sponsors?

Bug#583006: Bug#581934: gnustep-dl2: FTBFS with gnustep-base/1.20.0: EONSAddOns.m:102: error: ‘GSMethodList’ undeclared (first use in this function)

2010-05-25 Thread Yavor Doganov
clone 583006 -1 # The libs are built with -g, but not DBModeler. retitle -1 gnustep-dl2: (Partially) broken nostrip handling with gnustep-make/2.4.x severity -1 important thanks В 12:54 +0200 на 23.05.2010 (нд), Federico Gimenez Nieto написа: > On Mon, 2010-05-17 at 12:46 +0300, Yavor Doga

Bug#583006: Bug#581934: gnustep-dl2: FTBFS with gnustep-base/1.20.0: EONSAddOns.m:102: error: ‘GSMethodList’ undeclared (first use in this function)

2010-05-26 Thread Yavor Doganov
Federico Gimenez Nieto wrote: > On Tue, 2010-05-25 at 13:30 +0300, Yavor Doganov wrote: > > I bet that once you fix the above in the usual way (i.e. conditionally > > define `debug', not `OPTLFAG'), you'll be able to reproduce it with > > gnustep-base/1.2

Bug#583006: Bug#581934: gnustep-dl2: FTBFS with gnustep-base/1.20.0: EONSAddOns.m:102: error: ‘GSMethodList’ undeclared (first use in this function)

2010-05-27 Thread Yavor Doganov
On Wed, May 26, 2010 at 10:03:10PM +0300, Yavor Doganov wrote: > Federico Gimenez Nieto wrote: > > but now the docs are not being generated, why might this be > > happening? > > Give me some time to investigate. 99% gnustep-make related. The API docs are built, only the ma

Bug#583006: Bug#581934: gnustep-dl2: FTBFS with gnustep-base/1.20.0: EONSAddOns.m:102: error: ‘GSMethodList’ undeclared (first use in this function)

2010-05-27 Thread Yavor Doganov
Federico Gimenez Nieto wrote: > Thanks, now it is bulding without problems, it is uploaded at > mentors IMHO it is useless to make an upload to sid fixing the current RC bug now, because you'd need a sourceful upload for the transition anyway, and the GNUstep stack (including gnustep-dl2) is not r

Bug#624928: Backport or new upstream version?

2011-05-12 Thread Yavor Doganov
Matt Kraai wrote: > This bug appears to have been fixed upstream by multiple revisions > (i.e., at least 31763 and 31765) and, hopefully, in the latest 1.22.0 > release. That's correct. > Would it be better to upload the new upstream version or to backport > the required changes? The latter; 1.2

Bug#624928: Backport or new upstream version?

2011-05-12 Thread Yavor Doganov
tags 624928 + pending thanks Matt Kraai wrote: > I'll try to put together a patch and, if you'd like, perform an NMU. Please don't bother, it is trivial and done, sorry for not telling you that in the first place and tagging the bug accordingly. The only thing preventing an upload of a fixed pac

Bug#614277: various suggestions

2011-03-06 Thread Yavor Doganov
&file=log&as=raw For this, you need to preprocess the source on a sparc machine to figure out what's going on. A more burdensome approach is to examine carefully the source. > More seriously, Yavor Doganov is CCed since he may > want to provide a rational explanation about

Bug#613221: This is related to __thread

2011-03-11 Thread Yavor Doganov
Hi Eric, On Mon, Feb 14, 2011 at 03:05:49PM -0700, Eric Wasylishen wrote: > It's caused by the thread-local fast_path_cache variable in pixman.c. > If you make that non-thread-local (a normal static variable) the > problem will go away. Yep, or if you set the tls_model to *-exec. But IMO this

Bug#613221: This is related to __thread

2011-03-12 Thread Yavor Doganov
Eric Wasylishen wrote: > I think what led me to say this was, I found that modifying > GNUstep-gui so it links directly to cairo and pixman made the crash > disappear. Interesting. But that's only a workaround, and not really an option because gnustep-gui is configured with --as-needed in Debian

Bug#618181: gnustep-dl2: FTBFS: EOModelerEditor.m:52:38: fatal error: GNUstepBase/GSCategories.h: No such file or directory

2011-03-15 Thread Yavor Doganov
Federico Giménez Nieto wrote: > It seems that this may be related to some higher level package, affecting > [1] too. I'll try to investigate more deeply, cheers Without investigation: most probably this is related to the new behavior of GCC 4.5 to bail out immediately if an #include'd header is no

Bug#598321: gazpacho: Does not start

2010-09-28 Thread Yavor Doganov
Package: gazpacho Version: 0.7.2-2 Severity: grave $ gazpacho ERROR: Could not find required directory: /usr/lib/python2.6/site-packages -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.32-5-686 (

Bug#589500: projectcenter.app: Cannot load the main model file 'ProjectCenter.gorm'

2010-07-19 Thread Yavor Doganov
В 11:56 +0200 на 18.07.2010 (нд), Paul Chany написа: > when I try to run ProjectCenter I get error messages: > 2010-07-18 11:30:57.203 ProjectCenter[5618] Exception occured while > loading model: the volatile domain Hungarian already exists Hmm. You probably have registered incorrectly some sett

Bug#589500: projectcenter.app: Cannot load the main model file 'ProjectCenter.gorm'

2010-07-19 Thread Yavor Doganov
tags 589500 moreinfo unreproducible thanks Paul Chany wrote: > 'defaults read | grep Hungarian' > gives me no output. Strange. > 2010-07-19 17:27:42.934 ProjectCenter[1695] Problem posting > notification: NAME:NSGenericException > REASON:Glyph generation with no font. INFO:(nil) This is diffe

Bug#589851: aspell-bg: Broken after upgrade from lenny or after reinstalling the package

2010-07-21 Thread Yavor Doganov
Package: aspell-bg Version: 3.0-10 Severity: serious Upgrading from 3.0-9 or simply doing `aptitude reinstall aspell-bg' results in the removal of the files /var/lib/aspell/bg{,-en}.rws, making the correspondent symlinks in /usr/lib/aspell dangling. This makes the package completely unusable. --

Bug#589851: aspell-bg: Broken after upgrade from lenny or after reinstalling the package

2010-07-23 Thread Yavor Doganov
tags 589851 + patch pending thanks On Wed, Jul 21, 2010 at 06:56:14PM +0300, Yavor Doganov wrote: > Upgrading from 3.0-9 or simply doing `aptitude reinstall aspell-bg' > results in the removal of the files /var/lib/aspell/bg{,-en}.rws, It seems this is done unconditionally in p

Bug#589851: #589551 - aspell-bg: Broken after upgrade from lenny or after reinstalling the package

2010-07-25 Thread Yavor Doganov
Luca Bruno wrote: > I'm fine to test and sponsor your patches for #589551. > As it is a QA RC-fixing upload, I prefer it to contain just minimal > changes to fix this bug (eg. the current patch) and have it sorted out > soon, leaving minor cosmetic ones for later. If I understand correctly, you wa

Bug#613221: libpixman-1-0: Breaks the GNUstep cairo backend (gnustep-back0.18-cairo)

2011-02-13 Thread Yavor Doganov
Cyril Brulebois wrote: > could you please try and figure out which versions are affected? > http://snapshot.debian.org/package/pixman/ The first "bad" is 0.18.0-1. With 0.16.4-1 (installed on an up-to-date sid system) I get Ink: symbol lookup error: /usr/lib/libcairo.so.2: undefined symbol: pi

Bug#614277: oolite: FTBFS on all architectures

2011-02-26 Thread Yavor Doganov
tags 614277 + patch thanks Ludovic Brenta wrote: > We're working on a fix now. Please be patient. The fix is simple -- replace #import in OOCocoa.h and #import in OOCPUInfo.h with #include. OOCocoa.h probably also needs `#include ' as well. The #import directive should *never* be use

Bug#618184: Tagging some GNUstep bugs as pending

2011-07-03 Thread Yavor Doganov
At Sat, 2 Jul 2011 12:09:47 +0200, Julien Cristau wrote: > > tags 618184 + pending > > That was 3 months ago. When can we expect a fix in sid? When we have a green light from the release team to carry out the GNUstep transition (#629477). I prefer a package to FTBFS than to fail miserably at ru

Bug#756852: Bug#767372: Reassigning to pantomime

2014-11-16 Thread Yavor Doganov
intrigeri wrote: > Yavor Doganov wrote (30 Oct 2014 11:59:26 GMT) : > > An attempt to contact the original authors of GNUMail and LuserNET > > for request for relicensing under GPL + OpenSSL exception has > > failed, so the problem will be solved in the library by sw

Bug#768127: dhelp: Fails when building the index

2014-11-16 Thread Yavor Doganov
> Yavor Doganov wrote (05 Nov 2014 08:02:47 GMT) : > > $ sudo dpkg-reconfigure dhelp > > Building HTML tree...ArgumentError: invalid byte sequence in UTF-8 > > (/usr/lib/ruby/vendor_ruby/debian.rb:914:in `block in initialize' > > I cannot reproduce that in a

Bug#770141: gnustep-back0.24-cairo: Scrolling broken with cairo/1.14.0

2014-11-18 Thread Yavor Doganov
Package: gnustep-back0.24-cairo Version: 0.24.0-3 Severity: grave Tags: fixed-upstream pending Justification: renders package unusable Scrolling either via the mouse wheel or scrollbars garbles the screen content within the scrolled window, making most apps and open/save panels unusable. -- Syste

Bug#768127: Fails to build the index when invalid UTF-8 is met

2014-12-18 Thread Yavor Doganov
reopen 768127 notfixed 768127 0.6.21+nmu6 thanks Thanks for your work, but unfortunately I experience exactly the same problem with the new version. $ isutf8 /var/lib/doc-base/documents/* $ echo $? 0 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubsc

Bug#768127: Fails to build the index when invalid UTF-8 is met

2014-12-18 Thread Yavor Doganov
gregor herrmann wrote: > On Thu, 18 Dec 2014 12:01:02 +0200, Yavor Doganov wrote: > > Thanks for your work, but unfortunately I experience exactly the > > same problem with the new version. > > I guess it would be helpful if you could try to > - add a "puts @path&

Bug#768127: Fails to build the index when invalid UTF-8 is met

2014-12-18 Thread Yavor Doganov
gregor herrmann wrote: > > /var/lib/doc-base/documents/xterm-ctlseqs > > /var/lib/doc-base/documents/xterm-faq > > ArgumentError: invalid byte sequence in UTF-8 > > (/usr/lib/ruby/vendor_ruby/debian.rb:914:in `block in initialize' > > So according to the previous findings, my guess is that > /var

Bug#768127: Fails to build the index when invalid UTF-8 is met

2014-12-18 Thread Yavor Doganov
Daniel Getz wrote: > Can you run with the attached patch to debian.rb, and see if it will > show which entry of which file triggers the error? Thanks; here's the output: Error parsing file /var/lib/dpkg/available Contents of info: Package: ayuda Priority: extra Section: misc Installed-Size: 204 M

Bug#768127: Fails to build the index when invalid UTF-8 is met

2014-12-18 Thread Yavor Doganov
gregor herrmann wrote: > On Thu, 18 Dec 2014 21:02:58 -0100, Daniel Getz wrote: > > However, the code in question is in ruby-debian, which is a > > separate library used by other packages. Might not be correct > > behavior for other users of the library? > > Right, cloning+reassigning to ruby-debi

Bug#766319: libavifile-0.7c2: Uninstallable (not BinNMU-safe)

2014-10-22 Thread Yavor Doganov
Axel Beckert wrote: > Yavor: Next time you merge such bugs, please make sure that the > shown bug is properly titled. TIA! Apologies; I'll be more careful in the future. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas

Bug#767066: gorm.app: [i386] Crashes when loading .gorm files

2014-10-28 Thread Yavor Doganov
Package: gorm.app Version: 1.2.20-1 Severity: grave Reading symbols from Gorm...Reading symbols from /usr/lib/debug/.build-id/48/e3ee859cc88db72cf52faf341921febdcd267f.debug...done. done. (gdb) r /usr/lib/GNUstep/Applications/Gorm.app/Resources/English.lproj/Gorm.gorm/ Starting program: /usr/bin

Bug#756852: Reassigning to pantomime

2014-10-30 Thread Yavor Doganov
reassign 756852 libpantomime1.2 reassign 756853 libpantomime1.2 merge 756852 756853 retitle 756852 libpantomime1.2: Makes dependant GPL apps undistributable because of linking with OpenSSL affects 756852 gnumail.app lusernet.app tags 756852 + pending thanks An attempt to contact the original auth

Bug#768127: dhelp: Fails when building the index

2014-11-05 Thread Yavor Doganov
Package: dhelp Version: 0.6.21+nmu5 Severity: grave Justification: renders package unusable $ dhelp Starting browser (using local filesystem) ... w3m: Can't load /usr/share/doc/HTML/index.html. /usr/bin/sensible-browser: Failed to open /usr/share/doc/HTML/index.html: Отказано свързване $ ls /usr/

Bug#835894: terminal.app: crashes on startup: Did not find correct version of backend

2016-08-29 Thread Yavor Doganov
reassign 835894 libgnustep-gui0.25 0.25.0-2 affects 835894 terminal.app thanks Eric Heintzmann wrote: > Well, it seems that teminal.app doesn't depends on gnustep-back package. > > Instead it depends on libgnustep-gui0.25 which doesn't depends on > gnustep-back. That's because of the .symbols fi

Bug#656771: Should this package be removed?

2012-01-25 Thread Yavor Doganov
reassign 656771 ftp.debian.org retitle 656771 RM: kazehakase -- RoM; RC-buggy, unmaintained upstream, low popcon, better alternatives available thanks At Sat, 21 Jan 2012 17:47:30 +0100, Moritz Muehlenhoff wrote: > I propose to remove kazehakase from the archive: FWIW, I agree. I have a fixed p

Bug#667866: cenon.app: FTBFS with GCC-4.7

2012-05-23 Thread Yavor Doganov
tags 667866 + patch thanks Patch attached. --- cenon.app-3.93.orig/VHFShared/vhfCompatibility.h +++ cenon.app-3.93/VHFShared/vhfCompatibility.h @@ -44,7 +44,7 @@ #if defined( GNUSTEP_BASE_VERSION ) #define VHFIsDrawingToScreen() [[NSGraphicsContext currentContext] isDrawingToScreen] -#

Bug#667873: gridlock.app: FTBFS with GCC-4.7

2012-05-23 Thread Yavor Doganov
tags 667873 + patch thanks Patch attached. --- gridlock.app-1.10.orig/NSObject+Extensions.m +++ gridlock.app-1.10/NSObject+Extensions.m @@ -117,12 +117,12 @@ BOOL EDClassIsSuperclassOfClass(Class aC { Class class; -class = subClass->super_class; +class = class_getSuperclass(subClas

Bug#667874: gworkspace: FTBFS with GCC-4.7

2012-05-23 Thread Yavor Doganov
tags 667874 + patch thanks Patch attached. --- gworkspace-0.8.8.orig/GWorkspace/GWorkspace.m +++ gworkspace-0.8.8/GWorkspace/GWorkspace.m @@ -1054,29 +1054,29 @@ { SEL action = [anItem action]; - if (sel_eq(action, @selector(showRecycler:))) { + if (sel_isEqual(action, @selector(showRecyc

Bug#667886: textedit.app: FTBFS with GCC-4.7

2012-05-23 Thread Yavor Doganov
tags 667886 + patch thanks Patch attached. --- textedit.app-4.0+20061029.orig/Document.m +++ textedit.app-4.0+20061029/Document.m @@ -1361,13 +1361,13 @@ validateToggleItem (NSMenuItem *aCell, B { SEL action = [aCell action]; #ifdef GNUSTEP - const char *sel_name = sel_get_name (action); + c

Bug#645927: charmap.app: Hangs on startup

2012-01-09 Thread Yavor Doganov
At Sun, 8 Jan 2012 16:24:41 -0600, Jonathan Nieder wrote: > Here's a backported patch, just for kicks. Untested. What do you > think? Does squeeze need a fix, and if so will this work? I think it does not need a fix for stable, as Charmap runs fine for me there. The fix you mention is relevant

Bug#645927: charmap.app: Hangs on startup

2012-01-10 Thread Yavor Doganov
Jonathan Nieder wrote: > Should gnustep-gui have something like > > Breaks: aclock.app (<< 0.2.3-3.1), charmap.app (<< 0.2-11), >gnumail.app (<< 1.2.0~pre3+snap20071004-5), >volumecontrol.app (<< 0.5-3.1) > > to prevent problems during partial upgrades? No, I don't think s

Bug#618205: gorm.app: diff for NMU version 1.2.10-2.1

2011-10-08 Thread Yavor Doganov
ot include nonexistent header (Closes: +#618205). + + -- Yavor Doganov Sat, 08 Oct 2011 13:33:05 +0300 + gorm.app (1.2.10-2) unstable; urgency=low * Bump standards version to 3.9.1. only in patch2: unchanged: --- gorm.app-1.2.10.orig/GormCore/GormObjectInspector.m +++ gorm.app-1.2.1

Bug#629202: gridlock.app: diff for NMU version 1.10-3.1

2011-10-08 Thread Yavor Doganov
ainer): Fix Gürkan's email address. + + -- Yavor Doganov Sat, 08 Oct 2011 14:18:16 +0300 + gridlock.app (1.10-3) unstable; urgency=low * GNUstep transition. only in patch2: unchanged: --- gridlock.app-1.10.orig/EDObjcRuntime.h +++ gridlock.app-1.10/EDObjcRuntime.h @@ -44,16 +44,15 @@ #els

Bug#629215: talksoup.app: diff for NMU version 1.0alpha-32-g55b4d4e-1.2

2011-10-08 Thread Yavor Doganov
kan's email address. + + -- Yavor Doganov Sat, 08 Oct 2011 15:01:32 +0300 + talksoup.app (1.0alpha-32-g55b4d4e-1.1) unstable; urgency=low * Non-maintainer upload by sponsor. diff -u talksoup.app-1.0alpha-32-g55b4d4e/debian/control talksoup.app-1.0alpha-32-g55b4d4e/debian/control --- ta

Bug#643973: terminal.app: diff for NMU version 0.9.4+cvs20051125-6.1

2011-10-08 Thread Yavor Doganov
l.app-0.9.4+cvs20051125/debian/changelog +++ terminal.app-0.9.4+cvs20051125/debian/changelog @@ -1,3 +1,10 @@ +terminal.app (0.9.4+cvs20051125-6.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with gcc-4.6 (Closes: #643973). + + -- Yavor Doganov Sat, 08 Oct 2011 14:41:32

Bug#644868: gnustep-back-common: postinst fails: Error: for some reason, argv not properly set up during GNUstep base initialization

2011-10-10 Thread Yavor Doganov
reassign 644868 libgnustep-base1.22 retitle 644868 Programs abort on kfreebsd* when arguments exceed 512 affects 644868 gnustep-back-common block 629477 with 644868 thanks On Sun, Oct 09, 2011 at 11:02:25PM +0200, Axel Beckert wrote: > Package: gnustep-back-common > Version: 0.20.1-2 > Severity: s

Bug#644868: gnustep-back-common: postinst fails: Error: for some reason, argv not properly set up during GNUstep base initialization

2011-10-11 Thread Yavor Doganov
Axel Beckert wrote: > Yavor Doganov wrote: > > The only way I see as a workaround is to build gnustep-base with > > --enable-fake-main, which is already the case on a number of *BSD > > systems. > > The fix from back then doesn't help again respectively anymore

Bug#618046: batmon.app: FTBFS: BatteryModel.m:308: undefined reference to `assert'

2011-10-14 Thread Yavor Doganov
Alexander Kurtz wrote: > Since both #618046 and #618077 have been fixed for some time now and the > affected packages build fine[1][2], I'd like to close these bugs in a > few days. Any objections? No objections, but AFAICT these bugs are merged/closed, aren't they? The only reason they appear on

Bug#645921: aclock.app: Does not start

2011-10-19 Thread Yavor Doganov
Package: aclock.app Version: 0.2.3-3+b4 Severity: grave Justification: renders package unusable When starting the application, the standard GNUstep icon appears. No menu, no clock. -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'te

Bug#645923: biococoa.app: Crashes on startup

2011-10-19 Thread Yavor Doganov
Package: biococoa.app Version: 1.6.0-8+b3 Severity: grave Justification: renders package unusable BioCocoa crashes on startup with the following backtrace: Starting program: /usr/bin/BioCocoa [Thread debugging using libthread_db enabled] Program received signal SIGSEGV, Segmentation fault. 0xb7

Bug#645926: cenon.app: Crashes on startup

2011-10-19 Thread Yavor Doganov
Package: cenon.app Version: 3.93-1+b1 Severity: grave Justification: renders package unusable Cenon crashes on startup; backtrace below: Starting program: /usr/bin/Cenon [Thread debugging using libthread_db enabled] Program received signal SIGSEGV, Segmentation fault. 0xb76db8f6 in objc_msg_loo

Bug#645927: charmap.app: Hangs on startup

2011-10-19 Thread Yavor Doganov
Package: charmap.app Version: 0.2-10+b2 Severity: grave Justification: renders package unusable Starting the applications results in showing the app icon, but no menu or main window. -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 't

Bug#645933: gnustep-dl2: The GDL2 palette causes gorm.app to abort on startup

2011-10-19 Thread Yavor Doganov
Package: gnustep-dl2 Version: 0.12.0-7 Severity: serious File: /usr/lib/GNUstep/ApplicationSupport/Palettes/GDL2.palette/GDL2 With gnustep-dl2 installed, Gorm aborts on startup with: Gorm: Uncaught exception NSInvalidArgumentException, reason: Can not determine type information for +[GDL2CDNSObje

Bug#645935: volumecontrol.app: Hangs on startup

2011-10-19 Thread Yavor Doganov
Package: volumecontrol.app Version: 0.5-3+b4 Severity: grave Justification: renders package unusable Only the app icon appears; no menu or main window. -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i6

Bug#645936: gnumail.app: Crashes on startup

2011-10-19 Thread Yavor Doganov
Package: gnumail.app Version: 1.2.0~pre3+snap20071004-4+b4 Severity: grave Justification: renders package unusable GNUMail crashes on startup; unfortunately the backtrace is unusable. -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, '

Bug#645923: biococoa.app: Crashes on startup

2011-10-20 Thread Yavor Doganov
user pkg-gnustep-maintain...@lists.alioth.debian.org usertags 645923 gnustep-gui0.20-transition gnustep-transition tags 645923 + patch thanks Andreas Tille wrote: > do you have any hint how to fix this. Sure, trivial patch attached. (You could simply merge it with the existing debian/patches/05_

Bug#645923: biococoa.app: Crashes on startup

2011-10-20 Thread Yavor Doganov
On Thu, Oct 20, 2011 at 10:45:29AM +0200, Andreas Tille wrote: > after having spend another couple of time into this package I decided > that it is better if it would go. > I decided to reassign this bug to ftpmaster for removal of biococoa.app. Your call, I certainly don't object. You might wan

Bug#645926: cenon.app: Crashes on startup

2011-10-22 Thread Yavor Doganov
tags 645926 + patch thanks Here is a trivial patch that fixes this bug. --- cenon.app-3.93.orig/Cenon_main.m +++ cenon.app-3.93/Cenon_main.m @@ -59,7 +59,7 @@ } app = [appClass sharedApplication]; -[app setApplicationIconImage:[NSImage imageNamed:@"cenon.tiff"]]; +[app setAppli

Bug#645921: aclock.app: Does not start

2011-10-22 Thread Yavor Doganov
tags 645921 + patch thanks Here is a patch that fixes this issue. --- aclock.app-0.2.3.orig/main.m +++ aclock.app-0.2.3/main.m @@ -1,10 +1,6 @@ #include -int main(int argc, char **argv) +int main(int argc, const char **argv) { - CREATE_AUTORELEASE_POOL(pool); - [NSApplication sharedApplicatio

Bug#645935: volumecontrol.app: Hangs on startup

2011-10-22 Thread Yavor Doganov
tags 645935 + patch thanks Patch attached. --- volumecontrol.app-0.5.orig/main.m +++ volumecontrol.app-0.5/main.m @@ -1,10 +1,6 @@ #include -int main(int argc, char **argv) +int main(int argc, const char **argv) { - CREATE_AUTORELEASE_POOL(pool); - [NSApplication sharedApplication]; - [NSApp

Bug#620583: Ping

2011-04-19 Thread Yavor Doganov
tags 620583 + pending thanks At Sun, 17 Apr 2011 12:02:25 -0300, Lisandro Damián Nicanor Pérez Meyer wrote: > We are getting closer to remove aRts, how is this bug going? We are a bit stuck with the forced migration away from GNU Arch (due to the removal of tla-buildpackage), but I'll prepare an

Bug#642162: gnustep-base: FTBFS on kfreebsd-amd64

2011-09-19 Thread Yavor Doganov
Philipp Kern wrote: > Source: gnustep-base > Version: 1.22.1-1 > Severity: serious > The full build log can be found on [0]. Unfortunately I have access only to kfreebsd-i386. Could you please send me the relevant portion of config.log (or the whole file)? Thanks. -- To UNSUBSCRIBE, email t

Bug#618184: Tagging some GNUstep bugs as pending

2011-09-23 Thread Yavor Doganov
Philipp Kern wrote: > So this is obviously needed for the GNUstep transition. Can you > please upload it? I will, hopefully today, but it should be binNMUed on kfreebsd-amd64 when gnustep-base is fixed. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "uns

Bug#642162: gnustep-base: FTBFS on kfreebsd-amd64

2011-09-25 Thread Yavor Doganov
clone 642162 -1 reassign -1 libffi5 retitle -1 Problem with closures on kfreebsd-amd64 block 642162 with -1 thanks > 66 ((void(*)(cls_struct_combined)) (code))(g_dbl); > (gdb) > > Program received signal SIGSEGV, Segmentation fault. > You can ask for access to asdfasdf.debian.net, which is

Bug#642162: problem with closures on kfreebsd-amd64

2011-09-26 Thread Yavor Doganov
Petr Salinger wrote: > I tried the same on my PC, > testsuite of all available (stable, sid, experimental) libffi passes. > > On asdfasdf.d.n they fails. > Could be this related to CPU ? > My is "Intel(R) Core(TM)2 Duo CPU E6750" > asdfasdf's "AMD Sempron(tm) Processor 3000+" I think so -- li

Bug#642928: Bug#642162: problem with closures on kfreebsd-amd64

2011-09-26 Thread Yavor Doganov
tags 642928 + patch thanks Petr Salinger wrote: > After changing configure.ac and propagating it into > configure, the testsuite of 3.0.11~rc1-2 succeeds > also on asdfasdf.d.n Excellent, I successfully tested it too. Thanks very much, Petr! -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...

Bug#643973: Patch

2011-10-02 Thread Yavor Doganov
tags 643973 + patch thanks GCC 4.6 exposed this bug; trivial patch attached. --- terminal.app-0.9.4+cvs20051125.orig/TerminalView.m +++ terminal.app-0.9.4+cvs20051125/TerminalView.m @@ -28,7 +28,7 @@ stupid but fast character cell display v # include # include #else -# include +# include

Bug#660430: textedit.app: Can't create a new document.

2012-07-03 Thread Yavor Doganov
tags 660430 = patch thanks Here's a patch that fixes the problem. --- textedit.app-4.0+20061029.orig/Document.m +++ textedit.app-4.0+20061029/Document.m @@ -124,12 +124,6 @@ [self setViewSize: size]; } - [[NSNotificationCenter defaultCenter] - addObserver: self - selector: @selector (f

Bug#667886: textedit.app: FTBFS with GCC-4.7

2012-05-28 Thread Yavor Doganov
At Sat, 26 May 2012 18:42:04 +0200, gregor herrmann wrote: > Builds fine for me (i386 and amd64 sid chroot). Strange that I cannot reproduce it either :/ However, warnings like these are a guaranteed failure at runtime: Document.m:1364:2: warning: implicit declaration of function ‘sel_get_name’

Bug#663388: gnustep-back-common: unowned files after purge (policy 6.8, 10.8) violating FHS (policy 9.1) too

2012-06-01 Thread Yavor Doganov
Andreas Beckmann wrote: > there are now fewer directories, but there is still something in $HOME: > > 0m47.6s ERROR: FAIL: Package purging left files on system: > /root/GNUstep/ not owned > /root/GNUstep/Library/ not owned Yes, this is because mknfonts.tool which is run in postins

Bug#676229: gnustep-make: should depend on a chosen version of gobjc, not just "gobjc"

2012-06-05 Thread Yavor Doganov
block 676229 with 673538 thanks Wolfgang Sourdeau wrote: > Package: gnustep-make > Justification: renders package unusable Yes, currently it is unusable out of the box in sid/wheezy, at least on x86 architectures where gcc-4.7 is the default compiler. You can still build stuff with CC=gcc-4.6.

Bug#676242: cannot install libgnustep-gui-dev

2012-06-05 Thread Yavor Doganov
Mathieu Malaterre wrote: > I simply cannot install libgnustep-gui-dev. It fails with: > Setting up gnustep-base-runtime (1.24.0-1) ... > /etc/init.d/gdomap: 428: /lib/lsb/init-functions: FANCYTTY: parameter not set > invoke-rc.d: initscript gdomap, action "start" failed. > dpkg: error processing g

Bug#676543: oolite silently exit on debian wheezy

2012-06-07 Thread Yavor Doganov
Georgiewskiy Yuriy wrote: > Package: oolite > Version: 1.76dfsg-1 > Severity: grave > Justification: renders package unusable > oolite silently exit on debian wheezy with the following message: Are you sure it actually exits? It doesn't for me -- I get the warning, but the game starts. I'm on i

Bug#670912: gnustep-gui: FTBFS (Functions.m:30:41: fatal error: Foundation/NSAutoreleasePool.h: No such file or directory)

2012-05-02 Thread Yavor Doganov
At Mon, 30 Apr 2012 13:05:23 +0200, Julien Cristau wrote: > Source: gnustep-gui > Version: 0.20.0-3 > Severity: serious > Justification: fails to build from source (but built successfully in the past) > gnustep-gui FTBFS on some buildds, see the logs linked from > https://buildd.debian.org/status/

Bug#627302: libgnustep-base1.20 does not work with gobjc-4.6

2011-05-19 Thread Yavor Doganov
reassign 627302 src:gnustep-base forcemerge 624928 627302 thanks Asias He wrote: > Is there any way that I can use gobjc-4.6 with libgnustep-base1.20? No, not for the time being, sorry. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Troubl

Bug#627638: libgnustep-base-dev: indirectly depends on both libobjc2 and libobjc3; causes packages to miscompile

2011-05-29 Thread Yavor Doganov
reassign 627638 src:gnustep-base forcemerge 624928 627638 thanks This is a known issue. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#663388: Bug#673538: transition: gnustep-base, gnustep-gui

2014-05-27 Thread Yavor Doganov
On Sat, Apr 26, 2014 at 12:44:45PM +0200, Philipp Kern wrote: > Yavor, is there any plan to do the transition? #673538 didn't look > like it was blocking on us. Please accept my apologies for being MIA for so long. I have the new GNUstep core packages ready at mentors.d.n (targeted for experiment

Bug#659489: [gnumail.app] Can't neither read nor send messages and crashes when setup SMTP

2014-06-02 Thread Yavor Doganov
tags 659489 + patch clone 659489 -1 reassign -1 libpantomime1.2 retitle -1 CWConnection instance may get deallocated while CWService handles the runloop event severity -1 serious affects -1 gnumail.app tags -1 + patch block 659489 with -1 thanks Sorry for not being able to reply earlier. On Sat,

Bug#749742: gnustep-dl2: FTBFS with gnustep-make/2.6.6-1

2014-06-07 Thread Yavor Doganov
Federico Giménez Nieto wrote: > All seems to be working fine, you can take a look here > http://mentors.debian.net/debian/pool/main/g/gnustep-dl2/gnustep-dl2_0.12.0-11.dsc Looks good, but why is this deliberate -lc needed? Is it because lintian reports library-not-linked-with-libc? For the adap

Bug#755572: gnustep-make: Broken framework versioning support

2014-07-21 Thread Yavor Doganov
Package: gnustep-make Version: 2.6.2-2 Severity: serious Forwarded: http://savannah.gnu.org/bugs/index.php?42778 It turns out that gnustep-make does not support versioned frameworks which makes library transitions of frameworks nearly impossible. Slightly embarrassing to discover this after so ma

Bug#755823: libgnustep-gui0.24: Crashes when loading a .gorm file

2014-07-23 Thread Yavor Doganov
Package: libgnustep-gui0.24 Version: 0.24.0-2 Severity: serious Forwarded: http://savannah.gnu.org/bugs/index.php?42782 Control: affects -1 viewpdf.app Yet another bug which is only reproducible on i386; viewpdf.app is affected in a way that makes it unusable. -- System Information: Debian Relea

Bug#756852: lusernet.app: Links with OpenSSL without license exception

2014-08-02 Thread Yavor Doganov
Package: lusernet.app Version: 0.4.2-6+b2 Severity: serious LuserNET links with OpenSSL via Pantomime and is released under GPL without the OpenSSL exception. -- System Information: Debian Release: 7.6 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architectur

Bug#756853: gnumail.app: Links with OpenSSL without license exception

2014-08-02 Thread Yavor Doganov
Package: gnumail.app Version: 1.2.0~pre3+snap20071004-5+b2 Severity: serious GNUMail links with OpenSSL via Pantomime and is released under GPL without the OpenSSL exception. -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing')

Bug#756911: timemon.app: FTBFS on powerpc: undefined reference during linking

2014-08-03 Thread Yavor Doganov
Cyril Brulebois wrote: > your package no longer builds on powerpc due to undefined reference > during linking: I few days ago I sent a give-back request to powerpc@buildd.d.o (attached). This was due to #756096. --- Begin Message --- gb timemon.app_4.1-3 . powerpc It failed to build due to a bu

Bug#756476: Bug#747804: spotlighter: FTBFS: error: Test for GTK3+ failed

2014-08-05 Thread Yavor Doganov
tags 756476 + patch thanks On Wed, Jul 30, 2014 at 10:37:12AM +0200, Emilio Pozuelo Monfort wrote: > On 30/07/14 10:10, YunQiang Su wrote: > > I think this problem is caused by libgtk-3-dev. > > File /usr/share/aclocal/gtk-3.0.m4, it doesn't work, > > /usr/share/aclocal/gtk-3.0.m4 uses pkg-config

Bug#728319: gworkspace.app: Preview.app fails with an error

2014-06-19 Thread Yavor Doganov
tags 728319 + patch thanks Yavor Doganov wrote: > It seems like Preview is not capable of opening images. Attached is a trivial patch that fixes this. These methods were removed in 2005 (it's even in the upstream ChangeLog), but apparently he forgot to remove the code that regis

Bug#753483: libgnustep-dl2-0d: Programs using EOControl die with NSInvalidArgumentException, reason: Can not determine type information for +[GDL2CDNSObject (null)]

2014-07-02 Thread Yavor Doganov
Package: libgnustep-dl2-0d Version: 0.12.0-9+nmu1 Severity: grave It appears that some of the patches (581934.patch specifically, possibly in combination with others) are broken and/or incomplete and have caused the package to be entirely unusable. Trying eoexample from /usr/share/doc/gnustep-dl2

<    1   2   3   4   5   >