Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boost shared library problem on Ubuntu 18.04 snap? #5

Closed
HankB opened this issue Apr 5, 2019 · 4 comments
Closed

Boost shared library problem on Ubuntu 18.04 snap? #5

HankB opened this issue Apr 5, 2019 · 4 comments

Comments

@HankB
Copy link

HankB commented Apr 5, 2019

This is what I get when I try to execute

hbarta@cypress:~$ fancon
------------------------------------------------------------------------------------------------------------
First use: please run 'sudo fancon test && sudo fancon -lf', then configure fan profiles in /etc/fancon.conf
------------------------------------------------------------------------------------------------------------

Usage:
  fancon <command> [options]

Available commands (and options <default>):
-lf list-fans       Lists the UIDs of all fans
-ls list-sensors    List the UIDs of all temperature sensors
-wc write-config    Writes missing fan UIDs to /etc/fancon.conf
test                Tests the fan characteristic of all fans, required for usage of RPM in /etc/fancon.conf
  -r retries 4      Number of retries a test does before failure, increase if you think a failing fan can pass!
start               Starts the fancon daemon
  -f fork           Forks off the parent process
  -t threads        Ignores "threads=" in /etc/fancon.conf and sets maximum number of threads to run
stop                Stops the fancon daemon
reload              Reloads the fancon daemon

Global options: 
  -d debug          Write debug level messages to log
  -q quiet          Only write error level messages to log
Segmentation fault (core dumped)
hbarta@cypress:~$ fancon -lf
------------------------------------------------------------------------------------------------------------
First use: please run 'sudo fancon test && sudo fancon -lf', then configure fan profiles in /etc/fancon.conf
------------------------------------------------------------------------------------------------------------

Segmentation fault (core dumped)
hbarta@cypress:~$ sudo -s
[sudo] password for hbarta: 
root@cypress:~# fancon test
------------------------------------------------------------------------------------------------------------
First use: please run 'sudo fancon test && sudo fancon -lf', then configure fan profiles in /etc/fancon.conf
------------------------------------------------------------------------------------------------------------

/snap/fancon/11/bin/fancon: error while loading shared libraries: /snap/fancon/11/usr/lib/x86_64-linux-gnu/libboost_log.so.1.61.0: shared object not open
root@cypress:~# 

The shared object seems to exist.

hbarta@cypress:~$ ls -l /snap/fancon/11/usr/lib/x86_64-linux-gnu/libboost_log.so.1.61.0
-rw-r--r-- 1 root root 778496 Aug  3  2016 /snap/fancon/11/usr/lib/x86_64-linux-gnu/libboost_log.so.1.61.0

System and snap info

hbarta@cypress:~$ cat /etc/issue
Ubuntu 18.04.2 LTS \n \l

hbarta@cypress:~$ snap list fancon
Name    Version  Rev  Tracking  Publisher  Notes
fancon  0.7.2.5  11   stable    hbriese    -
hbarta@cypress:~$ dpkg -l snapd
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  snapd                    2.37.4+18.04.1    amd64             Daemon and tooling that enable snap packages
hbarta@cypress:~$ 

Let me know if there is further information that would help (or if this is not the correct place to file this bug.)

@brlin-tw
Copy link

brlin-tw commented Apr 5, 2019

Snap packager passing by.

Snaps are supposed to run everywhere that has a (working) snapd installation, so there's not a thing called Ubuntu 18.04 snap.

@HankB
Copy link
Author

HankB commented Apr 7, 2019

Thanks for the quick reply. I only meant to indicate both OS and runtime environment in the subject (as opposed to running natively on Ubuntu 18.04.)

@Teliang
Copy link

Teliang commented Apr 14, 2019

Screenshot from 2019-04-14 14-20-16

@hbriese
Copy link
Owner

hbriese commented Mar 5, 2020

Snap packages have been put on hold for now due to difficulties. Please try the latest deb or rpm release

@hbriese hbriese closed this as completed Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants