Bug#1071943: QFileDialog: Non-Native dialog is very slow, regressions again.

2024-05-26 Thread Kyuma Ohta
Package: libqt6widgets6t64
Version: 6.4.2+dfsg-21.1+b1
Severity: normal

Dear Maintainer,

 I wrote program QFileDialog to select file(s).
 With non-native dialog (Qt owned, not Desktop-Environment's), this is very 
slow.
 This widget eats a lot of CPU time usage at creating , also move to some 
directories.

--- Sample ---
#include 

void foo::open_dialog(QString& _dir, QStringList& _filter_list)
{
QFileDialog* dlg = new QFileDialog(nullptr);

dlg->setAttribute(Qt::WA_DeleteOnClose, true);
dlg->setOption(QFileDialog::ReadOnly, (is_save) ? false : true);
dlg->setOption(QFileDialog::DontUseCustomDirectoryIcons, true);
dlg->setAcceptMode(QFileDialog::AcceptOpen);
dlg->setFileMode(QFileDialog::ExistingFile);

// [1]
dlg->setOption(QFileDialog::DontUseNativeDialog, true);

// [2]
//dlg->setViewMode(QFileDialog::Detail);
dlg->setViewMode(QFileDialog::List);

// Below connection is sample.Any slots may exist.
connect(dlg, SIGNAL(fileSelected(QString)), this, SLOT(read_file(QString)));
connect(dlg, SIGNAL(finished(int)), this, SLOT(finished_dialog_slot(int)));
connect(dlg, SIGNAL(destroyed()), this, SLOT(close_dialog_slot()));

dlg->setDirectory(_dir);
dlg->setNameFilters(_filter_list);

dlg->setModal(false);

dlg->open();
}

--- END SAMPLE ---
This regression don't happen with Qt 5.x, at least 5.15.
# I forgot for older minor version, i.e. 5.6 ... 

But, with Qt 6.x (also 6.2! not only 6.4!), this regression always happenes.

[1] When this option set to false, use theme's file-selector (i.e. Gtk, Mate, 
XDG...).
[2] Set with both List and Detail, seems to be no difference.

Best regards,
Kyuma Ohta.

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'stable-security'), (500, 
'oldstable-security'), (500, 'unstable'), (1, 'experimental-debug'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.9.1-homebrew-15.1-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libqt6widgets6t64 depends on:
ii  libc6  2.38-11
ii  libgcc-s1  14.1.0-1
ii  libqt6core6t64 [qt6-base-abi]  6.4.2+dfsg-21.1+b1
ii  libqt6gui6t64  6.4.2+dfsg-21.1+b1
ii  libstdc++6 14.1.0-1

libqt6widgets6t64 recommends no packages.

libqt6widgets6t64 suggests no packages.

-- debconf-show failed



Bug#1068225: llvm-18-linker-tools: lacks LLVMgold-18.so , failed to configure with CMake.

2024-04-02 Thread Kyuma Ohta
Package: llvm-18-linker-tools
Version: 1:18.1.2-1+b1
Severity: important

Dear Maintainer,

 After updating to 1:18.1.2 , configuring C++ program with cmake fails.
 This will be built with Link-Time-Optimization.So, CMAKE_CXX_FLAGS has
"-flto".

Error is With below messages :

--- BEGIN ---
-- The C compiler identification is Clang 18.1.2
-- The CXX compiler identification is Clang 18.1.2
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - failed
-- Check for working C compiler: /usr/bin/clang-18
-- Check for working C compiler: /usr/bin/clang-18 - broken
CMake Error at
/usr/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake:67 (message):
  The C compiler
  
  "/usr/bin/clang-18"
  
  is not able to compile a simple test program.

  It fails with the following output:
  
Change Dir:
'/home//src/common_source_project-fm7/source/build/CMakeFiles/CMakeScratch/TryCompile-3HpiTf'

Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1
/usr/bin/gmake -f Makefile cmTC_b7f7a/fast
/usr/bin/gmake  -f CMakeFiles/cmTC_b7f7a.dir/build.make
CMakeFiles/cmTC_b7f7a.dir/build
gmake[1]: Entering directory
'/home//src/common_source_project-fm7/source/build/CMakeFiles/CMakeScratch/TryCompile-3HpiTf'
Building C object CMakeFiles/cmTC_b7f7a.dir/testCCompiler.c.o
/usr/bin/clang-18   -O3 -flto -msse -msse2
-Wreserved-user-defined-literal -gdwarf -gz  -MD -MT
CMakeFiles/cmTC_b7f7a.dir/testCCompiler.c.o -MF
CMakeFiles/cmTC_b7f7a.dir/testCCompiler.c.o.d -o
CMakeFiles/cmTC_b7f7a.dir/testCCompiler.c.o -c
/home//src/common_source_project-fm7/source/build/CMakeFiles/CMakeScratch/TryCompile-3HpiTf/testCCompiler.c
Linking C executable cmTC_b7f7a
/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTC_b7f7a.dir/link.txt --verbose=1
/usr/bin/clang-18 -O3 -flto -msse -msse2
-Wreserved-user-defined-literal -gdwarf -gz  -rdynamic
CMakeFiles/cmTC_b7f7a.dir/testCCompiler.c.o -o cmTC_b7f7a 
/usr/bin/ld: /usr/lib/llvm-18/bin/../lib/LLVMgold.so: error
loading plugin: /usr/lib/llvm-18/bin/../lib/LLVMgold.so: cannot open
shared object file: No such file or directory
clang-18: error: linker command failed with exit code 1 (use -v to
see invocation)
gmake[1]: *** [CMakeFiles/cmTC_b7f7a.dir/build.make:100:
cmTC_b7f7a] Error 1
gmake[1]: Leaving directory
'/home//src/common_source_project-fm7/source/build/CMakeFiles/CMakeScratch/TryCompile-3HpiTf'
gmake: *** [Makefile:127: cmTC_b7f7a/fast] Error 2
  

CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:17 (project)

--- END ---

I checked /usr/lib/llvm-18/lib , updated package don't have
LLVMgold.so , this is LTO plugin with ld.gold .
Before 18.1.1 , this plugin exitsed.

Regards,
Ohta.


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'stable-security'), (500, 
'oldstable-security'), (500, 'unstable'), (1, 'experimental-debug'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.8.2-homebrew-15.0-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages llvm-18-linker-tools depends on:
ii  libc6   2.37-15.1
ii  libllvm18   1:18.1.2-1+b1
ii  libstdc++6  14-20240330-1

llvm-18-linker-tools recommends no packages.

llvm-18-linker-tools suggests no packages.

-- debconf-show failed



Bug#1060785: libspa-audioconvert: Crash sometimes due to misaligned load to YMM register.

2024-01-14 Thread Kyuma Ohta
Package: libspa-0.2-modules
Version: 1.0.1-1
Severity: important

Dear Maintainer,

Sometimes ...mostly be load growth a lot..., pipe-wire daemon or
pipewire-pulse daemon crashes with below message [1].

This happens misalign of loading to YMM register [2][3].

This crash seems to happen at "vlddqu -0x20(%rcx),%ymm2" [2],
this need align at 256bit (but, Older Ryzen may be need only align of
128bit).
But, RCX register didn't align of 256bits [3].
Value is 0x5650f98e99c4 .

So, software related libspa-audioconvert crashes sometime and randomly.
I think.

Best regards,
Ohta.

[1]
--- begin ---
systemd-coredump[389337]: Process 9706 (pipewire-pulse) of user 1002 dumped 
core.
 
 Module libzstd.so.1 from 
deb libzstd-1.5.5+dfsg2-2.amd64
 Module libsystemd.so.0 
from deb systemd-255.2-4.amd64
 Stack trace of thread 9723:
 #0  0x7f4830237f4c 
inner_product_avx (libspa-audioconvert.so + 0x56f4c)
 #1  0x7f4830221aca 
impl_native_process (libspa-audioconvert.so + 0x40aca)
 #2  0x7f4830218af5 
impl_node_process (libspa-audioconvert.so + 0x37af5)
 #3  0x7f48301f2f1c 
impl_node_process (libspa-audioconvert.so + 0x11f1c)
 #4  0x7f4831b69619 
process_node (libpipewire-0.3.so.0 + 0x77619)
 #5  0x7f4831c31dd6 
loop_iterate (libspa-support.so + 0x9dd6)
 #6  0x7f4831b3d030 
do_loop (libpipewire-0.3.so.0 + 0x4b030)
 #7  0x7f48319983ec 
start_thread (libc.so.6 + 0x883ec)
 #8  0x7f4831a18980 
__clone (libc.so.6 + 0x108980)
 
 Stack trace of thread 9706:
 #0  0x7f4831a18e66 
epoll_wait (libc.so.6 + 0x108e66)
 #1  0x7f4831c40938 
impl_pollfd_wait (libspa-support.so + 0x18938)
 #2  0x7f4831c31d1d 
loop_iterate (libspa-support.so + 0x9d1d)
 #3  0x7f4831b61d38 
pw_main_loop_run (libpipewire-0.3.so.0 + 0x6fd38)
 #4  0x5650f3e4146c 
main (pipewire + 0x146c)
 #5  0x7f48319376ca 
__libc_start_call_main (libc.so.6 + 0x276ca)
 #6  0x7f4831937785 
__libc_start_main_impl (libc.so.6 + 0x27785)
 #7  0x5650f3e41611 
_start (pipewire + 0x1611)
 
 Stack trace of thread 9714:
 #0  0x7f4831a18e66 
epoll_wait (libc.so.6 + 0x108e66)
 #1  0x7f4831c40938 
impl_pollfd_wait (libspa-support.so + 0x18938)
 #2  0x7f4831c31d1d 
loop_iterate (libspa-support.so + 0x9d1d)
 #3  0x7f4831b9f7d5 
do_loop (libpipewire-0.3.so.0 + 0xad7d5)
 #4  0x7f48319983ec 
start_thread (libc.so.6 + 0x883ec)
 #5  0x7f4831a18980 
__clone (libc.so.6 + 0x108980)
 ELF object binary 
architecture: AMD x86-64
░░ Subject: Process 9706 (pipewire-pulse) dumped core
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░ Documentation: man:core(5)
░░ 
░░ Process 9706 (pipewire-pulse) crashed and dumped core.
░░ 
░░ This usually indicates a programming error in the crashing program and
░░ should be reported to its vendor as a bug.

--- end ---

[2]
I disassemble libspa-audioconvert.so with gdb.
Around crashes are below:
--- begin ---
0x7f4830237f36 <+278>:vmovaps %ymm1,%ymm0
0x7f4830237f3a <+282>:nopw   0x0(%rax,%rax,1)
0x7f4830237f40 <+288>:add$0x10,%eax
0x7f4830237f43 <+291>:vlddqu -0x20(%rcx),%ymm2
0x7f4830237f48 <+296>:add$0x40,%rdx
=> 0x7f4830237f4c <+300>:add$0x40,%rcx
0x7f4830237f50 <+304>:vfmadd231ps -0x60(%rdx),%ymm2,%ymm0
0x7f4830237f56 <+310>:vlddqu -0x40(%rcx),%ymm2
0x7f4830237f5b 

Bug#1023394: virtualbox 7: lacks support of tpm.

2022-11-03 Thread Kyuma Ohta
Package: virtualbox
Version: 7.0.2-dfsg-2
Severity: normal

Dear Maintainer,

When enabling TPM, either 1.2 or 2.0, don't start a VM with below message.

--- BEGIN ---
Failed to construct device 'tpm' instance #0 (VERR_PDM_DRIVER_NOT_FOUND).

Result Code:NS_ERROR_FAILURE (0X80004005)
Component:ConsoleWrap
Interface:IConsole {6ac83d89-6ee7-4e33-8ae6-b257b2e81be8}
--- END ---

In addition, install below packages around TPM:
--- BEGIN ---
ii  libnatpmp1:amd64  20150609-7.1+b1 amd64portable and fully 
compliant implementation of NAT-PMP
ii  libtpms0:amd640.9.2-3+b1  amd64TPM emulation library
ii  libtpms0-dbgsym:amd64 0.9.2-3+b1  amd64debug symbols for 
libtpms0
ii  libtss2-tcti-swtpm0:amd64 3.2.0-1+b1  amd64TPM2 Software stack 
library - TSS and TCTI libraries
ii  swtpm 0.7.1-1+b1  amd64Libtpms-based TPM 
emulator
ii  swtpm-dbgsym  0.7.1-1+b1  amd64debug symbols for 
swtpm
ii  swtpm-libs:amd64  0.7.1-1+b1  amd64Common libraries for 
TPM emulators
ii  swtpm-libs-dbgsym:amd64   0.7.1-1+b1  amd64debug symbols for 
swtpm-libs
ii  swtpm-tools   0.7.1-1+b1  amd64Tools for the TPM 
emulator
ii  tpm-udev  0.6 all  udev rules for TPM 
modules
ii  tpm2-initramfs-tool   0.2.2-2 amd64Tool used in 
initramfs to seal/unseal FDE key to the TPM
ii  tpm2-openssl:amd641.1.1-1 amd64OpenSSL 3 engine for 
tpm2-tss
ii  tpm2-openssl-dbgsym:amd64 1.1.1-1 amd64debug symbols for 
tpm2-openssl
ii  tpm2-tools5.3-1   amd64TPM 2.0 utilities
--- END ---

With distributed from upstream ( virtualbox.org ) 7.0.2-154219 for Bullseye,
TPM has available.

Regards,
Ohta,

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

Kernel: Linux 6.0.0-2-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages virtualbox depends on:
ii  adduser   3.129
ii  iproute2  6.0.0-1
ii  libc6 2.36-4
ii  libcurl3-gnutls   7.86.0-1
ii  libdevmapper1.02.12:1.02.185-2
ii  libgcc-s1 12.2.0-7
ii  libgl11.5.0-1
ii  libgsoap-2.8.117  2.8.117-2+b1
ii  liblzf1   3.6-3
ii  libogg0   1.3.5-1
ii  libpng16-16   1.6.38-2
ii  libsdl1.2debian   1.2.15+dfsg2-8
ii  libssl3   3.0.7-1
ii  libstdc++612.2.0-7
ii  libvncserver1 0.9.13+dfsg-4
ii  libvorbis0a   1.3.7-1
ii  libvpx7   1.12.0-1
ii  libx11-6  2:1.8.1-2
ii  libxcursor1   1:1.2.1-1
ii  libxml2   2.9.14+dfsg-1.1
ii  libxt61:1.2.1-1
ii  procps2:3.3.17-7.1
ii  python3   3.10.6-1
ii  python3.103.10.8-1
ii  virtualbox-dkms [virtualbox-modules]  7.0.2-dfsg-2
ii  zlib1g1:1.2.11.dfsg-4.1

Versions of packages virtualbox recommends:
ii  libqt5core5a5.15.6+dfsg-2
ii  libqt5gui5  5.15.6+dfsg-2
ii  libqt5opengl5   5.15.6+dfsg-2
ii  libqt5widgets5  5.15.6+dfsg-2
ii  libxcb1 1.15-1
ii  libxext62:1.3.4-1+b1
ii  virtualbox-qt   7.0.2-dfsg-2

Versions of packages virtualbox suggests:
ii  vde22.3.2+r586-8+b1
ii  virtualbox-guest-additions-iso  7.0.2-1

-- debconf-show failed

-- debsums errors found:
debsums: missing file 
/usr/lib/virtualbox/ExtensionPacks/VNC/ExtPack-license.html (from virtualbox 
package)
debsums: missing file 
/usr/lib/virtualbox/ExtensionPacks/VNC/ExtPack-license.rtf (from virtualbox 
package)
debsums: missing file 
/usr/lib/virtualbox/ExtensionPacks/VNC/ExtPack-license.txt (from virtualbox 
package)
debsums: missing file /usr/lib/virtualbox/ExtensionPacks/VNC/ExtPack.xml (from 
virtualbox package)
debsums: missing file 
/usr/lib/virtualbox/ExtensionPacks/VNC/linux.amd64/VBoxVNC.so (from virtualbox 
package)
debsums: missing file 
/usr/lib/virtualbox/ExtensionPacks/VNC/linux.amd64/VBoxVNCMain.so (from 
virtualbox package)



Bug#1012736: cpufreqd: failed to parse profile= per CPU node at Rules section.

2022-06-12 Thread Kyuma Ohta
Package: cpufreqd
Version: 2.4.2-2.3
Severity: important

Dear Maintainer,
  At [Rule] Section, setting profile per CPU node failes to parse cpufreqd.conf.
  i.e)
 profile=foo_profile -> Success.
 profile=ALL:foo_profile -> Success.
 profile=CPU0:foo_profile -> Failed with below log;
 > init_configuration   : Wrong format for Profile name 
"CPU0:foo_profile".
  This is bug of config parser around [Rule] section.   
 

Below is fix for this issue.
Best regards,
Ohta.

Patch:
--- cpufreqd-2.4.2.orig/src/config_parser.c
+++ cpufreqd-2.4.2/src/config_parser.c
@@ -834,7 +834,7 @@ int init_configuration(struct cpufreqd_c
 
strncpy(profile_name, strstr(token, ":") + 1, 
MAX_STRING_LEN);
cpu_num = atoi(token + 3);
-   if (profile_name[0]) {
+   if (!profile_name[0]) {
clog(LOG_ERR, "Wrong format for Profile 
name \"%s\".\n",
token);
return -1;



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

Kernel: Linux 5.18.3-homebrew-4-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages cpufreqd depends on:
ii  libc62.33-7
ii  libcpufreq0  008-2
ii  libsensors5  1:3.6.0-7
ii  libsysfs22.1.1-1
ii  lsb-base 11.2

Versions of packages cpufreqd recommends:
ii  acpid  1:2.0.33-1

Versions of packages cpufreqd suggests:
ii  cpufrequtils  008-2

-- Configuration Files:
/etc/cpufreqd.conf changed:
[General]
pidfile=/run/cpufreqd.pid
poll_interval=2
verbosity=6
enable_remote=1
remote_group=cpufreq
[/General]
[sensors_plugin]
sensors_conf=/etc/sensors3.conf
[/sensors_plugin]
[Profile]
name=On Demand High
minfreq=0%
maxfreq=100%
policy=ondemand
freq_step=10
sampling_rate=10%
[/Profile]
[Profile]
name=On Demand Middle
minfreq=0%
maxfreq=75%
policy=ondemand
up_threshold=5
freq_step=5
sampling_rate=5%
[/Profile]
[Profile]
name=On Demand Low
minfreq=0%
maxfreq=15%
policy=ondemand
freq_step=5
sampling_rate=50%
[/Profile]
[Profile]
name=SCHED_Very_High
minfreq=0%
maxfreq=100%
policy=schedutil
up_threshold=15
down_threshold=5
ignore_nice_load=0
freq_step=5
sampling_rate=5%
[/Profile]
[Profile]
name=SCHED_Very_High
minfreq=0%
maxfreq=100%
policy=schedutil
up_threshold=15
down_threshold=5
ignore_nice_load=0
freq_step=5
sampling_rate=5%
[/Profile]
[Profile]
name=SCHED_High
minfreq=0%
maxfreq=85%
policy=schedutil
up_threshold=5
down_threshold=10
ignore_nice_load=0
freq_step=10
sampling_rate=5%
[/Profile]
[Profile]
name=SCHED_Middle
minfreq=0%
maxfreq=75%
policy=schedutil
freq_step=15
sampling_rate=10%
[/Profile]
[Profile]
name=SCHED_Middle_Low
minfreq=0%
maxfreq=45%
policy=schedutil
up_threshold=5
down_threshold=10
freq_step=15
sampling_rate=30%
[/Profile]
[Profile]
name=SCHED_Low
minfreq=0%
maxfreq=30%
policy=schedutil
up_threshold=5
down_threshold=5
freq_step=1
sampling_rate=45%
[/Profile]
[Profile]
name=CONSERVATIVE Very_High
minfreq=0%
maxfreq=100%
policy=conservative
ignore_nice_load=0
freq_step=5
sampling_rate=5%
[/Profile]
[Profile]
name=CONSERVATIVE High
minfreq=0%
maxfreq=85%
policy=conservative
ignore_nice_load=0
freq_step=5
sampling_rate=5%
[/Profile]
[Profile]
name=CONSERVATIVE Middle
minfreq=0%
maxfreq=75%
policy=conservative
freq_step=5
sampling_rate=10%
[/Profile]
[Profile]
name=CONSERVATIVE Middle_Low
minfreq=0%
maxfreq=45%
policy=conservative
up_threshold=5
down_threshold=10
freq_step=10
sampling_rate=30%
[/Profile]
[Profile]
name=CONSERVATIVE Low
minfreq=0%
maxfreq=30%
policy=conservative
up_threshold=5
down_threshold=5
freq_step=1
sampling_rate=45%
[/Profile]
[Profile]
name=Performance High
minfreq=70%
maxfreq=100%
policy=performance
[/Profile]
[Profile]
name=Performance Low
minfreq=0%
maxfreq=70%
policy=performance
[/Profile]
[Profile]
name=Powersave High
minfreq=0%
maxfreq=100%
policy=powersave
sampling_rate=20%
[/Profile]
[Profile]
name=Powersave Middle
minfreq=0%
maxfreq=75%
policy=powersave
sampling_rate=30%
[/Profile]
[Profile]
name=Powersave Low
minfreq=0%
maxfreq=30%
policy=powersave
sampling_rate=30%
[/Profile]
[Profile]
name=Powersave Very Low
minfreq=0%
maxfreq=20%
policy=powersave
up_threshold=65
down_threshold=5
sampling_rate=20%
[/Profile]
name=AC Rule Very_High ALL
ac=on# (on/off)
sensor=Tctl:0-77 # Uprise limit.
cpu_interval=ALL:85-100,4.0
profile=SCHED_High
[/Rule]
[Rule]
name=AC Rule 

Bug#1000398: fixed upstream

2021-11-29 Thread Kyuma Ohta
Dear Nick Lewychy-San,

> Would it be possible to pick up that change?

I cherrypicked this commit to a header of this version ,
then I test to compile with LLVM CLANG(-13) with C++-20,
seems to succeed compilation, not happen FTBFS.
This change seems to be correct.

Regards,
Ohta


On Sat, 27 Nov 2021 22:29:00 -0800 Nick Lewycky  wrote:
> You don't even need to use std::valarray, a one-line testcase file
> with "#include " fails to compile in clang in C++17 mode or
> newer.
> 
> A fix for this issue was committed to libstdc++ on Nov 5th: 
> https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=2b2d97fc545635a0f6aa9c9ee3b017394bc494bf
> 
> Would it be possible to pick up that change?
> 
> Nick
> 
> 
> 
> 



Bug#1000398: libstdc++-11-dev: Failed to compile with clang++ C++20 mode due to chenges of std::valarray.

2021-11-22 Thread Kyuma Ohta
Package: libstdc++-11-dev
Version: 11.2.0-12
Severity: important

Dear Maintainer,

When compiling any C++20 source code using std::valarray with clang++,
failed to compile with below message:
---
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/valarray:foo:var
 error: exception specification in declaration does not match previous 
declaration
---

Because /usr/include/c++/11/valarray includes
/usr/include/c++/11/bits/valarray_array.h .

These decl. begin(valarray<_Tp>& __va) variants,
but recent version (11.2.0-12) changes /usr/include/c++/11/valarray
from older version (11.2.0-10) decl. of begin().

These added [[__nodiscard__]] and noexcept to recent version.

These changes violates specificaton P0012R1 after C++17,
clang++ checks this correctly , but g++ (<= 11) not seems to check this.

See,
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0012r1.html

Best regards,
Ohta.


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

Kernel: Linux 5.15.0-1-amd64 (SMP w/12 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libstdc++-11-dev depends on:
ii  gcc-11-base11.2.0-12
ii  libc6-dev  2.32-4
ii  libgcc-11-dev  11.2.0-12
ii  libstdc++6 11.2.0-12

libstdc++-11-dev recommends no packages.

Versions of packages libstdc++-11-dev suggests:
ii  libstdc++-11-doc  11.2.0-12

-- no debconf information



Bug#1000270: xfwm4: Whiteout with compositor

2021-11-20 Thread Kyuma Ohta
Package: xfwm4
Version: 4.16.1-1
Severity: important

Dear Maintainer,

When setting XFWM4 from Xfce4, to use compositor (normally Compton),
screen has made whiteout, not usable anymore.

So, I did logout via both killall xfce4-session  and killall xfconfd
from another console.

Then I set "use_compositing" value to "false" of
~/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml and re-login Xfce4.

After login, screen is normally again, not be whiteout.

Regards,
Ohta.


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

Kernel: Linux 5.15.0-trunk-amd64 (SMP w/12 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages xfwm4 depends on:
ii  libc6 2.32-4
ii  libcairo2 1.16.0-5
ii  libepoxy0 1.5.9-2
ii  libgdk-pixbuf-2.0-0   2.42.6+dfsg-2
ii  libglib2.0-0  2.70.1-1
ii  libgtk-3-03.24.30-3
ii  libpango-1.0-01.48.10+ds1-1
ii  libpangocairo-1.0-0   1.48.10+ds1-1
ii  libstartup-notification0  0.12-6+b1
ii  libwnck-3-0   40.0-2
ii  libx11-6  2:1.7.2-2+b1
ii  libxcomposite11:0.4.5-1
ii  libxdamage1   1:1.1.5-2
ii  libxext6  2:1.3.4-1
ii  libxfce4ui-2-04.16.1-1
ii  libxfce4util7 4.16.0-1
ii  libxfconf-0-3 4.16.0-2
ii  libxfixes31:5.0.3-2
ii  libxinerama1  2:1.1.4-2
ii  libxpresent1  1.0.0-2+b10
ii  libxrandr22:1.5.2-1
ii  libxrender1   1:0.9.10-1
ii  libxres1  2:1.2.0-4

Versions of packages xfwm4 recommends:
ii  librsvg2-common  2.50.7+dfsg-2

Versions of packages xfwm4 suggests:
ii  xfce4  4.16

-- no debconf information

Below is /var/log/Xorg.0.log :

[132949.942] (--) Log file renamed from "/var/log/Xorg.pid-1098868.log" to 
"/var/log/Xorg.0.log"
[132949.943] 
X.Org X Server 1.20.13
X Protocol Version 11, Revision 0
[132949.943] Build Operating System: linux Debian
[132949.943] Current Operating System: Linux melchior 5.15.0-trunk-amd64 #1 SMP 
Debian 5.15.2-1~exp1 (2021-11-14) x86_64
[132949.943] Kernel command line: BOOT_IMAGE=/vmlinuz-5.15.0-trunk-amd64 
root=UUID=8013339a-4a2e-4eaf-b586-171f9a5f62c5 ro amdgpu.deep_color=1 
randomize_kstack_offset=off reset_devices amd_iommu_intr=vapic kvm-amd.avic=1 
x2apic_phys systemd.debug-shell
[132949.943] Build Date: 10 August 2021  09:27:00AM
[132949.943] xorg-server 2:1.20.13-1 (https://www.debian.org/support) 
[132949.943] Current version of pixman: 0.40.0
[132949.943]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[132949.943] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[132949.943] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Nov 21 02:41:38 
2021
[132949.943] (==) Using config file: "/etc/X11/xorg.conf"
[132949.943] (==) Using config directory: "/etc/X11/xorg.conf.d"
[132949.943] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[132949.943] (==) ServerLayout "X.org Configured"
[132949.943] (**) |-->Screen "Screen0" (0)
[132949.943] (**) |   |-->Monitor "Monitor0"
[132949.944] (**) |   |-->Device "Card0"
[132949.944] (**) |   |-->GPUDevice "Card0"
[132949.944] (**) |-->Input Device "Mouse0"
[132949.944] (**) |-->Input Device "Keyboard0"
[132949.944] (**) Option "MaxClients" "512"
[132949.944] (**) Option "IndirectGLX" "true"
[132949.944] (==) Automatically adding devices
[132949.944] (==) Automatically enabling devices
[132949.944] (==) Automatically adding GPU devices
[132949.944] (**) Max clients allowed: 512, resource mask: 0xf
[132949.944] (**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/cyrillic,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/cyrillic,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[132949.944] (**) ModulePath set to "/usr/lib/xorg/modules"
[132949.944] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 
'vmmouse' will be disabled.

Bug#999595: libqt5sql5-mysql: Don't start MythTV(31/fixes) with MariaDB 10.6.

2021-11-12 Thread Kyuma Ohta
Package: libqt5sql5-mysql
Version: 5.15.2+dfsg-12
Severity: important

Dear Maintainer,

After upgrade MariaDB to 10.6.4-1, 
MythTV (ISDB modification from branch fixes/31 (1))
doesn't start anymore.

(1) https://github.com/Artanejp/mythtv/tree/31+ISDB-Ja

Then, after downgrade MariaDB to 10.5.12 (and restore datas),
MythTV starts well.

This issue happened at checking MySQL's features,
checking whether SQL has a CONVERT_TZ() command.

This issue is already reported by MythTV's community,
and maybe already upstream of Qt made fixes.

See,
https://github.com/MythTV/mythtv/issues/373
and 
https://codereview.qt-project.org/c/qt/qtbase/+/364843
for datails.


Best regards,
Ohta.

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

Kernel: Linux 5.15.0-trunk-amd64 (SMP w/12 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ja_JP.UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libqt5sql5-mysql depends on:
ii  libc6 2.32-4
ii  libmariadb3   1:10.6.4-1
ii  libqt5core5a [qtbase-abi-5-15-2]  5.15.2+dfsg-12
ii  libqt5sql55.15.2+dfsg-12
ii  libstdc++611.2.0-10

libqt5sql5-mysql recommends no packages.

libqt5sql5-mysql suggests no packages.

-- no debconf information



Bug#992939: linux-image-5.13.0-trunk: 5.13.0-trunk: Freeze on booting with "iommu.passthrough=1" .

2021-08-25 Thread Kyuma Ohta
Package: src:linux
Version: 5.13.12-1~exp1
Severity: normal
File: linux-image-5.13.0-trunk

Dear Maintainer,

At booting 5.13.0-trunk with "iommu.passthrough=1",
freezes booting process at changing framebuffer 
from EFI to DRM (by AMDGPU).

*Maybe* this issue *has not* happened 
at older version DEBed images (i.e. 5.10.0-8-foo) with this 
kernel command parameter.

And at this version, this issue has *not* happened
*without* this kernel command parameter.

Best regards,
Ohta.

-- Package-specific info:
** Version:
Linux version 5.13.0-trunk-amd64 (debian-ker...@lists.debian.org) (gcc-10 
(Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.37) #1 
SMP Debian 5.13.12-1~exp1 (2021-08-20)

** Command line:
BOOT_IMAGE=/vmlinuz-5.13.0-trunk-amd64 
root=UUID=8013339a-4a2e-4eaf-b586-171f9a5f62c5 ro amdgpu.deep_color=1 
randomize_kstack_offset=off amd_iommu_intr=vapic kvm-amd.avic=1 x2apic_phys 
video=1280x768 systemd.debug-shell amdgpu.ppfeaturemask=0x7fff

** Tainted: OE (12288)
 * externally-built ("out-of-tree") module was loaded
 * unsigned module was loaded

** Kernel log:
[   13.787546] intel_rapl_common: Found RAPL domain core
[   13.879285] pci :04:00.0: PCI bridge to [bus 05]
[   13.939664] EXT4-fs (sdg4): mounted filesystem with ordered data mode. Opts: 
usrquota. Quota mode: writeback.
[   14.066356] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: 
(null). Quota mode: none.
[   14.089499] EXT4-fs (sdh1): mounted filesystem with ordered data mode. Opts: 
(null). Quota mode: none.
[   14.112387] F2FS-fs (sda9): Mounted with checkpoint version = 7d7a5016
[   14.117392] F2FS-fs (sda4): Mounted with checkpoint version = 7e4597dc
[   14.139608] EXT4-fs (sdn1): mounted filesystem with ordered data mode. Opts: 
(null). Quota mode: none.
[   14.150159] EXT4-fs (sdl1): mounted filesystem with ordered data mode. Opts: 
(null). Quota mode: none.
[   14.157439] JFS: nTxBlock = 8192, nTxLock = 65536
[   14.166378] F2FS-fs (sda7): Mounted with checkpoint version = 1bb0f39c
[   14.176792] F2FS-fs (sda8): Mounted with checkpoint version = 2531feba
[   14.183267] F2FS-fs (sda6): Mounted with checkpoint version = 7609cda4
[   14.190354] EXT4-fs (sdp1): mounted filesystem with ordered data mode. Opts: 
(null). Quota mode: none.
[   14.191163] EXT4-fs (sdo1): mounted filesystem with ordered data mode. Opts: 
(null). Quota mode: none.
[   14.203010] systemd-journald[531]: Received client request to flush runtime 
journal.
[   14.216033] Adding 31249404k swap on /dev/sdq7.  Priority:1 extents:1 
across:31249404k FS
[   14.227200] EXT4-fs (sdr1): mounted filesystem with ordered data mode. Opts: 
(null). Quota mode: none.
[   14.234047] EXT4-fs (sdj1): mounted filesystem with ordered data mode. Opts: 
(null). Quota mode: none.
[   14.236469] EXT4-fs (sdk1): mounted filesystem with ordered data mode. Opts: 
(null). Quota mode: none.
[   14.267979] EXT4-fs (sdr2): mounted filesystem with ordered data mode. Opts: 
(null). Quota mode: none.
[   14.282027] EXT4-fs (sdo2): mounted filesystem with ordered data mode. Opts: 
(null). Quota mode: none.
[   14.288610] EXT4-fs (sdh2): mounted filesystem with ordered data mode. Opts: 
(null). Quota mode: none.
[   14.312616] EXT4-fs (sdm1): mounted filesystem with ordered data mode. Opts: 
(null). Quota mode: none.
[   14.317754] EXT4-fs (sdf1): mounted filesystem with ordered data mode. Opts: 
(null). Quota mode: none.
[   14.362093] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: 
(null). Quota mode: none.
[   14.368712] EXT4-fs (sde3): mounted filesystem with ordered data mode. Opts: 
(null). Quota mode: none.
[   14.412606] EXT4-fs (sdh3): mounted filesystem with ordered data mode. Opts: 
(null). Quota mode: none.
[   14.415874] EXT4-fs (sdi4): mounted filesystem with ordered data mode. Opts: 
(null). Quota mode: none.
[   14.492377] EXT4-fs (sdi2): mounted filesystem with ordered data mode. Opts: 
(null). Quota mode: none.
[   14.647872] EXT4-fs (sde2): mounted filesystem with ordered data mode. Opts: 
(null). Quota mode: none.
[   14.663171] EXT4-fs (sde1): mounted filesystem with ordered data mode. Opts: 
(null). Quota mode: none.
[   14.810801] EXT4-fs (sdq2): mounted filesystem with ordered data mode. Opts: 
(null). Quota mode: none.
[   14.973820] EXT4-fs: Warning: mounting with data=journal disables delayed 
allocation, dioread_nolock, O_DIRECT and fast_commit support!
[   14.977695] EXT4-fs (sdq6): mounted filesystem with ordered data mode. Opts: 
(null). Quota mode: none.
[   15.119816] EXT4-fs (sdd1): mounted filesystem with ordered data mode. Opts: 
(null). Quota mode: none.
[   15.162214] EXT4-fs (sdc1): mounted filesystem with journalled data mode. 
Opts: (null). Quota mode: none.
[   15.424491] EXT4-fs (sdq10): mounted filesystem with ordered data mode. 
Opts: (null). Quota mode: none.
[   15.888256] EXT4-fs (sdq11): mounted filesystem with ordered data mode. 
Opts: (null). Quota mode: none.
[   16.007072] audit: 

Bug#972141: libclang-cpp11 doesn't support multiarch.

2020-10-13 Thread Kyuma Ohta
Package: libclang-cpp11
Version: 1:11.0.0-1
Severity: important

Dear Maintainer,

 At this version, doesn't support multi-arch.
 And mesa-opencl-icd (20.2.0-1) depends this.
 So, if installing OpenCL ICD as multi-arch
 (i.e both i386 and amd64), unable to update.
  
Regards,
Ohta


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

Kernel: Linux 5.9.0-homebrew-amd64 (SMP w/12 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ja_JP.UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libclang-cpp11 depends on:
ii  libc6   2.31-4
ii  libgcc-s1   10.2.0-15
ii  libllvm11   1:11.0.0-1
ii  libstdc++6  10.2.0-15

libclang-cpp11 recommends no packages.

libclang-cpp11 suggests no packages.

-- no debconf information



Bug#959510: jami-daemon: Deb's jami is too old, sometimes failed to communication.

2020-05-03 Thread Kyuma Ohta
Package: jami-daemon
Version: Deb's jami is too old, sometimes failed to communication.
Severity: important
File: jami-daemon

Dear Maintainer,

Version of debian's jami is based on 2019-02-15.
But, upstream is updated jami (May be 2019-12 or 2020-05),
communicate from older version (i.e.Debian's jami) to 
recent upstream's jami is sometimes failed.
This is serious problem, because upstream releases latest version
for Android, Windows and iOS.
Debian's jami failes to communicate to them.
**Please update debs to latest upstream.**

BEST REGARDS
Ohta.


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

Kernel: Linux 5.6.10-homebrew-amd64 (SMP w/12 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ja_JP.UTF-8), LANGUAGE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set 
to ja_JP.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#950627: Regression: Unable to config with CMake

2020-02-04 Thread Kyuma Ohta
Package: libsdl2-dev
Version: 2.0.10+dfsg1-2
Severity: important

Dear Maintainer,

 From this version, building any softwares with CMake,
 not configurable.
 This is *REGRESSION* of fix of BUG #946496.
 Please revert this fix, or apply fixes to CMake package, FindSDL.cmake.

Regards,
Ohta.

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

Kernel: Linux 5.5.0-homebrew-amd64 (SMP w/12 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ja_JP.UTF-8), LANGUAGE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set 
to ja_JP.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libsdl2-dev depends on:
ii  libasound2-dev 1.2.1.2-2
ii  libdbus-1-dev  1.12.16-2
ii  libegl1-mesa-dev   19.3.3-1
ii  libgl1-mesa-dev19.3.3-1
ii  libgles2-mesa-dev  19.3.3-1
ii  libglu1-mesa-dev   9.0.1-1
ii  libibus-1.0-dev1.5.21-5
ii  libpulse-dev   13.0-4
ii  libsdl2-2.0-0  2.0.10+dfsg1-2
ii  libsndio-dev   1.5.0-3
iu  libudev-dev244.1-3
ii  libwayland-dev 1.17.0-1+b1
ii  libx11-dev 2:1.6.8-1
ii  libxcursor-dev 1:1.2.0-2
ii  libxext-dev2:1.3.3-1+b2
ii  libxi-dev  2:1.7.9-1
ii  libxinerama-dev2:1.1.4-2
ii  libxkbcommon-dev   0.9.1-1
ii  libxrandr-dev  2:1.5.1-1
ii  libxss-dev 1:1.2.3-1
ii  libxt-dev  1:1.1.5-1+b3
ii  libxv-dev  2:1.0.11-1
ii  libxxf86vm-dev 1:1.1.4-1+b2
ii  pkg-config 0.29-6

libsdl2-dev recommends no packages.

libsdl2-dev suggests no packages.

-- no debconf information



Bug#942121: f2fs-tools: Please do not force to FSCK when changing kernel.

2019-10-10 Thread Kyuma Ohta
Package: f2fs-tools
Version: 1.11.0-1.1
Severity: wishlist

Dear Maintainer,

When boot with changing kernel version, force starting FSCK for F2FS partitions.
So, spend a lot of time (some minutes or longer) at boot time.

This is upstream's feature issue still not fixed.
See https://bbs.archlinux.org/viewtopic.php?id=245702 .

Regards,
Ohta

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

Kernel: Linux 5.3.5-homebrew-amd64 (SMP w/12 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ja_JP.UTF-8), LANGUAGE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set 
to ja_JP.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages f2fs-tools depends on:
ii  libblkid12.34-0.1
ii  libc62.29-2
ii  libf2fs-format4  1.11.0-1.1
ii  libf2fs5 1.11.0-1.1
ii  libselinux1  2.9-2+b2
ii  libuuid1 2.34-0.1

f2fs-tools recommends no packages.

f2fs-tools suggests no packages.

-- debconf-show failed



Bug#934378: linux-image-5.2.0-2-amd64: linux-5.2.0-2 : Unable to mount CDROM

2019-08-10 Thread Kyuma Ohta
Package: src:linux
Version: 5.2.7-1
Severity: normal
File: linux-image-5.2.0-2-amd64

Dear Maintainer,

With 5.2.0-2 (based on Upstream VANILLA 5.2.7), unable to mount CDROM by 
returning EBUSY with mount() system call.
With 5.2.0-1 (based on Upstream VANILLA 5.2.6), enable to mount CDROM.
This issue also happen at Upstream VANILLA 5.2.7 and 5.2.8.
See below log.
Regards,
Ohta.

---
Log:
~$ LC_ALL=C strace sudo mount /cdrom
execve("/usr/bin/sudo", ["sudo", "mount", "/cdrom"], 0x7ffdffb852e0 /* 68 vars 
*/) = 0
access("/etc/suid-debug", F_OK) = -1 ENOENT (No such file or directory)
brk(NULL)   = 0x558f257ff000
fcntl(0, F_GETFD)   = 0
fcntl(1, F_GETFD)   = 0
fcntl(2, F_GETFD)   = 0
access("/etc/suid-debug", F_OK) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.preload", R_OK)  = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/sudo/tls/x86_64/x86_64/libaudit.so.1", 
O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/sudo/tls/x86_64/x86_64", 0x7ffda774d260) = -1 ENOENT (No such 
file or directory)
openat(AT_FDCWD, "/usr/lib/sudo/tls/x86_64/libaudit.so.1", O_RDONLY|O_CLOEXEC) 
= -1 ENOENT (No such file or directory)
stat("/usr/lib/sudo/tls/x86_64", 0x7ffda774d260) = -1 ENOENT (No such file or 
directory)
openat(AT_FDCWD, "/usr/lib/sudo/tls/x86_64/libaudit.so.1", O_RDONLY|O_CLOEXEC) 
= -1 ENOENT (No such file or directory)
stat("/usr/lib/sudo/tls/x86_64", 0x7ffda774d260) = -1 ENOENT (No such file or 
directory)
openat(AT_FDCWD, "/usr/lib/sudo/tls/libaudit.so.1", O_RDONLY|O_CLOEXEC) = -1 
ENOENT (No such file or directory)
stat("/usr/lib/sudo/tls", 0x7ffda774d260) = -1 ENOENT (No such file or 
directory)
openat(AT_FDCWD, "/usr/lib/sudo/x86_64/x86_64/libaudit.so.1", 
O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/sudo/x86_64/x86_64", 0x7ffda774d260) = -1 ENOENT (No such file 
or directory)
openat(AT_FDCWD, "/usr/lib/sudo/x86_64/libaudit.so.1", O_RDONLY|O_CLOEXEC) = -1 
ENOENT (No such file or directory)
stat("/usr/lib/sudo/x86_64", 0x7ffda774d260) = -1 ENOENT (No such file or 
directory)
openat(AT_FDCWD, "/usr/lib/sudo/x86_64/libaudit.so.1", O_RDONLY|O_CLOEXEC) = -1 
ENOENT (No such file or directory)
stat("/usr/lib/sudo/x86_64", 0x7ffda774d260) = -1 ENOENT (No such file or 
directory)
openat(AT_FDCWD, "/usr/lib/sudo/libaudit.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT 
(No such file or directory)
stat("/usr/lib/sudo", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=594037, ...}) = 0
mmap(NULL, 594037, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f835ded1000
close(3)= 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libaudit.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3205\0\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=128944, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f835decf000
mmap(NULL, 172200, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f835dea4000
mprotect(0x7f835dea7000, 114688, PROT_NONE) = 0
mmap(0x7f835dea7000, 28672, PROT_READ|PROT_EXEC, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f835dea7000
mmap(0x7f835deae000, 81920, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 
0xa000) = 0x7f835deae000
mmap(0x7f835dec3000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1e000) = 0x7f835dec3000
mmap(0x7f835dec5000, 37032, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f835dec5000
close(3)= 0
openat(AT_FDCWD, "/usr/lib/sudo/libselinux.so.1", O_RDONLY|O_CLOEXEC) = -1 
ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libselinux.so.1", O_RDONLY|O_CLOEXEC) = 
3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20|\0\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=167624, ...}) = 0
mmap(NULL, 179184, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f835de78000
mprotect(0x7f835de7f000, 135168, PROT_NONE) = 0
mmap(0x7f835de7f000, 102400, PROT_READ|PROT_EXEC, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f835de7f000
mmap(0x7f835de98000, 28672, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 
0x2) = 0x7f835de98000
mmap(0x7f835dea, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x27000) = 0x7f835dea
mmap(0x7f835dea2000, 7152, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f835dea2000
close(3)= 0
openat(AT_FDCWD, "/usr/lib/sudo/libutil.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT 
(No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libutil.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\22\0\0\0\0\0\0"..., 
832) = 832

Bug#925302: linux-image-5.0.0-trunk: Unable to use VAAPI/AMD ROCm from non-std users(i.e. batch task).

2019-03-22 Thread Kyuma Ohta
Package: src:linux
Version: 5.0.2-1~exp1
Severity: important
File: linux-image-5.0.0-trunk

Dear Maintainer,

With this version of kernel, unable to use VA-API and AMD ROCm OpenCL from 
non-standard users.
(i.e. mythtv)

But, homebrew kernel version 5.0.1, these work.

See belows.

Regards, 
Ohta.

Below log is vainfo with 5.0.2-1-exp1 from mythtv user:
---
No protocol specified
error: can't connect to X server!
libva info: VA-API version 1.4.0
No protocol specified
libva info: va_getDriverName() returns 1
libva info: User requested driver 'radeonsi'
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri//radeonsi_drv_video.so
libva info: Found init function __vaDriverInit_1_4
amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13)
amdgpu: amdgpu_device_initialize failed.
do_winsys_init: DRM version is 3.27.0 but this driver is only compatible with 
2.12.0 (kernel 3.2) or later.
libva error: /usr/lib/x86_64-linux-gnu/dri//radeonsi_drv_video.so init failed
libva info: va_openDriver() returns 2
vaInitialize failed with error code 2 (resource allocation failed),exit
---

>From standard user (who using X), ROCm OpenCL ICD detected, but from 
>non-standard users,
not detected.Only detected clover (MESA) ICD.
Below log:

clinfo
Number of platforms   1
  Platform Name   Clover
  Platform Vendor Mesa
  Platform VersionOpenCL 1.1 Mesa 19.0.0
  Platform ProfileFULL_PROFILE
  Platform Extensions cl_khr_icd
  Platform Extensions function suffix MESA

  Platform Name   Clover
Number of devices 0

NULL platform behavior
  clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...)  No platform
  clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...)   No platform
  clCreateContext(NULL, ...) [default]No platform
  clCreateContext(NULL, ...) [other]  No platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT)  No devices found in 
platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU)  No devices found in 
platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU)  No devices found in 
platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR)  No devices found 
in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM)  No devices found in 
platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL)  No devices found in 
platform
---

Below log is lsmod at 5.0.2-exp1:
---
Module  Size  Used by
isofs  53248  0
udf   106496  0
crc_itu_t  16384  1 udf
ipt_MASQUERADE 20480  1
nf_conntrack_netlink53248  0
nfnetlink  16384  2 nf_conntrack_netlink
xfrm_user  40960  1
xfrm_algo  16384  1 xfrm_user
iptable_nat16384  1
nf_nat_ipv416384  2 ipt_MASQUERADE,iptable_nat
xt_addrtype16384  2
iptable_filter 16384  1
xt_conntrack   16384  1
nf_nat 40960  1 nf_nat_ipv4
nf_conntrack  159744  5 
xt_conntrack,nf_nat,ipt_MASQUERADE,nf_nat_ipv4,nf_conntrack_netlink
nf_defrag_ipv6 24576  1 nf_conntrack
nf_defrag_ipv4 16384  1 nf_conntrack
br_netfilter   28672  0
bridge192512  1 br_netfilter
stp16384  1 bridge
llc16384  2 bridge,stp
pci_stub   16384  1
vboxpci28672  0
vboxnetadp 28672  0
vboxnetflt 32768  0
vboxdrv   499712  3 vboxpci,vboxnetadp,vboxnetflt
lttng_probe_writeback45056  0
lttng_probe_workqueue16384  0
lttng_probe_v4l2   16384  0
lttng_probe_vmscan 28672  0
lttng_probe_udp16384  0
lttng_probe_timer  24576  0
lttng_probe_sunrpc 16384  0
lttng_probe_statedump24576  0
lttng_probe_sock   16384  0
lttng_probe_skb16384  0
lttng_probe_signal 16384  0
lttng_probe_scsi   24576  0
lttng_probe_sched  32768  0
lttng_probe_regulator16384  0
lttng_probe_rcu16384  0
lttng_probe_random 16384  0
lttng_probe_printk 16384  0
lttng_probe_power  16384  0
lttng_probe_net20480  0
lttng_probe_napi   16384  0
lttng_probe_module 16384  0
lttng_probe_kvm24576  0
lttng_probe_kmem   24576  0
lttng_probe_jbd2   24576  0
lttng_probe_irq16384  0
lttng_probe_gpio   16384  0
lttng_probe_compaction16384  0
lttng_probe_block  36864  0
lttng_probe_asoc   24576  0
cpufreq_conservative16384  0
lttng_ring_buffer_metadata_mmap_client16384  0
cpufreq_userspace  20480  0
lttng_ring_buffer_client_mmap_overwrite20480  0
lttng_ring_buffer_client_mmap_discard20480  0
lttng_ring_buffer_metadata_client16384  0
ipmi_devintf   20480  0
ipmi_msghandler65536  1 ipmi_devintf

Bug#923214: g++-mingw-w64: Internal compiler error when include qfloat16.h, Qt5.12.

2019-02-24 Thread Kyuma Ohta
Package: g++-mingw-w64
Version: 8.2.0-21+21.1
Severity: important

Dear Maintainer,

When building software with Qt, internal compiler error happend useally.
---
In file included from
/usr/local/i586-mingw-msvc/5.12/mingw_82x/include/QtCore/qendian.h:44,
 from
/usr/local/i586-mingw-msvc/5.12/mingw_82x/include/QtCore/QtEndian:1,
 from
/home/whatisthis/src/common_source_project-fm7/source/src/vm/../common.h:138,
 from
/home/whatisthis/src/common_source_project-fm7/source/src/vm/../emu.h:26,
 from
/home/whatisthis/src/common_source_project-fm7/source/src/vm/device.h:15,
 from
/home/whatisthis/src/common_source_project-fm7/source/src/vm/z80.h:14,
 from
/home/whatisthis/src/common_source_project-fm7/source/src/vm/315-5124.cpp:11:
/usr/local/i586-mingw-msvc/5.12/mingw_82x/include/QtCore/qfloat16.h:79:54:internal
 compiler error: in make_rtl_for_nonlocal_decl, at
cp/decl.c:6590 Q_CORE_EXPORT static const quint32 mantissatable[];
   ^
   0x7f33c577f09a
__libc_start_main
../csu/libc-start.c:308
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See  for instructions.
make[2]: *** [vm/common_vm/CMakeFiles/vm_common_vm.dir/build.make:64:
vm/common_vm/CMakeFiles/vm_common_vm.dir/home/whatisthis/src/common_source_project-fm7/source/src/vm/315-5124.cpp.obj]
Error 1
make[1]: *** [CMakeFiles/Makefile2:91:
vm/common_vm/CMakeFiles/vm_common_vm.dir/all] Error 2

I built from https://github.com/Artanejp/common_source_project_fm7 
with Qt5.12,*BUT* same issue happens at building Qt5.12.1 with this
toolchain.

This issue has *not* happend 8.2.0-17 and before version,only this
version.

Regards,
Ohta.


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

Kernel: Linux 4.20.11-homebrew-amd64 (SMP w/12 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE, TAINT_SOFTLOCKUP
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ja_JP.UTF-8), LANGUAGE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set 
to ja_JP.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages g++-mingw-w64 depends on:
ii  g++-mingw-w64-i6868.2.0-21+21.1
ii  g++-mingw-w64-x86-64  8.2.0-21+21.1

g++-mingw-w64 recommends no packages.

g++-mingw-w64 suggests no packages.

-- no debconf information



Bug#919270: /usr/bin/make-kpkg: make-kpkg: Not included binaries under tools/ ,some dkms modules don't buildable.

2019-01-14 Thread Kyuma Ohta
Package: kernel-package
Version: 13.018+nmu1
Severity: normal
File: /usr/bin/make-kpkg

Dear Maintainer,

Building (vanilla or any?) linux kernel via make-kpkg kernel_image 
kernel_headers,
then install them, building some modules need binary-tool(s) 
under /lib/modules/{VERSION}/tools/ were failed to build.
ex) https://github.com/a1wong/it87 .

Please include binaries under tools.

Regards,
Ohta,

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

Kernel: Linux 4.20.0-homebrew-amd64 (SMP w/12 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ja_JP.UTF-8), LANGUAGE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set 
to ja_JP.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages kernel-package depends on:
ii  bc   1.07.1-2+b1
ii  binutils 2.31.51.20181022-1
ii  build-essential  12.5
ii  bzip21.0.6-9
ii  dpkg-dev 1.19.2
ii  file 1:5.35-2
ii  gettext  0.19.8.1-9
ii  kmod 25-2
ii  lzma 9.22-2.1
ii  po-debconf   1.0.21
ii  xmlto0.0.28-2.1
ii  xz-utils [lzma]  5.2.2-1.3

Versions of packages kernel-package recommends:
ii  cpio   2.12+dfsg-6
ii  docbook-utils  0.6.14-3.3
ii  kernel-common  13.018+nmu1
pn  uboot-mkimage  

Versions of packages kernel-package suggests:
ii  libncurses-dev  6.1+20181013-1
pn  linux-source

-- Configuration Files:
/etc/kernel-pkg.conf changed:
maintainer := K.Ohta
email := whatisthis.sow...@gmail.com
priority := Low
debian = $(version)-10.00.Custom
pgp := CE642680


-- no debconf information



Bug#917529: aptitude: Eat a lot of memories to resolve conflicts, and spend a lot of seconds.

2018-12-28 Thread Kyuma Ohta
Package: aptitude
Version: 0.8.11-6
Severity: important

Dear Maintainer,

In this version of aptitude, trying to install packages have conflicts
dependencies, spend a lot of time to resolve and eat a lot of memories.
Eats > 8GB of memories on resolving, and sometimes not resolved.
Not stopping resolving at this situation, and need to abort APTITUDE
(via CTRL-C).

Regards,
Ohta.

-- Package-specific info:
Terminal: xterm
$DISPLAY is set.
which aptitude: /usr/bin/aptitude

aptitude version information:
aptitude 0.8.11
Compiler: g++ 8.2.0
Compiled against:
  apt version 5.0.2
  NCurses version 6.1
  libsigc++ version: 2.10.1
  Gtk+ support disabled.
  Qt support disabled.

Current library versions:
  NCurses version: ncurses 6.1.20181013
  cwidget version: 0.5.17
  Apt version: 5.0.2

aptitude linkage:
linux-vdso.so.1 (0x7ffea9fbe000)
libapt-pkg.so.5.0 => /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0 
(0x7ffa43087000)
libncursesw.so.6 => /lib/x86_64-linux-gnu/libncursesw.so.6 
(0x7ffa4304d000)
libtinfo.so.6 => /lib/x86_64-linux-gnu/libtinfo.so.6 
(0x7ffa4301f000)
libsigc-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libsigc-2.0.so.0 
(0x7ffa43016000)
libcwidget.so.3 => /usr/lib/x86_64-linux-gnu/libcwidget.so.3 
(0x7ffa42f1)
libsqlite3.so.0 => /usr/lib/x86_64-linux-gnu/libsqlite3.so.0 
(0x7ffa42def000)
libboost_iostreams.so.1.67.0 => 
/usr/lib/x86_64-linux-gnu/libboost_iostreams.so.1.67.0 (0x7ffa42dcf000)
libboost_system.so.1.67.0 => 
/usr/lib/x86_64-linux-gnu/libboost_system.so.1.67.0 (0x7ffa42dc8000)
libxapian.so.30 => /usr/lib/x86_64-linux-gnu/libxapian.so.30 
(0x7ffa42b9d000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 
(0x7ffa42b7c000)
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 
(0x7ffa429f9000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x7ffa42876000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 
(0x7ffa4285a000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7ffa42699000)
libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 
(0x7ffa4267f000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x7ffa42461000)
libbz2.so.1.0 => /lib/x86_64-linux-gnu/libbz2.so.1.0 
(0x7ffa4244e000)
liblzma.so.5 => /lib/x86_64-linux-gnu/liblzma.so.5 (0x7ffa42228000)
liblz4.so.1 => /usr/lib/x86_64-linux-gnu/liblz4.so.1 
(0x7ffa42009000)
libzstd.so.1 => /usr/lib/x86_64-linux-gnu/libzstd.so.1 
(0x7ffa41f6e000)
libudev.so.1 => /lib/x86_64-linux-gnu/libudev.so.1 (0x7ffa41f48000)
/lib64/ld-linux-x86-64.so.2 (0x7ffa43713000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x7ffa41f43000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x7ffa41f39000)
libuuid.so.1 => /lib/x86_64-linux-gnu/libuuid.so.1 (0x7ffa41f2e000)

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

Kernel: Linux 4.20.0-homebrew-amd64 (SMP w/12 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ja_JP.UTF-8), LANGUAGE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set 
to ja_JP.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages aptitude depends on:
ii  aptitude-common   0.8.11-6
ii  libapt-pkg5.0 1.8.0~alpha3
ii  libboost-iostreams1.67.0  1.67.0-11
ii  libboost-system1.67.0 1.67.0-11
ii  libc6 2.28-3
ii  libcwidget3v5 0.5.17-11
ii  libgcc1   1:8.2.0-13
ii  libncursesw6  6.1+20181013-1
ii  libsigc++-2.0-0v5 2.10.1-1
ii  libsqlite3-0  3.26.0+fossilbc891ac6b-1
ii  libstdc++68.2.0-13
ii  libtinfo6 6.1+20181013-1
ii  libxapian30   1.4.9-1

Versions of packages aptitude recommends:
ii  libparse-debianchangelog-perl  1.2.0-13
ii  sensible-utils 0.0.12

Versions of packages aptitude suggests:
ii  apt-xapian-index0.49
ii  aptitude-doc-en [aptitude-doc]  0.8.11-6
ii  aptitude-doc-ja [aptitude-doc]  0.8.11-6
ii  debtags 2.1.5
ii  tasksel 3.49

-- no debconf information



Bug#917359: wine32: regedit doesn't paint at Deb's wine, but winehq.org's regedit paints.

2018-12-26 Thread Kyuma Ohta
Package: wine
Version: 4.0~rc3-1
Severity: important

Dear Maintainer,

When running regedit, don't paints anything.So, not editable.
But, WineHQ.Org's regedit at wine-staging (4.0-rc2) paints well,
also editable.
---
ii  wine-staging   4.0~rc2~sid  amd64WINE Is Not An Emulator - 
runs MS Windows programs
ii  wine-staging-amd64 4.0~rc2~sid  amd64WINE Is Not An Emulator - 
runs MS Windows programs
ii  wine-staging-i386:i386 4.0~rc2~sid  i386 WINE Is Not An Emulator - 
runs MS Windows programs


This issue is similar to https://bugs.winehq.org/show_bug.cgi?id=45806 .
# Is toolkit for GUI at deb's wine older than winehq's wine?

Regards,
Ohta.

-- Package-specific info:
/usr/bin/wine points to /usr/bin/wine-stable.

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

Kernel: Linux 4.20.0-homebrew-amd64 (SMP w/12 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ja_JP.UTF-8), LANGUAGE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set 
to ja_JP.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages wine depends on:
ii  wine32  4.0~rc3-1
ii  wine64  4.0~rc3-1

wine recommends no packages.

Versions of packages wine suggests:
ii  dosbox   0.74-2-2
ii  playonlinux  4.3.3-1
ii  q4wine   1.3.10-1
ii  winbind  2:4.9.4+dfsg-1
ii  wine-binfmt  4.0~rc3-1
ii  winetricks   0.0+20181203-3

Versions of packages wine is related to:
ii  fonts-wine   4.0~rc3-1
ii  wine 4.0~rc3-1
ii  wine-development [wine]  3.21-2
ii  wine32   4.0~rc3-1
ii  wine64   4.0~rc3-1

-- debconf-show failed



Bug#916816: firmware-amd-graphics: AMDGPU lacks recent firmwares fro 4.19 based kernel, not usable.

2018-12-18 Thread Kyuma Ohta
Package: firmware-amd-graphics
Version: 20180825+dfsg-1
Severity: important

Dear Maintainer,

At head of December, firmwares for AMDGPU were updated at upstream repositry.
And, recent linux 4.19 based kernel using these, not using older firmware.
So, Deb's 4.19.0-1-amd64 kernel makes freeze screen at change to EFIFB
to AMDGPU DRIFB at booting sequence with below log (at RADEON RX560 based 
graphic board):
---
Dec 18 14:48:21 melchior kernel: [3.049376] amdgpu :09:00.0: No more 
image in the PCI ROM
Dec 18 14:48:21 melchior kernel: [3.049393] ATOM BIOS: 113-C9812101_100
Dec 18 14:48:21 melchior kernel: [3.049417] [drm] vm size is 64GB, 2 
levels, block size is 10-bit, fragment size is 9-bit
Dec 18 14:48:21 melchior kernel: [3.049431] amdgpu :09:00.0: firmware: 
failed to load amdgpu/polaris11_k_mc.bin (-2)
Dec 18 14:48:21 melchior kernel: [3.049433] firmware_class: See 
https://wiki.debian.org/Firmware for information about missing firmwar
e
Dec 18 14:48:21 melchior kernel: [3.049436] amdgpu :09:00.0: Direct 
firmware load for amdgpu/polaris11_k_mc.bin failed with error 
-2
Dec 18 14:48:21 melchior kernel: [3.049438] mc: Failed to load firmware 
"amdgpu/polaris11_k_mc.bin"
Dec 18 14:48:21 melchior kernel: [3.049490] [drm:gmc_v8_0_sw_init [amdgpu]] 
*ERROR* Failed to load mc firmware!
Dec 18 14:48:21 melchior kernel: [3.049536]
[drm:amdgpu_device_init.cold.28 [amdgpu]] *ERROR* sw_init of IP block 
 failed -2
Dec 18 14:48:21 melchior kernel: [3.049539] amdgpu :09:00.0: 
amdgpu_device_ip_init failed
Dec 18 14:48:21 melchior kernel: [3.049541] amdgpu :09:00.0: Fatal 
error during GPU init
Dec 18 14:48:21 melchior kernel: [3.049543] [drm] amdgpu: finishing device.
Dec 18 14:48:21 melchior kernel: [3.049637] amdgpu: probe of :09:00.0 
failed with error -2
---
Another part of kernel (and systemd) works seem to fine,but screen
freezes.
Please update firmwares to this package.

Regards,
Ohta.

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

Kernel: Linux 4.19.0-1-amd64 (SMP w/12 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ja_JP.UTF-8), LANGUAGE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set 
to ja_JP.UTF-8 shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

fi rmware-amd-graphics depends on no packages.

firmware-amd-graphics recommends no packages.

Versions of packages firmware-amd-graphics suggests:
ii  initramfs-tools  0.132

-- no debconf information

-- debsums errors found:
debsums: changed file /lib/firmware/amdgpu/carrizo_ce.bin (from 
firmware-amd-graphics package)
debsums: changed file /lib/firmware/amdgpu/carrizo_me.bin (from 
firmware-amd-graphics package)
debsums: changed file /lib/firmware/amdgpu/carrizo_mec.bin (from 
firmware-amd-graphics package)
debsums: changed file /lib/firmware/amdgpu/carrizo_mec2.bin (from 
firmware-amd-graphics package)
debsums: changed file /lib/firmware/amdgpu/carrizo_pfp.bin (from 
firmware-amd-graphics package)
debsums: changed file /lib/firmware/amdgpu/fiji_vce.bin (from 
firmware-amd-graphics package)
debsums: changed file /lib/firmware/amdgpu/polaris10_k_smc.bin (from 
firmware-amd-graphics package)
debsums: changed file /lib/firmware/amdgpu/polaris10_mc.bin (from 
firmware-amd-graphics package)
debsums: changed file /lib/firmware/amdgpu/polaris10_mec2_2.bin (from 
firmware-amd-graphics package)
debsums: changed file /lib/firmware/amdgpu/polaris10_mec_2.bin (from 
firmware-amd-graphics package)
debsums: changed file /lib/firmware/amdgpu/polaris10_pfp_2.bin (from 
firmware-amd-graphics package)
debsums: changed file /lib/firmware/amdgpu/polaris10_smc.bin (from 
firmware-amd-graphics package)
debsums: changed file /lib/firmware/amdgpu/polaris10_smc_sk.bin (from 
firmware-amd-graphics package)
debsums: changed file /lib/firmware/amdgpu/polaris11_mec2_2.bin (from 
firmware-amd-graphics package)
debsums: changed file /lib/firmware/amdgpu/polaris11_mec_2.bin (from 
firmware-amd-graphics package)
debsums: changed file /lib/firmware/amdgpu/polaris11_pfp_2.bin (from 
firmware-amd-graphics package)
debsums: changed file /lib/firmware/amdgpu/polaris11_smc_sk.bin (from 
firmware-amd-graphics package)
debsums: changed file /lib/firmware/amdgpu/raven_asd.bin (from 
firmware-amd-graphics package)
debsums: changed file /lib/firmware/amdgpu/raven_rlc.bin (from 
firmware-amd-graphics package)
debsums: changed file /lib/firmware/amdgpu/raven_sdma.bin (from 
firmware-amd-graphics package)
debsums: changed file /lib/firmware/amdgpu/tonga_ce.bin (from 
firmware-amd-graphics package)
debsums: changed file /lib/firmware/amdgpu/tonga_me.bin (from 
firmware-amd-graphics package)
debsums: changed file 

Bug#916214: wine-development: Please enable gallium nine.

2018-12-11 Thread Kyuma Ohta
Package: wine-development
Version: 3.21-2
Severity: wishlist

Dear Maintainer,

Please build wine with Gallium Nine.
https://wiki.ixit.cz/d3d9

This extension makes to improve Wine's D3D9 performance.
This needs mesa supports Gallium Nine, but now, Debian supports this.
See bug #863972 (already resolved).

Regards,
Ohta.

-- Package-specific info:
/usr/bin/wine points to /usr/bin/wine-development.

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

Kernel: Linux 4.19.0-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ja_JP.UTF-8), LANGUAGE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set 
to ja_JP.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages wine-development depends on:
ii  wine32-development  3.21-2
ii  wine64-development  3.21-2

wine-development recommends no packages.

Versions of packages wine-development suggests:
ii  dosbox   0.74-2-1
ii  playonlinux  4.3.3-1
ii  q4wine   1.3.10-1
ii  winbind  2:4.9.2+dfsg-2
ii  wine-binfmt  3.0.4-1
ii  winetricks   0.0+20181203-2

Versions of packages wine-development is related to:
ii  fonts-wine  3.0.4-1
ii  wine-development3.21-2
ii  wine32-development  3.21-2
ii  wine64-development  3.21-2

-- no debconf information



Bug#916040: AMDGPU: UVD stalls when encoding and decoding videos, freeze screen.

2018-12-09 Thread Kyuma Ohta
Package: src:linux
Version: 4.19.5-1~exp1
Severity: important

Dear Maintainer,

When encoding video via FFMPEG/VAAPI, *and* start to decoding another video via 
VAAPI,
sometimes stall decoding.
Then, freeze screen(s), not recoverible.Need to re-boot.

When happens this problem, kernel messaged below log:
Dec  9 23:37:37 melchior kernel: [630983.109621] [drm:amdgpu_job_timedout 
[amdgpu]] *ERROR* ring uvd timeout, signaled seq=16226, emitted seq=16229
Dec  9 23:37:37 melchior kernel: [630983.109634] amdgpu :01:00.0:GPU reset 
begin!

This issue was happend at least before kernel 4.17.

Regards,
Ohta.

-- Package-specific info:
** Version:
Linux version 4.19.0-trunk-amd64 (debian-ker...@lists.debian.org) (gcc version 
8.2.0 (Debian 8.2.0-10)) #1 SMP Debian 4.19.5-1~exp1 (2018-11-27)

** Command line:
BOOT_IMAGE=/vmlinuz-4.19.0-trunk-amd64 
root=UUID=040b41b0-26fe-4064-af0a-3619f3112096 ro video=1280x768 
systemd.debug-shell amdgpu.si_support=1 radeon.si_support=0 amdgpu.deep_color=1 
amdgpu.gpu_recovery=1 iommu=pt video=1280x768 systemd.debug-shell iommu=pt

** Tainted: OE (12288)
 * Out-of-tree module has been loaded.
 * Unsigned module has been loaded.

** Kernel log:
Unable to read kernel log; any relevant messages should be attached

** Model information
sys_vendor: To Be Filled By O.E.M.
product_name: To Be Filled By O.E.M.
product_version: To Be Filled By O.E.M.
chassis_vendor: To Be Filled By O.E.M.
chassis_version: To Be Filled By O.E.M.
bios_vendor: American Megatrends Inc.
bios_version: P2.70
board_vendor: ASRock
board_name: 990FX Extreme4
board_version: 

** Loaded modules:
ipt_MASQUERADE(E)
nf_conntrack_netlink(E)
xfrm_user(E)
xfrm_algo(E)
nft_counter(E)
nft_chain_nat_ipv4(E)
nf_nat_ipv4(E)
xt_addrtype(E)
nft_compat(E)
nf_tables(E)
nfnetlink(E)
xt_conntrack(E)
nf_nat(E)
nf_conntrack(E)
nf_defrag_ipv6(E)
nf_defrag_ipv4(E)
br_netfilter(E)
bridge(E)
stp(E)
llc(E)
pci_stub(E)
vboxpci(OE)
vboxnetadp(OE)
vboxnetflt(OE)
vboxdrv(OE)
lttng_probe_writeback(OE)
lttng_probe_workqueue(OE)
lttng_probe_v4l2(OE)
lttng_probe_vmscan(OE)
lttng_probe_udp(OE)
lttng_probe_timer(OE)
lttng_probe_sunrpc(OE)
lttng_probe_statedump(OE)
lttng_probe_sock(OE)
lttng_probe_skb(OE)
lttng_probe_signal(OE)
lttng_probe_scsi(OE)
lttng_probe_sched(OE)
lttng_probe_regulator(OE)
lttng_probe_rcu(OE)
lttng_probe_random(OE)
lttng_probe_printk(OE)
lttng_probe_power(OE)
lttng_probe_net(OE)
lttng_probe_napi(OE)
lttng_probe_module(OE)
lttng_probe_kvm(OE)
lttng_probe_kmem(OE)
lttng_probe_jbd2(OE)
lttng_probe_irq(OE)
lttng_probe_gpio(OE)
lttng_probe_compaction(OE)
lttng_probe_block(OE)
lttng_probe_asoc(OE)
lttng_ring_buffer_metadata_mmap_client(OE)
lttng_ring_buffer_client_mmap_overwrite(OE)
lttng_ring_buffer_client_mmap_discard(OE)
lttng_ring_buffer_metadata_client(OE)
lttng_ring_buffer_client_overwrite(OE)
lttng_ring_buffer_client_discard(OE)
lttng_tracer(OE)
ipmi_devintf(E)
lttng_statedump(OE)
lttng_kprobes(OE)
cpufreq_conservative(E)
cpufreq_powersave(E)
ipmi_msghandler(E)
lttng_clock(OE)
cpufreq_userspace(E)
lttng_lib_ring_buffer(OE)
lttng_kretprobes(OE)
binfmt_misc(E)
jfs(E)
xfs(E)
nls_ascii(E)
nls_cp437(E)
crc32c_generic(E)
vfat(E)
fat(E)
edac_mce_amd(E)
kvm_amd(E)
ccp(E)
rng_core(E)
kvm(E)
irqbypass(E)
ftdi_sio(E)
crct10dif_pclmul(E)
crc32_pclmul(E)
ghash_clmulni_intel(E)
usbserial(E)
joydev(E)
pktcdvd(E)
snd_hda_codec_realtek(E)
snd_hda_codec_generic(E)
mxl301rf(E)
efi_pstore(E)
qm1d1c0042(E)
efivars(E)
tc90522(E)
snd_hda_codec_hdmi(E)
earth_pt3(E)
fam15h_power(E)
snd_hda_intel(E)
dvb_core(E)
snd_hda_codec(E)
k10temp(E)
snd_hda_core(E)
sg(E)
sp5100_tco(E)
pcc_cpufreq(E)
evdev(E)
acpi_cpufreq(E)
cuse(E)
fuse(E)
w83627ehf(E)
hwmon_vid(E)
w83627hf_wdt(E)
snd_usb_audio(E)
snd_usbmidi_lib(E)
snd_hwdep(E)
snd_rawmidi(E)
snd_seq_device(E)
snd_dummy(E)
snd_pcm(E)
snd_timer(E)
snd(E)
soundcore(E)
loop(E)
i2c_dev(E)
parport_pc(E)
ppdev(E)
lp(E)
parport(E)
vhba(OE)
efivarfs(E)
ip_tables(E)
x_tables(E)
autofs4(E)
overlay(E)
ext4(E)
crc16(E)
mbcache(E)
jbd2(E)
fscrypto(E)
btrfs(E)
zstd_decompress(E)
zstd_compress(E)
xxhash(E)
raid10(E)
raid456(E)
async_raid6_recov(E)
async_memcpy(E)
async_pq(E)
async_xor(E)
async_tx(E)
xor(E)
raid6_pq(E)
libcrc32c(E)
raid1(E)
raid0(E)
multipath(E)
linear(E)
md_mod(E)
hid_generic(E)
usbhid(E)
hid(E)
uas(E)
usb_storage(E)
sr_mod(E)
cdrom(E)
sd_mod(E)
ohci_pci(E)
amdkfd(E)
crc32c_intel(E)
mxm_wmi(E)
ata_generic(E)
amdgpu(E)
chash(E)
gpu_sched(E)
i2c_algo_bit(E)
ttm(E)
pata_atiixp(E)
aesni_intel(E)
ahci(E)
xhci_pci(E)
aes_x86_64(E)
ohci_hcd(E)
ehci_pci(E)
libahci(E)
crypto_simd(E)
drm_kms_helper(E)
xhci_hcd(E)
ehci_hcd(E)
cryptd(E)
glue_helper(E)
libata(E)
tg3(E)
i2c_piix4(E)
usbcore(E)
libphy(E)
drm(E)
scsi_mod(E)
usb_common(E)
floppy(E)
wmi(E)
button(E)

** PCI devices:
00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD/ATI] RD9x0/RX980 
Host Bridge [1002:5a14] (rev 02)
Subsystem: ASRock Incorporation RD9x0/RX980 Host Bridge [1849:5a14]
Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- 

Bug#439805: xsnow: [MOREINFO] xsnow:Not display when using OpenGL compositor.

2018-12-03 Thread Kyuma Ohta
Package: xsnow
Version: 1:1.42-9
Followup-For: Bug #439805

Dear Maintainer,

This issue seems to be reproduced when using OpenGL compisitor to
composite desktop environment.
For example, I'm using MATE desktop environment.
When using MARCO or Compiz with OpenGL compositor feature (this
enables by MATE-TWEAK-TOOL), display nothing by xsnow.
But, when using MARCO with disabled comoposite feature, xsnow
works well.All of items are displayed well.

I wish this report will assist to fix this issue.
Regards,
Ohta.

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

Kernel: Linux 4.19.0-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ja_JP.UTF-8), LANGUAGE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set 
to ja_JP.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages xsnow depends on:
ii  libc6 2.28-1
ii  libx11-6  2:1.6.7-1
ii  libxext6  2:1.3.3-1+b2
hi  libxpm4   1:3.5.12-1
ii  procps2:3.3.15-2

xsnow recommends no packages.

xsnow suggests no packages.

-- debconf-show failed



Bug#905162: qt5-qmake-bin: qmake -install qinstall -exe {DIRECTORY} makes a reguler file,not copying directory.

2018-07-31 Thread Kyuma Ohta
Package: qt5-qmake-bin
Version: 5.11.1+dfsg-6
Severity: normal

Dear Maintainer,

 Building some projects using qmake build system, 
installing contents under directory fails.

 For example, building MythTV-dmo (probided by deb-multimedia.org) 
with debuild, installing contents under themes/ to debian/tmp/
fails.
 I checked below debian/tmp/usr/share/mythtv/themes/ ,
theme directories made single file , mode is 755 and size is 0.
i.e. themes/DVR .
So, I checked themes/Makefile made by qmake,
install is below line:
---
QINSTALL  = /usr/lib/x86_64-linux-gnu/qt5/bin/qmake -install qinstall
QINSTALL_PROGRAM = /usr/lib/x86_64-linux-gnu/qt5/bin/qmake -install qinstall 
-exe
(snip)
install_themes: first FORCE
@test -d $(INSTALL_ROOT)/usr/share/mythtv/themes/ || mkdir -p 
$(INSTALL_ROOT)/usr/share/mythtv/themes/
-$(QINSTALL_PROGRAM) (snip)/themes/default $(INSTALL_ROOT)/usr/share/
mythtv/themes/default
(snip)
---
 So, installing themes using qmake -install qinstall -exe {SRCDIR} {DSTDIR},
 this should be similar to "cp -fr {SRCDIR}/ ${DSTDIR}", but, don't do this.
 This issue  *didn't happen* before Qt 5.10, only happen after 5.11 .
Best regards,
 Ohta.

p.s. Related files are below:
mythtv-dmo/themes/themes.pro:
---
include ( ../settings.pro )

QMAKE_STRIP = echo

TEMPLATE = app
CONFIG -= moc qt

QMAKE_COPY_DIR = sh ./cpsvndir
win32:QMAKE_COPY_DIR = sh ./cpsimple

themes.path = $${PREFIX}/share/mythtv/themes/
themes.files = default default-wide classic DVR Slave
themes.files += Terra defaultmenu mediacentermenu
themes.files += MythCenter MythCenter-wide
themes.files += mythuitheme.dtd

fonts.path = $${PREFIX}/share/mythtv/
fonts.files = fonts

INSTALLS += themes fonts

# Input
SOURCES += dummy.c
---

mythtv-dmo/settings.pro :
---
win32-msvc* {

  SRC_PATH_BARE = $$(SRC_PATH_BARE)

  isEmpty( $$SRC_PATH_BARE ) {
SRC_PATH_BARE = $${PWD}
  }

  CONFIG -= debug_and_release
  CONFIG -= debug_and_release_target
  CONFIG -= flat

  CONFIG *= using_backend using_frontend
  CONFIG *= using_opengl
  CONFIG *= using_hdhomerun

  CONFIG_LIBMPEG2EXTERNAL = yes
  CONFIG_QTDBUS = no

  QMAKE_CXXFLAGS_WARN_ON -= -w34100

} else {

  include ( config.mak )
}

CONFIG += $$CCONFIG
# enable C++11 support, QT5.7 will be based on C++11 anyway
CONFIG += c++11

defineReplace(avLibName) {
NAME = $$1

major = \$\${lib$${NAME}_VERSION_MAJOR}
eval(LIBVERSION = $$major)

temp = $$SLIBNAME_WITH_MAJOR_QT
temp = $$replace(temp, FULLNAME, $$NAME)
temp = $$replace(temp, NAME, $$NAME)
temp = $$replace(temp, LIBMAJOR, $$LIBVERSION)

return($$temp)
}

#check QT major version
contains(QT_MAJOR_VERSION, 4) {
error("Must build against Qt5")
}

# Where binaries, includes and runtime assets are installed by 'make install'
isEmpty( PREFIX ) {
  win32-msvc* {
PREFIX = "."
  } else {
PREFIX = /usr/local
  }
}

# Where the binaries actually locate the assets/filters/plugins at runtime
isEmpty( RUNPREFIX ) {
RUNPREFIX = $$PREFIX
}

# Alternate library dir for OSes and packagers (e.g. lib64)

isEmpty( LIBDIRNAME ) {
LIBDIRNAME = lib
}

# Where libraries, plugins and filters are installed
isEmpty( LIBDIR ) {
LIBDIR = $${RUNPREFIX}/$${LIBDIRNAME}
}

LIBVERSION = 29
VERSION = 29.0

# Die on the (common) case where OS X users inadvertently use Fink's
# Qt/X11 install instead of Qt/Mac. '
contains(CONFIG_DARWIN, yes) {
!macx {
message(You are building with Qt/X11 on the Mac platform.)
message(Myth must be built with Qt/Mac instead.)
message((Fink users cannot use Fink's Qt, it's the wrong one.))
error(Unsupported configuration)
}
}

# Windows...

win32 {

VERSION =
CONFIG_OPENGL_LIBS =

# All versions of Microsoft Visual Studio

win32-msvc* {

win32-msvc2010 {
# need to force include missing math.h functions.

# needed for vcxproj
QMAKE_CXXFLAGS += "/FI mathex.h"

# needed for nmake
QMAKE_CFLAGS   += "/FI mathex.h"
}

DEFINES += _WIN32 WIN32 WIN32_LEAN_AND_MEAN NOMINMAX _USE_MATH_DEFINES
DEFINES += _CRT_SECURE_NO_WARNINGS
DEFINES += __STDC_CONSTANT_MACROS
DEFINES += __STDC_FORMAT_MACROS
DEFINES += __STDC_LIMIT_MACROS

debug  :DEFINES += _DEBUG
release:DEFINES += NDEBUG

# msvc specific include path

INCLUDEPATH += ./
INCLUDEPATH += $$SRC_PATH_BARE/external

contains( CONFIG_MYTHLOGSERVER, "yes" ) {
INCLUDEPATH += $$SRC_PATH_BARE/external/zeromq/include
INCLUDEPATH += $$SRC_PATH_BARE/external/nzmqt/include/nzmqt
}

INCLUDEPATH += $$SRC_PATH_BARE/../platform/win32/msvc/include
INCLUDEPATH += 
$$SRC_PATH_BARE/../platform/win32/msvc/external/pthreads.2
INCLUDEPATH += $$SRC_PATH_BARE/../platform/win32/msvc/external/zlib
INCLUDEPATH += 

Bug#905090: wine-development: Causing SEGV when using Qt.

2018-07-31 Thread Kyuma Ohta
Package: wine-development
Version: 3.13-1
Severity: normal

Dear Maintainer,

Starting program using Qt, built with mingw-w64 (i386),
Crash program inside of user32.dll.so.

Regards,
Ohta.
Log at TTY:
wine: Unhandled page fault on read access to 0x0018 at address 0x7fabf9c5 
(thread 0009), starting debugger...

Back log:
Unhandled exception: page fault on read access to 0x0018 in 32-bit code 
(0x7fabf9c5).
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:006b GS:0063
 EIP:7fabf9c5 ESP:00c2d770 EBP:00c2d878 EFLAGS:00210246(  R- --  I  Z- -P- )
 EAX: EBX:7fb03f40 ECX: EDX:00010060
 ESI: EDI:0c00
Stack dump:
0x00c2d770:  0005 00c2d9c4 0040 f7d11237
0x00c2d780:  00c2d7b8  7bc7248d 3fff8000
0x00c2d790:  7bce3cbc 00c2d9c4 7bc8019f 7bce3cbc
0x00c2d7a0:  00c2d9c4 00c2d82c 00c2d808 7bc814f3
0x00c2d7b0:   7f9b7d60 7bce3cbc 0002
0x00c2d7c0:  0001 00c2d868 f5e455db fae0ef2d
Backtrace:
=>0 0x7fabf9c5 in user32 (+0x9f9c5) (0x00c2d878)
  1 0x7fa83d7f in user32 (+0x63d7e) (0x00c2d8c8)
  2 0x7fa88998 in user32 (+0x68997) (0x00c2dbe8)
  3 0x7fa8dcef in user32 (+0x6dcee) (0x00c2dc58)
  4 0x66bf0512 in qt5core (+0x2b0511) (0x00c2f968)
  5 0x03354827 in qwindows (+0x74826) (0x00c2f9a8)
  6 0x66b83d7c in qt5core (+0x243d7b) (0x00c2fa58)
  7 0x66b8e3c8 in qt5core (+0x24e3c7) (0x00c2fad8)
  8 0x0040bf7a in emufm7 (+0xbf79) (0x00c2fc88)
  9 0x00404b89 in emufm7 (+0x4b88) (0x00c2fd88)
  10 0x0040509d in emufm7 (+0x509c) (0x00c2fdc8)
  11 0x004b018d in emufm7 (+0xb018c) (0x00c2fde8)
  12 0x004013eb in emufm7 (+0x13ea) (0x00c2fec0)
  13 0x7b463e62 in kernel32 (+0x43e61) (0x00c2fed8)
  14 0x7b46578c in kernel32 (+0x4578b) (0x00c2ffd8)
  15 0x7b463e6e in kernel32 (+0x43e6d) (0x00c2ffec)
0x7fabf9c5: movl0x18(%esi),%eax
Modules:
Module  Address Debug info  Name (85 modules)
PE24-  263000   Deferredlibogg-0
PE27-  308000   Deferredavutil-56
PE31-  335000   Deferredswresample-3
PE34-  3cd000   Deferredswscale-5
PE40-  a25000   Dwarf   emufm7
PEc3- 24c6000   Deferredicudt57
PE   24d- 2a73000   Deferredqt5gui
PE   2a8- 2e63000   Deferredlibx264-155
PE   2e7- 30bb000   Deferredavformat-58
PE   32e- 3471000   Export  qwindows
PE   596- 5dfa000   Deferredlibegl
PE   5e0- 62f3000   Deferredlibglesv2
PE  1000-113ae000   Deferredavcodec-58
PE  6308-630a3000   Deferredzlib1
PE  6360-6360f000   Deferredqwbmp
PE  637c-637d3000   Deferredqicns
PE  63b4-63b4e000   Deferrediconv
PE  64a0-64a97000   Deferredlibcspavio
PE  64b4-64bc2000   Deferredlibwinpthread-1
PE  6530-6531   Deferredqgif
PE  6540-6546a000   Deferredqwebp
PE  6640-6692   Deferredqt5widgets
PE  6694-66e6c000   Export  qt5core
PE  67c8-67d0d000   Deferredlibpcre2-16-0
PE  6b88-6b91e000   Deferredlibvorbisenc-2
PE  6c74-6c84e000   Deferredsdl2
PE  6c94-6cba5000   Deferredlibcspgui
PE  6cbc-6cccf000   Deferredlibcspemu_utils
PE  6cd4-6cdc3000   Deferredlibcspfmgen
PE  6cfc-6d01   Deferredqjpeg
PE  6d0c-6d1c5000   Deferredlibgcc_s_sjlj-1
PE  6d74-6d786000   Deferredlibvorbis-0
PE  6de4-6e0c2000   Deferredicuin57
PE  6e9c-6e9ce000   Deferredqtga
PE  6ea4-6ead7000   Deferredlibcsposd
PE  6ed8-6ee15000   Deferredlibmp3lame-0
PE  6f58-6f59   Deferredqico
PE  6fe4-708f4000   Deferredlibstdc++-6
PE  70a8-70aee000   Deferredqtiff
PE  70ec-70ef1000   Deferredqwindowsvistastyle
PE  7148-7161d000   Deferredicuuc57
PE  7ad9-7ad94000   Deferredd3d11
PE  7b42-7b5c6000   Export  kernel32
PE  7ba5-7ba54000   Deferreddxgi
PE  7bc1-7bc14000   Deferredntdll
PE  7c1d-7c1d4000   Deferredopengl32
PE  7c46-7c46e000   Deferredsetupapi
PE  7c4d-7c52   Deferredcomctl32
PE  7c74-7c744000   Deferredhid
PE  7c76-7c763000   Deferredusp10
PE  7c7a-7c84   Deferreddinput
PE  7d51-7d513000   Deferreddwrite
PE  7d5f-7d5f4000   Deferredwined3d
PE  7d74-7d744000   Deferredd3d9
PE  7d8b-7d8b4000   Deferred

Bug#905089: linux-image-4.17.0-1-amd64/amdgpu: not loading firmware with polaris11

2018-07-31 Thread Kyuma Ohta
Package: src:linux
Version: 4.17.8-1
Severity: important

Dear Maintainer,

Booting my hardware contains POLARIS11 GPU (RADEON RX560),
amdgpu driver don't load firmwares.
This issue *has not* happened until 4.17.6-*.

Best regards,
Ohta.

-- Package-specific info:
** Kernel log: boot messages should be attached
Jul 22 19:10:48 melchior kernel: [0.00] Linux version 4.17.0-1-amd64 
(debian-ker...@lists.debian.org) (gcc version 7.3.0 (Debia
n 7.3.0-26)) #1 SMP Debian 4.17.8-1 (2018-07-20)
Jul 22 19:10:48 melchior kernel: [0.00] Command line: 
BOOT_IMAGE=/vmlinuz-4.17.0-1-amd64 root=UUID=040b41b0-26fe-4064-af0a-3619
f3112096 ro video=1280x768 systemd.debug-shell amdgpu.si_support=1 
radeon.si_support=0 video=1280x768 systemd.debug-shell iommu=pt cras
hkernel=384M-:128M
(snip)
Jul 22 19:10:48 melchior kernel: [1.470709] [drm] amdgpu kernel modesetting 
enabled.
Jul 22 19:10:48 melchior kernel: [1.471511] [drm:amdgpu_pci_probe [amdgpu]] 
*ERROR* amdgpu requires firmware installed
Jul 22 19:10:48 melchior kernel: [1.472202] See 
https://wiki.debian.org/Firmware for information about missing firmware
(snip)
** Model information
sys_vendor: To Be Filled By O.E.M.
product_name: To Be Filled By O.E.M.
product_version: To Be Filled By O.E.M.
chassis_vendor: To Be Filled By O.E.M.
chassis_version: To Be Filled By O.E.M.
bios_vendor: American Megatrends Inc.
bios_version: P2.70
board_vendor: ASRock
board_name: 990FX Extreme4
board_version: 

** PCI devices:
00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD/ATI] RD9x0/RX980 
Host Bridge [1002:5a14] (rev 02)
Subsystem: ASRock Incorporation RD9x0/RX980 Host Bridge [1849:5a14]
Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 

00:00.2 IOMMU [0806]: Advanced Micro Devices, Inc. [AMD/ATI] RD890S/RD990 I/O 
Memory Management Unit (IOMMU) [1002:5a23]
Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] RD890S/RD990 I/O 
Memory Management Unit (IOMMU) [1002:5a23]
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 

00:02.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] 
RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GFX port 0) [1002:5a16] 
(prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: 
Kernel driver in use: pcieport

00:04.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] 
RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 0) [1002:5a18] 
(prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: 
Kernel driver in use: pcieport

00:05.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] 
RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 1) [1002:5a19] 
(prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: 
Kernel driver in use: pcieport

00:06.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] 
RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 2) [1002:5a1a] 
(prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: 
Kernel driver in use: pcieport

00:0a.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] 
RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 5) [1002:5a1d] 
(prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: 
Kernel driver in use: pcieport

00:0b.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD990 
PCI to PCI bridge (PCI Express GFX2 port 0) 

Bug#900365: libqt5opengl5: Sometimes crash (not core dumped) after "XIO: fatal IO error 0 (Success) on X server"

2018-05-29 Thread Kyuma Ohta
Package: libqt5opengl5
Version: 5.10.1+dfsg-7
Severity: important

Dear Maintainer,

After update to this version,
When running some programs, i.e. FCITX-TOOLBER-QT, programs suddenly crashs.
This is *not* SEGV.

Regards,
Ohta.

I got log with xtrace, programs crashed after below messages:
---
000:>:01cb: Event PropertyNotify(28) window=0x0445 
atom=0x161("_NET_WM_NAME") time=0x04a61cf2 state=NewValue(0x00)
000:>:01cb: Event PropertyNotify(28) window=0x0445 atom=0x27("WM_NAME") 
time=0x04a61cf8 state=NewValue(0x00)
000:>:01cb:32: Reply to GetInputFocus: revert-to=Parent(0x02) focus=0x018b
000:<:01cc: 16: Request(78): CreateColormap alloc=None(0x00) mid=0x0441 
window=0x05c5 visual=0x040c
000:<:01cd: 48: Request(1): CreateWindow depth=0x18 window=0x0449 
parent=0x05c5 x=0 y=0 width=100 height=100 border-width=0
class=InputOutput(0x0001) visual=0x040c 
value-list={background-pixel=0x00ff border-pixel=0x
override-redirect=true(0x01) colormap=0x0441}
000:<:01ce:  8: Request(79): FreeColormap cmap=0x0441 
000:<:01cf:  8: DRI2-Request(155,3): CreateDrawable drawable=0x0449
000:<:01d0: 12: Request(98): QueryExtension name='DRI2'
000:>:01d0:32: Reply to QueryExtension: present=true(0x01) major-opcode=155 
first-event=119 first-error=0
000:<:01d1: 12: DRI2-Request(155,12): SwapInterval drawable=0x0449 
interval=1
000:<:01d2: 20: DRI2-Request(155,7): GetBuffersWithFormat drawable=0x0449 
attachments={attachment=BackLeft(0x0001) format=0x0018};
000:>:01d2:52: Reply to GetBuffersWithFormat: width=100 height=100 
buffers={attachment=BackLeft(0x0001) name=0x0005 pitch=512
cpp=4 flags=0x};
000:<:01d3:  8: Request(4): DestroyWindow window=0x0449
000:<:01d4: 52: GLX-Request(152,34): glXCreateContextAttribsARB opcode=0x98 
opcode2=0x22
unparsed-data=0x0b,0x00,0x40,0x04,0x25,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x00,0x40,0x04,0x01,0x00,0x00,0x00,0x03,0x00,0x00,0x00,0x91,0x20,0x00,0x00,0x02,0x00,0x00,0x00,0x92,0x20,0x00,0x00,0x00,0x00,0x00,0x00,0x26,0x91,0x00,0x00,0x04,0x00,0x00,0x00;
000:<:01d5:  4: Request(43): GetInputFocus 
000:>:01d5:32: Reply to GetInputFocus: revert-to=Parent(0x02)
focus=0x018b
000:<:01d6: 16: Request(78): CreateColormap alloc=None(0x00)
mid=0x044a window=0x05c5 visual=0x040c
000:<:01d7: 48: Request(1): CreateWindow depth=0x18 window=0x044c
parent=0x05c5 x=0 y=0 width=100 height=100 border-width=0
class=InputOutput(0x0001) visual=0x040c
value-list={background-pixel=0x00ff border-pixel=0x
override-redirect=true(0x01) colormap=0x044a}
000:<:01d8:  8: Request(79): FreeColormap cmap=0x044a
000:<:01d9:  8: DRI2-Request(155,3): CreateDrawable drawable=0x044c
000:<:01da: 12: DRI2-Request(155,12): SwapInterval drawable=0x044c
interval=1
000:<:01db: 20: DRI2-Request(155,7): GetBuffersWithFormat drawable=0x044c 
attachments={attachment=BackLeft(0x0001) format=0x0018};
000:>:01db:52: Reply to GetBuffersWithFormat: width=100 height=100 
buffers={attachment=BackLeft(0x0001) name=0x0007 pitch=512 cpp=4 
flags=0x};
000:<:01dc:  8: Request(4): DestroyWindow window=0x044c 
000:<:01dd: 52: GLX-Request(152,27): glXCreatePbuffer opcode=0x98 opcode2=0x1b
unparsed-data=0x00,0x00,0x00,0x00,0x25,0x01,0x00,0x00,0x0d,0x00,0x40,0x04,0x04,0x00,0x00,0x00,0x41,0x80,0x00,0x00,0x01,0x00,0x00,0x00,0x40,0x80,0x00,0x00,0x01,0x00,0x00,0x00,0x1c,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x1b,0x80,0x00,0x00,0x00,0x00,0x00,0x00;
000:<:01de: 16: Request(53): CreatePixmap depth=0x18 pid=0x044e 
drawable=0x05c5 width=1 height=1
000:<:01df:  8: DRI2-Request(155,3): CreateDrawable drawable=0x044e
000:<:01e0: 12: DRI2-Request(155,12): SwapInterval drawable=0x044e 
interval=1
000:<:01e1: 20: DRI2-Request(155,7): GetBuffersWithFormat drawable=0x044e 
attachments={attachment=BackLeft(0x0001)format=0x0018};

XIO:  fatal IO error 0 (Success) on X server ":9"
  after 481 requests (481 known processed) with 0 events remaining.

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

Kernel: Linux 4.16.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ja_JP.UTF-8), LANGUAGE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set 
to ja_JP.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libqt5opengl5 depends on:
ii  libc6 2.27-3
ii  libqt5core5a [qtbase-abi-5-10-0]  5.10.1+dfsg-7
ii  libqt5gui55.10.1+dfsg-7
ii  libqt5widgets55.10.1+dfsg-7
ii  libstdc++68.1.0-3

