Hello,
I recently update the package xreader 2.8.3.
https://build.opensuse.org/package/show/X11:Cinnamon:Factory/xreader
Starting xreader from terminal I got.
symbol lookup error: xreader: undefined symbol: ev_document_model_set_rtl
I did not make change to the spec file macro at all, I just change the version number. The version 2.8.1 work fine with the macro. The issue start with 2.8.2 and 2.8.3.
I'm not sure if this due to missing dependency or not.
I tried installed evince-devel because ev in ev_document_model_set_rtl is relate to evince, but the issue still occur.
I also report in here https://github.com/linuxmint/xreader/issues/452 but no response yet.
Kind regards,
Andy
Hello,
I am trying to update codelite because codelite in TW is very old now.
https://build.opensuse.org/package/show/home:andythe_great:branches:devel:t…
I encounter many error related to sqlite.
undefined reference to `sqlite3_column_decltype'
undefined reference to `sqlite3_column_count'
etc
I assume that I could not find sqlite, I have add many sqlite related packages to see what sticks but no progress.
Andy
Kind regards
Hello,
since a few days ago, my local builds started failing with this error message:
rpmbuild: symbol lookup error: /usr/lib64/librpmbuild.so.9: undefined symbol: rpmPushMacroFlags
The package builds on OBS without a problem and I haven't seen anyone mention in here so it's probably
something with my machine. Any ideas?
Best regards
--
Lukas Kucharczyk — Technical Writer, SUSE Linux s.r.o.
Corso II, Křižíkova 148/34, 186-00 Praha 8 — Karlín, Czech Republic
Email: lukas.kucharczyk(a)suse.com - Office telephone: +420 284 084 000
Hi,
The Aliyun subproject for python development packages [1] is failing
every package except one for the Tumbleweed target. It seems the root
of the problem is missing python 3.6 packages that should come from
d:l:Py:
```
[ 23s] error: Failed build dependencies:
[ 23s] python36-devel is needed by python-aliyun-python-sdk-
core-2.13.25-1.4.noarch
[ 23s] python36-jmespath >= 0.9.3 is needed by python-aliyun-
python-sdk-core-2.13.25-1.4.noarch
[ 23s] python36-pycryptodome >= 3.4.7 is needed by python-
aliyun-python-sdk-core-2.13.25-1.4.noarch
[ 23s] python36-setuptools is needed by python-aliyun-python-
sdk-core-2.13.25-1.4.noarch
```
Any ideas on the issue here? Is there a project config or package
config/spec change that needs to be made to handle the "multi-python"
changes in Tumbleweed?
Thanks,
Sean
HI!
I'm trying to fix
https://bugzilla.opensuse.org/show_bug.cgi?id=1180132
Currently roundcubemail has
Requires: http_daemon
So I'd like fix package apache2 with this:
Provides: http_daemon
Is that the right approach? Is there a well-defined list of such
commonly used Provides values?
Ciao, Michael.