You are not logged in.

#1 2020-02-01 00:40:48

boyd8444
Member
Registered: 2020-02-01
Posts: 10

[SOLVED] Sonata Music Player can no longer edit tags

Does anyone have an idea about why my sonata install stopped working after the latest tagpy update? I can no longer edit tags. I'm not sure why the boost libs are mismatched.

python3.8 calls libboost python27?

python -c "import tagpy"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python3.8/site-packages/tagpy/__init__.py", line 22, in <module>
    import _tagpy
ImportError: /usr/lib/libboost_python27.so.1.72.0: undefined symbol: PyString_Size

Last edited by boyd8444 (2020-02-04 01:43:37)

Offline

#2 2020-02-01 12:35:44

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: [SOLVED] Sonata Music Player can no longer edit tags

That does look weird, what's the output when recompiling tagpy?

Moving to AUR issues.

Offline

#3 2020-02-01 17:44:27

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: [SOLVED] Sonata Music Player can no longer edit tags


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#4 2020-02-01 18:16:06

boyd8444
Member
Registered: 2020-02-01
Posts: 10

Re: [SOLVED] Sonata Music Player can no longer edit tags

I'm using  https://aur.archlinux.org/packages/sonata/  because I prefer the original look. Now I notice that python2-tagpy is listed in red because it was recently removed from all stable repos.

Offline

#5 2020-02-02 01:48:49

boyd8444
Member
Registered: 2020-02-01
Posts: 10

Re: [SOLVED] Sonata Music Player can no longer edit tags

I used ABS to recompile boost and the same problem persists.

Offline

#6 2020-02-02 03:13:38

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,465

Re: [SOLVED] Sonata Music Player can no longer edit tags

Nobody said to recompile boost. The problem isn't in boost.

Offline

#7 2020-02-03 22:52:35

boyd8444
Member
Registered: 2020-02-01
Posts: 10

Re: [SOLVED] Sonata Music Player can no longer edit tags

And nobody told you to post an unhelpful comment to this  thread.

Offline

#8 2020-02-03 22:57:54

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,465

Re: [SOLVED] Sonata Music Player can no longer edit tags

If you want help, figure out what I said and go back and read what you were actually told.

Offline

#9 2020-02-03 23:01:32

boyd8444
Member
Registered: 2020-02-01
Posts: 10

Re: [SOLVED] Sonata Music Player can no longer edit tags

And why don't you see my earlier post about how the python2-tagpy PKGBUILD is not longer officially available and so I can't recompile it.

Offline

#10 2020-02-04 00:06:14

loqs
Member
Registered: 2014-03-06
Posts: 17,195

Re: [SOLVED] Sonata Music Player can no longer edit tags

@boyd8444 but python2-tagpy was python2 only and the output you posted was using python3.
Do you have python-tagpy from AUR installed?

Offline

#11 2020-02-04 00:55:06

boyd8444
Member
Registered: 2020-02-01
Posts: 10

Re: [SOLVED] Sonata Music Player can no longer edit tags

I tried python-tagpy from AUR but no luck. I removed python2-tagpy in the process and by the time I tried to rebuild python2-tagpy, it had already been removed from repos, so I used pacman -U to reinstall python2-tagpy-2013.1-17-x86_64.pkg.tar.xz and still no luck.

You're right, I should have used python2 to test from cli:

python2 -c "import tagpy"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python2.7/site-packages/tagpy/__init__.py", line 24, in <module>
    import _tagpy
ImportError: libboost_python27.so.1.71.0: cannot open shared object file: No such file or directory

So now the python 2.7 boost libraries are reported missing.

Offline

#12 2020-02-04 00:59:51

loqs
Member
Registered: 2014-03-06
Posts: 17,195

Re: [SOLVED] Sonata Music Player can no longer edit tags

https://git.archlinux.org/svntogit/comm … 7400633fc8
contains the PKGBUILD and patch for python2-tagpy version 2013.1 release 17 which looks to be the last release before removal.

Offline

#13 2020-02-04 01:20:23

boyd8444
Member
Registered: 2020-02-01
Posts: 10

Re: [SOLVED] Sonata Music Player can no longer edit tags

@loqs Thank you so much for locating these files! It worked! I can now edit tags again.

Offline

Board footer

Powered by FluxBB