Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slicer Linux dashboard issues #16

Closed
fedorov opened this issue Apr 29, 2017 · 6 comments
Closed

Slicer Linux dashboard issues #16

fedorov opened this issue Apr 29, 2017 · 6 comments
Assignees
Labels

Comments

@fedorov
Copy link
Collaborator

fedorov commented Apr 29, 2017

Build on Win fails, but as discussed that is expected.. See #20

Linux: cmake issues http://slicer.cdash.org/viewBuildError.php?buildid=1014261

image

@jcfr ?

fedorov added a commit that referenced this issue Apr 29, 2017
Aiming to resolve mac test failure (re #16)
@jcfr jcfr changed the title Slicer dashboard issues Slicer Windows and Linux dashboard issues May 3, 2017
@jcfr jcfr changed the title Slicer Windows and Linux dashboard issues Slicer Linux dashboard issues May 25, 2017
@jcfr jcfr added the bug label May 25, 2017
@jcfr
Copy link
Collaborator

jcfr commented May 30, 2017

The Linux issue persist. See http://slicer.cdash.org/viewBuildError.php?buildid=1033658

I wasn't able to reproduce it locally .. I will debug on the factory later this week

@fedorov
Copy link
Collaborator Author

fedorov commented Aug 16, 2017

@jcfr
Copy link
Collaborator

jcfr commented Sep 6, 2017

The linux error occurs because on the factory, the script /usr/bin/lsb_release (used by pip) is written in python and despite of having #!/usr/bin/python at the top, the python library and environment that are used are the one of Slicer which is missing the package lsb_release ...

@jcfr
Copy link
Collaborator

jcfr commented Sep 9, 2017

I will integrate and finalize the fix when I am back from vacation on the week of sept 19th.

slicerbot pushed a commit to Slicer/SlicerGitSVNArchive that referenced this issue Sep 29, 2017
For example, errors occurred on the factory because the script
/usr/bin/lsb_release (used by pip) is written in python and
despite of having #!/usr/bin/python at the top, the python library
and environment that are used are the one of Slicer which is missing
the package lsb_release

See AIM-Harvard/SlicerRadiomics#16 (comment)

git-svn-id: http://svn.slicer.org/Slicer4/trunk@26402 3bd1e089-480b-0410-8dfb-8563597acbee
@ihnorton
Copy link

An alternative fix would be to edit lsb_release first line on the factory system and add -Es. That's what is done to avoid this issue in newer lsb/ubuntu releases:

https://bugs.launchpad.net/ubuntu/+source/lsb/+bug/938869/comments/28

@jcfr
Copy link
Collaborator

jcfr commented Sep 29, 2017

@ihnorton Thanks for the suggestion, when all distributions we build one will have implemented the use of -Es , we will remove the use of the lsb_release wrapper from Slicer.

In the mean time, I am closing this issue as I confirm build of extension complete on the Linux factory.

@jcfr jcfr closed this as completed Sep 29, 2017
jcfr added a commit to jcfr/SlicerGitSVNArchive that referenced this issue Oct 3, 2017
For example, errors occurred on the factory because the script
/usr/bin/lsb_release (used by pip) is written in python and
despite of having #!/usr/bin/python at the top, the python library
and environment that are used are the one of Slicer which is missing
the package lsb_release

See AIM-Harvard/SlicerRadiomics#16 (comment)

git-svn-id: http://svn.slicer.org/Slicer4/trunk@26402 3bd1e089-480b-0410-8dfb-8563597acbee
dzenanz pushed a commit to dzenanz/SlicerGitSVNArchive that referenced this issue Oct 3, 2017
For example, errors occurred on the factory because the script
/usr/bin/lsb_release (used by pip) is written in python and
despite of having #!/usr/bin/python at the top, the python library
and environment that are used are the one of Slicer which is missing
the package lsb_release

See AIM-Harvard/SlicerRadiomics#16 (comment)

git-svn-id: http://svn.slicer.org/Slicer4/trunk@26402 3bd1e089-480b-0410-8dfb-8563597acbee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants