Re: YAGF is a seriously screwed package

2015-07-13 Thread Boris Pek
Hi,

>>> But I am shocked to find this software being ported into stable
>>> packages, while it can do nothing.
>> 
>> YAGF v0.9.3.2 works fine except one well known bug (see #746380).
>> And this issue will be fixed in the next upload of the package.
> 
> Please arrange for an update upload for Debian stable, after the fixed
> packages have cooked around unstable and testing for enough time to be sure
> there were no regressions...

I am preparing update to version 0.9.5 and there are quite many changes in it
besides fixing this bug. Once package is migrated to testing I will upload
yagf-0.9.5 to jessie-backports (as always).

Do you suggest to upload updated package into stable-proposed-updates instead?
I am not sure that stable release team will approve this.

Best regards,
Boris


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1973361436792...@web18o.yandex.ru



Re: YAGF is a seriously screwed package

2015-07-10 Thread Boris Pek
Hi,

> I need this software desperately to be finally free from the
> strangle-hold of proprietary, closed-source software developers.

What should this mean?

> But I am shocked to find this software being ported into stable
> packages, while it can do nothing.

YAGF v0.9.3.2 works fine except one well known bug (see #746380).
And this issue will be fixed in the next upload of the package.
For now there is a very simple workaround:

Menu Edit item --> Settings --> Image Processing --> uncheck
Crop Image When Loaded checkbox --> all will work as expected

> As soon as it is tried it shuts itself off.

See above.

> I hope the package will be salvaged by a nearest posssible date.

No comments.

Best regards,
Boris


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/280281436515...@web25h.yandex.ru



Re: Strange bug in Qt program after build with gcc 4.7

2012-05-12 Thread Boris Pek
Hi,

Problem is solved. Thanks a lot to Pino Toscano.

Regards,
Boris


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1164201336840...@web15e.yandex.ru



Strange bug in Qt program after build with gcc 4.7

2012-05-11 Thread Boris Pek
Hi all,

There is no any reply in debian-mentors mailing list, so I am forwarding my
message here. Please Cc me in replies, I am not subscribed to debian-devel.

 begin original message 
2012-05-10 21:08, Boris Pek wrote:

Hi everyone,

I have strange problem with my package eiskaltdcpp-qt.

When I compile this binary file using gcc 4.6 program works fine.
But when I compile it using gcc 4.7 program crashes at launch time.

Full backtrace from gdb shows that segmentation fault is in Qt library [1].
Bug was also confirmed in Fedora and Arch Linux.

C++11 is actively used in eiskaltdcpp-qt. Could it causes the bug?

I have tried to make minimum reproducible example but without success.

Could anyone look on my package? Any suggestions are welcome.

Package can be found on m.d.n [2][3]. Or you could get sources directly from
upstream [4]. Problem exists in all last releases since 2.2.5 (I have not
checked earlier versions).

Also what mailing list is relevant for such bugs?
Maybe debian-devel or another one?

Best regards,
Boris

PS: I use Debian Sid with all recent updates.

[1] See eiskaltdcpp-qt.gdb.bt_full.log in attachment
[2] http://mentors.debian.net/package/eiskaltdcpp
[3] 
http://mentors.debian.net/debian/pool/main/e/eiskaltdcpp/eiskaltdcpp_2.2.6-4.dsc
[4] https://github.com/negativ/eiskaltdcpp

 end original message 
$ gdb eiskaltdcpp-qt 
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/eiskaltdcpp-qt...done.
(gdb) run
Starting program: /usr/bin/eiskaltdcpp-qt 
[Thread debugging using libthread_db enabled]
Using host libthread_db library 
"/lib/i386-linux-gnu/i686/cmov/libthread_db.so.1".
Installing handler for: Segmentation fault
Installing handler for: Aborted
Installing handler for: Bus error
Installing handler for: Terminated
Signal handlers installed.
[New Thread 0xb2d09b70 (LWP 2935)]
[New Thread 0xb2508b70 (LWP 2936)]
Loading: Hash database
[New Thread 0xb1bcfb70 (LWP 2937)]
[Thread 0xb2508b70 (LWP 2936) exited]
Loading: Shared Files
[New Thread 0xb2508b70 (LWP 2941)]
Loading: Download Queue
Loading: Users
[New Thread 0xb13ceb70 (LWP 2942)]
UserList icons has been loaded
Application icons has been loaded
[New Thread 0xb0024b70 (LWP 2943)]
[New Thread 0xaf823b70 (LWP 2944)]
[New Thread 0xaf022b70 (LWP 2945)]
[New Thread 0xae821b70 (LWP 2946)]
[New Thread 0xae020b70 (LWP 2947)]

Program received signal SIGSEGV, Segmentation fault.
__strlen_sse2_bsf () at ../sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S:52
52  ../sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: No such file or 
directory.
(gdb) bt full
#0  __strlen_sse2_bsf () at ../sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S:52
No locals.
#1  0xb5c414e5 in XSetCommand () from /usr/lib/i386-linux-gnu/libX11.so.6
No symbol table info available.
#2  0xb5c45ee3 in XSetWMProperties () from /usr/lib/i386-linux-gnu/libX11.so.6
No symbol table info available.
#3  0xb70ab646 in QWidgetPrivate::create_sys(unsigned long, bool, bool) ()
   from /usr/lib/i386-linux-gnu/libQtGui.so.4
No symbol table info available.
#4  0xb705582f in QWidget::create(unsigned long, bool, bool) ()
   from /usr/lib/i386-linux-gnu/libQtGui.so.4
No symbol table info available.
#5  0xb7724c77 in ?? () from /usr/lib/i386-linux-gnu/libQtGui.so.4
No symbol table info available.
#6  0xb7725a91 in ?? () from /usr/lib/i386-linux-gnu/libQtGui.so.4
No symbol table info available.
#7  0xb7725bea in ?? () from /usr/lib/i386-linux-gnu/libQtGui.so.4
No symbol table info available.
#8  0xb770dac8 in QSystemTrayIcon::setVisible(bool) ()
   from /usr/lib/i386-linux-gnu/libQtGui.so.4
No symbol table info available.
#9  0x0827519a in show (this=)
at /usr/include/qt4/QtGui/qsystemtrayicon.h:108
No locals.
#10 Notification::enableTray (this=this@entry=0x972dbd0, enable=true)
at ../../eiskaltdcpp-qt/src/Notification.cpp:136
menuAdditional = 0x97836d0
actSupressTxt = 0x8e27838
menu = 0x978fbb0
actSupressSnd = 0x8e29160
show_hide = 
setup_speed_lim = 0x97b1910
close_app = 0x97736d0
sep = 0x8e29fd8
#11 0x08275590 in Notification::Notification (this=0x972dbd0, parent=0x0)
at ../../eiskaltdcpp-qt/src/Notification.cpp:41
No locals.
#12 0x08178fda in dcpp::Singleton::newInstance ()
at ../../dcpp/Singleton.h:47
No locals.
#13 0x080d8bfc in main (argc=1, argv=0xb1a4) at 
../../eiskaltdcpp-qt/src/main.cpp:172
app = { = { = {}, 
static staticMetaObject = {d = {superdata