Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 590986 - x11-misc/calise-0.5.0_p20141108 version bump
Summary: x11-misc/calise-0.5.0_p20141108 version bump
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-10 22:49 UTC by Drew
Modified: 2020-01-06 13:59 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
calibration error (file_590986.txt,2.71 KB, text/plain)
2016-08-10 22:49 UTC, Drew
Details
fix patch (camera-queryfix.diff,510 bytes, patch)
2016-08-10 22:51 UTC, Drew
Details | Diff
calise-0.5.0_p20141108-bump.patch (calise-0.5.0_p20141108-bump.patch,3.17 KB, patch)
2016-08-15 20:08 UTC, Alex Xu (Hello71)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Drew 2016-08-10 22:49:59 UTC
Created attachment 442988 [details]
calibration error

Error when trying to calibrate camera. Tried on the second laptop - segfault. Found the solution in the calise bugtracker: http://sf.net/p/calise/bugs/13/?limit=25&page=2#df68
Comment 1 Drew 2016-08-10 22:51:49 UTC
Created attachment 442990 [details, diff]
fix patch
Comment 2 Alex Xu (Hello71) 2016-08-15 20:08:14 UTC
Created attachment 443426 [details, diff]
calise-0.5.0_p20141108-bump.patch

please test this patch (also GUI if possible), thanks.
Comment 3 Drew 2016-08-16 14:18:37 UTC
(In reply to Alex Xu (Hello71) from comment #2)
> Created attachment 443426 [details, diff] [details, diff]
> calise-0.5.0_p20141108-bump.patch
> 
> please test this patch (also GUI if possible), thanks.

Thank you for the new version! It was an error during merge, but I fixed it:
* Missing digest for '/usr/local/portage/x11-misc/calise/calise-0.5.0_p20141108.ebuild'

After merge calise works fine, brightness is changing. Calibration is ok, no camera errors.

But calised fails:
$ calised --version
calised 0.5.0
$ calised --day-sleeptime=30 --night-sleeptime=300 --no-screen --capture-number=2 --capture-interval=0.05 --loglevel=debug
$ echo $?
3
$ ps ax | grep calise
32496 pts/5    S+     0:00 grep --colour=auto calise

The same is start script (but I don't use it):
$ sudo /etc/init.d/calised start
/etc/init.d/calised: line 4: /etc/rc.d/functions: No such file or directory
/etc/init.d/calised: line 16: stat_busy: command not found
[17:17:02][INFO - calise.root] Searching valid profiles within search paths
[17:17:02][CRITICAL - calise.root] Missing needed settings. Either provide them manually or run with "--configure".
/etc/init.d/calised: line 35: stat_fail: command not found
Comment 4 Alex Xu (Hello71) 2016-08-16 14:27:01 UTC
(In reply to Drew from comment #3)
> (In reply to Alex Xu (Hello71) from comment #2)
> > Created attachment 443426 [details, diff] [details, diff] [details, diff]
> > calise-0.5.0_p20141108-bump.patch
> > 
> > please test this patch (also GUI if possible), thanks.
> 
> Thank you for the new version! It was an error during merge, but I fixed it:
> * Missing digest for
> '/usr/local/portage/x11-misc/calise/calise-0.5.0_p20141108.ebuild'
> 
> After merge calise works fine, brightness is changing. Calibration is ok, no
> camera errors.
> 
> But calised fails:
> $ calised --version
> calised 0.5.0
> $ calised --day-sleeptime=30 --night-sleeptime=300 --no-screen
> --capture-number=2 --capture-interval=0.05 --loglevel=debug
> $ echo $?
> 3

according to calised --help there is option "--logfile <path>      log output file (tempfile inside calise tempdir if not specified)". can you attach that? (--logfile - or --logfile /dev/stdout might work)
Comment 5 Alex Xu (Hello71) 2016-08-16 14:28:51 UTC
also, the digest error is because you're using rsync, not git. no difference once you run ebuild manifest/digest.
Comment 6 Drew 2016-11-17 10:23:55 UTC
Sorry for the delay.

Tried v0.5.0 again, all works find: calibration, daemon and cli-tool. I think, that a previous errors were because of a [-X] use flag in sys-apps/dbus.

There are some logs: http://pastebin.com/hPUrD4uT
Comment 7 Drew 2018-07-13 08:42:54 UTC
calised 0.5.0 work fine about 2 years, maybe it can be in overlay?
Comment 8 hkBst 2018-11-13 17:29:18 UTC
calise-0.4.2 seems to hang when no camera is available instead of giving an error message. Is it possible that is fixed in a newer version?
Comment 9 Larry the Git Cow gentoo-dev 2019-12-07 22:39:03 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e9f6c6290e0874915dcd7d51640657190250442

commit 0e9f6c6290e0874915dcd7d51640657190250442
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-12-07 22:36:58 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-12-07 22:38:36 +0000

    x11-misc/calise: Mask for removal
    
    Bug: https://bugs.gentoo.org/590986
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 profiles/package.mask | 5 +++++
 1 file changed, 5 insertions(+)