Bug#963541: wget failed with "The TLS connection was non-properly terminated" via http_proxy

2020-06-23 Thread choury
Package: wget
Version: 1.20.1-1.1
Severity: normal

Dear Maintainer,

wget will failed to fetch
"https://get.adobe.com/flashplayer/webservices/json/?platform_type=Linux&platform_arch=x86_64&browser_dist=Chrome";
 via http proxy
with "Read error at byte 1937 (The TLS connection was non-properly 
terminated.)".


-- System Information:
Debian Release: 10.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-9-amd64 (SMP w/1 CPU core)
Locale: LANG=zh_CN.UTF-8, LC_CTYPE=zh_CN.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to zh_CN.UTF-8), LANGUAGE=C: (charmap=UTF-8) (ignored: LC_ALL set to 
zh_CN.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages wget depends on:
ii  libc6 2.28-10
ii  libgnutls30   3.6.7-4+deb10u4
ii  libidn2-0 2.0.5-1+deb10u1
ii  libnettle63.4.1-1
ii  libpcre2-8-0  10.32-5
ii  libpsl5   0.20.2-2
ii  libuuid1  2.33.1-0.1
ii  zlib1g1:1.2.11.dfsg-1

Versions of packages wget recommends:
ii  ca-certificates  20200601~deb10u1

wget suggests no packages.

-- no debconf information



Bug#892995: systemtap: failes to compile scripts, implicit declaration of some functions

2018-03-15 Thread choury
Package: systemtap
Version: 3.1-3
Severity: grave
Tags: upstream
Justification: renders package unusable

Dear Maintainer,

The error log of "stap -v -e 'probe vfs.read {printf("read performed\n"); 
exit()}'":


Pass 1: parsed user script and 466 library scripts using 
114224virt/47336res/6424shr/41108data kb, in 60usr/80sys/198real ms.
Pass 2: analyzed script: 1 probe, 1 function, 7 embeds, 0 globals using 
290116virt/224684res/7844shr/217000data kb, in 1310usr/120sys/1442real ms.
Pass 3: translated to C into 
"/tmp/stapmbSbnD/stap_93c22f4dd82758d8a2c6248ef9859b2a_2556_src.c" using 
290116virt/224876res/8036shr/217000data kb, in 0usr/0sys/5real ms.
In file included from /usr/share/systemtap/runtime/stp_utrace.c:30:0,
 from /usr/share/systemtap/runtime/linux/task_finder2.c:4,
 from /usr/share/systemtap/runtime/linux/task_finder.c:17,
 from /usr/share/systemtap/runtime/linux/runtime.h:222,
 from /usr/share/systemtap/runtime/runtime.h:26,
 from 
/tmp/stapmbSbnD/stap_93c22f4dd82758d8a2c6248ef9859b2a_2556_src.c:25:
/usr/share/systemtap/runtime/stp_helper_lock.h: In function 
‘stp_spin_unlock_wait’:
/usr/share/systemtap/runtime/stp_helper_lock.h:60:61: error: implicit 
declaration of function ‘spin_unlock_wait’; did you mean 
‘stp_spin_unlock_wait’? [-Werror=implicit-function-declaration]
 static inline void stp_spin_unlock_wait(spinlock_t *lock) { 
spin_unlock_wait(lock); }
 ^~~~
 
stp_spin_unlock_wait
In file included from /usr/share/systemtap/runtime/transport/transport.c:65:0,
 from /usr/share/systemtap/runtime/linux/print.c:17,
 from /usr/share/systemtap/runtime/print.c:17,
 from /usr/share/systemtap/runtime/runtime_context.h:22,
 from 
/tmp/stapmbSbnD/stap_93c22f4dd82758d8a2c6248ef9859b2a_2556_src.c:121:
/usr/share/systemtap/runtime/transport/relay_v2.c: In function 
‘__stp_relay_timer_init’:
/usr/share/systemtap/runtime/transport/relay_v2.c:154:2: error: implicit 
declaration of function ‘init_timer’; did you mean ‘init_timers’? 
[-Werror=implicit-function-declaration]
  init_timer(&_stp_relay_data.timer);
  ^~
  init_timers
/usr/share/systemtap/runtime/transport/relay_v2.c:156:33: error: assignment 
from incompatible pointer type [-Werror=incompatible-pointer-types]
  _stp_relay_data.timer.function = __stp_relay_wakeup_timer;
 ^
/usr/share/systemtap/runtime/transport/relay_v2.c:157:23: error: ‘struct 
timer_list’ has no member named ‘data’
  _stp_relay_data.timer.data = 0;
   ^
In file included from /usr/share/systemtap/runtime/linux/print.c:17:0,
 from /usr/share/systemtap/runtime/print.c:17,
 from /usr/share/systemtap/runtime/runtime_context.h:22,
 from 
/tmp/stapmbSbnD/stap_93c22f4dd82758d8a2c6248ef9859b2a_2556_src.c:121:
/usr/share/systemtap/runtime/transport/transport.c: In function ‘_stp_attach’:
/usr/share/systemtap/runtime/transport/transport.c:328:31: error: assignment 
from incompatible pointer type [-Werror=incompatible-pointer-types]
  _stp_ctl_work_timer.function = _stp_ctl_work_callback;
   ^
/usr/share/systemtap/runtime/transport/transport.c:329:21: error: ‘struct 
timer_list’ has no member named ‘data’
  _stp_ctl_work_timer.data= 0;
 ^
cc1: all warnings being treated as errors
make[3]: *** 
[/usr/src/linux-headers-4.15.0-1-common/scripts/Makefile.build:321: 
/tmp/stapmbSbnD/stap_93c22f4dd82758d8a2c6248ef9859b2a_2556_src.o] Error 1
make[2]: *** [/usr/src/linux-headers-4.15.0-1-common/Makefile:1523: 
_module_/tmp/stapmbSbnD] Error 2
make[1]: *** [Makefile:146: sub-make] Error 2
make: *** [Makefile:8: all] Error 2
WARNING: kbuild exited with status: 2
Pass 4: compiled C into "stap_93c22f4dd82758d8a2c6248ef9859b2a_2556.ko" in 
7750usr/1280sys/9054real ms.
Pass 4: compilation failed.  [man error::pass4]
Tip: /usr/share/doc/systemtap/README.Debian should help you get started.

-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.15.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages systemtap depends on:
ii  libavahi-client3   0.7-3.1
ii  libavahi-common3   0.7-3.1
ii  libc6  2.27-2
ii  libdw1 0.170-0.3
ii  libelf10.170-0.3
ii  libgcc11:8-20180312-2
ii  libnspr4   2:4.18-1
ii  libnss32:3.35-2
ii  libsqlite3-0   3.22.0-1
ii  libstdc++6 8-2018031

Bug#846410: kdevelop crahses when starting (5.0.1)

2016-11-30 Thread choury
Package: kdevelop
Version: 4:5.0.1-2
Severity: important

Dear Maintainer,

kdevelop crashes every time when i starting it.
And the stack:

Application: KDevelop (kdevelop), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fd9feab0040 (LWP 5739))]

Thread 5 (Thread 0x7fd9e3de8700 (LWP 5743)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at 
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7fda101242c4 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Script.so.5
#2  0x7fda10124309 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Script.so.5
#3  0x7fda14bd0464 in start_thread (arg=0x7fd9e3de8700) at 
pthread_create.c:333
#4  0x7fda1ad9a9df in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:105

Thread 4 (Thread 0x7fd9e9369700 (LWP 5742)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at 
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
#1  0x7fda1b480b86 in QWaitCondition::wait(QMutex*, unsigned long) () from 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#2  0x7fda18e9a438 in ?? () from 
/usr/lib/x86_64-linux-gnu/libKDevPlatformLanguage.so.10
#3  0x7fda1b47fd88 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7fda14bd0464 in start_thread (arg=0x7fd9e9369700) at 
pthread_create.c:333
#5  0x7fda1ad9a9df in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:105

Thread 3 (Thread 0x7fd9f72e0700 (LWP 5741)):
#0  0x7fda1ad9156d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x7fda129be9f6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7fda129beb0c in g_main_context_iteration () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7fda1b6af6fb in 
QEventDispatcherGlib::processEvents(QFlags) () 
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7fda1b65907a in 
QEventLoop::exec(QFlags) () from 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7fda1b47b0d3 in QThread::exec() () from 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7fda1d7756d5 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
#7  0x7fda1b47fd88 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7fda14bd0464 in start_thread (arg=0x7fd9f72e0700) at 
pthread_create.c:333
#9  0x7fda1ad9a9df in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:105

Thread 2 (Thread 0x7fd9fc94f700 (LWP 5740)):
#0  0x7fda1ad9156d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x7fda0ee11150 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#2  0x7fda0ee12ee9 in xcb_wait_for_event () from 
/usr/lib/x86_64-linux-gnu/libxcb.so.1
#3  0x7fd9fe674b69 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#4  0x7fda1b47fd88 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7fda14bd0464 in start_thread (arg=0x7fd9fc94f700) at 
pthread_create.c:333
#6  0x7fda1ad9a9df in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:105

Thread 1 (Thread 0x7fd9feab0040 (LWP 5739)):
[KCrash Handler]
#6  0x7fd9eb6bf6ad in llvm::cl::Option::setArgStr(llvm::StringRef) () from 
/usr/lib/x86_64-linux-gnu/libLLVM-3.9.so.1
#7  0x7fd95a929acb in ?? () from /usr/lib/x86_64-linux-gnu/libLLVM-3.8.so.1
#8  0x7fd95a929d08 in ?? () from /usr/lib/x86_64-linux-gnu/libLLVM-3.8.so.1
#9  0x7fda1d5fa5da in call_init (l=, argc=argc@entry=1, 
argv=argv@entry=0x7ffc186d67a8, env=env@entry=0x7ffc186d67b8) at dl-init.c:72
#10 0x7fda1d5fa6eb in call_init (env=0x7ffc186d67b8, argv=0x7ffc186d67a8, 
argc=1, l=) at dl-init.c:30
#11 _dl_init (main_map=main_map@entry=0xf3a490, argc=1, argv=0x7ffc186d67a8, 
env=0x7ffc186d67b8) at dl-init.c:120
#12 0x7fda1d5fec68 in dl_open_worker (a=a@entry=0x7ffc186d5110) at 
dl-open.c:575
#13 0x7fda1d5fa484 in _dl_catch_error 
(objname=objname@entry=0x7ffc186d5100, 
errstring=errstring@entry=0x7ffc186d5108, 
mallocedp=mallocedp@entry=0x7ffc186d50ff, operate=operate@entry=0x7fda1d5fe880 
, args=args@entry=0x7ffc186d5110) at dl-error.c:187
#14 0x7fda1d5fe419 in _dl_open (file=0xf3a398 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kdevplatform/25/kdevclangsupport.so", 
mode=-2147483647, caller_dlopen=0x7fda1b6571be, nsid=-2, argc=, 
argv=, env=0x7ffc186d67b8) at dl-open.c:660
#15 0x7fda12c88ee9 in dlopen_doit (a=a@entry=0x7ffc186d5340) at dlopen.c:66
#16 0x7fda1d5fa484 in _dl_catch_error (objname=0x91b1a0, 
errstring=0x91b1a8, mallocedp=0x91b198, operate=0x7fda12c88e90 , 
args=0x7ffc186d5340) at dl-error.c:187
#17 0x7fda12c89521 in _dlerror_run (operate=operate@entry=0x7fda12c88e90 
, args=args@entry=0x7ffc186d5340) at dlerror.c:163
#18 0x7fda12c88f82 in __dlopen (file=, mode=) 
at dlopen.c:87
#19 0x7fda1b6571be in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#20 0x7fda1b650285 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#21 0x7fda1c494d9a in KPluginLoader::load() () from 
/usr/lib/x86_64-linux-gnu/libKF5CoreAddons.so.5
#22 0x7fd

