Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#53826 - [texstudio] texstudio 2.12.4-3 searches for old libssl.so.1.0.0

Attached to Project: Community Packages
Opened by Sven Fillinger (sven1103) - Tuesday, 25 April 2017, 17:29 GMT
Last edited by Antonio Rojas (arojas) - Tuesday, 25 April 2017, 17:39 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

After a fully system upgrade today (24/04/2017) with pacman -Syu, texstudio is not starting anymore.
Starting texstudio from terminal directly gives me this:

texstudio: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory

Obviously, this is due to the openssl update today, which installs libssl.so.1.1, so the referenced lib seems to be hardcoded?

I tried pacman -Scc and pacman -Syy, also reinstalled texstudio, no success.


Additional info:
* package version: 2.12.4-3
* output of /etc/pamcan.conf:

# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required

# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.

#
# REPOSITORIES
# - can be defined here or included from another file
# - pacman will search repositories in the order defined here
# - local/custom mirrors can be added here or in separate files
# - repositories listed first will take precedence when packages
# have identical names, regardless of version number
# - URLs will have $repo replaced by the name of the current repo
# - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
# [repo-name]
# Server = ServerName
# Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

#[testing]
#Include = /etc/pacman.d/mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

#[community-testing]
#Include = /etc/pacman.d/mirrorlist

[community]
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist

[multilib]
Include = /etc/pacman.d/mirrorlist
#Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs

[antergos]
SigLevel = PackageRequired
Include = /etc/pacman.d/antergos-mirrorlist

Steps to reproduce:
Start texstudio from command line, will give you the reported error message.
This task depends upon

Closed by  Antonio Rojas (arojas)
Tuesday, 25 April 2017, 17:39 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Switch to a more up-to-date mirror

Loading...