libqt5opengl5 recommends no packages.

libqt5opengl5 suggests no 

Bug#891042: firmware-amd-graphics: Please include AMD Raven Ridge firmware

2018-04-02 Thread Kyuma Ohta
Package: firmware-amd-graphics
Version: 20170823-1
Followup-For: Bug #891042

Dear Maintainer,
 This is log of update-initramfs for modern kernels using amdgpu.
 Please add below firmwares to this package *ASAP*.

---
$ sudo update-initramfs -u -k 4.15.0-1-amd64
 update-initramfs: Generating /boot/initrd.img-4.15.0-1-amd64
 W: Possible missing firmware /lib/firmware/amdgpu/raven_gpu_info.bin for 
module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/raven_asd.bin for module 
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/polaris12_mec2_2.bin for 
module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/polaris12_mec_2.bin for 
module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/polaris12_me_2.bin for module 
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/polaris12_pfp_2.bin for 
module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/polaris12_ce_2.bin for module 
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/polaris10_mec2_2.bin for 
module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/polaris10_mec_2.bin for 
module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/polaris10_me_2.bin for module 
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/polaris10_pfp_2.bin for 
module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/polaris10_ce_2.bin for module 
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/polaris11_mec2_2.bin for 
module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/polaris11_mec_2.bin for 
module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/polaris11_me_2.bin for module 
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/polaris11_pfp_2.bin for 
module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/polaris11_ce_2.bin for module 
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/raven_rlc.bin for module 
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/raven_mec2.bin for module 
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/raven_mec.bin for module 
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/raven_me.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/raven_pfp.bin for module 
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/raven_ce.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/raven_sdma.bin for module 
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/raven_vcn.bin for module 
amdgpu
WARNING: Unknown X keysym "Kana_Lock"
WARNING: Unknown X keysym "Kana_Lock"
WARNING: Unknown X keysym "Kana_Lock"
WARNING: Unknown X keysym "Kana_Lock"
WARNING: Unknown X keysym "Kana_Lock"
WARNING: Unknown X keysym "Kana_Lock"
WARNING: Unknown X keysym "Kana_Lock"
WARNING: Unknown X keysym "Kana_Lock"
ldconfig: Warning: ignoring configuration file that cannot be opened: 
/etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
ldconfig: Warning: ignoring configuration file that cannot be opened: 
/etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf: No such file or directory