Bug#832091: kpatch install: Error! Bad return status for module build on kernel: 4.6.0-1-amd64 (x86_64)

2016-07-22 Thread choury
Package: kpatch
Version: 0.3.2-2
Severity: grave
Justification: renders package unusable

Dear Maintainer,


When install the kpatch with apt, it comes:
Error! Bad return status for module build on kernel: 4.6.0-1-amd64 (x86_64)

And the error log of build:
DKMS make.log for kpatch-0.3.2 for kernel 4.6.0-1-amd64 (x86_64)

 
2016年 07月 22日 星期五 15:51:07 CST  

   
make: Entering directory '/var/lib/dkms/kpatch/0.3.2/build/kmod'

 
make -C core clean  

 
make[1]: Entering directory '/var/lib/dkms/kpatch/0.3.2/build/kmod/core'

 
rm -f -Rf .*.o.cmd .*.ko.cmd .tmp_versions *.o *.ko *.mod.c \   

 
Module.symvers  

 
make[1]: Leaving directory '/var/lib/dkms/kpatch/0.3.2/build/kmod/core' 

 
make -C core

 
make[1]: Entering directory '/var/lib/dkms/kpatch/0.3.2/build/kmod/core'

 
make -C /lib/modules/4.6.0-1-amd64/build 
M=/var/lib/dkms/kpatch/0.3.2/build/kmod/core kpatch.ko  


make[2]: Entering directory '/var/lib/dkms/kpatch/0.3.2/build/kmod/core'

 
make[2]: warning: jobserver unavailable: using -j1.  Add '+' to parent make 
rule.   

 
  CC [M]  /var/lib/dkms/kpatch/0.3.2/build/kmod/core/core.o 

 
/var/lib/dkms/kpatch/0.3.2/build/kmod/core/core.c:255:13: error: initialization 
from incompatible pointer type [-Werror=incompatible-pointer-types] 
 
  .address = kpatch_backtrace_address_verify,   

 
 ^  

 
/var/lib/dkms/kpatch/0.3.2/build/kmod/core/core.c:255:13: note: (near 
initialization for 'kpatch_backtrace_ops.address')  

   
/var/lib/dkms/kpatch/0.3.2/build/kmod/core/core.c:275:13: error: initialization 
from incompatible pointer type [-Werror=incompatible-pointer-types] 
 
  .address = kpatch_print_trace_address,

  

Bug#730444: gdb: Can't attach LWP 658225882: No child processes

2013-11-24 Thread choury
Package: gdb
Version: 7.6.1-1
Severity: important

Dear Maintainer,

warning: Can't attach LWP 658225882: No child processes
/home/zumbi/gdb-7.6.1/gdb/linux-thread-db.c:434: internal-error:
thread_get_info_callback: Assertion `inout->thread_info != NULL' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n) y

/home/zumbi/gdb-7.6.1/gdb/linux-thread-db.c:434: internal-error:
thread_get_info_callback: Assertion `inout->thread_info != NULL' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Create a core file of GDB? (y or n) n


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.11-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=zh_CN.UTF-8, LC_CTYPE=zh_CN.UTF-8 (charmap=UTF-8) (ignored:
LC_ALL set to zh_CN.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gdb depends on:
ii  gdbserver 7.6.1-1
ii  libc6 2.17-96
ii  libexpat1 2.1.0-4
ii  liblzma5  5.1.1alpha+20120614-2
ii  libncurses5   5.9+20130608-1
ii  libpython2.7  2.7.6-2
ii  libreadline6  6.2+dfsg-0.1
ii  libtinfo5 5.9+20130608-1
ii  zlib1g1:1.2.8.dfsg-1

Versions of packages gdb recommends:
ii  libc6-dbg [libc-dbg]  2.17-96

Versions of packages gdb suggests:
pn  gdb-doc  

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org