×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

My gentoo overlay with indilib 3rd party drivers

  • Posts: 205
  • Thank you received: 19
Still got the above, but I'm also getting this:
>> Failed to execute postinst for sci-libs/indilib-9999
 
 * Messages for package sci-libs/indilib-9999:
 
 * FAILED postinst: 1
 * ERROR: sci-libs/indilib-9999::brancik-overlay failed (postinst phase):
 *   extra arguments no longer supported; please file a bug
 * 
 * Call stack:
 *     ebuild.sh, line  124:  Called pkg_postinst
 *   environment, line 3577:  Called enewuser 'indiserver' '-1' '-1' '-1' 'usb,uucp,video' '-U'
 *   environment, line 1640:  Called die
 * The specific snippet of code:
 *           die "extra arguments no longer supported; please file a bug";
 * 
 * If you need support, post the output of `emerge --info '=sci-libs/indilib-9999::brancik-overlay'`,
 * the complete build log and the output of `emerge -pqv '=sci-libs/indilib-9999::brancik-overlay'`.
 * The complete build log is located at '/var/tmp/portage/sci-libs/indilib-9999/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sci-libs/indilib-9999/temp/environment'.
 * Working directory: '/var/tmp/portage/sci-libs/indilib-9999/homedir'
 * S: '/var/tmp/portage/sci-libs/indilib-9999/work/indilib-9999/libindi'

Looks like remove the "-U" part of the command?
Last edit: 6 years 2 months ago by Chris Ryan.
6 years 2 months ago #22510

Please Log in or Create an account to join the conversation.

  • Posts: 31
  • Thank you received: 7
Fix for the indilib is now in repo. As for the libsbig I have proposed this PR to master: github.com/indilib/indi/pull/487, which should remove the need for the patch (for other drivers too). It is otherwise not very pleasant to maintain patches applied to the live tree. So please wait few days until my PR is resolved (I hope it will be accepted).
The following user(s) said Thank You: Chris Ryan
6 years 2 months ago #22526

Please Log in or Create an account to join the conversation.

  • Posts: 205
  • Thank you received: 19
Great, thanks. I've added myself to watch that PR. Hopefully it gets through soon.
6 years 2 months ago #22532

Please Log in or Create an account to join the conversation.

  • Posts: 31
  • Thank you received: 7
I have updated overlay to v1.6.2, including new drivers. I have also included driver for astroberry-amh from rkaczorek as i plan to use it on my setup.

It seems that PR that will fix live ebuilds is on its track to be merged.
6 years 1 month ago #22827

Please Log in or Create an account to join the conversation.

  • Posts: 31
  • Thank you received: 7
Just pushed changes to overlay. Please test, if live ebuilds work for you.
6 years 1 month ago #22855

Please Log in or Create an account to join the conversation.

  • Posts: 205
  • Thank you received: 19
I've managed to successfully build everything using the live ebuilds. Haven't had the chance to try it yet, but at least there are no build errors now!
6 years 1 month ago #23029

Please Log in or Create an account to join the conversation.

  • Posts: 31
  • Thank you received: 7
Update to v1.7.0 has been pushed!
5 years 9 months ago #26611

Please Log in or Create an account to join the conversation.

  • Posts: 31
  • Thank you received: 7
Please mind that URL of git source fetching has been changed from git:// to https://. Replace /etc/layman/overlays/brancik-overlay.xml with this:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE repositories SYSTEM "/dtd/repositories.dtd">
<repositories xmlns="" version="1.0">
<repo quality="experimental" status="official">
        <name>brancik-overlay</name>
        <description>Ctibor Brancik's overlay</description>
        <homepage>https://dev.brancik.cz/git/brancik-overlay/</homepage>
        <owner type="project">
                <email>ctibor@brancik.cz</email>
                <name>Ctibor Brančík</name>
        </owner>
        <source type="git">https://git.brancik.cz/brancik-overlay.git</source>
</repo>
</repositories>

Then readd overlay like this:
layman -d brancik-overlay
layman -S
layman -a brancik-overlay
The following user(s) said Thank You: Eric
Last edit: 5 years 4 months ago by Ctibor Brančík.
5 years 4 months ago #31269

Please Log in or Create an account to join the conversation.

  • Posts: 31
  • Thank you received: 7
I've just pushed updated ebuilds for v1.7.5 including all the new drivers.
5 years 2 months ago #33211

Please Log in or Create an account to join the conversation.

  • Posts: 31
  • Thank you received: 7
Hi,
I have finally found some time to update overlay to current version, which is of course 1.8.3.

All the new drivers have been pushed into the overlay's tree.

Before update, use
emerge --clean sci-libs/asi-common sci-libs/indilib-driver-altaircam net-wireless/lime-suite sci-libs/indilib-driver-toupcam
to prevent file collisions during emerge of some drivers.

Then use emerge with
--update --deep --with-bdeps=y
to make sure that all necessary deps are being pulled in.

I haven't tested yet, if the git versions of packages emerge without problem, so problems may arise. Feel free to let me know.
4 years 2 months ago #47976

Please Log in or Create an account to join the conversation.

  • Posts: 17
  • Thank you received: 4
Is this overlay still being maintained? I attempted to add it and layman complained. I tried doing a curl on the URL you have listed, and it returned an HTTP 404 response.
4 years 3 weeks ago #50364

Please Log in or Create an account to join the conversation.

  • Posts: 3
  • Thank you received: 2
I'm not aware what happened to the repository of Ctibor Brančík, but I had kept a snapshot of his ebuilds on my disk. I prepared a new repository on the base of this great work an bumped the ebuilds to version 1.9.1 of INDI. You may enable it by ...
eselect repository enable hamari

Hope that helps.
2 years 7 months ago #74450

Please Log in or Create an account to join the conversation.

Time to create page: 1.166 seconds