Best regards,
Ohta.

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

Kernel: Linux 4.15.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ja_JP.UTF-8), LANGUAGE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set 
to ja_JP.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

firmware-amd-graphics depends on no packages.

firmware-amd-graphics recommends no packages.

Versions of packages firmware-amd-graphics suggests:
ii  initramfs-tools  0.130

-- no debconf information



Bug#894604: amdgpu: Don't load UVD firmwares with GCN1.0.

2018-04-02 Thread Kyuma Ohta
Package: src:linux
Version: 4.15.11-1
Severity: important

Dear Maintainer,
At modern kernel, amdgpu drm driver supported RADEON HD7xxx (a.k.a. GCN 1.0).
But, driver don't load UVD firmwares, maybe radeon/TAHITI_uvd.bin and 
radeon/TAHITI_vce.bin .
So, unable to use hardware video accelaration (VAAPI/VDPAU) with amdgpu drm 
driver.
These firmwares are loaded when using radeon drm driver and available to use 
hardware video decoding.

Related link:
https://lists.freedesktop.org/archives/amd-gfx/2017-November/015760.html

Regards,
Ohta.

-- Package-specific info:
** Version:
Linux version 4.15.0-2-amd64 (debian-ker...@lists.debian.org) (gcc version 
7.3.0 (Debian 7.3.0-12)) #1 SMP Debian 4.15.11-1 (2018-03-20)

** Command line:
BOOT_IMAGE=/vmlinuz-4.15.0-2-amd64 
root=UUID=040b41b0-26fe-4064-af0a-3619f3112096 ro video=1280x768 
systemd.debug-shell iommu=soft amdgpu.si_support=1 radeon.si_support=0 
video=1280x768 systemd.debug-shell  iommu=soft crashkernel=384M-:128M

** Tainted: O (4096)
 * Out-of-tree module has been loaded.

** Kernel log:
Apr  2 15:43:39 melchior kernel: [3.189969] [drm] amdgpu kernel modesetting 
enabled.
Apr  2 15:43:39 melchior kernel: [3.190311] [drm] initializing kernel 
modesetting (VERDE 0x1002:0x683D 0x174B:0xE214 0x00).
Apr  2 15:43:39 melchior kernel: [3.190337] [drm] register mmio base: 
0xFEA0
Apr  2 15:43:39 melchior kernel: [3.190339] [drm] register mmio size: 262144
Apr  2 15:43:39 melchior kernel: [3.212250] [drm] BIOS signature incorrect 
0 0
Apr  2 15:43:39 melchior kernel: [3.212295] ATOM BIOS:113-21400XTHE-001
Apr  2 15:43:39 melchior kernel: [3.212308] [drm] GPU post is not needed
Apr  2 15:43:39 melchior kernel: [3.212311] [drm] Changing default dispclk 
from 600Mhz to 625Mhz
Apr  2 15:43:39 melchior kernel: [3.212545] [drm] vm size is 64GB, block 
size is 13-bit, fragment size is 9-bit
Apr  2 15:43:39 melchior kernel: [3.212585] amdgpu :01:00.0: firmware: 
direct-loading firmware radeon/verde_mc.bin
Apr  2 15:43:39 melchior kernel: [3.212596] amdgpu :01:00.0: VRAM: 
1024M 0x00F4 - 0x00F43FFF (1024M used)
Apr  2 15:43:39 melchior kernel: [3.212601] amdgpu :01:00.0: GTT: 1024M 
0x - 0x3FFF
Apr  2 15:43:39 melchior kernel: [3.212607] [drm] Detected VRAM RAM=1024M, 
BAR=256M
Apr  2 15:43:39 melchior kernel: [3.212610] [drm] RAM width 128bits GDDR5
Apr  2 15:43:39 melchior kernel: [3.212684] [TTM] Zone  kernel: Available 
graphics memory: 8124860 kiB
Apr  2 15:43:39 melchior kernel: [3.212687] [TTM] Zone   dma32: Available 
graphics memory: 2097152 kiB
Apr  2 15:43:39 melchior kernel: [3.212689] [TTM] Initializing pool 
allocator
Apr  2 15:43:39 melchior kernel: [3.212693] [TTM] Initializing DMA pool 
allocator
Apr  2 15:43:39 melchior kernel: [3.212711] [drm] amdgpu: 1024M of VRAM 
memory ready
Apr  2 15:43:39 melchior kernel: [3.212714] [drm] amdgpu: 3072M of GTT 
memory ready.
Apr  2 15:43:39 melchior kernel: [3.212722] [drm] GART: num cpu pages 
262144, num gpu pages 262144
Apr  2 15:43:39 melchior kernel: [3.213198] amdgpu :01:00.0: PCIE GART 
of 1024M enabled (table at 0x00F40004).
Apr  2 15:43:39 melchior kernel: [3.213276] amdgpu :01:00.0: amdgpu: 
using MSI.
Apr  2 15:43:39 melchior kernel: [3.213279] [drm] Supports vblank timestamp 
caching Rev 2 (21.10.2013).
Apr  2 15:43:39 melchior kernel: [3.213281] [drm] Driver supports precise 
vblank timestamp query.
Apr  2 15:43:39 melchior kernel: [3.213299] [drm] amdgpu: irq initialized.
Apr  2 15:43:39 melchior kernel: [3.213332] amdgpu :01:00.0: firmware: 
direct-loading firmware radeon/verde_smc.bin
Apr  2 15:43:39 melchior kernel: [3.213360] [drm] Internal thermal 
controller with fan control
Apr  2 15:43:39 melchior kernel: [3.213370] [drm] amdgpu: dpm initialized
Apr  2 15:43:39 melchior kernel: [3.213557] [drm] AMDGPU Display Connectors
Apr  2 15:43:39 melchior kernel: [3.213559] [drm] Connector 0:
Apr  2 15:43:39 melchior kernel: [3.213561] [drm]   DP-1
Apr  2 15:43:39 melchior kernel: [3.213562] [drm]   HPD2
Apr  2 15:43:39 melchior kernel: [3.213564] [drm]   DDC: 0x1950 0x1950 
0x1951 0x1951 0x1952 0x1952 0x1953 0x1953
Apr  2 15:43:39 melchior kernel: [3.213567] [drm]   Encoders:
Apr  2 15:43:39 melchior kernel: [3.213568] [drm] DFP1: INTERNAL_UNIPHY2
Apr  2 15:43:39 melchior kernel: [3.213570] [drm] Connector 1:
Apr  2 15:43:39 melchior kernel: [3.213571] [drm]   DP-2
Apr  2 15:43:39 melchior kernel: [3.213573] [drm]   HPD3
Apr  2 15:43:39 melchior kernel: [3.213575] [drm]   DDC: 0x195c 0x195c 
0x195d 0x195d 0x195e 0x195e 0x195f 0x195f
Apr  2 15:43:39 melchior kernel: [3.213577] [drm]   Encoders:
Apr  2 15:43:39 melchior kernel: [3.213578] [drm] DFP2: INTERNAL_UNIPHY2
Apr  2 15:43:39 melchior kernel: [3.213580] [drm] Connector 2:
Apr  2 15:43:39 

Bug#864041: geda-gschem: Crash randomly when using gEDA.

2017-06-03 Thread Kyuma Ohta
Package: geda-gschem
Version: 1:1.8.2-6
Severity: important

Dear Maintainer,
Using gEDA, with any mouse-actions ,gEDA crash suddenly: i.e. Selecting parts, 
movibng part , etc...
I got coredump when crashed and check this.
I found NULL IP reference at garbage-collector inside of lingc (called by 
libguile)
Please fix.
Best regards,
Ohta.

--- Below is log of debugging with GDB ---
(gdb) info threads
  Id   Target Id Frame 
* 1Thread 0x7f39b98003c0 (LWP 14817) 0x in ?? ()
  2Thread 0x7f39ad814700 (LWP 14826) pthread_cond_wait@@GLIBC_2.3.2 () at 
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  3Thread 0x7f39b081a700 (LWP 14820) pthread_cond_wait@@GLIBC_2.3.2 () at 
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  4Thread 0x7f39a98d2700 (LWP 14827) 0x7f39b6dd26ad in poll () at 
../sysdeps/unix/syscall-template.S:84
  5Thread 0x7f39a90d1700 (LWP 14828) 0x7f39b6dd26ad in poll () at 
../sysdeps/unix/syscall-template.S:84
  6Thread 0x7f39b0019700 (LWP 14821) pthread_cond_wait@@GLIBC_2.3.2 () at 
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  7Thread 0x7f39af818700 (LWP 14822) pthread_cond_wait@@GLIBC_2.3.2 () at 
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  8Thread 0x7f39ae015700 (LWP 14825) pthread_cond_wait@@GLIBC_2.3.2 () at 
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  9Thread 0x7f39ae816700 (LWP 14824) pthread_cond_wait@@GLIBC_2.3.2 () at 
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  10   Thread 0x7f39af017700 (LWP 14823) pthread_cond_wait@@GLIBC_2.3.2 () at 
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
(gdb) where
#0  0x in  ()
#1  0x7f39b2e269f9 in GC_finalize () at /usr/lib/x86_64-linux-gnu/libgc.so.1
#2  0x7f39b2e2282b in GC_finish_collection () at 
/usr/lib/x86_64-linux-gnu/libgc.so.1
#3  0x7f39b2e22f5d in GC_try_to_collect_inner () at 
/usr/lib/x86_64-linux-gnu/libgc.so.1
#4  0x7f39b2e237c4 in GC_collect_or_expand () at 
/usr/lib/x86_64-linux-gnu/libgc.so.1
#5  0x7f39b2e2896b in GC_alloc_large () at 
/usr/lib/x86_64-linux-gnu/libgc.so.1
#6  0x7f39b2e28d13 in GC_generic_malloc () at 
/usr/lib/x86_64-linux-gnu/libgc.so.1
#7  0x7f39b2e28fed in GC_core_malloc () at 
/usr/lib/x86_64-linux-gnu/libgc.so.1
#8  0x7f39b7adfa6f in  () at /usr/lib/x86_64-linux-gnu/libguile-2.0.so.22
#9  0x7f39b7adfcde in scm_gc_malloc () at 
/usr/lib/x86_64-linux-gnu/libguile-2.0.so.22
#10 0x7f39b7ac1333 in  () at /usr/lib/x86_64-linux-gnu/libguile-2.0.so.22
#11 0x7f39b7b7de8b in  () at /usr/lib/x86_64-linux-gnu/libguile-2.0.so.22
#12 0x7f39b7b9cf08 in  () at /usr/lib/x86_64-linux-gnu/libguile-2.0.so.22
#13 0x7f39b7accfad in scm_primitive_eval () at 
/usr/lib/x86_64-linux-gnu/libguile-2.0.so.22
#14 0x7f39b7acd067 in scm_eval () at 
/usr/lib/x86_64-linux-gnu/libguile-2.0.so.22
#15 0x7f39b7b71e36 in  () at /usr/lib/x86_64-linux-gnu/libguile-2.0.so.22
#16 0x7f39b7b43ca0 in  () at /usr/lib/x86_64-linux-gnu/libguile-2.0.so.22
#17 0x7f39b7b7c4f3 in  () at /usr/lib/x86_64-linux-gnu/libguile-2.0.so.22
#18 0x7f39b7b9cf08 in  () at /usr/lib/x86_64-linux-gnu/libguile-2.0.so.22
#19 0x7f39b7acc5ab in scm_call_4 () at 
/usr/lib/x86_64-linux-gnu/libguile-2.0.so.22
#20 0x7f39b7b71c8c in scm_catch_with_pre_unwind_handler () at 
/usr/lib/x86_64-linux-gnu/libguile-2.0.so.22
#21 0x7f39b7b71f0e in scm_c_catch () at 
/usr/lib/x86_64-linux-gnu/libguile-2.0.so.22
#22 0x7f39b77f82cf in g_scm_eval_protected () at 
/usr/lib/x86_64-linux-gnu/libgeda.so.42
#23 0x5611f1fccae2 in g_keys_execute 
(w_current=w_current@entry=0x5611f26ac760, event=event@entry=0x5611f3b09e00) at 
g_keys.c:596
#24 0x5611f1ff980e in x_event_key (widget=widget@entry=0x5611f2d0a710 
[GtkDrawingArea], event=0x5611f3b09e00, w_current=0x5611f26ac760) at 
x_event.c:1257
#25 0x7f39b913c7bc in _gtk_marshal_BOOLEAN__BOXED (closure=0x5611f2cb20a0, 
return_value=0x7ffcf3ee4a90, n_param_values=, 
param_values=0x7ffcf3ee4af0, invocation_hint=, 
marshal_data=) at ./gtk/gtkmarshalers.c:86
#26 0x7f39b816af75 in g_closure_invoke (closure=0x5611f2cb20a0, 
return_value=return_value@entry=0x7ffcf3ee4a90, n_param_values=2, 
param_values=param_values@entry=0x7ffcf3ee4af0, 
invocation_hint=invocation_hint@entry=0x7ffcf3ee4a70) at 
././gobject/gclosure.c:804
#27 0x7f39b817cf82 in signal_emit_unlocked_R 
(node=node@entry=0x5611f261a270, detail=detail@entry=0, 
instance=instance@entry=0x5611f2d0a710, 
emission_return=emission_return@entry=0x7ffcf3ee4c00, 
instance_and_params=instance_and_params@entry=0x7ffcf3ee4af0)
at ././gobject/gsignal.c:3635
#28 0x7f39b818567f in g_signal_emit_valist (instance=, 
signal_id=, detail=, 
var_args=var_args@entry=0x7ffcf3ee4cb0) at ././gobject/gsignal.c:3401
#29 0x7f39b8185fbf in  (instance=instance@entry=0x5611f2d0a710, signal_id=, detail=detail@entry=0) at 

Bug#765929: crimson produces high system load when music option turned on, but no music

2017-05-20 Thread Kyuma Ohta
Package: crimson
Version: 0.5.2-1.1+b1
Followup-For: Bug #765929

Dear Maintainer,

With recent version, this has a lot of memory leak mainly 
caused by fluidsynth via libSDL_mixer1.2.

I run crimson with valgrind --leak-check=full. 

Best regards,
Ohta.

--- LOG is below: ---
==22565== Memcheck, a memory error detector
==22565== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==22565== Using Valgrind-3.12.0 and LibVEX; rerun with -h for copyright info
==22565== Command: crimson
==22565== 
==22565== Conditional jump or move depends on uninitialised value(s)
==22565==at 0x508C167: X11_SetKeyboardState (SDL_x11events.c:1344)
==22565==by 0x508C863: X11_DispatchEvent (SDL_x11events.c:508)
==22565==by 0x508CF6A: X11_PumpEvents (SDL_x11events.c:933)
==22565==by 0x5062F6B: SDL_PumpEvents (SDL_events.c:376)
==22565==by 0x5062FD8: SDL_WaitEvent (SDL_events.c:406)
==22565==by 0x1488B7: View::FetchEvent(SDL_Event&) (view.cpp:284)
==22565==by 0x149850: Window::EventLoop() (window.cpp:286)
==22565==by 0x1130CB: main (main.cpp:124)
==22565== 
==22565== Conditional jump or move depends on uninitialised value(s)
==22565==at 0x508C188: X11_SetKeyboardState (SDL_x11events.c:1347)
==22565==by 0x508C863: X11_DispatchEvent (SDL_x11events.c:508)
==22565==by 0x508CF6A: X11_PumpEvents (SDL_x11events.c:933)
==22565==by 0x5062F6B: SDL_PumpEvents (SDL_events.c:376)
==22565==by 0x5062FD8: SDL_WaitEvent (SDL_events.c:406)
==22565==by 0x1488B7: View::FetchEvent(SDL_Event&) (view.cpp:284)
==22565==by 0x149850: Window::EventLoop() (window.cpp:286)
==22565==by 0x1204A4: Game::StartTurn() (game.cpp:470)
==22565==by 0x12100A: Game::EndTurn() (game.cpp:832)
==22565==by 0x12051A: Game::StartTurn() (game.cpp:513)
==22565==by 0x12100A: Game::EndTurn() (game.cpp:832)
==22565==by 0x1217F3: Game::WidgetActivated(Widget*, Window*) 
(game.cpp:2001)
==22565== 
==22565== 
==22565== HEAP SUMMARY:
==22565== in use at exit: 791,437,547 bytes in 24,947,095 blocks
==22565==   total heap usage: 37,873,116 allocs, 12,926,021 frees, 
1,438,700,702 bytes allocated
==22565== 
==22565== 2 bytes in 2 blocks are possibly lost in loss record 3 of 225
==22565==at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==22565==by 0x7C4AEA0: fluid_track_set_name (fluid_midi.c:1083)
==22565==by 0x7C4B483: fluid_midi_file_read_event (fluid_midi.c:565)
==22565==by 0x7C4B8BA: fluid_midi_file_read_track (fluid_midi.c:368)
==22565==by 0x7C4B9FC: fluid_midi_file_load_tracks (fluid_midi.c:265)
==22565==by 0x7C4C20A: fluid_player_load (fluid_midi.c:1519)
==22565==by 0x7C4C2C9: fluid_player_playlist_load (fluid_midi.c:1568)
==22565==by 0x7C4C47A: fluid_player_callback (fluid_midi.c:1607)
==22565==by 0x7C3F54B: fluid_sample_timer_process (fluid_synth.c:484)
==22565==by 0x7C3F5CF: fluid_synth_render_blocks (fluid_synth.c:2774)
==22565==by 0x7C425D6: fluid_synth_write_s16 (fluid_synth.c:2632)
==22565==by 0x550E37B: fluidsynth_playsome (fluidsynth.c:197)
==22565== 
==22565== 10 bytes in 1 blocks are definitely lost in loss record 10 of 225
==22565==at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==22565==by 0x6D45084: _XlcDefaultMapModifiers (in 
/usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
==22565==by 0x6D45465: XSetLocaleModifiers (in 
/usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
==22565==by 0x509299F: create_aux_windows (SDL_x11video.c:498)
==22565==by 0x50939F1: X11_VideoInit (SDL_x11video.c:704)
==22565==by 0x5085285: SDL_VideoInit (SDL_video.c:246)
==22565==by 0x505CCEB: SDL_InitSubSystem (SDL.c:89)
==22565==by 0x505CD63: SDL_Init (SDL.c:162)
==22565==by 0x112514: init (main.cpp:223)
==22565==by 0x112514: main (main.cpp:89)
==22565== 
==22565== 16 bytes in 2 blocks are definitely lost in loss record 22 of 225
==22565==at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==22565==by 0x60611D9: strdup (strdup.c:42)
==22565==by 0x6D53996: ??? (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
==22565==by 0x6D56ACD: _XimEncodeICATTRIBUTE (in 
/usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
==22565==by 0x6D48C9D: _XimProtoCreateIC (in 
/usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
==22565==by 0x6D35B0B: XCreateIC (in 
/usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
==22565==by 0x5092A4C: create_aux_windows (SDL_x11video.c:533)
==22565==by 0x50939F1: X11_VideoInit (SDL_x11video.c:704)
==22565==by 0x5085285: SDL_VideoInit (SDL_video.c:246)
==22565==by 0x505CCEB: SDL_InitSubSystem (SDL.c:89)
==22565==by 0x505CD63: SDL_Init (SDL.c:162)
==22565==by 0x112514: init (main.cpp:223)
==22565==by 0x112514: main (main.cpp:89)
==22565== 
==22565== 96 bytes in 2 blocks are possibly lost in loss record 163 of 225
==22565==at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==22565==by 0x7C4AE0C: new_fluid_track (fluid_midi.c:1039)
==22565==by 0x7C4B8A1: fluid_midi_file_read_track 

Bug#842226: dmesg: read kernel buffer failed: Operation not permitted

2016-10-27 Thread Kyuma Ohta
Package: src:linux
Version: 4.8.4-1~exp1
Severity: normal

Dear Maintainer,

Using dmesg as non-root user at linux-4.8-trunk, failed to read 
kernels' ring buffer as below:
$ dmesg
dmesg: read kernel buffer failed: Operation not permitted

As root user to read, succeeeded.
Is change security policy? If not, please fix.

Regards,
Ohta.

-- Package-specific info:
** Version:
Linux version 4.8.0-trunk-amd64 (debian-ker...@lists.debian.org) (gcc version 
5.4.1 20161019 (Debian 5.4.1-3) ) #1 SMP Debian 4.8.4-1~exp1 (2016-10-23)

** Command line:
BOOT_IMAGE=/vmlinuz-4.8.0-trunk-amd64 
root=UUID=040b41b0-26fe-4064-af0a-3619f3112096 ro vga=0x3d4 
video=vesafb:yrap,noresume quiet systemd.debug-shell iommu=soft vga=0x3d4

** Tainted: OE (12288)
 * Out-of-tree module has been loaded.
 * Unsigned module has been loaded.

** Kernel log:
[ 6290.813493]  ui class: performance
[ 6290.813495]  internal class: none
[ 6290.813497]  caps: 
[ 6290.813499]  uvdvclk: 0 dclk: 0
[ 6290.813501]  power level 0sclk: 3 mclk: 15000 vddc: 825 
vddci: 900 pcie gen: 2
[ 6290.813503]  power level 1sclk: 4 mclk: 112500 vddc: 950 
vddci: 950 pcie gen: 2
[ 6290.813505]  power level 2sclk: 10 mclk: 112500 vddc: 1200 
vddci: 950 pcie gen: 2
[ 6290.813505]  status: c r 
[10429.362839] switching from power state:
[10429.362842]  ui class: performance
[10429.362844]  internal class: none
[10429.362846]  caps: 
[10429.362849]  uvdvclk: 0 dclk: 0
[10429.362852]  power level 0sclk: 3 mclk: 15000 vddc: 825 
vddci: 900 pcie gen: 2
[10429.362855]  power level 1sclk: 4 mclk: 112500 vddc: 950 
vddci: 950 pcie gen: 2
[10429.362857]  power level 2sclk: 10 mclk: 112500 vddc: 1200 
vddci: 950 pcie gen: 2
[10429.362858]  status: c r 
[10429.362860] switching to power state:
[10429.362861]  ui class: performance
[10429.362863]  internal class: none
[10429.362864]  caps: 
[10429.362866]  uvdvclk: 0 dclk: 0
[10429.362868]  power level 0sclk: 3 mclk: 15000 vddc: 825 
vddci: 900 pcie gen: 2
[10429.362870]  power level 1sclk: 4 mclk: 112500 vddc: 950 
vddci: 950 pcie gen: 2
[10429.362872]  power level 2sclk: 10 mclk: 112500 vddc: 1200 
vddci: 950 pcie gen: 2
[10429.362873]  status: c r 
[12240.171561] switching from power state:
[12240.171564]  ui class: performance
[12240.171566]  internal class: none
[12240.171568]  caps: 
[12240.171571]  uvdvclk: 0 dclk: 0
[12240.171575]  power level 0sclk: 3 mclk: 15000 vddc: 825 
vddci: 900 pcie gen: 2
[12240.171577]  power level 1sclk: 4 mclk: 112500 vddc: 950 
vddci: 950 pcie gen: 2
[12240.171579]  power level 2sclk: 10 mclk: 112500 vddc: 1200 
vddci: 950 pcie gen: 2
[12240.171580]  status: c r 
[12240.171583] switching to power state:
[12240.171584]  ui class: performance
[12240.171585]  internal class: none
[12240.171587]  caps: 
[12240.171589]  uvdvclk: 0 dclk: 0
[12240.171591]  power level 0sclk: 3 mclk: 15000 vddc: 825 
vddci: 900 pcie gen: 2
[12240.171593]  power level 1sclk: 4 mclk: 112500 vddc: 950 
vddci: 950 pcie gen: 2
[12240.171595]  power level 2sclk: 10 mclk: 112500 vddc: 1200 
vddci: 950 pcie gen: 2
[12240.171596]  status: c r 
[23213.357573] switching from power state:
[23213.357576]  ui class: performance
[23213.357579]  internal class: none
[23213.357581]  caps: 
[23213.357584]  uvdvclk: 0 dclk: 0
[23213.357587]  power level 0sclk: 3 mclk: 15000 vddc: 825 
vddci: 900 pcie gen: 2
[23213.357589]  power level 1sclk: 4 mclk: 112500 vddc: 950 
vddci: 950 pcie gen: 2
[23213.357592]  power level 2sclk: 10 mclk: 112500 vddc: 1200 
vddci: 950 pcie gen: 2
[23213.357592]  status: c r 
[23213.357595] switching to power state:
[23213.357596]  ui class: performance
[23213.357597]  internal class: none
[23213.357599]  caps: 
[23213.357601]  uvdvclk: 0 dclk: 0
[23213.357603]  power level 0sclk: 3 mclk: 15000 vddc: 825 
vddci: 900 pcie gen: 2
[23213.357605]  power level 1sclk: 4 mclk: 112500 vddc: 950 
vddci: 950 pcie gen: 2
[23213.357607]  power level 2sclk: 10 mclk: 112500 vddc: 1200 
vddci: 950 pcie gen: 2
[23213.357608]  status: c r 
[27593.098469] switching from power state:
[27593.098472]  ui class: performance
[27593.098474]  internal class: none
[27593.098476]  caps: 
[27593.098479]  uvdvclk: 0 dclk: 0
[27593.098482]  power level 0sclk: 3 mclk: 15000 vddc: 825 
vddci: 900 pcie gen: 2
[27593.098484]  power level 1sclk: 4 mclk: 112500 vddc: 950 
vddci: 950 pcie gen: 2
[27593.098486]  power level 2sclk: 10 mclk: 112500 vddc: 1200 
vddci: 950 pcie gen: 2
[27593.098487]  status: c r 
[27593.098490] switching to power state:
[27593.098491]  ui class: performance
[27593.098492]  internal class: none
[27593.098494]  

Bug#840117: DVB: Made crash sometimes.

2016-10-08 Thread Kyuma Ohta
Package: linux-image-4.7
Severity: important

Dear maintainer,
Since kernel linux-4.7, sometimes dvb module has crashed, need to reboot.

Below is kernel log.
Best regards,
Ohta.

Oct  8 04:12:10 hogefuga kernel: [128981.050249] BUG: unable to handle kernel 
NULL pointer dereference at (null)
Oct  8 04:12:10 hogefuga kernel: [128981.050301] IP: [] 
exit_creds+0x1b/0x50
Oct  8 04:12:10 hogefuga kernel: [128981.050335] PGD 417318067 PUD 4248a3067 
PMD 0 
Oct  8 04:12:10 hogefuga kernel: [128981.050364] Oops: 0002 [#1] SMP 
Oct  8 04:12:10 hogefuga kernel: [128981.050383] Modules linked in: nls_utf8(E) 
isofs(E) udf(E) pci_stub(E) vboxpci(OE) vboxnetadp(OE)
vboxnetflt(OE) vboxdrv (OE) snd_hrtimer(E) snd_seq(E) cpufreq_conservative(E)
cpufreq_stats(E) cpufreq_userspace(E) cpufreq_powersave(E) binfmt_misc(E) 
nls_ascii(E) nls_cp437(E) vf
at(E) fat(E) jfs(E) xfs(E) sr_mod(E) cdrom(E) mxm_wmi(E) ata_generic(E) uas(E) 
pl2303(E) joydev(E) usbserial(E) kvm_amd(E)
kvm(E) irqbypass(E) efi_pstore(E)  efivars(E) crct10dif_pclmul(E) 
crc32_pclmul(E) ghash_clmulni_intel(E)
amdkfd(E) radeon(E) k10temp(E) psmouse(E) serio_raw(E) mxl301rf(E) 
qm1d1c0042(E) fam15h
_power(E) tc90522(E) snd_hda_codec_realtek(E) snd_hda_codec_generic(E) 
snd_hda_codec_hdmi(E) earth_pt3(E) snd_hda_intel(E) firewire_ohci(E)
firewire_core(E)  crc_itu_t(E) sg(E) dvb_core(E) ttm(E) snd_hda_codec(E) 
pata_via(E) drm_kms_helper(E) fjes(E) sp5100_tco(E) drm(E) i2c_algo_bit(E)
snd_hda_core(E) wmi(E) floppy(E) pata_atiixp(E) button(E) i2c_piix4(E) 
acpi_cpufreq(E) tpm_tis(E)
tpm(E) cuse(E) fuse(E) w83627ehf(E) hwmon_vid(E) tg3(E) ptp(E)pps_core(E) 
libphy(E) snd_usb_audio(E) snd_usbmidi_lib(E) snd_hwdep(E) snd_rawmidi(E)
snd_seq_device(E) snd_dummy(E) snd_pcm(E) snd_timer(E) snd(E) soundcore(E) 
loop(E) parport_pc(E) ppdev(E) lp(E)
parport(E) efivarfs(E) ip_tables(E) x_tables(E) autofs4(E) overlay(E) aufs(OE) 
ext4(E) ecb(E) crc16(E) jbd2(E)
mbcache(E) raid10(E) raid456(E) libcrc32c(E) crc32c_generic(E) 
async_raid6_recov(E) async_memcpy(E) async_pq(E) async_xor(E) xor(E) async_tx(E)
raid6_pq(E) raid1(E) raid0(E) multipath(E) linear(E) md_mod(E) zsmalloc(E) 
deflate(E) lz4hc(E) lz4hc_compress(E) lz4(E) lz4_compress(E) evdev(E) 
hid_generic(E)
usbhid(E) hid(E) sd_mod(E) usb_storage(E) crc32c_intel(E) ohci_pci(E) 
aesni_intel(E) aes_x86_64(E) glue_helper(E) lrw(E) gf128mul(E) ablk_helper(E) 
cryptd(E) ahci(E)
libahci(E) xhci_pci(E) libata(E) ohci_hcd(E) ehci_pci(E) xhci_hcd(E) 
ehci_hcd(E) usbcore(E) scsi_mod(E) usb_common(E) shpchp(E)
Oct  8 04:12:10 hogefuga kernel: [128981.051446] CPU: 7 PID: 21681 Comm: 
fuse_b25 Tainted: G   OE   4.7.0-1-amd64 #1 Debian 4.7.5-1
Oct  8 04:12:10 hogefuga kernel: [128981.051491] Hardware name: To Be Filled By 
O.E.M. To Be Filled By O.E.M./990FX Extreme4, BIOS P2.70 06/05/2014
Oct  8 04:12:10 hogefuga kernel: [128981.051540] task: 8802c94c6140 ti: 
88015c12 task.ti: 88015c12
Oct  8 04:12:10 hogefuga kernel: [128981.051577] RIP: 0010:[] 
 [] exit_creds+0x1b/0x50
Oct  8 04:12:10 hogefuga kernel: [128981.051620] RSP: 0018:88015c123cd0  
EFLAGS: 00010246
Oct  8 04:12:10 hogefuga kernel: [128981.051647] RAX: 9da94da8 RBX: 
880418335080 RCX: 
Oct  8 04:12:10 hogefuga kernel: [128981.051682] RDX: 9da94dc0 RSI: 
880418335080 RDI: 
Oct  8 04:12:10 hogefuga kernel: [128981.051717] RBP: 880418335080 R08: 
8804158c7300 R09: 0040
Oct  8 04:12:10 hogefuga kernel: [128981.051753] R10: 8804158c7338 R11: 
8804295cb0c0 R12: fffc
Oct  8 04:12:10 hogefuga kernel: [128981.051788] R13: 88042289b328 R14: 
88042289b378 R15: 
Oct  8 04:12:10 hogefuga kernel: [128981.051824] FS: 7f25c5d4e700() 
GS:88043edc() knlGS:
Oct  8 04:12:10 hogefuga kernel: [128981.051864] CS:  0010 DS:  ES:  
CR0: 80050033
Oct  8 04:12:10 hogefuga kernel: [128981.051909] CR2:  CR3: 
00041b6ec000 CR4: 000406e0
Oct  8 04:12:10 hogefuga kernel: [128981.051944] Stack:
Oct  8 04:12:10 hogefuga kernel: [128981.051956]  880418335080 
9d0771d5  880418335080
Oct  8 04:12:10 hogefuga kernel: [128981.051999]  9d098d20 
88042289b350 c900025d4198 88042289b3f8
Oct  8 04:12:10 hogefuga kernel: [128981.052041]  c089b06c 
c900026ee130 c900026ee130 88042289b3f8
Oct  8 04:12:10 hogefuga kernel: [128981.052084] Call Trace:
Oct  8 04:12:10 hogefuga kernel: [128981.052102]  [] ? 
__put_task_struct+0x55/0x140
Oct  8 04:12:10 hogefuga kernel: [128981.052133]  [] ? 
kthread_stop+0xf0/0x100
Oct  8 04:12:10 hogefuga kernel: [128981.052170]  [] ? 
dmx_section_feed_stop_filtering+0x3c/0x90 [dvb_core]
Oct  8 04:12:10 hogefuga kernel: [128981.052213]  [] ? 
dvb_dmxdev_feed_stop+0x95/0xa0 [dvb_core]
Oct  8 04:12:10 hogefuga kernel: [128981.052253]  [] ? 
dvb_dmxdev_filter_stop+0x85/0xc0 [dvb_core]
Oct  8 

Bug#838894: g++-mingw-w64-i686: Please add dw2 toolchain to i686-w64-mingw32-foo and libs

2016-09-26 Thread Kyuma Ohta
Package: g++-mingw-w64-i686
Version: 6.1.1-12+19.1
Severity: wishlist

Dear Maintainer,

Some of libraries distributed on the net (i.e. Qt of official
repositry), only distributed as DW2 API, not SIJ API.
So, some issues happened on libraries built with cross toolcain,
sometime difficult to detect issues by wheather inside of libs
(homebrew) or outside of libs.

# Because this issue is SEGV at inside of Qt, but not happened 
# running with Wine, or not using MinGW32/MSYS's gdb with Windows.
# This only happened using Native Windows and MinGW/MSYS's gdb.

I *strongly* wish to add DW2 version of GNU toolchain and libc/libstdc++ 
to this package.

Best regards,
Ohta.

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

Kernel: Linux 4.7.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ja_JP.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages g++-mingw-w64-i686 depends on:
ii  gcc-mingw-w64-base  6.1.1-12+19.1
ii  gcc-mingw-w64-i686  6.1.1-12+19.1
ii  libc6   2.24-3
ii  libgmp102:6.1.1+dfsg-1
ii  libisl150.17.1-1
ii  libmpc3 1.0.3-1
ii  libmpfr43.1.4-2
ii  zlib1g  1:1.2.8.dfsg-2+b1

g++-mingw-w64-i686 recommends no packages.

Versions of packages g++-mingw-w64-i686 suggests:
ii  gcc-6-locales  6.2.0-4

-- no debconf information



Bug#837875: mate-panel: Gtk makes mate-panel to segfault when apt-get upgrade.

2016-09-14 Thread Kyuma Ohta
Package: mate-panel
Version: 1.14.2-1
Severity: important

Dear Maintainer,

When updating my BOX via "aptitude upgrade", setting up
any packages, makes crash mate-panel and segfault.
Sometimes re-starts panel, or not.
It seems to have happened at "Setting up gtk-update-icon-cache (3.21.6-1)"
of dpkg.
Perhaps always happen this issue at this setting.
I dumped core produced by this issue, crashed within libgtk3; see last of this 
report.

Regards,
 Ohta.

** Core dump of crashed mate-panel:
$ gdb mate-panel core
GNU gdb (Debian 7.11.1-2) 7.11.1
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
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 "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from mate-panel...Reading symbols from 
/usr/lib/debug/.build-id/df/4794731ae1993e299c3d2ae4f56a07bfc477c1.debug...done.
done.
[New LWP 18909]
[New LWP 18910]
[New LWP 18912]
[New LWP 18911]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `mate-panel'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x7f7d028c90c0 in gtk_image_set_from_icon_set () from 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0
[Current thread is 1 (Thread 0x7f7d041eaa40 (LWP 18909))]
(gdb) where
#0  0x7f7d028c90c0 in gtk_image_set_from_icon_set () at 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#1  0x563e4d580220 in  ()
#2  0x7f7d00951c7a in g_object_unref (_object=0x1) at 
././gobject/gobject.c:3185
#3  0x7f7d0290f22d in  () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#4  0x7f7d02818bd0 in  () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#8  0x7f7d00967faf in  
(instance=, signal_id=, detail=)
at ././gobject/gsignal.c:3447
#5  0x7f7d0094cecf in g_closure_invoke (closure=0x1, 
closure@entry=0x563e4cd79660, return_value=0x7f7d02a58810, 
return_value@entry=0x0, n_param_values=1, 
param_values=param_values@entry=0x7ffd6e5b20f0, 
invocation_hint=invocation_hint@entry=0x7ffd6e5b2070)
at ././gobject/gclosure.c:804
#6  0x7f7d0095f296 in signal_emit_unlocked_R 
(node=node@entry=0x563e4cd79690, detail=detail@entry=0, 
instance=instance@entry=0x563e4d139400, 
emission_return=emission_return@entry=0x0, 
instance_and_params=instance_and_params@entry=0x7ffd6e5b20f0) at 
././gobject/gsignal.c:3751
#7  0x7f7d00967bcc in g_signal_emit_valist (instance=, 
signal_id=, detail=, 
var_args=var_args@entry=0x7ffd6e5b22a0) at ././gobject/gsignal.c:3391
#9  0x7f7d02a64308 in  () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#10 0x7f7d0290b585 in  () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#11 0x7f7d0065e119 in g_hash_table_lookup (hash_return=, 
key=0x563e4d462270, hash_table=0x563e4002) at ././glib/ghash.c:375
#12 0x7f7d0065e119 in g_hash_table_lookup (hash_table=0x563e4002, 
key=0x563e4d462270) at ././glib/ghash.c:1147
#15 0x7f7d00967faf in  
(instance=, signal_id=, detail=)
at ././gobject/gsignal.c:3447
#13 0x7f7d0095f296 in signal_emit_unlocked_R 
(node=node@entry=0x563e4cd79690, detail=detail@entry=0, 
instance=instance@entry=0x563e4d462270, 
emission_return=emission_return@entry=0x0, 
instance_and_params=instance_and_params@entry=0x7ffd6e5b2580) at 
././gobject/gsignal.c:3751
#14 0x7f7d00967bcc in g_signal_emit_valist (instance=, 
signal_id=, detail=, 
var_args=var_args@entry=0x7ffd6e5b2730) at ././gobject/gsignal.c:3391
#16 0x7f7d02a64308 in  () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#17 0x563e4c1c64d8 in handle_matemenu_tree_changed (tree=, 
menu=0x563e4e44e340) at menu.c:1271
#18 0x7f7d03433e30 in handle_entries_changed (tree=0x563e4d136f50) at 
matemenu-tree.c:955
#19 0x7f7d03433e30 in handle_entries_changed (layout=, 
tree=0x563e4d136f50) at matemenu-tree.c:4464
#20 0x7f7d034388b0 in handle_entry_directory_changed (dir=, 
node=) at menu-layout.c:153
#21 0x7f7d03432819 in handle_cached_dir_changed (dir=0x563e4d3463e0, 
dir=0x563e4d3463e0) at entry-directories.c:346
#22 0x7f7d03432819 in handle_cached_dir_changed (monitor=, 
event=, path=0x563e4e47b440 
"/usr/share/applications/libreoffice-startcenter.desktop", dir=) 
at entry-directories.c:425
#23 0x7f7d0343b1ff in emit_events_in_idle (path=0x563e4e47b440 
"/usr/share/applications/libreoffice-startcenter.desktop", 
event=MENU_MONITOR_EVENT_CREATED, monitor=---Type  to continue, or q 
 to quit---
0x563e4d34ebd0) at 

Bug#836266: dirmngr: Please disable "use-tor" by default.

2016-09-01 Thread Kyuma Ohta
Package: dirmngr
Version: 2.1.15-2
Severity: important

Dear Maintainer,
Running gnupg2 with dirmngr, sometimes failed to connect to keyserver.
I checked configuration files, automatically add "use-tor" to
~/.gnupg/dirmngr.conf .
So, I stopped dirmngr via gpgconf, and delete this line of dirmngr.conf,
and running gnupg2 to access to keyserver, this succeeded.

But, after about 15min, re-run gnupg2 to access to keyserver, faied.
I checked dirmngr.conf again, added "use-tor" again (;´Д`)

At some ISPs, tor connection has rejected by default, maybe gnupg2
fails to connect to keyserver by default.

Best regards.
Ohta.

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

Kernel: Linux 4.7.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ja_JP.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages dirmngr depends on:
ii  adduser3.115
ii  libassuan0 2.4.3-1
ii  libc6  2.24-1
ii  libgcrypt201.7.3-1
ii  libgnutls303.5.3-3
ii  libgpg-error0  1.24-1
ii  libksba8   1.3.4-4
ii  libldap-2.4-2  2.4.42+dfsg-2+b2
ii  libnpth0   1.2-3
ii  lsb-base   9.20160629

Versions of packages dirmngr recommends:
ii  gnupg  2.1.15-2

Versions of packages dirmngr suggests:
ii  tor  0.2.8.7-1

-- no debconf information



Bug#832164: vulkaninfo: failed with VK_ERROR_INITIALIZATION_FAILED

2016-07-23 Thread Kyuma Ohta
Package: vulkan-utils
Version: 1.0.8.0+dfsg1-1
Severity: normal

Dear Maintainer,
 I'm using Radeon HD7770 as GPU and AMD FX 8320 with 64bit as machine.
 I installed packages related vulkan.
 And runnning vulkaninfo, last of line said 
 "/build/vulkan-wq4K5x/vulkan-1.0.8.0+dfsg1/demos/vulkaninfo.c:1156: failed 
with VK_ERROR_INITIALIZATION_FAILED"
 and not working next step without any error messages.
 Full of vulkaninfo is below.
 Best regards,
 Ohta.

---
===
VULKAN INFO
===

Vulkan API Version: 1.0.8

INFO: [loader] Code 0 : Found manifest file 
/usr/share/vulkan/explicit_layer.d/VkLayer_threading.json, version "1.0.0"
INFO: [loader] Code 0 : Found manifest file 
/usr/share/vulkan/explicit_layer.d/VkLayer_image.json, version "1.0.0"
INFO: [loader] Code 0 : Found manifest file 
/usr/share/vulkan/explicit_layer.d/VkLayer_unique_objects.json, version "1.0.0"
INFO: [loader] Code 0 : Found manifest file 
/usr/share/vulkan/explicit_layer.d/VkLayer_device_limits.json, version "1.0.0"
INFO: [loader] Code 0 : Found manifest file 
/usr/share/vulkan/explicit_layer.d/VkLayer_core_validation.json, version "1.0.0"
INFO: [loader] Code 0 : Found manifest file 
/usr/share/vulkan/explicit_layer.d/VkLayer_object_tracker.json, version "1.0.0"
INFO: [loader] Code 0 : Found manifest file 
/usr/share/vulkan/explicit_layer.d/VkLayer_parameter_validation.json, version 
"1.0.0"
INFO: [loader] Code 0 : Found manifest file 
/usr/share/vulkan/explicit_layer.d/VkLayer_swapchain.json, version "1.0.0"
INFO: [loader] Code 0 : Found manifest file 
/usr/share/vulkan/icd.d/intel_icd.json, version "1.0.0"
Instance Extensions and layers:
===
Instance Extensions count = 3
VK_KHR_surface  : extension revision 25
VK_KHR_xcb_surface  : extension revision  5
VK_EXT_debug_report : extension revision  2

Instance Layers count = 9
VK_LAYER_GOOGLE_threading (Google Validation Layer) Vulkan version 
1.0.8, layer version 1
VK_LAYER_GOOGLE_threading Extensionscount = 1
VK_EXT_debug_report : extension revision  2

VK_LAYER_LUNARG_image (LunarG Validation Layer) Vulkan version 1.0.8, 
layer version 1
VK_LAYER_LUNARG_image Extensionscount = 1
VK_EXT_debug_report : extension revision  2

VK_LAYER_GOOGLE_unique_objects (Google Validation Layer) Vulkan version 
1.0.8, layer version 1
VK_LAYER_GOOGLE_unique_objects Extensions   count = 0

VK_LAYER_LUNARG_device_limits (LunarG Validation Layer) Vulkan version 
1.0.8, layer version 1
VK_LAYER_LUNARG_device_limits Extensionscount = 1
VK_EXT_debug_report : extension revision  2

VK_LAYER_LUNARG_core_validation (LunarG Validation Layer) Vulkan 
version 1.0.8, layer version 1
VK_LAYER_LUNARG_core_validation Extensions  count = 1
VK_EXT_debug_report : extension revision  2

VK_LAYER_LUNARG_object_tracker (LunarG Validation Layer) Vulkan version 
1.0.8, layer version 1
VK_LAYER_LUNARG_object_tracker Extensions   count = 1
VK_EXT_debug_report : extension revision  2

VK_LAYER_LUNARG_parameter_validation (LunarG Validation Layer) Vulkan 
version 1.0.8, layer version 1
VK_LAYER_LUNARG_parameter_validation Extensions count = 1
VK_EXT_debug_report : extension revision  2

VK_LAYER_LUNARG_swapchain (LunarG Validation Layer) Vulkan version 
1.0.8, layer version 1
VK_LAYER_LUNARG_swapchain Extensionscount = 1
VK_EXT_debug_report : extension revision  2

VK_LAYER_LUNARG_standard_validation (LunarG Standard Validation Layer) 
Vulkan version 1.0.0, layer version 1
VK_LAYER_LUNARG_standard_validation Extensions  count = 0

/build/vulkan-wq4K5x/vulkan-1.0.8.0+dfsg1/demos/vulkaninfo.c:1156: failed with 
VK_ERROR_INITIALIZATION_FAILED


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

Kernel: Linux 4.6.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ja_JP.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages vulkan-utils depends on:
ii  libc6   2.23-2
ii  libvulkan1  1.0.8.0+dfsg1-1
ii  libxcb1 1.11.1-1

vulkan-utils recommends no packages.

vulkan-utils suggests no packages.

-- no debconf information

Additional information:
I also installed below:
ii  xserver-xorg-video-radeon1:7.7.0-1 amd64
ii  xserver-xorg-video-radeon-dbg1:7.7.0-1 amd64
ii  libdrm-amdgpu1:amd64 

Bug#817111: pcsx2:i386: Not working with MESA, working with FGLRX.

2016-03-07 Thread Kyuma Ohta
Package: pcsx2
Version: 1.4.0+dfsg-1
Severity: important

Dear Maintainer,

 With FGLRX, PCSX2 has working seems to be well.
 But, with MESA OpenGL, PCSX has not working.

 This seems to be related GSdx's problem.
 When starting VM , GSdx said to log:
 >glX-Version 1.4 with Direct Rendering
 >Failed to find glGetDebugMessageLogARB
 
 This function may be implemented after OpenGL 3.x, but not detected.
 I'm using Radeon HD 7770, ready to use OpenGL 4.1 with MESA's OpenGL.
 
Regards,
 Ohta.

P.S:
 Now, FGLRX was not working with Xorg 1.18, I must 
use MESA as OpenGL.

I attach full of logs:
PCSX2 1.4.0-0
Savestate version: 0x9a0b

Host Machine Init:
Operating System =  Linux 4.4.4-custom-amd64 x86_64
Physical RAM =  16006 MB
CPU name =  AMD FX(tm)-8320 Eight-Core Processor
Vendor/Model =  AuthenticAMD (stepping 00)
CPU speed=  3.487 ghz (8 logical threads)
x86PType =  Standard OEM
x86Flags =  178bfbff 3e98320b
x86EFlags=  2fd3fbff

x86 Features Detected:
SSE2.. SSE3.. SSSE3.. SSE4.1.. SSE4.2.. AVX.. FMA
MMX2  .. SSE4a 

Installing POSIX SIGSEGV handler...
Reserving memory for recompilers...
(GameDB) 9693 games on record (loaded in 300ms)

Loading plugins...
Binding   GS: /usr/lib/i386-linux-gnu/pcsx2/libGSdx-1.0.0.so 
Binding  PAD: /usr/lib/i386-linux-gnu/pcsx2/libonepad-1.1.0.so 
Binding SPU2: /usr/lib/i386-linux-gnu/pcsx2/libspu2x-2.0.0.so 
Binding CDVD: /usr/lib/i386-linux-gnu/pcsx2/libCDVDnull.so 
Binding  USB: /usr/lib/i386-linux-gnu/pcsx2/libUSBnull-0.7.0.so 
Binding   FW: /usr/lib/i386-linux-gnu/pcsx2/libFWnull-0.7.0.so 
Binding DEV9: /usr/lib/i386-linux-gnu/pcsx2/libdev9null-0.5.0.so 
Plugins loaded successfully.

HLE Notice: ELF does not have a path.


Initializing plugins...
Init GS
Init PAD
Init SPU2
Init CDVD
Init USB
Init FW
Init DEV9
Plugins initialized successfully.

Opening plugins...
Opening GS
Current Renderer: OpenGL (Hardware mode)
glX-Version 1.4 with Direct Rendering
Failed to find glGetDebugMessageLogARB
Closing plugins...
Closing GS
Plugins closed successfully.
Shutting down plugins...
Plugins shutdown successfully.
(p) GS plugin failed to open!(thread:MTGS)(thread:EE Core)
User-canceled plugin configuration after plugin initialization failure.  
Plugins unloaded.

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.4.4-custom-amd64 (SMP w/8 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ja_JP.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages pcsx2:i386 depends on:
ii  libaio1   0.3.110-2
ii  libasound21.1.0-1
ii  libc6 2.22-1
ii  libgcc1   1:5.3.1-11
ii  libgdk-pixbuf2.0-02.32.3-1.2
ii  libgl1-mesa-glx [libgl1]  11.1.2-1
ii  libglib2.0-0  2.47.3-3
ii  libgtk2.0-0   2.24.30-1
ii  liblzma5  5.1.1alpha+20120614-2.1
ii  libpng12-01.2.54-4
ii  libportaudio2 19+svn20140130-1
ii  libsdl2-2.0-0 2.0.4+dfsg1-2
ii  libsoundtouch11.9.2-2
ii  libstdc++65.3.1-11
ii  libwxbase3.0-0v5  3.0.2+dfsg-1.3
ii  libwxgtk3.0-0v5   3.0.2+dfsg-1.3
ii  libx11-6  2:1.6.3-1
ii  zlib1g1:1.2.8.dfsg-2+b1
ii  libosmesa611.1.2-1

Versions of packages pcsx2:i386 recommends:
ii  libasound2-plugins  1:1.1.0-dmo2
ii  libc6-i686  2.22-1

pcsx2:i386 suggests no packages.

-- no debconf information



Bug#816015: libsndio6.0: libsndio has not support multiarch.

2016-02-26 Thread Kyuma Ohta
Package: libsndio6.0
Version: 1.0.1-2
Severity: important

Dear Maintainer,

  libsndio6 has not support multi-arch.
  And, libSDL2 depends this.
  So, for example, AMD64 is master architecture and
  i386 is sub architecture, i386 of this and libSDL2
  has not installable.
  Some software (i.e.PCSX2) supports only i386, I
  can't build that by libsndio6 not supporting multi-arch.
  
  Please fix ASAP.
  Ohta.

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.4.2-custom-amd64 (SMP w/8 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ja_JP.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libsndio6.0 depends on:
ii  libasound2  1.1.0-1
ii  libbsd0 0.8.2-1
ii  libc6   2.21-9

libsndio6.0 recommends no packages.

Versions of packages libsndio6.0 suggests:
pn  sndiod  

-- no debconf information



Bug#811056: claws-mail: Not display mail encoded with ISO-2022-JP.

2016-01-15 Thread Kyuma Ohta
Package: claws-mail
Version: 3.13.1-1
Severity: normal

Dear Maintainer,
 When updating to 3.13.1-1, mail encoded by ISO-2022-JP was not
readable.
 Message dialog is white out, body with none article.
 Mails encoded with UTF-8 was displayed normally.
 When downgrading to 3.11.1-1, this issue has not happend.
 Regards,
  Ohta.
  
-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.3.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ja_JP.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-- no debconf information



Bug#797748: 4.2.0-trunk:"AMD-Vi: Event logged Error".

2015-09-02 Thread Kyuma Ohta
Package: src:linux
Version: 4.2-1~exp1
Severity: important

Dear Maintainer,

 Booting with linux-image-4.2.0-trunk-amd64, logged too many message 
beginning "AMD-Vi: Event logged Error" , occupied console and filled to 
/var/log.

 I'm using AMD FX-8320 with ASROCK 990FX Extreme4 mainboard.
 I did workaround of this : edit /etc/default/grub and set
"iommu=soft" to GRUB_CMDLINE variable.
 Please fix this issue, do not print this message with these board environment.
 
Regards,
Ohta.

-- Package-specific info:
** Version:
Linux version 4.2.0-trunk-amd64 (debian-ker...@lists.debian.org) (gcc version 
4.9.3 (Debian 4.9.3-4) ) #1 SMP Debian 4.2-1~exp1 (2015-08-31)

** Command line:
BOOT_IMAGE=/vmlinuz-4.2.0-trunk-amd64 
root=UUID=040b41b0-26fe-4064-af0a-3619f3112096 ro quiet systemd.debug-shell 
iommu=soft

** Tainted: O (4096)
 * Out-of-tree module has been loaded.

** Model information
sys_vendor: To Be Filled By O.E.M.
product_name: To Be Filled By O.E.M.
product_version: To Be Filled By O.E.M.
chassis_vendor: To Be Filled By O.E.M.
chassis_version: To Be Filled By O.E.M.
bios_vendor: American Megatrends Inc.
bios_version: P2.70
board_vendor: ASRock
board_name: 990FX Extreme4
board_version: 

** Loaded modules:
bnep
nfnetlink_queue
nfnetlink_log
nfnetlink
bluetooth
rfkill
pci_stub
vboxpci(O)
vboxnetadp(O)
vboxnetflt(O)
vboxdrv(O)
binfmt_misc
snd_hrtimer
snd_seq
cpufreq_conservative
cpufreq_stats
cpufreq_userspace
cpufreq_powersave
pl2303
usbserial
joydev
xfs
libcrc32c
hid_pl
ff_memless
hid_generic
usbhid
hid
uas
usb_storage
jfs
nls_utf8
nls_cp437
vfat
fat
kvm_amd
kvm
crct10dif_pclmul
crc32_pclmul
crc32c_intel
radeon
ghash_clmulni_intel
sha256_ssse3
sha256_generic
tg3
hmac
drbg
ansi_cprng
aesni_intel
evdev
aes_x86_64
mxm_wmi
lrw
gf128mul
ptp
glue_helper
ttm
pps_core
ablk_helper
snd_hda_codec_realtek
drm_kms_helper
mxl301rf
efi_pstore
drm
qm1d1c0042
snd_hda_codec_hdmi
snd_hda_codec_generic
tc90522
ohci_pci
earth_pt3
dvb_core
psmouse
cryptd
serio_raw
ata_generic
sg
pata_marvell
libphy
efivars
i2c_algo_bit
sp5100_tco
fam15h_power
k10temp
xhci_pci
snd_hda_intel
ehci_pci
snd_hda_codec
edac_mce_amd
snd_hda_core
ohci_hcd
xhci_hcd
edac_core
ehci_hcd
i2c_piix4
shpchp
acpi_cpufreq
processor
button
floppy
thermal_sys
8250_fintek
wmi
cuse
fuse
w83627ehf
hwmon_vid
snd_usb_audio
snd_usbmidi_lib
snd_hwdep
snd_rawmidi
snd_seq_device
usbcore
usb_common
snd_dummy
snd_pcm
snd_timer
snd
soundcore
loop
parport_pc
ppdev
lp
parport
efivarfs
autofs4
overlay
ext4
crc16
mbcache
jbd2
md_mod
sr_mod
cdrom
sd_mod
ahci
libahci
libata
scsi_mod

** PCI devices:
00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD/ATI] RD890 PCI to 
PCI bridge (external gfx0 port B) [1002:5a14] (rev 02)
Subsystem: ASRock Incorporation Device [1849:5a14]
Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 

00:00.2 IOMMU [0806]: Advanced Micro Devices, Inc. [AMD/ATI] RD990 I/O Memory 
Management Unit (IOMMU) [1002:5a23]
Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] RD990 I/O Memory 
Management Unit (IOMMU) [1002:5a23]
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 

00:02.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] RD890 PCI to 
PCI bridge (PCI express gpp port B) [1002:5a16] (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: 
Kernel driver in use: pcieport

00:04.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] RD890 PCI to 
PCI bridge (PCI express gpp port D) [1002:5a18] (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: 
Kernel driver in use: pcieport

00:05.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] RD890 PCI to 
PCI bridge (PCI express gpp port E) [1002:5a19] (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: 
Kernel driver in use: pcieport

00:06.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] RD890 PCI to 
PCI bridge (PCI express gpp port F) 

Bug#797752: linux-image-4.2.0-trunk-amd64: [DRM] Please add amdkfd and amdgpu modules.

2015-09-02 Thread Kyuma Ohta
Package: src:linux
Version: 4.2-1~exp1
Severity: wishlist

Dear Maintainer,

>From Linux 4.1, added amdkfd DRM driver to share GPU resources of
amd's GPU and APU via any processes / drivers.
It aims to be useful parallel running both OpenCL and/or
OpenGL (and Vulcan).
 
And from Linux 4.2, added amdgpu DRM driver for recent GPUs/APUs
not supported by radeon DRM driver.
 
So, please add those drivers to linux-image-foo package.
 
Regards,
 Ohta.


-- Package-specific info:
** Version:
Linux version 4.2.0-trunk-amd64 (debian-ker...@lists.debian.org) (gcc version 
4.9.3 (Debian 4.9.3-4) ) #1 SMP Debian 4.2-1~exp1 (2015-08-31)

** Command line:
BOOT_IMAGE=/vmlinuz-4.2.0-trunk-amd64 
root=UUID=040b41b0-26fe-4064-af0a-3619f3112096 ro quiet systemd.debug-shell 
iommu=soft

** Tainted: O (4096)
 * Out-of-tree module has been loaded.

** Kernel log:
[   17.828729] hid-generic 0003:0566:3107.0002: input,hidraw2: USB HID v1.10 
Device [HID 0566:3107] on usb-:00:12.0-2/input1
[   17.829155] input: 5 button optical mouse with scroll wheel 5 button optical 
mouse with scroll wheel as 
/devices/pci:00/:00:16.0/usb13/13-2/13-2:1.0/0003:0553:0A02.0003/input/input20
[   17.829421] hid-generic 0003:0553:0A02.0003: input,hidraw3: USB HID v1.10 
Mouse [5 button optical mouse with scroll wheel 5 button optical mouse with 
scroll wheel] on usb-:00:16.0-2/input0
[   17.868459] XFS (sda5): Mounting V4 Filesystem
[   17.877161] EXT4-fs (sda10): mounted filesystem with ordered data mode. 
Opts: (null)
[   18.007010] EXT4-fs (sdc7): mounted filesystem with ordered data mode. Opts: 
(null)
[   18.328910] scsi 10:0:0:0: Direct-Access BUFFALO  External HDD  
PQ: 0 ANSI: 3
[   18.329389] sd 10:0:0:0: Attached scsi generic sg7 type 0
[   18.484194] EXT4-fs (sda2): mounting ext3 file system using the ext4 
subsystem
[   18.536717] EXT4-fs (sda11): mounted filesystem with ordered data mode. 
Opts: (null)
[   18.588832] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: 
(null)
[   18.640683] FAT-fs (sda1): "fat=16" option is obsolete, not supported now
[   18.640690] FAT-fs (sda1): utf8 is not a recommended IO charset for FAT 
filesystems, filesystem will be case sensitive!
[   18.690463] XFS (sda5): Ending clean mount
[   18.713486] usbcore: registered new interface driver usbserial
[   18.713529] usbcore: registered new interface driver usbserial_generic
[   18.713553] usbserial: USB Serial support registered for generic
[   18.739982] systemd-journald[341]: Received request to flush runtime journal 
from PID 1
[   18.827381] usbcore: registered new interface driver pl2303
[   18.827418] usbserial: USB Serial support registered for pl2303
[   18.827487] pl2303 13-4:1.0: pl2303 converter detected
[   18.848076] usb 13-4: pl2303 converter now attached to ttyUSB0
[   19.039439] scsi 8:0:0:0: Direct-Access WDC WD30 EZRX-00DC0B0 80.0 
PQ: 0 ANSI: 0
[   19.040267] sd 8:0:0:0: [sdh] Very big device. Trying to use READ 
CAPACITY(16).
[   19.040313] sd 8:0:0:0: Attached scsi generic sg8 type 0
[   19.040627] sd 8:0:0:0: [sdh] 5860533168 512-byte logical blocks: (3.00 
TB/2.72 TiB)
[   19.041120] sd 8:0:0:0: [sdh] Write Protect is off
[   19.041125] sd 8:0:0:0: [sdh] Mode Sense: 03 00 00 00
[   19.041635] sd 8:0:0:0: [sdh] No Caching mode page found
[   19.041683] sd 8:0:0:0: [sdh] Assuming drive cache: write through
[   19.042163] sd 8:0:0:0: [sdh] Very big device. Trying to use READ 
CAPACITY(16).
[   19.116992]  sdh: sdh1 sdh2
[   19.117597] sd 8:0:0:0: [sdh] Very big device. Trying to use READ 
CAPACITY(16).
[   19.118812] sd 8:0:0:0: [sdh] Attached SCSI disk
[   19.385679] scsi 9:0:0:0: Direct-Access WDC WD20 EARX-00PASB0 51.0 
PQ: 0 ANSI: 0
[   19.385947] scsi 9:0:0:1: Direct-Access WDC WD15 EARS-00MVWB0 50.0 
PQ: 0 ANSI: 0
[   19.386216] sd 9:0:0:0: Attached scsi generic sg9 type 0
[   19.386438] sd 9:0:0:0: [sdi] 3907029168 512-byte logical blocks: (2.00 
TB/1.81 TiB)
[   19.386504] sd 9:0:0:1: Attached scsi generic sg10 type 0
[   19.386866] sd 9:0:0:0: [sdi] Write Protect is off
[   19.386873] sd 9:0:0:0: [sdi] Mode Sense: 03 00 00 00
[   19.387008] sd 9:0:0:1: [sdj] 2930277168 512-byte logical blocks: (1.50 
TB/1.36 TiB)
[   19.387626] sd 9:0:0:0: [sdi] No Caching mode page found
[   19.390045] sd 9:0:0:0: [sdi] Assuming drive cache: write through
[   19.395364] sd 9:0:0:1: [sdj] Write Protect is off
[   19.395372] sd 9:0:0:1: [sdj] Mode Sense: 03 00 00 00
[   19.399615] sd 9:0:0:1: [sdj] No Caching mode page found
[   19.400721] sd 9:0:0:1: [sdj] Assuming drive cache: write through
[   19.535029]  sdi: sdi1 sdi2 sdi3 sdi4 sdi5 sdi6 sdi7
[   19.535201]  sdj: sdj1 sdj3
[   19.537491] EXT4-fs (sdh1): mounted filesystem with ordered data mode. Opts: 
(null)
[   19.537768] sd 9:0:0:1: [sdj] Attached SCSI disk
[   19.539041] sd 9:0:0:0: [sdi] Attached SCSI disk
[   19.652989] EXT4-fs (sdh2): mounted filesystem with ordered data mode. Opts: 
(null)
[   19.763816] sd 10:0:0:0: 

Bug#797754: libgnuradio-uhd3.7.8: Duplicate entry on debian/control, failed to install.

2015-09-02 Thread Kyuma Ohta
Package: libgnuradio-uhd3.7.8
Version: 3.7.8-2
Severity: important
File: libgnuradio-uhd3.7.8


Dear Maintainer,
 Package, libgnuradio-uhd3.7.8 depends both libuhd003 and libuhd003v5.
 It was happend written dependency entry for "libuhd003 (>= 3.6.2)" at
debian/control.
 So, to install this package, needs both libuhd003 and libuhd003v5.
 Please fix this, and re-upload.
 
Regards,
 Ohta.

-- System Information:
Debian Release: stretch/sid
  APT prefers oldoldstable-updates
  APT policy: (500, 'oldoldstable-updates'), (500, 'oldoldstable'), (500, 
'unstable'), (500, 'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ja_JP.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libgnuradio-uhd3.7.8:amd64 depends on:
ii  libboost-date-time1.58.01.58.0+dfsg-3
ii  libboost-filesystem1.58.0   1.58.0+dfsg-3
ii  libboost-program-options1.58.0  1.58.0+dfsg-3
ii  libboost-system1.58.0   1.58.0+dfsg-3
ii  libboost-thread1.58.0   1.58.0+dfsg-3
ii  libc6   2.19-19
ii  libgcc1 1:5.2.1-15
ii  libgnuradio-pmt3.7.83.7.8-2
ii  libgnuradio-runtime3.7.83.7.8-2
ii  liblog4cpp5v5   1.0-4.1
ii  libstdc++6  5.2.1-15
pn  libuhd003   
ii  libuhd003v5 3.8.5-3
ii  libvolk1.0  1.0.2-2
ii  multiarch-support   2.19-19

libgnuradio-uhd3.7.8:amd64 recommends no packages.

libgnuradio-uhd3.7.8:amd64 suggests no packages.



Bug#790766: libpng16-dev: Please provide libpng-dev .

2015-07-01 Thread Kyuma Ohta
Package: libpng16-dev
Version: 1.6.16-1
Severity: important

Dear Maintainer,

 With libpng12-dev, provides libpng-dev.
 A lot of packages, for example libgtk-3-dev are depended by libpng-dev.
 When try to install libpng16-[dev|devtools], 
 a lot of packages must delete cause of package dependency.
 Please fix it.
 
 Regards,
 
 Ohta.
-- System Information:
Debian Release: stretch/sid
  APT prefers oldoldstable-updates
  APT policy: (500, 'oldoldstable-updates'), (500, 'oldoldstable'), (500, 
'unstable'), (500, 'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.1.0-amd64 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ja_JP.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)


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



Bug#761951: systemd: Did not start network in default

2014-09-17 Thread Kyuma Ohta
Package: systemd
Version: 215-4
Severity: normal

Dear Maintainer,

 When update to version 215 from version 208, not starting network at default.
 Networks are defined by /etc/network/interfaces, not NetworkManagedr.
 Workaround is re-defining network(s) to /etc/systemd/network/foo , and
enable systemd-network.service by hand. 

Regards,
 K.Ohta.

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- Package-specific info:

-- System Information:
Debian Release: jessie/sid
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'unstable'), (500, 'stable'), 
(500, 'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages systemd depends on:
ii  acl 2.2.52-2
ii  adduser 3.113+nmu3
ii  initscripts 2.88dsf-53.4
ii  libacl1 2.2.52-2
ii  libaudit1   1:2.4-1
ii  libblkid1   2.20.1-5.8
ii  libc6   2.19-11
ii  libcap2 1:2.24-4
ii  libcap2-bin 1:2.24-4
ii  libcryptsetup4  2:1.6.6-1
ii  libgcrypt11 1.5.4-3
ii  libkmod218-1
ii  liblzma55.1.1alpha+20120614-2
ii  libpam0g1.1.8-3.1
ii  libselinux1 2.3-2
ii  libsystemd0 215-4
ii  sysv-rc 2.88dsf-53.4
ii  udev215-4
ii  util-linux  2.20.1-5.8

Versions of packages systemd recommends:
ii  dbus1.8.6-2
ii  libpam-systemd  215-4

Versions of packages systemd suggests:
ii  systemd-ui  3-2

-- Configuration Files:
/etc/systemd/logind.conf changed [not included]
/etc/systemd/system.conf changed [not included]

-- 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



Bug#761949: systemd: Failed to start multi-user.target when fault to start splash

2014-09-17 Thread Kyuma Ohta
Package: systemd
Version: 215-4
Severity: important

Dear Maintainer,

When fault to start plymouth (or another boot-splash command?), 
multi-user.target is not started.
So, TTY1~6 are not usable, only usable of X Display manager.

This incident happenes to use fglrx drm driver and plymouth,
this combination made to crash plymouth.

Workaround of this issue is setting nosplash or deleteing splash to 
GRUB_CMDLINE_LINUX_DEFAULT variable in /etc/default/grub ,
and update-grub to update grub.cfg.

But, this is abnormal workaround, please fix.

Regards,
 K.Ohta.

-- Package-specific info:

-- System Information:
Debian Release: jessie/sid
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'unstable'), (500, 'stable'), 
(500, 'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages systemd depends on:
ii  acl 2.2.52-2
ii  adduser 3.113+nmu3
ii  initscripts 2.88dsf-53.4
ii  libacl1 2.2.52-2
ii  libaudit1   1:2.4-1
ii  libblkid1   2.20.1-5.8
ii  libc6   2.19-11
ii  libcap2 1:2.24-4
ii  libcap2-bin 1:2.24-4
ii  libcryptsetup4  2:1.6.6-1
ii  libgcrypt11 1.5.4-3
ii  libkmod218-1
ii  liblzma55.1.1alpha+20120614-2
ii  libpam0g1.1.8-3.1
ii  libselinux1 2.3-2
ii  libsystemd0 215-4
ii  sysv-rc 2.88dsf-53.4
ii  udev215-4
ii  util-linux  2.20.1-5.8
ii  plymouth0.9.0-7

Versions of packages systemd recommends:
ii  dbus1.8.6-2
ii  libpam-systemd  215-4

Versions of packages systemd suggests:
ii  systemd-ui  3-2

-- Configuration Files:
/etc/systemd/logind.conf changed:
[Login]
NAutoVTs=6
ReserveVT=6

/etc/systemd/system.conf changed:
[Manager]
LogLevel=info
LogTarget=journal-or-kmsg
CrashShell=yes
ShowStatus=yes
CrashChVT=1


-- 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



Bug#746339: caja: Caja crashed, but spawn infinity, unable to launch others.

2014-04-29 Thread Kyuma Ohta
Package: caja
Version: 1.8.0-1
Severity: normal

Dear Maintainer,
I installed mate desktop environment.
When started from lightdm or kdm, caja makes fault with
below message from X.
--- quote ---
whatisthis@melchior:~$ caja
The program 'caja' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadDrawable (invalid Pixmap or Window parameter)'.
  (Details: serial 7 error_code 9 request_code 53 minor_code 0)
(Note to programmers: normally, X errors are reported
asynchronously;
   that is, you will receive the error a while after causing it.
  To debug your program, run it with the --sync command line
 option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the
gdk_x_error() function.)
--- end quote ---

But caja tried to re-spawn infinity (from mate-session?).

So, too many number of X clients are started and fauled grater 
than X accepts, X refused another applications based on X.

Refer to below web page, workaround of this issue is:
Start caja with --sync option, issue is not occured, caja starts 
normally(maybe).
http://www.linuxquestions.org/questions/slackware-14/call-for-testing-mate-slackbuilds-4175455139/page3.html

I edited Exec section of ~/.config/session-state/caja-(foo).desktop,
adding --sync option, finally mate desktop environment starts :(

Pls.fix this issue, or change schema of caja.desktop.
Regards,
Ohta.


-- System Information:
Debian Release: jessie/sid
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'unstable'), (500, 'stable'), 
(500, 'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages caja depends on:
ii  caja-common   1.8.0-1
ii  desktop-file-utils0.22-1
ii  gvfs  1.20.1-1+b1
ii  libatk1.0-0   2.12.0-1
ii  libc6 2.18-5
ii  libcairo2 1.12.16-2
ii  libcaja-extension11.8.0-1
ii  libdconf1 0.20.0-2
ii  libexempi32.2.1-1
ii  libexif12 0.6.21-1
ii  libfontconfig12.11.0-5
ii  libfreetype6  2.5.2-1
ii  libgail18 2.24.23-1
ii  libgdk-pixbuf2.0-02.30.7-1
ii  libglib2.0-0  2.40.0-3
ii  libglib2.0-data   2.40.0-3
ii  libgtk2.0-0   2.24.23-1
ii  libice6   2:1.0.8-2
ii  libmate-desktop-2-17  1.8.0+dfsg1-4
ii  libpango-1.0-01.36.3-1
ii  libpangocairo-1.0-0   1.36.3-1
ii  libpangoft2-1.0-0 1.36.3-1
ii  libselinux1   2.2.2-1
ii  libsm62:1.2.1-2
ii  libstartup-notification0  0.12-3
ii  libunique-1.0-0   1.1.6-4
ii  libx11-6  2:1.6.2-1
ii  libxext6  2:1.3.2-1
ii  libxml2   2.9.1+dfsg1-3
ii  libxrender1   1:0.9.8-1
ii  mate-desktop  1.8.0+dfsg1-4
ii  shared-mime-info  1.2-1

caja recommends no packages.

Versions of packages caja suggests:
pn  engrampa none
ii  gstreamer0.10-tools  0.10.36-1.2
ii  meld 1.8.4-1

-- no debconf information

-- debsums errors found:
debsums: changed file /usr/share/applications/caja.desktop (from caja package)


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



Bug#411968: [PATCH Aviable] 1.0.9746-2 : misdetet kernel version from vanilla

2007-02-22 Thread Kyuma Ohta
Package: nvidia-kernel-source
Version: 1.0.9746-2
Tags: sid,amd64

When using proprietary driver from nVidia deb package,
with Vanilla kernel(and most?) kernel version has lack.
So, recent version of 2.6 (after 2.6.19?), build was
failed.

It seems to debian/rules has these kernels misdetect 
as Kernel v 2.4.xx.

I made *pretty* patch,pls.apply.

Refards,
Ohta

---
Kyuma Ohta
E-Mail: [EMAIL PROTECTED]  (ML/Public)
KEYID: BD8F492E
FINGERPRINT:
1858 FD35 F65F 87E9 F962  102A 9FA8 7E43 BD8F 492E

-- PATCH BELOW --
--- rules.orig  2006-12-31 10:04:34.0 +0900
+++ rules   2007-02-22 22:50:27.0 +0900
@@ -15,8 +15,19 @@
 
 # if you need to redefine these
 KSRC:=$(KSRC)
+
+# On recent 2.6.xx Vanilla series, env var of KVERS has null.
+# So,if KVERS has not given, need to set version
+# from `uname -r` 20070222 K.Ohta
 KVERS:=${KVERS}
 
+ifndef KVERS
+   KVERS:=$(shell uname -r)
+endif
+ifndef KSRC
+  KSRC=/lib/modules/$(KVERS)/build
+endif
+
 # 6106 has builtin sysfs support supposedly 
 NV_PATCH_SYSFS ?= 0
 




signature.asc
Description: 	このメッセー	ジにはデジタ	ル署名された	部分がありま	す


Bug#308699: [AMD64] X eat big memory,maybe memory leak.

2007-01-21 Thread Kyuma Ohta
Dear Brice.

2007-01-20 (Sat) 00:02 +0100 , Brice Goglin Wrote:
 Hi,
 
 About 2 years ago, you reported a bug to the Debian BTS regarding a
 possible memory leak in X. Did you reproduce this problem recently? If
 not, I will close this bug in the next weeks.
 
 Thanks,
 Brice

Sorry for later to reply.

Now,I'm using x.org 7.1.0-11 (sid/amd64) ,this problem 
don't reproduce, then seems to be solved.
So, you should close this bug.

Thanx.

Ohta.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#386155: Support Shift JIS'ed ID3 Tags on another locale.

2006-09-05 Thread Kyuma Ohta
Package: k3b
Version: 0.12.17-1 
Severity: wishlist
Locale: ja_JP.UTF-8

In Japan,ID3 Tags in a lot of mp3/ogg file was needed to write in shift jis  
(ja_JP.SJIS),
Because lots of portable player and software player (majorly run at Windoze) 
accepts *only* shift jis,not unicode or japanese-euc.

So,when I put mp3 file(s) to Audio CD Project of k3b,CD text is wrong,unable to 
read strings ( called MOJI-BAKE in Japanese).

Please selectable locale of ID3Tag in sound file(s) when putting to Audio Track.

Regards,

Ohta.


pgpw1MbYOgVL4.pgp
Description: PGP signature


Bug#351500: [MOREINFO] Re: spamassassin: Spamassassin won't start

2006-08-20 Thread Kyuma Ohta
Hi,
Are you using external databese,and using sid,Dunkan?

I'm using spamassassin with mysql, spamd won't start below messages from about 
three days ago :-(
# I'm using sid/amd64.

/var/log/syslog
Aug 20 20:24:18 melchior spamd[1400]: logger: removing stderr method 
Aug 20 20:24:23 melchior spamd[1412]: Transactions not supported by database at 
/usr/lib/perl5/DBI.pm line 670. 

--
Setup file for using database is below:
--
/etc/spamassassin/databases.cf
#
# Database definition to spamassassin
#
# 2006.07.27 R1.0
#
user_scores_dsn DBI:mysql:spamassassin:localhost
user_scores_sql_username foo
user_scores_sql_password bar



bayes_store_module Mail::SpamAssassin::BayesStore::MySQL
bayes_sql_dsn DBI:mysql:spamassassin:localhost
bayes_sql_username foo
bayes_sql_password bar


auto_whitelist_factory  Mail::SpamAssassin::SQLBasedAddrList
user_awl_dsn DBI:mysql:spamassassin:localhost
user_awl_sql_username foo
user_awl_sql_password bar
--
Relateded Packages (arch=amd64) are below:
+++---
ii  spamassassin 3.1.4-1  Perl-based spam 
filter using text analysis
rn  mysqlnone   (no description 
available)
ii  mysql-admin  1.1.10-1 GUI tool for 
intuitive MySQL administration
ri  mysql-admin-common   1.1.10-1 Architecture 
independent files for MySQL Administrator
rn  mysql-base   none   (no description 
available)
ii  mysql-client 5.0.24-1 mysql database 
client (current version)
rn  mysql-client-4.1 none   (no description 
available)
ii  mysql-client-5.0 5.0.24-1 mysql database 
client binaries
ii  mysql-common 5.0.24-1 mysql database 
common files (e.g. /etc/mysql/my.cnf)
rn  mysql-common-4.1 none   (no description 
available)
rn  mysql-devnone   (no description 
available)
rn  mysql-devel  none   (no description 
available)
rn  mysql-gpl-client none   (no description 
available)
ii  mysql-query-browser  1.1.18-5 Official GUI tool 
to query MySQL database
ii  mysql-query-browser-common   1.1.18-5 Architecture 
independent files for MySQL Query Browser
rn  mysql-server none   (no description 
available)
rn  mysql-server-4.1 none   (no description 
available)
ii  mysql-server-5.0 5.0.24-1 mysql database 
server binaries
ii  libdbi-perl  1.51-2   Perl5 database 
interface by Tim Bunce
[EMAIL PROTECTED]:~$
--


Best Regards,
Ohta.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#338596: cCan't ps-print-* from Emacs22.0.50

2005-11-11 Thread Kyuma Ohta
Package: gs-esp
Version: 8.15.1.dfsg.1-1
Severity: Important

Printing from emacs 22.0.50 with M-x ps-print-region or M-x ps-print-buffer,
gs-esp dumped below message,cannot print.

--
# Error: configurationerror
# OFFENDING COMMAND: setpagedevice

# STACK:

-dictionary-

# ERRORINFO:

false
/ManualFeed

--

I tested emacs both recent CVS and deb'ed package,can't print each other.
Settings (at ~/.emacs) are;

;; (SNIP)
; (load mime-setup)
(set-language-environment Japanese)
(set-terminal-coding-system 'euc-jp-unix) 
;;(SNIP)
(require 'ps-mule)
(setq ps-multibyte-buffer 'non-latin-printer)
;;(SNIP)

Regards,
Ohta.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#337936: Can't print japanese text from a2ps

2005-11-07 Thread Kyuma Ohta
Package: gs-esp
Version: 8+8.15rc4.dfsg.1-2.1
Severity: Important
Tags: sid,amd64

I tried to print japanese text via cupsys below commands:

$ nkf -oe foo.txt | a2ps --encoding=euc-jp -o - | lpr

But, printing was failed.

As below log,gs-esp failed to search japanese fonts

Regards,
Ohta


D [06/Nov/2005:23:40:11 +0900] AcceptClient: 10 from localhost:631.
D [06/Nov/2005:23:40:11 +0900] ReadClient: 10 POST / HTTP/1.1
D [06/Nov/2005:23:40:11 +0900] ProcessIPPRequest: 10 status_code=1
D [06/Nov/2005:23:40:11 +0900] ReadClient: 10 POST / HTTP/1.1
D [06/Nov/2005:23:40:11 +0900] ProcessIPPRequest: 10 status_code=1
D [06/Nov/2005:23:40:11 +0900] ReadClient: 10 POST / HTTP/1.1
D [06/Nov/2005:23:40:11 +0900] ProcessIPPRequest: 10 status_code=0
D [06/Nov/2005:23:40:11 +0900] CloseClient: 10
D [06/Nov/2005:23:40:11 +0900] AcceptClient: 10 from localhost:631.
D [06/Nov/2005:23:40:11 +0900] ReadClient: 10 POST /printers/lp HTTP/1.1
D [06/Nov/2005:23:40:11 +0900] print_job: auto-typing file...
D [06/Nov/2005:23:40:11 +0900] print_job: request file type is 
application/postscript.
D [06/Nov/2005:23:40:11 +0900] check_quotas: requesting-user-name = 'x'
D [06/Nov/2005:23:40:11 +0900] print_job: requesting-user-name = 'x'
I [06/Nov/2005:23:40:11 +0900] Adding start banner page none to job 137.
I [06/Nov/2005:23:40:11 +0900] Adding end banner page none to job 137.
I [06/Nov/2005:23:40:11 +0900] Job 137 queued on 'lp' by 'x'.
D [06/Nov/2005:23:40:11 +0900] Job 137 hold_until = 0
D [06/Nov/2005:23:40:11 +0900] StartJob(137, 0x570110)
D [06/Nov/2005:23:40:11 +0900] StartJob() id = 137, file = 0/1
D [06/Nov/2005:23:40:11 +0900] job-sheets=none,none
D [06/Nov/2005:23:40:11 +0900] banner_page = 0
D [06/Nov/2005:23:40:11 +0900] StartJob: argv = 
lp,137,x,(stdin),1,,/var/spool/cups/d00137-001
D [06/Nov/2005:23:40:11 +0900] StartJob: 
envp[0]=PATH=/usr/lib/cups/filter:/bin:/usr/bin
D [06/Nov/2005:23:40:11 +0900] StartJob: envp[1]=SOFTWARE=CUPS/1.1
D [06/Nov/2005:23:40:11 +0900] StartJob: envp[2]=USER=root
D [06/Nov/2005:23:40:11 +0900] StartJob: envp[3]=CHARSET=utf-8
D [06/Nov/2005:23:40:11 +0900] StartJob: envp[4]=LANG=ja
D [06/Nov/2005:23:40:11 +0900] StartJob: envp[5]=TZ=Asia/Tokyo
D [06/Nov/2005:23:40:11 +0900] StartJob: envp[6]=PPD=/etc/cups/ppd/lp.ppd
D [06/Nov/2005:23:40:11 +0900] StartJob: envp[7]=CUPS_SERVERROOT=/etc/cups
D [06/Nov/2005:23:40:11 +0900] StartJob: envp[8]=RIP_MAX_CACHE=8m
D [06/Nov/2005:23:40:11 +0900] StartJob: envp[9]=TMPDIR=/var/spool/cups/tmp
D [06/Nov/2005:23:40:11 +0900] StartJob: 
envp[10]=CONTENT_TYPE=application/postscript
D [06/Nov/2005:23:40:11 +0900] StartJob: 
envp[11]=DEVICE_URI=usb://HP/DeskJet%20955C?serial=MY06D140VQLR
D [06/Nov/2005:23:40:11 +0900] StartJob: envp[12]=PRINTER=lp
D [06/Nov/2005:23:40:11 +0900] StartJob: envp[13]=CUPS_DATADIR=/usr/share/cups
D [06/Nov/2005:23:40:11 +0900] StartJob: 
envp[14]=CUPS_FONTPATH=/usr/share/cups/fonts
D [06/Nov/2005:23:40:11 +0900] StartJob: envp[15]=CUPS_SERVER=localhost
D [06/Nov/2005:23:40:11 +0900] StartJob: envp[16]=IPP_PORT=631
D [06/Nov/2005:23:40:11 +0900] StartJob: statusfds = [ 12 13 ]
D [06/Nov/2005:23:40:11 +0900] StartJob: filterfds[1] = [ 14 -1 ]
D [06/Nov/2005:23:40:11 +0900] StartJob: filter = /usr/lib/cups/filter/pstops
D [06/Nov/2005:23:40:11 +0900] StartJob: filterfds[0] = [ 15 16 ]
D [06/Nov/2005:23:40:11 +0900] start_process(/usr/lib/cups/filter/pstops, 
0x7fb26830, 0x7fb25c10, 14, 16, 13)
I [06/Nov/2005:23:40:11 +0900] Started filter /usr/lib/cups/filter/pstops (PID 
8705) for job 137.
D [06/Nov/2005:23:40:11 +0900] StartJob: filter = 
/usr/lib/cups/filter/foomatic-rip
D [06/Nov/2005:23:40:11 +0900] StartJob: filterfds[1] = [ 14 17 ]
D [06/Nov/2005:23:40:11 +0900] 
start_process(/usr/lib/cups/filter/foomatic-rip, 0x7fb26830, 
0x7fb25c10, 15, 17, 13)
I [06/Nov/2005:23:40:11 +0900] Started filter /usr/lib/cups/filter/foomatic-rip 
(PID 8706) for job 137.
D [06/Nov/2005:23:40:11 +0900] StartJob: backend = /usr/lib/cups/backend/usb
D [06/Nov/2005:23:40:11 +0900] StartJob: filterfds[0] = [ -1 15 ]
D [06/Nov/2005:23:40:11 +0900] start_process(/usr/lib/cups/backend/usb, 
0x7fb26830, 0x7fb25c10, 14, 15, 13)
I [06/Nov/2005:23:40:11 +0900] Started backend /usr/lib/cups/backend/usb (PID 
8707) for job 137.
D [06/Nov/2005:23:40:11 +0900] ProcessIPPRequest: 10 status_code=0
D [06/Nov/2005:23:40:11 +0900] [Job 137] perl: warning: Setting locale failed.
D [06/Nov/2005:23:40:11 +0900] [Job 137] perl: warning: Please check that your 
locale settings:
D [06/Nov/2005:23:40:11 +0900] [Job 137] LANGUAGE = (unset),
D [06/Nov/2005:23:40:11 +0900] [Job 137] LC_ALL = (unset),
D [06/Nov/2005:23:40:11 +0900] [Job 137] LANG = ja
D [06/Nov/2005:23:40:11 +0900] [Job 137] are supported and installed on your 
system.
D [06/Nov/2005:23:40:11 +0900] [Job 137] perl: warning: Falling back to the 
standard locale (C).
D [06/Nov/2005:23:40:11 +0900] [Job 137] Page = 595x842; 10,36 to 585,833
D [06/Nov/2005:23:40:11 

Bug#337458: [ja] Mapping to chinese when printing

2005-11-04 Thread Kyuma Ohta
Package: mozilla-firefox
Version: 1.0.7-1
Severity: Important
Tags: sid,amd64

When printing Japanese web-page from firefox via cups,printing
results are mapping seems to traditional-chinese,not japanese.

Environment:
DESKTOP: Gnome.
LOCALE:  LANG=ja_JP.eucJP

Related Packages:
ii  mozilla-firefox  1.0.7-1lightweight web 
browser based on Mozilla
un  mozilla-firefox-gnome-supportnone (no description 
available)
ii  mozilla-firefox-locale-ja1.0+rev.0.7.7-1Mozilla Firefox 
Japanese Language/Region Package

ii  cupsys 1.1.23-12  Common UNIX Printing 
System(tm) - server
ii  cupsys-bsd 1.1.23-12  Common UNIX Printing 
System(tm) - BSD commands
ii  cupsys-client  1.1.23-12  Common UNIX Printing 
System(tm) - client programs (SysV)
ii  cupsys-driver-gimpprin 4.3.99+cvs20050901-1   printer drivers for CUPS
ii  cupsys-driver-gutenpri 4.3.99+cvs20050901-1   printer drivers for CUPS

Maybe,locale files for firefox are wrong...Please check.

Ohta.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#337458: [ja] Mapping to chinese when printing

2005-11-04 Thread Kyuma Ohta
Written by Mike Hommey [EMAIL PROTECTED]
   at Fri, 4 Nov 2005 23:34:37 +0100 :
Subject: Re: Bug#337458: [ja] Mapping to chinese when printing

mh On Fri, Nov 04, 2005 at 10:10:23PM +0900, Kyuma Ohta [EMAIL PROTECTED] 
wrote:
mh  Package: mozilla-firefox
mh  Version: 1.0.7-1
mh  Severity: Important
mh  Tags: sid,amd64
mh  
mh  When printing Japanese web-page from firefox via cups,printing
mh  results are mapping seems to traditional-chinese,not japanese.

mh っていうか, i'd say it might be a font selection problem... I don't
mh really know cups, but is there a way to know what font it uses to print
mh ?

I'm using sazanami-mincho and sazanami-gothic (both Japanese fonts) for 
printing and viewing.

And,print-preview is right.
But,printing or putting ps file from firefox is wrong :-(

Font setting must be valiation of Japanese,but setting of 
put ps file is Bandal_ksc5601.1987-0_2b...



Regards,
Ohta.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#325397: [amd64] Crash X sometimes with powernow-k8

2005-08-28 Thread Kyuma Ohta
Package: xserver-xorg
Version: 6.8.2.dfsg.1-5
Severity: grave
Tags: sid

  When using powernowd (or other powercontroller) with powernow-k8
kernel driver, some process wat using X is crashed  with X server
with kernel oops with below message:

I'm using kernel 2.6.11 or later (Now,2.6.13-rc7) ,
this issue is happend with powernowd sometimes,
but I'm not using powernowd (or another power controller),
this issue han *not* happened.

I'm running system on MSI K8T Neo2 (VIS K8T800) with 
nVidia GeForce 5200FX and Athlon64 3000+.

Regards,
Ohta
---
Aug 27 06:45:04 melchior kernel: [ 3261.724581] Unable to handle kernel NULL 
pointer dereference at 0103 RIP: 
Aug 27 06:45:04 melchior kernel: [ 3261.724587] 8040deb1{sk_free+49}
Aug 27 06:45:04 melchior kernel: [ 3261.724596] PGD 1615a067 PUD 67c5067 PMD 0 
Aug 27 06:45:04 melchior kernel: [ 3261.724600] Oops:  [1] 
Aug 27 06:45:04 melchior kernel: [ 3261.724602] CPU 0 
Aug 27 06:45:04 melchior kernel: [ 3261.724603] Modules linked in: w83627hf 
i2c_viapro i2c_isa i2c_dev nvidia deflate zlib_deflate twofish serpent 
aes_x86_64 blowfish des sha256 sha1 crypto_null lp ipt_TOS ipt_MASQUERADE 
ipt_REJECT ipt_LOG ipt_state ipt_pkttype ipt_CONNMARK ipt_MARK ipt_connmark 
ipt_owner ipt_recent ipt_iprange ipt_physdev ipt_multiport ipt_conntrack 
iptable_mangle ip_nat_irc ip_nat_tftp ip_nat_ftp iptable_nat ip_conntrack_irc 
ip_conntrack_tftp ip_conntrack_ftp iptable_filter ip_tables ipv6 parport_pc 
parport pcspkr w83627hf_wdt i2c_sensor saa7115 upd64083 upd64031a mpg600gr 
saa717x ivtv i2c_algo_bit tvaudio tuner saa7134 video_buf v4l2_common 
v4l1_compat i2c_core ir_common videodev snd_seq_dummy snd_seq_oss snd_seq_midi 
snd_seq_midi_event snd_seq snd_via82xx snd_ac97_codec snd_pcm_oss snd_mixer_oss 
snd_pcm snd_timer snd_page_alloc snd_mpu401_uart snd_rawmidi snd_seq_device snd 
soundcore psmouse r8169 tg3 sbp2 tsdev joydev evdev usbhid usblp
Aug 27 06:45:04 melchior kernel: [ 3261.724641] Pid: 14467, comm: gnome-panel 
Tainted: P  2.6.13-rc7-gcc402
Aug 27 06:45:04 melchior kernel: [ 3261.724645] RIP: 0010:[8040deb1] 
8040deb1{sk_free+49}
Aug 27 06:45:04 melchior kernel: [ 3261.724651] RSP: 0018:810016563c28  
EFLAGS: 00010206
Aug 27 06:45:04 melchior kernel: [ 3261.724654] RAX: 0001 RBX: 
81001c828c00 RCX: 
Aug 27 06:45:04 melchior kernel: [ 3261.724657] RDX:  RSI: 
81001d1d5080 RDI: 00ff
Aug 27 06:45:04 melchior kernel: [ 3261.724660] RBP:  R08: 
 R09: 
Aug 27 06:45:04 melchior kernel: [ 3261.724664] R10:  R11: 
80196760 R12: 81001c828ce0
Aug 27 06:45:04 melchior kernel: [ 3261.724667] R13:  R14: 
0001 R15: 
Aug 27 06:45:04 melchior kernel: [ 3261.724671] FS:  40800960() 
GS:80720800() knlGS:556ea6c0
Aug 27 06:45:04 melchior kernel: [ 3261.724674] CS:  0010 DS:  ES:  
CR0: 8005003b
Aug 27 06:45:04 melchior kernel: [ 3261.724677] CR2: 0103 CR3: 
3df26000 CR4: 06e0
Aug 27 06:45:04 melchior kernel: [ 3261.724682] Process gnome-panel (pid: 
14467, threadinfo 810016562000, task 810017a45850)
Aug 27 06:45:04 melchior kernel: [ 3261.724684] Stack: 81001d1d5080 
 81001c828c00 80481747 
Aug 27 06:45:04 melchior kernel: [ 3261.724690] 
81001d711c00  81001d711c78 
Aug 27 06:45:04 melchior kernel: [ 3261.724695]81000213f8c0 
81001d711c78 
Aug 27 06:45:04 melchior kernel: [ 3261.724699] Call 
Trace:80481747{unix_release_sock+439} 
8040a091{sock_release+33}
Aug 27 06:45:04 melchior kernel: [ 3261.724715]
8040aa85{sock_close+53} 8019f122{__fput+210}
Aug 27 06:45:04 melchior kernel: [ 3261.724725]
8019b6a8{filp_close+104} 8013dd24{put_files_struct+116}
Aug 27 06:45:04 melchior kernel: [ 3261.724737]
8013f763{do_exit+803} 8014f02e{__dequeue_signal+558}
Aug 27 06:45:04 melchior kernel: [ 3261.724750]
80140694{do_group_exit+532} 
80150847{get_signal_to_deliver+3559}
Aug 27 06:45:04 melchior kernel: [ 3261.724763]
8010e57d{do_signal+157} 801b8635{poll_freewait+85}
Aug 27 06:45:04 melchior kernel: [ 3261.724785]
801b918b{sys_poll+875} 8010f3a7{sysret_signal+28}
Aug 27 06:45:04 melchior kernel: [ 3261.724800]
8010f68f{ptregscall_common+103} 
Aug 27 06:45:04 melchior kernel: [ 3261.724816] 
Aug 27 06:45:04 melchior kernel: [ 3261.724817] Code: 8b 47 04 8d 04 c5 08 00 
00 00 29 83 d8 00 00 00 ff 0f 0f 94 
Aug 27 06:45:04 melchior kernel: [ 3261.724825] RIP 
8040deb1{sk_free+49} RSP 810016563c28
Aug 27 06:45:04 melchior kernel: [ 3261.724830] CR2: 0103
Aug 27 06:45:04 melchior kernel: [ 

Bug#318722: [amd64]Can't display japanese letter directry at flashplayer-nonfree

2005-07-19 Thread Kyuma Ohta
Written by David Martínez Moreno [EMAIL PROTECTED]
   at Mon, 18 Jul 2005 17:37:57 +0200 :
Subject: Re: Bug#318722: [amd64]Can't display japanese letter directry at 
flashplayer-nonfree

ender El Domingo, 17 de Julio de 2005 11:41, Kyuma Ohta escribió:
ender  Package: xorg-x11
ender  Version: 6.8.2.dfsg.1-2
ender  Severity: Important
ender 
ender  After upgrading x-window-system from XF86 4.3.0 to X.Org 6.8.2,
ender  restarting system,I can't look Japanese TrueType Fonts
ender  (ttf-kochi-*) with  32bit flashplayer-nonfree and
ender  32bit mozilla-firefox.
ender 
ender  But, I tryed to send Japanese TrueType Fonts via xfs (Add
ender  TrueType entry to /etc/X11/fs/config and restart xfs,
ender  x-window-system), I can look Japanese TrueType Fonts from
ender  32bit flashplayer-mozilla.
ender 
ender  Maybe, TrueType entry in Fonts section in xorg.conf is
ender  disabled,so I need to use xfs for TrueType.
ender 
ender  Hello, Ohta. Excuse me, but I did not understand very well your bug 
report. 
ender Could you please elaborate more on that?
ender 
ender  Are you saying that you finally got working Japanese fonts in your 
ender flashplayer?

 Yes.

ender 
ender  Or, on the other side, do you mean that even changing things like paths 
in 
ender xfs/config and xorg.conf you did not achieve to see Japanese fonts?

0.I set path of TTFonts to /etc/X11/XF86Config-4 ,
  and I still using XFree86 4.3.0, I could
  see  Japanese strings with rendered with TTFonts
  from 32bit programs.(i.e. OOo 1.9m118,flash).

1.I replaced X.Org from XFree86, and 
  I set path of TTFonts to /etc/X11/xorg.conf *only*,
  but I could not see Japanese strings renderd with TTFonts 
  from 32bit programs.

2.I set path of TTFonts to /etc/X11/xfs/config *too*,
  and Restarting xfs and xserver-xorg , I can
  see  Japanese strings with TTFonts from them.

Best regards,and sorry for later,
Ohta.



Bug#318722: [amd64]Can't display japanese letter directry at flashplayer-nonfree

2005-07-17 Thread Kyuma Ohta
Package: xorg-x11
Version: 6.8.2.dfsg.1-2
Severity: Important

After upgrading x-window-system from XF86 4.3.0 to X.Org 6.8.2,
restarting system,I can't look Japanese TrueType Fonts 
(ttf-kochi-*) with  32bit flashplayer-nonfree and 
32bit mozilla-firefox.

But, I tryed to send Japanese TrueType Fonts via xfs (Add
TrueType entry to /etc/X11/fs/config and restart xfs,
x-window-system), I can look Japanese TrueType Fonts from
32bit flashplayer-mozilla.

Maybe, TrueType entry in Fonts section in xorg.conf is
disabled,so I need to use xfs for TrueType.

Best regards,
Ohta

# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type man XF86Config-4 at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section Files
FontPathunix/:7100# local font server
# if the local font server has problems, we can fall back on these
FontPath/usr/lib/X11/fonts/misc
FontPath/usr/lib/X11/fonts/cyrillic
FontPath/usr/lib/X11/fonts/100dpi/:unscaled
FontPath/usr/lib/X11/fonts/75dpi/:unscaled
FontPath/usr/lib/X11/fonts/Type1
FontPath/usr/lib/X11/fonts/CID
FontPath/usr/lib/X11/fonts/Speedo
FontPath/usr/lib/X11/fonts/100dpi
FontPath/usr/lib/X11/fonts/75dpi
FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType  
EndSection

Section Module
#   LoadGLcore
Loadbitmap
Loaddbe
Loadddc
#   Loaddri
Loadextmod
Loadxtt
Loadfreetype
Loadglx
Loadint10
Loadrecord
Loadspeedo
Loadtype1
Loadvbe
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  keyboard
Option  CoreKeyboard
Option  XkbRules  xfree86
Option  XkbModel  pc106
Option  XkbLayout jp
Option  XkbVariantpc106
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
#   Option  Device/dev/input/mice
Option  Device/dev/psaux
Option  Protocol  ImPS/2
Option  Emulate3Buttons   true
Option  ZAxisMapping  4 5
EndSection

Section Device
Identifier  GeForce FX5200
#   Driver  nv
Driver  nvidia
Option  UseFBDev  false
Option  RanderRotationtrue
Option  Overlay   false
Option  RenderAccel   false
Option  ConnectedMonitor panel
Option  NvAGP true
EndSection

Section Monitor
Identifier  Generic Monitor
HorizSync   28-85
VertRefresh 43-80
Option  DPMS
EndSection

Section Screen
Identifier  Default Screen
Device  GeForce FX5200
Monitor Generic Monitor
DefaultDepth24
SubSection Display
Depth   1
Modes   1280x1024 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   4
Modes   1280x1024 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   8
Modes   1280x1024 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   15
Modes   1280x1024 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   16
Modes   1280x1024 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   24
Modes   1280x1024 1024x768 800x600 640x480
EndSubSection
EndSection

Section ServerLayout
Identifier  Default Layout
Screen  Default Screen
InputDevice Generic Keyboard
InputDevice Configured Mouse
EndSection

#Section DRI
#   Mode0666
#EndSection
# font server 

Bug#308699: [AMD64] X eat big memory,maybe memory leak.

2005-05-11 Thread Kyuma Ohta
Package: xserver-xfree86
Version: 4.3.0.dfsg.1-12
Severity: important
Tags: sid,amd64

When using X long time,X doesn't release memory if stopping applications
,so ,inclementing using memory.
Maybe, this issue is leaking of memory of X.
Please
Ohta. 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#307770: [amd64] Can't access to non-free at sid.

2005-05-05 Thread Kyuma Ohta
Package: amd64.debian.net
Severity: Grave
Tags: sid

Now, access to http://amd64.debian.net/debian/dists/unstable/non-free/ ,
replyed 403 Forbidden.
Permission of this directory is d---,should be dr-x.
Please fix.

Ohta.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#307640: [x86_64] pthread_rwlock_init do not reklease his lock,

2005-05-04 Thread Kyuma Ohta
Package: libc6
Severity: Important
Version: 2.3.2.ds1-21
Tags: sid
Arch: amd64


I'm building and using mythtv at pure64 environment,
 but locking server many times.
After using mythfrontend (client) , gnome-terminal 
or some programs locks up,too.
So, I search from web , these problem is cause 
from issue of pthread_rwlock_init().

See, http://www.krose.org/~krose/freesoftware.html and 
his patch for mythtv.

Regards,
Ohta.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#304109: Linuking glib both 1.2 and 2.0,segfaults.

2005-04-10 Thread Kyuma Ohta
Package: drip
Version: 0.8.3.2+0.9.0-rc3-5
Severity: Important
Tags: sid
Arch: i386

When building drip to use libdvdcss,libglib are linked multiply,can't start.

$ ldd /usr/bin/drip :
libz.so.1 = /usr/lib/libz.so.1 (0xb7f91000)
libpthread.so.0 = /lib/tls/libpthread.so.0 (0xb7f81000)
libm.so.6 = /lib/tls/libm.so.6 (0xb7f5f000)
libXext.so.6 = /usr/X11R6/lib/libXext.so.6 (0xb7f51000)
libSM.so.6 = /usr/X11R6/lib/libSM.so.6 (0xb7f48000)
libICE.so.6 = /usr/X11R6/lib/libICE.so.6 (0xb7f31000)
libX11.so.6 = /usr/X11R6/lib/libX11.so.6 (0xb7e6a000)
libdl.so.2 = /lib/tls/libdl.so.2 (0xb7e66000)
libXi.so.6 = /usr/X11R6/lib/libXi.so.6 (0xb7e5e000)
libdvdread.so.3 = /usr/lib/libdvdread.so.3 (0xb7e43000)
libdvdcss.so.2 = /usr/lib/libdvdcss.so.2 (0xb7e3b000)
libdripspu.0 = /usr/lib/libdripspu.0 (0xb7e36000)
libgdk_pixbuf.so.2 = /usr/lib/libgdk_pixbuf.so.2 (0xb7e21000)
libgnomeui.so.32 = /usr/lib/libgnomeui.so.32 (0xb7d41000)
libart_lgpl.so.2 = /usr/lib/libart_lgpl.so.2 (0xb7d32000)
libgdk_imlib.so.1 = /usr/lib/libgdk_imlib.so.1 (0xb7d0e000)
libgtk-1.2.so.0 = /usr/lib/libgtk-1.2.so.0 (0xb7bc6000)
libgdk-1.2.so.0 = /usr/lib/libgdk-1.2.so.0 (0xb7b8e000)
libgmodule-1.2.so.0 = /usr/lib/libgmodule-1.2.so.0 (0xb7b8b000)
libgnome.so.32 = /usr/lib/libgnome.so.32 (0xb7b71000)
libpopt.so.0 = /lib/libpopt.so.0 (0xb7b69000)
libdb3.so.3 = /usr/lib/libdb3.so.3 (0xb7abf000)
libgnomesupport.so.0 = /usr/lib/libgnomesupport.so.0 (0xb7aba000)
libaviplay-0.7.so.0 = /usr/lib/libaviplay-0.7.so.0 (0xb7a25000)
libaviplayavformat-0.7.so.0 = /usr/lib/libaviplayavformat-0.7.so.0 
(0xb79c8000)
libaviplayavcodec-0.7.so.0 = /usr/lib/libaviplayavcodec-0.7.so.0 
(0xb768)
libSDL-1.2.so.0 = /usr/lib/libSDL-1.2.so.0 (0xb759)
libartsc.so.0 = /usr/lib/libartsc.so.0 (0xb758a000)
libgmodule-2.0.so.0 = /usr/lib/libgmodule-2.0.so.0 (0xb7586000)
libgthread-2.0.so.0 = /usr/lib/libgthread-2.0.so.0 (0xb7581000)
   libglib-2.0.so.0 = /usr/lib/libglib-2.0.so.0 (0xb7501000)
libesd.so.0 = /usr/lib/libesd.so.0 (0xb74f8000)
libaudiofile.so.0 = /usr/lib/libaudiofile.so.0 (0xb74d4000)
libaa.so.1 = /usr/lib/libaa.so.1 (0xb74b8000)
libasound.so.2 = /usr/lib/libasound.so.2 (0xb7405000)
libXft.so.2 = /usr/lib/libXft.so.2 (0xb73f2000)
libXrender.so.1 = /usr/lib/libXrender.so.1 (0xb73ea000)
libaviplayvidix-0.7.so.0 = /usr/lib/libaviplayvidix-0.7.so.0 
(0xb73e4000)
libaviplaydha-0.7.so.0 = /usr/lib/libaviplaydha-0.7.so.0 (0xb73ab000)
libmpeg2.so.0 = /usr/lib/libmpeg2.so.0 (0xb738f000)
liba52-0.7.4.so = /usr/lib/liba52-0.7.4.so (0xb7385000)
libMagick.so.6 = /usr/lib/libMagick.so.6 (0xb7024000)
liblcms.so.1 = /usr/lib/liblcms.so.1 (0xb6ff6000)
libtiff.so.4 = /usr/lib/libtiff.so.4 (0xb6fa5000)
libfreetype.so.6 = /usr/lib/libfreetype.so.6 (0xb6f38000)
libjasper-1.701.so.1 = /usr/lib/libjasper-1.701.so.1 (0xb6eeb000)
libjpeg.so.62 = /usr/lib/libjpeg.so.62 (0xb6ecd000)
libxml2.so.2 = /usr/lib/libxml2.so.2 (0xb6dc6000)
libgthread-1.2.so.0 = /usr/lib/libgthread-1.2.so.0 (0xb6dc3000)
   libglib-1.2.so.0 = /usr/lib/libglib-1.2.so.0 (0xb6da1000)
libmad.so.0 = /usr/lib/libmad.so.0 (0xb6d8c000)
libXv.so.1 = /usr/X11R6/lib/libXv.so.1 (0xb6d87000)
libaudio.so.2 = /usr/lib/libaudio.so.2 (0xb6d72000)
libvga.so.1 = /usr/lib/libvga.so.1 (0xb6d0d000)
libncurses.so.5 = /lib/libncurses.so.5 (0xb6cce000)
libslang.so.1 = /lib/libslang.so.1 (0xb6c5a000)
libfontconfig.so.1 = /usr/lib/libfontconfig.so.1 (0xb6c2b000)
libnsl.so.1 = /lib/tls/libnsl.so.1 (0xb6c17000)
libpng12.so.0 = /usr/lib/libpng12.so.0 (0xb6bf2000)
libdpstk.so.1 = /usr/X11R6/lib/libdpstk.so.1 (0xb6bea000)
libdps.so.1 = /usr/X11R6/lib/libdps.so.1 (0xb6ba3000)
libXt.so.6 = /usr/X11R6/lib/libXt.so.6 (0xb6b51000)
libbz2.so.1.0 = /usr/lib/libbz2.so.1.0 (0xb6b42000)
libstdc++.so.5 = /usr/lib/libstdc++.so.5 (0xb6a88000)
libc.so.6 = /lib/tls/libc.so.6 (0xb6954000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0xb694b000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0xb7fc5000)
libgpm.so.1 = /usr/lib/libgpm.so.1 (0xb6944000)
libexpat.so.1 = /usr/lib/libexpat.so.1 (0xb6924000)


Building with:
ii  gcc3.3.5-3The GNU C compiler
ii  g++3.3.5-3The GNU C++ compiler
ii  binutils   2.15-5 The GNU assembler, linker and 
binary utilities
ii  automake1.41.4-p6-9   A tool for generating GNU 
Standards-compliant Makefiles.

Please tell me how to build package normally.

Best Regards,
Ohta.


-- 
To UNSUBSCRIBE, 

Bug#301600: Can't login at 2.6.12-rc1

2005-03-27 Thread Kyuma Ohta
Written by Russell Coker [EMAIL PROTECTED]
   at Sun, 27 Mar 2005 13:40:20 +1100 :
Subject: Re: Bug#301600: Can't login at 2.6.12-rc1

russell On Sunday 27 March 2005 12:03, Kyuma Ohta [EMAIL PROTECTED] wrote:
russell  I'm using selinux for debian .
russell  At kernel 2.6.11.*,kernel accepts to execute programs,
russell  boot up is okay.
russell  But, kernel 2.6.12-rc1, after loading policy,all programs
russell   can't start excepts sysvinit (and bash?),can't login.
russell  I checked LKML,I couldn't find this issue.
russell  Please check policy, and programs for SELinux.
russell 
russell What AVC messages do you get?

 Sorry,I could'nt get messages cause of not logged :-(

russell   Are you using the SE Linux patched version of 
russell the PAM packages?

 Yes.

 Sorry,
Ohta.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#301600: Can't login at 2.6.12-rc1

2005-03-27 Thread Kyuma Ohta
Written by Russell Coker [EMAIL PROTECTED]
(B   at Mon, 28 Mar 2005 15:16:06 +1100 :
$BBjL>(B (Subject): Re: Bug#301600: Can't login at 2.6.12-rc1
(B
(Brussell On Monday 28 March 2005 12:48, Kyuma Ohta [EMAIL PROTECTED] wrote:
(Brussell  russell What AVC messages do you get?
(Brussell 
(Brussell   Sorry,I could'nt get messages cause of not logged :-(
(Brussell 
(Brussell To be usable a SE Linux kernel must be compiled with CONFIG_AUDIT=y.  
(BIf you 
(Brussell are using one of the Debian kernels which was compiled without it or a 
(Brussell similar kernel then you can't use SE Linux.  You must have AUDIT 
(Benabled to 
(Brussell be able to see what SE Linux is doing.
(Brussell 
(B
(BOkay,I read messages when happend.
(Baudit (foo) : avc : denied { read | execute | create } : { rules}
(B
(BIs this bugs of kernel,or change of specs?
(B
(BOhta.
(B
(B
(B-- 
(BTo UNSUBSCRIBE, email to [EMAIL PROTECTED]
(Bwith a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#301600: Can't login at 2.6.12-rc1

2005-03-26 Thread Kyuma Ohta
Package: selinux-policy-default
Version: 1.18-1
Severity: grave
Arch: i386
Tags: sid

I'm using selinux for debian .
At kernel 2.6.11.*,kernel accepts to execute programs,
boot up is okay.
But, kernel 2.6.12-rc1, after loading policy,all programs
 can't start excepts sysvinit (and bash?),can't login.
I checked LKML,I couldn't find this issue.
Please check policy, and programs for SELinux.
Please...
Ohta.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]