stbt v29

100 views
Skip to first unread message

martin...@kentor.se

unread,
Dec 7, 2018, 8:09:23 AM12/7/18
to stb-tester
Hi,
According to the release notes stbt v29 was released back in June. Now after performing an upgrade (sudo apt-get upgrade stb-tester) I still get version 28. What am I missing?

/ Martin

David Röthlisberger

unread,
Jan 9, 2019, 4:14:24 AM1/9/19
to stb-t...@googlegroups.com, martin...@kentor.se
It appears that v29 was never uploaded to the PPA. I have done this now
(for Ubuntu 14.04 and 16.04). Try again after doing "sudo apt update".

Kind regards,

David Röthlisberger
Stb-tester.com Ltd.

--
Stb-tester.com Ltd is a company registered in England and Wales.
Registered number: 08800454. Registered office: 33b Aliwal Road,
Battersea, London, SW11 1RB.
> --
> You received this message because you are subscribed to the Google
> Groups "stb-tester" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to stb-tester+...@googlegroups.com.
> To post to this group, send email to stb-t...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/stb-tester/3c8ece96-cea9-4e9f-8399-4374d5021cc9%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

martin...@kentor.se

unread,
Jan 9, 2019, 6:48:02 AM1/9/19
to stb-tester
Thank you David. I have now managed to install it.

martin...@kentor.se

unread,
Jan 9, 2019, 7:06:32 AM1/9/19
to stb-tester
It does seem to be missing the dependency "cffi" thought. I tried installing this through pip but no luck.

martin...@kentor.se

unread,
Jan 9, 2019, 7:38:24 AM1/9/19
to stb-tester
Actually I can't run stbt at all now. Seems it's missing a config file. See below. Help!

Traceback (most recent call last):
File "/usr/lib/stbt/stbt-config", line 47, in <module>
print get_config(section, key)
File "/usr/lib/stbt/_stbt/config.py", line 25, in get_config
File "/usr/lib/stbt/_stbt/config.py", line 85, in _config_init
IOError: [Errno 2] No such file or directory: '/usr/lib/stbt/_stbt/../stbt.conf'

David Röthlisberger

unread,
Jan 9, 2019, 10:53:15 AM1/9/19
to stb-t...@googlegroups.com
I've deleted the v29 packages from the PPA. Unfortunately the v28
packages don't show up because it still thinks they are Superseded
by the now-deleted v29 packages.

You can download the v28 debs directly:
https://launchpad.net/~stb-tester/+archive/ubuntu/stb-tester/+build/14269683

You can install it with "dpkg -i", or you can build & install from
source. Either way you'll need to install all the dependencies manually
(with "apt install").

I suppose from now on we'll only do source releases, until someone steps
up and fixes the debs. If you want to help with this, we have scripts to
set up an Ubuntu environment (using Docker) to build & test the debs:

extra/debian/ubuntu-shell.sh -c "make deb"
extra/debian/test-deb.sh stb-tester*_$version-1_amd64.deb


Kind regards,

David Röthlisberger
Stb-tester.com Ltd.

--
Stb-tester.com Ltd is a company registered in England and Wales.
Registered number: 08800454. Registered office: 33b Aliwal Road,
Battersea, London, SW11 1RB.


> --
> You received this message because you are subscribed to the Google
> Groups "stb-tester" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to stb-tester+...@googlegroups.com.
> To post to this group, send email to stb-t...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/stb-tester/19d1df1c-f7ed-4b10-9b02-f79c00a31855%40googlegroups.com.

martin...@kentor.se

unread,
Jan 9, 2019, 11:16:40 AM1/9/19
to stb-tester
Thanks once again David. Looks like everything is back to normal.

I wish I could help out with the debs but I'm afraid I wouldn't even know where to start. Hopefully in the future I can make some other useful contribution to the project (time permitting) :)

Martin Sidén

unread,
Feb 8, 2019, 10:51:13 AM2/8/19
to stb-tester
Hi David,

Looks like the debs have gone missing again looking at the link you provided above. Can you help?

/ Martin  

Rinaldo Merlo

unread,
Jul 4, 2019, 9:35:50 AM7/4/19
to stb-tester
I did a sudo apt purge and installed from GitHub source as suggested, but still get a similar error for the same missing file:

$ stbt tv

Traceback (most recent call last):

  File "/usr/local/libexec/stbt/stbt_config.py", line 17, in <module>

    from _stbt.config import _config_init, ConfigurationError, get_config

ImportError: No module named _stbt.config


On Wednesday, 9 January 2019 15:53:15 UTC, David Röthlisberger wrote:
I've deleted the v29 packages from the PPA. Unfortunately the v28
packages don't show up because it still thinks they are Superseded
by the now-deleted v29 packages.

You can download the v28 debs directly:
https://launchpad.net/~stb-tester/+archive/ubuntu/stb-tester/+build/14269683

You can install it with "dpkg -i", or you can build & install from
source. Either way you'll need to install all the dependencies manually
(with "apt install").

I suppose from now on we'll only do source releases, until someone steps
up and fixes the debs. If you want to help with this, we have scripts to
set up an Ubuntu environment (using Docker) to build & test the debs:

    extra/debian/ubuntu-shell.sh -c "make deb"
    extra/debian/test-deb.sh stb-tester*_$version-1_amd64.deb


Kind regards,

David Röthlisberger
Stb-tester.com Ltd.

--
Stb-tester.com Ltd is a company registered in England and Wales.
Registered number: 08800454. Registered office: 33b Aliwal Road,
Battersea, London, SW11 1RB.


On Wed, 9 Jan 2019, at 12:38 PM, marti...@kentor.se wrote:
> Actually I can't run stbt at all now. Seems it's missing a config file.
> See below. Help!
>
> Traceback (most recent call last):
>   File "/usr/lib/stbt/stbt-config", line 47, in <module>
>     print get_config(section, key)
>   File "/usr/lib/stbt/_stbt/config.py", line 25, in get_config
>   File "/usr/lib/stbt/_stbt/config.py", line 85, in _config_init
> IOError: [Errno 2] No such file or directory: '/usr/lib/stbt/_stbt/../stbt.conf'
>
> --
> You received this message because you are subscribed to the Google
> Groups "stb-tester" group.
> To unsubscribe from this group and stop receiving emails from it, send
Reply all
Reply to author
Forward
0 new messages