Giter VIP home page Giter VIP logo

Comments (11)

goldhoorn avatar goldhoorn commented on August 15, 2024

I set this to wont fix because i do not want to create another 15.05.2 release
Furthermore i will create soon a 15.10 release. This release will then require ruby2.0 which is available on all systems.
If someone can provide a tested solution i'm open to reopen this. Otherwise i close this now. Even this mean that rock15.05 is not fully working anymore. We will ever have such kind of problems with osdeps and i'm have not sufficent recousrces to keep all releases running.

from rock-package_set.

Rauldg avatar Rauldg commented on August 15, 2024

OK.
The above proposed patch indeed fixes the issue for ruby1.9 (tested in my local installation) but it is not ideal for posterior versions of Ruby. Therefore it should not go in the next release or stable flavour.

from rock-package_set.

doudou avatar doudou commented on August 15, 2024

@goldhoorn: you say

I set this to wont fix because i do not want to create another 15.05.2 release

Is that really that much work ? Does it involve more than checking out stable and running the release scripts ?

Anyways, we should patch the osdeps files to install ruby-net-ssh instead of the gem

@Rauldg: just create a blablabl.osdeps-ruby19 to add 1.9-specific changes

from rock-package_set.

goldhoorn avatar goldhoorn commented on August 15, 2024

On 30.09.2015 13:55, Sylvain Joyeux wrote:

@goldhoorn https://github.com/goldhoorn: you say

I set this to wont fix because i do not want to create another
15.05.2 release

Is that really that much work ? Does it involve more than checking out
stable and running the release scripts ?

Is is possible but not solve the general problem that the release might
break because os osdep changes. Furthermore we will a new release soon
ad this was the last one which support ruby1.9. AND the old release can
be used with ruby2.0 which is available on all Systems we support.

Anyways, we should patch the osdeps files to install ruby-net-ssh
instead of the gem

@Rauldg https://github.com/Rauldg: just create a
blablabl.osdeps-ruby19 to add 1.9-specific changes


Reply to this email directly or view it on GitHub
#83 (comment).

Dipl.-Inf. Matthias Goldhoorn
Space and Underwater Robotic

Universität Bremen
FB 3 - Mathematik und Informatik
AG Robotik
Robert-Hooke-Straße 1
28359 Bremen, Germany

Zentrale: +49 421 178 45-6611

Besuchsadresse der Nebengeschäftstelle:
Robert-Hooke-Straße 5
28359 Bremen, Germany

Tel.: +49 421 178 45-4193
Empfang: +49 421 178 45-6600
Fax: +49 421 178 45-4150
E-Mail: [email protected]

Weitere Informationen: http://www.informatik.uni-bremen.de/robotik

from rock-package_set.

doudou avatar doudou commented on August 15, 2024

@Rauldg: I can't find any package that use net-ssh .... what depends on it ?

from rock-package_set.

doudou avatar doudou commented on August 15, 2024

I reopen ... will try to do a tiny 15.05.2 to fix those

from rock-package_set.

Rauldg avatar Rauldg commented on August 15, 2024

It is required for drivers/orogen/monster_interface this one is on the DFKI server.
I created a rock.osdeps-ruby19 and made a pull request on the branch rock-rc. Should it go to that branch?
#85

from rock-package_set.

goldhoorn avatar goldhoorn commented on August 15, 2024

The monster_itnerface is a dfki internal package.

I could not find any official rock package which depends on this, i
f this really the only package which depends on this i vote to remove
the definition from this pacakge set in general.

On 01.10.2015 11:57, Raúl Domínguez wrote:

It is required for |drivers/orogen/monster_interface| this one is on
the DFKI server.
I created a rock.osdeps-ruby19 and made a pull request on the branch
rock-rc. Should it go to that branch?
#85 #85


Reply to this email directly or view it on GitHub
#83 (comment).

Dipl.-Inf. Matthias Goldhoorn
Space and Underwater Robotic

Universität Bremen
FB 3 - Mathematik und Informatik
AG Robotik
Robert-Hooke-Straße 1
28359 Bremen, Germany

Zentrale: +49 421 178 45-6611

Besuchsadresse der Nebengeschäftstelle:
Robert-Hooke-Straße 5
28359 Bremen, Germany

Tel.: +49 421 178 45-4193
Empfang: +49 421 178 45-6600
Fax: +49 421 178 45-4150
E-Mail: [email protected]

Weitere Informationen: http://www.informatik.uni-bremen.de/robotik

from rock-package_set.

Rauldg avatar Rauldg commented on August 15, 2024

According to git-blame @jakobs included the net-ssh osdep. Maybe he knows if it is used by any DFKI external rock package.

from rock-package_set.

goldhoorn avatar goldhoorn commented on August 15, 2024

goldhoorn@mgoldhoorn:/bootstraps/all/dev$ autoproj update
--all-known-packages
goldhoorn@mgoldhoorn:
/bootstraps/all/dev$ find -name "manifest.xml" |
xargs grep "net-ssh"

seems like it can be removed

On 01.10.2015 13:03, Raúl Domínguez wrote:

According to git-blame @jakobs https://github.com/jakobs included
the net-ssh osdep. Maybe he knows if it is used by any DFKI external
rock package.


Reply to this email directly or view it on GitHub
#83 (comment).

Dipl.-Inf. Matthias Goldhoorn
Space and Underwater Robotic

Universität Bremen
FB 3 - Mathematik und Informatik
AG Robotik
Robert-Hooke-Straße 1
28359 Bremen, Germany

Zentrale: +49 421 178 45-6611

Besuchsadresse der Nebengeschäftstelle:
Robert-Hooke-Straße 5
28359 Bremen, Germany

Tel.: +49 421 178 45-4193
Empfang: +49 421 178 45-6600
Fax: +49 421 178 45-4150
E-Mail: [email protected]

Weitere Informationen: http://www.informatik.uni-bremen.de/robotik

from rock-package_set.

doudou avatar doudou commented on August 15, 2024

seems like it can be removed

We can't really do that, unfortunately, at least not on the release since some people might depend on it.

from rock-package_set.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.