[Bug 1972757] [NEW] compiling arrayfire examples: undefined reference to cungtsqr_row_

2022-05-09 Thread 3t0g0
Public bug reported:

>lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 22.04 LTS
Release:22.04
Codename:   jammy

>uname -a
Linux jc-acer 5.15.0-27-generic #28-Ubuntu SMP Thu Apr 14 04:55:28 UTC 2022 
x86_64 x86_64 x86_64 GNU/Linux
>sudo apt install libarrayfire-*-dev libarrayfire-doc 
>cp /usr/share/doc/libarrayfire-doc/examples/ . -Rf
>cd examples
>mkdir build
>cd build
>cmake ..
>make
Consolidate compiler generated dependencies of target example_blas_cpu
[  0%] Linking CXX executable benchmarks/blas_cpu
/usr/bin/ld: /lib/x86_64-linux-gnu/liblapacke.so.3: undefined reference to 
`cungtsqr_row_'
/usr/bin/ld: /lib/x86_64-linux-gnu/liblapacke.so.3: undefined reference to 
`zungtsqr_row_'
/usr/bin/ld: /lib/x86_64-linux-gnu/liblapacke.so.3: undefined reference to 
`dgetsqrhrt_'
/usr/bin/ld: /lib/x86_64-linux-gnu/liblapacke.so.3: undefined reference to 
`sgetsqrhrt_'
/usr/bin/ld: /lib/x86_64-linux-gnu/liblapacke.so.3: undefined reference to 
`dorgtsqr_row_'
/usr/bin/ld: /lib/x86_64-linux-gnu/liblapacke.so.3: undefined reference to 
`sorgtsqr_row_'
/usr/bin/ld: /lib/x86_64-linux-gnu/liblapacke.so.3: undefined reference to 
`zgetsqrhrt_'
/usr/bin/ld: /lib/x86_64-linux-gnu/liblapacke.so.3: undefined reference to 
`cgetsqrhrt_'
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/example_blas_cpu.dir/build.make:98: 
benchmarks/blas_cpu] Error 1
make[1]: *** [CMakeFiles/Makefile2:375: CMakeFiles/example_blas_cpu.dir/all] 
Error 2
make: *** [Makefile:91: all] Error 2

** Affects: arrayfire (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/1972757

Title:
  compiling arrayfire examples:undefined reference to cungtsqr_row_

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


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

[Bug 1783895] Re: Screen locking fails on Suspend/Resume for laptop lid-switch

2019-10-19 Thread 3t0g0
Will something like below work? If not, how to improve it?

dbus-monitor --system
"type='signal',sender='org.freedesktop.login1',path='/org/freedesktop/login1/seat/seat0',interface='org.freedesktop.DBus.Properties',member='PropertiesChanged'"
| grep --line-buffered "ActiveSession" | while read line; do xrandr
--auto; done

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

Title:
  Screen locking fails on Suspend/Resume for laptop lid-switch

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-session/+bug/1783895/+subscriptions

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

[Bug 1783895] Re: Screen locking fails on Suspend/Resume for laptop lid-switch

2019-10-19 Thread 3t0g0
#14 is the only workable workaround for this bug.

However, is there any chance to do this automatically? Can we run
"xrandr --auto" immediately after unlocking.

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

Title:
  Screen locking fails on Suspend/Resume for laptop lid-switch

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-session/+bug/1783895/+subscriptions

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

[Bug 1769061] Re: Screen lock + Laptop lid close forces suspend

2019-10-19 Thread 3t0g0
The bug is still in xubuntu 19.10 eoan. I made a clear install with a
new sudoer account. Whenever the lid is closed with screen lock on, it
cannot be unlocked.

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

Title:
  Screen lock + Laptop lid close forces suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-power-manager/+bug/1769061/+subscriptions

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

[Bug 723739] Re: Cannot cross compile 32-bit curl apps on x86_64

2013-12-30 Thread 3t0g0
Still not fixed?

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

Title:
  Cannot cross compile 32-bit curl apps on x86_64

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

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


[Bug 846878] Re: empty space between time applet and nm-applet

2012-07-05 Thread 3t0g0
I have created two files so that the lxpanel reset script will run 
25s after logon.


eli@eli-powerpc:~$ cat .config/autostart/lxpanel-reset.desktop 
[Desktop Entry]
Categories=Utility;GTK;
Comment=Kill lxpanel and restart with LXDE profile
Exec=/home/eli/.bin/cleanpanel2 
Icon=reload
Name=LXPanel Restart
NoDisplay=false
StartupNotify=false
Terminal=false
Type=Application
eli@eli-powerpc:~$ cat /home/eli/.bin/cleanpanel2 
#!/bin/bash
sleep 25
killall lxpanel
find ~/.cache/menus -name '*' -type f -print0 | xargs -0 rm
lxpanel -p Lubuntu 

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

Title:
  empty space between time applet and nm-applet

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

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


Re: [Bug 1001825] Re: apple bluetooth keyboard and mouse: conflict between ubuntu and OS X

2012-06-27 Thread 3t0g0
Please let me know if my script works other than running at runlevel 0.

By the way, I don't have touchpad and I am curious to know whether the
touchpad works with my script or not.

Joe

On Wed, Jun 27, 2012 at 11:53 PM, Peter Hedlund
1001...@bugs.launchpad.netwrote:

 OK, so that works. An ignorant question (and I have not tested) but
 would it not be simpler to not include the script in runlevel 0?

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1001825

 Title:
  apple bluetooth keyboard and mouse: conflict between ubuntu and OS X

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


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

Title:
  apple bluetooth keyboard and mouse: conflict between ubuntu and OS X

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

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


Re: [Bug 1001825] Re: apple bluetooth keyboard and mouse: conflict between ubuntu and OS X

2012-06-26 Thread 3t0g0
Attached please find the revised version.

The computer will try 10 ($maxLoop) times before it gives up.

In my case, $maxLoop  2 will suffice.


On Tue, Jun 26, 2012 at 8:33 AM, Joe Chan freet...@gmail.com wrote:

 Then the loop should be set to have a Max say 100 before it gives up



 On 26 Jun, 2012, at 5:20 AM, Peter Hedlund 1001...@bugs.launchpad.net
 wrote:

  My major problem when using the script and then shutting down the
  computer, is that the system locks up searching for the devices if they
  are not present (taking the MacBook to another location for example).
 
  --
  You received this bug notification because you are subscribed to the bug
  report.
  https://bugs.launchpad.net/bugs/1001825
 
  Title:
   apple bluetooth keyboard and mouse: conflict between ubuntu and OS X
 
  To manage notifications about this bug go to:
 
 https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1001825/+subscriptions



** Attachment added: keyboard.sh
   
https://bugs.launchpad.net/bugs/1001825/+attachment/3204754/+files/keyboard.sh

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

Title:
  apple bluetooth keyboard and mouse: conflict between ubuntu and OS X

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

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


Re: [Bug 1001825] Re: apple bluetooth keyboard and mouse: conflict between ubuntu and OS X

2012-06-25 Thread 3t0g0
Then the loop should be set to have a Max say 100 before it gives up


On 26 Jun, 2012, at 5:20 AM, Peter Hedlund 1001...@bugs.launchpad.net
wrote:

 My major problem when using the script and then shutting down the
 computer, is that the system locks up searching for the devices if they
 are not present (taking the MacBook to another location for example).

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1001825

 Title:
  apple bluetooth keyboard and mouse: conflict between ubuntu and OS X

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

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

Title:
  apple bluetooth keyboard and mouse: conflict between ubuntu and OS X

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

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


Re: [Bug 1001825] Re: apple bluetooth keyboard and mouse: conflict between ubuntu and OS X

2012-06-19 Thread 3t0g0
update-rc.d keyboard.sh defaults


On Tue, Jun 19, 2012 at 11:42 PM, Peter Hedlund
1001...@bugs.launchpad.netwrote:

 Thank you for the script. I modified it with the correct values for my
 devices and added it to /etc/init.d but I do not see any positive
 effects. What exactly is it supposed to help with?

 If my keyboard and trackpad have been used in OSX I have a very hard
 time getting them to connect in Ubuntu. They often seem to connect for a
 few seconds but then immediately disconnect. A dialog about granting
 access keeps popping up and I repeatedly check always grant access but
 that of course does not happen.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1001825

 Title:
  apple bluetooth keyboard and mouse: conflict between ubuntu and OS X

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


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

Title:
  apple bluetooth keyboard and mouse: conflict between ubuntu and OS X

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

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


Re: [Bug 1001825] Re: apple bluetooth keyboard and mouse: conflict between ubuntu and OS X

2012-06-19 Thread 3t0g0
Have u add the appropriate symbolic links to cause the script to be
executed when the system comes up?

sudo update-rc.d keyboard.sh defaults

On Wed, Jun 20, 2012 at 1:21 AM, Joe Chan freet...@gmail.com wrote:

 update-rc.d keyboard.sh defaults


 On Tue, Jun 19, 2012 at 11:42 PM, Peter Hedlund 
1001...@bugs.launchpad.net wrote:

 Thank you for the script. I modified it with the correct values for my
 devices and added it to /etc/init.d but I do not see any positive
 effects. What exactly is it supposed to help with?

 If my keyboard and trackpad have been used in OSX I have a very hard
 time getting them to connect in Ubuntu. They often seem to connect for a
 few seconds but then immediately disconnect. A dialog about granting
 access keeps popping up and I repeatedly check always grant access but
 that of course does not happen.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1001825

 Title:
  apple bluetooth keyboard and mouse: conflict between ubuntu and OS X

 To manage notifications about this bug go to:

https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1001825/+subscriptions



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

Title:
  apple bluetooth keyboard and mouse: conflict between ubuntu and OS X

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

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


[Bug 1001825] Re: apple bluetooth keyboard and mouse: conflict between ubuntu and OS X

2012-06-19 Thread 3t0g0
unless I got magic trackpad, otherwise I can't help.

by the way, partially means that I cant' properly disconnect the
connected bluetooth device upon shutting down ubuntu.  To make  it
completely works, the bluetooth mouse and keyboard must forget ubuntu
completely after shutting down.

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

Title:
  apple bluetooth keyboard and mouse: conflict between ubuntu and OS X

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

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


[Bug 1001825] Re: apple bluetooth keyboard and mouse: conflict between ubuntu and OS X

2012-06-17 Thread 3t0g0
The put this script in /etc/init.d as an startup script. This partially
solved my problem. This is not a complete solution unfortunately.

** Attachment added: keyboard.sh
   
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1001825/+attachment/3194054/+files/keyboard.sh

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

Title:
  apple bluetooth keyboard and mouse: conflict between ubuntu and OS X

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

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


[Bug 842179] Re: Short after upgrade, Synaptic failed to open but apt-get still works

2011-09-28 Thread 3t0g0
By adding the dummy natty repo back into sources.list shall fix the
problem temporarily

[yohjiubuntu-tv:~]$ cat /etc/apt/sources.list
deb http://tw.archive.ubuntu.com/ubuntu natty main universe restricted 
multiverse

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

Title:
  Short after upgrade, Synaptic failed to open but apt-get still works

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

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


[Bug 691130] Re: PDF workflow flawed, crashes printers

2011-02-16 Thread 3t0g0
After I have installed ghostscript from 8.71 to 9.01, the print problem
fixed.

You could either download the source, compile and make from the source
http://pages.cs.wisc.edu/~ghost/doc/GPL/gpl901.htm

or to borrow the debs from natty, 
https://launchpad.net/ubuntu/+source/ghostscript/9.01~dfsg~svn12005-0ubuntu1/+buildjob/2152489

Pls let me know whether this method work for u.

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

Title:
  PDF workflow flawed, crashes printers

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


[Bug 666155] [NEW] duplicate with nvidia-current

2010-10-25 Thread 3t0g0
Public bug reported:

nvidia-current now provides
/usr/lib32/nvidia-current/vdpau/libvdpau_nvidia.so
but not
/usr/include/vdpau/vdpau.h

It is more sensible to make libvdpau be dependent on nvidia-current rather than 
embedding 
an alternate version of libvdpau_nvidia.so

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

** Description changed:

- nvidia-current now provides 
+ nvidia-current now provides
  /usr/lib32/nvidia-current/vdpau/libvdpau_nvidia.so
- but not 
+ but not
  /usr/include/vdpau/vdpau.h
+ 
+ It is more sensible to make libvdpau be dependent on nvidia-current rather 
than embedding 
+ an alternate version of libvdpau_nvidia.so

-- 
duplicate with nvidia-current
https://bugs.launchpad.net/bugs/666155
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


[Bug 369123] Re: Failed to load module canberra-gtk-module: /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so

2009-10-30 Thread 3t0g0
*** This bug is a duplicate of bug 369498 ***
https://bugs.launchpad.net/bugs/369498

wget http://frozenfox.freehostia.com/cappy/getlibs-all.deb
sudo dpkg -i getlibs-all.deb
sudo getlibs  -l libcanberra-gtk-module.so

-- 
Failed to load module canberra-gtk-module: 
/usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
https://bugs.launchpad.net/bugs/369123
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



[Bug 232163] Re: evince cannot figure out non-embedded word

2009-02-27 Thread 3t0g0
I can't read the gb2312 inside the attached 桥牌入门教程.pdf.

You are quite right in a sense that it is something related to how to
map non-embedded fonts to system fonts.

j...@ubuntu-hp:~/Desktop$ pdffonts 桥牌入门教程.pdf 
宋体 TrueType  no  no  no   2  0
黑体 TrueType  no  no  no   3  0
楷体_GB2312  TrueType  no  no  no   4  0
仿宋_GB2312  TrueType  no  no  no   5  0
黑体 TrueType  no  no  no   6  0
[none]   Type 3yes no  no   8  0

-- 
evince cannot figure out non-embedded word
https://bugs.launchpad.net/bugs/232163
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