[Bug 1956844] [NEW] Missing library - libproj.so.19

2022-01-08 Thread Marek ZJ
Public bug reported:

*** This bug may be related to different package, but it gets visible
with digikam, so I put it here. ***

When starting digikam is trying to access libproj.so.19. This version is
not present in current system, as there is already a newer version
(libproj.so.22). This prevents the application from running.

The workaround is to make a symbolic link like that:

cd /usr/lib/x86_64-linux-gnu
sudo ln -s libproj.so.22.2.1 libproj.so.19

(or sudo ln -s libproj.so.22 libproj.so.19)

Afterwards digikam can be run normally.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: digikam 4:7.4.0-0ubuntu1
ProcVersionSignature: Ubuntu 5.13.0-21.21-lowlatency 5.13.18
Uname: Linux 5.13.0-21-lowlatency x86_64
ApportVersion: 2.20.11-0ubuntu75
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
Date: Sat Jan  8 23:42:45 2022
InstallationDate: Installed on 2018-11-13 (1152 days ago)
InstallationMedia: Kubuntu 19.04 "Disco Dingo" - Alpha amd64 (20181113)
SourcePackage: digikam
UpgradeStatus: Upgraded to jammy on 2021-11-04 (65 days ago)

** Affects: digikam (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1956844

Title:
  Missing library - libproj.so.19

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/digikam/+bug/1956844/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949362] Re: gdalinfo returns undef_symbol

2022-01-08 Thread Marek ZJ
OK, this one seems to be fixed now. With latest libgdal updates, I have
no more this error.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949362

Title:
  gdalinfo returns  undef_symbol

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdal/+bug/1949362/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949362] Re: gdalinfo returns undef_symbol

2021-11-21 Thread Marek ZJ
I have downloaded the latest version of the libgdal and I was able ylto
build I'd successfully on my machine. Tha is my current workaround for
running digkam. I can try a clean 21.10 installation, upgrade it to
22.04, then install digikam and confirm steps necessary to build libgdal
from sources.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949362

Title:
  gdalinfo returns  undef_symbol

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdal/+bug/1949362/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949362] Re: gdalinfo returns undef_symbol

2021-11-06 Thread Marek ZJ
The same error drops when starting digikam application, it tries to use
that failing library.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949362

Title:
  gdalinfo returns  undef_symbol

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdal/+bug/1949362/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1752343] Re: Problem with DRI2 and GLX - bionic 18.04

2018-03-01 Thread Marek ZJ
Thanks Timo for explanation. I'm aware of all inconveniences related to
running unstable system, looks that I have just hit one of those... I'll
keep my eye on it. I'd keep the bug open till those dependencies are
fixed, but it is up to you.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752343

Title:
  Problem with DRI2 and GLX - bionic 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1752343/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1752343] Re: Problem with DRI2 and GLX - bionic 18.04

2018-03-01 Thread Marek ZJ
Ekhm... why do you say "As that package is installed by default"? Maybe 
in experimental Debian, but not in Ubuntu. I had to find this solution, 
manually download two deb files and install them creating a mess in my 
package repository just to make my kubuntu working. Do you call that 
"solution"?
Is anyone even trying to read that report with understanding or 
verifying what is in the repository?!?

On 2018-03-01 15:29, dino99 wrote:
> As you said, and freedesktop concluded:
> 
> Installing libegl-mesa0 package from experimental repository fixes the
> bug.
> 
> As that package is installed by default, that report is now useless.
> 
> 
> ** Changed in: mesa (Ubuntu)
>Status: New => Invalid
> 
> --
> You received this bug notification because you are subscribed to the 
> bug
> report.
> https://bugs.launchpad.net/bugs/1752343
> 
> Title:
>   Problem with DRI2 and GLX - bionic 18.04
> 
> Status in mesa package in Ubuntu:
>   Invalid
> 
> Bug description:
>   I have encountered the problem described below, after some recent
>   updates in my Kubuntu. After asking on "Answers" I was requested to
>   open a bug, so I'm doing it.
> 
>   My problem was, that kwin stopped to show graphical effects. I'm
> using a laptop with Intel graphics - HD5500
>   After some log file search I've found, that probably the cause is
> shown in Xorg.0.log:
> 
>   Xorg.0.log:[  7073.803] (II) AIGLX: Screen 0 is not DRI2 capable
>   Xorg.0.log:[  7073.803] (EE) AIGLX: reverting to software rendering
> 
> 
>   After some googling, I have found article below, explaining possible
> root cause. I have used a solution proposed there, and after
> installing libegl-mesa0_18.0.0~rc4-1_amd64.deb and
> libgbm1_18.0.0~rc4-1_amd64.deb my problem disappeared.
> 
>   Link below describes details:
> 
>   https://bugs.freedesktop.org/show_bug.cgi?id=104928
> 
>   Here is some output from my OS diag tools:
> 
>   lshw -C display
> 
> *-display
>  description: VGA compatible controller
>  product: HD Graphics 5500
>  vendor: Intel Corporation
>  physical id: 2
>  bus info: pci@:00:02.0
>  version: 09
>  width: 64 bits
>  clock: 33MHz
>  capabilities: msi pm vga_controller bus_master cap_list rom
>  configuration: driver=i915 latency=0
>  resources: irq:47 memory:c000-c0ff
> memory:b000-bfff ioport:4000(size=64) memory:c-d
> 
>   lsb_release -a
>   No LSB modules are available.
>   Distributor ID: Ubuntu
>   Description: Ubuntu Bionic Beaver (development branch)
>   Release: 18.04
>   Codename: bionic
> 
>   uname -a
>   Linux hostname 4.15.0-10-generic #11-Ubuntu SMP Tue Feb 13 18:23:35
> UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
> 
>   sudo dmidecode -t 1
>   # dmidecode 3.1
>   Getting SMBIOS data from sysfs.
>   SMBIOS 2.7 present.
> 
>   Handle 0x0001, DMI type 1, 27 bytes
>   System Information
>   Manufacturer: FUJITSU
>   Product Name: LIFEBOOK A555
>   Version:
>   Serial Number: YM3M035369
>   UUID: CF0F380B-2089-E511-8681-742B62ED267C
>   Wake-up Type: Power Switch
>   SKU Number:
>   Family: LIFEBOOK-FTS
> 
>   Best Regards,
> 
>   Marek
> 
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1752343/+subscriptions


** Bug watch added: freedesktop.org Bugzilla #104928
   https://bugs.freedesktop.org/show_bug.cgi?id=104928

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752343

Title:
  Problem with DRI2 and GLX - bionic 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1752343/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1752343] Re: Problem with DRI2 and GLX - bionic 18.04

2018-03-01 Thread Marek ZJ
One more - please contact me before setting this again to invalid.
English is not my native, so I'd like to be sure, that misunderstanding
is not the cause for invalidating the report.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752343

Title:
  Problem with DRI2 and GLX - bionic 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1752343/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1752343] Re: Problem with DRI2 and GLX - bionic 18.04

2018-03-01 Thread Marek ZJ
I hope after 10 years with kubuntu I'm not trying to mix anything...
This is my sources list:

deb http://archive.ubuntu.com/ubuntu/ bionic main restricted
deb http://archive.ubuntu.com/ubuntu/ bionic-updates main restricted
deb http://archive.ubuntu.com/ubuntu/ bionic universe
deb http://archive.ubuntu.com/ubuntu/ bionic-updates universe
deb http://archive.ubuntu.com/ubuntu/ bionic multiverse
deb http://archive.ubuntu.com/ubuntu/ bionic-updates multiverse
deb http://archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe 
multiverse
deb http://archive.canonical.com/ubuntu bionic partner
deb http://security.ubuntu.com/ubuntu bionic-security main restricted
deb http://security.ubuntu.com/ubuntu bionic-security universe
deb http://security.ubuntu.com/ubuntu bionic-security multiverse

What I did was just a regular apt update && apt upgrade. 
At some point I have lost my graphical effects in KDE

I suppose you are still supporting apt upgrade, aren't you? :-D

So to summarize - there is a bug in package which is currently in Ubuntu
repository. With following packages:

Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version   Architecture  Description
+++--=-=-=
ii  libegl1:amd640.2.999+git20 amd64 Vendor neutral GL dispatch 
library --
ii  libegl1-mesa:amd 17.3.3-0ubunt amd64 free implementation of the EGL 
API --
ii  libegl1-mesa-dev 17.3.3-0ubunt amd64 free implementation of the EGL 
API --
un  libegl1-x11  (no description available)


My kubuntu is not using hardware accelerated graphics.

In /var/log/Xorg.0.log file, I can see this:
[ 17324.106] (II) AIGLX: Screen 0 is not DRI2 capable
[ 17324.106] (EE) AIGLX: reverting to software rendering

Using those, I have just googled for some solution and found that when I
install those two .deb files:

libegl-mesa0_18.0.0~rc4-1_amd64.deb  
libgbm1_18.0.0~rc4-1_amd64.deb

Everything goes back to normal.

So something is wrong, but I can't go behind that point to say what
exactly.

** Changed in: mesa (Ubuntu)
   Status: Invalid => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752343

Title:
  Problem with DRI2 and GLX - bionic 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1752343/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1752343] Re: Problem with DRI2 and GLX - bionic 18.04

2018-03-01 Thread Marek ZJ
** Package changed: ubuntu => mesa (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752343

Title:
  Problem with DRI2 and GLX - bionic 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1752343/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1752343] [NEW] Problem with DRI2 and GLX - bionic 18.04

2018-02-28 Thread Marek ZJ
Public bug reported:

I have encountered the problem described below, after some recent
updates in my Kubuntu. After asking on "Answers" I was requested to open
a bug, so I'm doing it.

My problem was, that kwin stopped to show graphical effects. I'm using a laptop 
with Intel graphics - HD5500 
After some log file search I've found, that probably the cause is shown in 
Xorg.0.log:

Xorg.0.log:[  7073.803] (II) AIGLX: Screen 0 is not DRI2 capable
Xorg.0.log:[  7073.803] (EE) AIGLX: reverting to software rendering


After some googling, I have found article below, explaining possible root 
cause. I have used a solution proposed there, and after installing 
libegl-mesa0_18.0.0~rc4-1_amd64.deb and libgbm1_18.0.0~rc4-1_amd64.deb my 
problem disappeared. 

Link below describes details:

https://bugs.freedesktop.org/show_bug.cgi?id=104928

Here is some output from my OS diag tools:

lshw -C display

  *-display
   description: VGA compatible controller
   product: HD Graphics 5500
   vendor: Intel Corporation
   physical id: 2
   bus info: pci@:00:02.0
   version: 09
   width: 64 bits
   clock: 33MHz
   capabilities: msi pm vga_controller bus_master cap_list rom
   configuration: driver=i915 latency=0
   resources: irq:47 memory:c000-c0ff memory:b000-bfff 
ioport:4000(size=64) memory:c-d

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu Bionic Beaver (development branch)
Release: 18.04
Codename: bionic

uname -a
Linux hostname 4.15.0-10-generic #11-Ubuntu SMP Tue Feb 13 18:23:35 UTC 2018 
x86_64 x86_64 x86_64 GNU/Linux

sudo dmidecode -t 1
# dmidecode 3.1
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.

Handle 0x0001, DMI type 1, 27 bytes
System Information
Manufacturer: FUJITSU
Product Name: LIFEBOOK A555
Version:
Serial Number: YM3M035369
UUID: CF0F380B-2089-E511-8681-742B62ED267C
Wake-up Type: Power Switch
SKU Number:
Family: LIFEBOOK-FTS

Best Regards,

Marek

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752343

Title:
  Problem with DRI2 and GLX - bionic 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1752343/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1237296] Re: 168c:0036 [Acer Aspire E1-572] ath9k QCA9565/AR9565/QCWB335 Bluetooth works sporadic

2014-02-13 Thread Marek ZJ
Joshua,

I was suggested by your #25, where you displayed your dmesg output - I'm
not very experience in kernel debugging (yet), so it looked quite
similar for me. Anyway. I have the same device (Atheros AR9565) in my
laptop so I'm waiting for solution to finally make it working as BT
device and not only WiFi. If I can help somehow with testing, let me
know.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1237296

Title:
  168c:0036 [Acer Aspire E1-572] ath9k QCA9565/AR9565/QCWB335 Bluetooth
  works sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1237296/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1237296] Re: 168c:0036 [Acer Aspire E1-572] ath9k QCA9565/AR9565/QCWB335 Bluetooth works sporadic

2014-02-12 Thread Marek ZJ
Hi,

I've installed your newly built kernel and my bluetooth device is still
not working. I've also rebuilt btusb and ath3k modules with suggested
patch for my device identifier (0cf3:311f) which is missing from both
drivers, but it still gives me following output in dmesg:

[ 7121.317871] Bluetooth: Can't change to loading configuration err
[ 7121.317901] ath3k: probe of 2-1.4:1.0 failed with error -110
[ 7121.317951] usbcore: registered new interface driver ath3k

My device is reported by lspci as:

02:00.0 Network controller: Qualcomm Atheros QCA9565 / AR9565 Wireless
Network Adapter (rev 01)

and by lsusb as:

Bus 002 Device 005: ID 0cf3:311f Atheros Communications, Inc.

I'm currently running only linux (Mint 16) on the machine, but
originally it had  a pre-installed WIN8.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1237296

Title:
  168c:0036 [Acer Aspire E1-572] ath9k QCA9565/AR9565/QCWB335 Bluetooth
  works sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1237296/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 655098] [NEW] upgrade to pre-10.10 from 10.04 failed

2010-10-05 Thread Marek ZJ
Public bug reported:

Binary package hint: update-manager

I have tried to upgrade from 10.04 to 10.10 pre-release according to
https://help.ubuntu.com/community/MaverickUpgrades/Kubuntu instructions.
Upgrade fails wit following information:

Error during commit 'E:Couldn't configure pre-depend x11-common for x11
-xkb-utils, probably a dependency cycle.' Restoring original system
state.

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
upgrade to pre-10.10 from 10.04 failed
https://bugs.launchpad.net/bugs/655098
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs