Page 1 of 2 1 2 LastLast
Results 1 to 15 of 16

Thread: Ice Debian Packages

  1. #1
    jesse is offline Registered User
    Name: Jesse Anderson
    Organization: Bright Systems
    Project: Data Moving
    Join Date
    Apr 2007
    Posts
    35

    Ice Debian Packages

    I am trying to install the Ice 3.3 release Debian packages. I added the following lines to my /etc/apt/sources.list.

    Code:
    deb http://arco.inf-cr.uclm.es/~francisco.moya/debian/ ./
    deb-src http://arco.inf-cr.uclm.es/~francisco.moya/debian/ ./
    When I try to install it, I get the following error:

    Code:
    jesse.anderson@clam:~$ sudo apt-get install zeroc-ice33
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    
    Since you only requested a single operation it is extremely likely that
    the package is simply not installable and a bug report against
    that package should be filed.
    The following information may help to resolve the situation:
    
    The following packages have unmet dependencies:
      zeroc-ice33: Depends: ice33-services (>= 3.3.0-1) but it is not installable
                   Depends: ice33-translators (>= 3.3.0-1) but it is not installable
                   Depends: libzeroc-ice33-dev (>= 3.3.0-1) but it is not installable
                   Depends: libzeroc-ice-3.3-cil (>= 3.3.0-1) but it is not going to be installed
                   Depends: python-zeroc-ice (>= 3.3.0-1) but 3.2.1-1 is to be installed
                   Depends: php-zeroc-ice (>= 3.3.0-1) but 3.2.1-1 is to be installed
    E: Broken packages
    Am I missing another repository?

  2. #2
    jesse is offline Registered User
    Name: Jesse Anderson
    Organization: Bright Systems
    Project: Data Moving
    Join Date
    Apr 2007
    Posts
    35
    I forgot to add I am using Ubuntu 7.10 and "ice33-services", etc are found in the apt repository.

  3. #3
    jesse is offline Registered User
    Name: Jesse Anderson
    Organization: Bright Systems
    Project: Data Moving
    Join Date
    Apr 2007
    Posts
    35
    Quote Originally Posted by jesse View Post
    I forgot to add I am using Ubuntu 7.10 and "ice33-services", etc are found in the apt repository.
    It should say "are NOT found in the apt repository".

  4. #4
    bernard's Avatar
    bernard is offline ZeroC Staff
    Name: Bernard Normier
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Palm Beach Gardens, FL
    Posts
    1,294
    Hi Jesse,

    Ice 3.3.0 was released yesterday (less than 24h ago); I'd be surprised if binary packages for Debian, Gentoo, Fedora, Slackware etc. were already available! On Linux, ZeroC provides binaries only for Red Hat Enterprise Linux 4.6, 5.1, and SuSE Linux Enterprise Server 10 SP1.

    If you want to try Ice 3.3.0 on Debian right away, I recommend to build Ice from source; this should be straightforward on any recent Linux distribution.

    Cheers,
    Bernard
    Bernard Normier
    ZeroC, Inc.

  5. #5
    jesse is offline Registered User
    Name: Jesse Anderson
    Organization: Bright Systems
    Project: Data Moving
    Join Date
    Apr 2007
    Posts
    35
    I had the same issue with installing the beta debian packages. Also, the package names have changed since the beta, so they appear to be the release version.

  6. #6
    ctennis is offline Registered User
    Name: Caleb Tennis
    Organization: AEI
    Project: Project GINA
    Join Date
    Mar 2006
    Posts
    123
    Packages for Gentoo are available!
    Caleb Tennis
    Analytical Engineering, Inc.
    http://www.aei-tech.com
    Project: Our facility infrastructure heavily utilizes Ice

    Gentoo ebuild maintainer for Ice, IceRuby, etc.

  7. #7
    fmoya is offline Registered User
    Name: Francisco Moya
    Organization: UCLM
    Project: Debian packages
    Join Date
    Oct 2004
    Posts
    51
    Quote Originally Posted by jesse View Post
    When I try to install it, I get the following error:

    Code:
    jesse.anderson@clam:~$ sudo apt-get install zeroc-ice33
    ...
    The following packages have unmet dependencies:
      zeroc-ice33: Depends: ice33-services (>= 3.3.0-1) but it is not installable
                   Depends: ice33-translators (>= 3.3.0-1) but it is not installable
                   Depends: libzeroc-ice33-dev (>= 3.3.0-1) but it is not installable
                   Depends: libzeroc-ice-3.3-cil (>= 3.3.0-1) but it is not going to be installed
                   Depends: python-zeroc-ice (>= 3.3.0-1) but 3.2.1-1 is to be installed
                   Depends: php-zeroc-ice (>= 3.3.0-1) but 3.2.1-1 is to be installed
    E: Broken packages
    I guess you are using an architecture different from i386. You have several options:
    • Add another repo for your architecture
    • Compile the package yourself
    • Wait for the official debian packages

    If you use PPC or an amd64 then you may just add the following repos (in addition to the i386 repo):

    Code:
    deb http://arco.inf-cr.uclm.es/~francisco.moya/debian-ppc ./
    deb http://arco.inf-cr.uclm.es/~francisco.moya/debian-amd64 ./
    But I rely on some other people to generate those packages. Therefore they may be a bit outdated.

    Compiling the Debian packages yourself is not that difficult either:

    Code:
    apt-get source zeroc-ice
    cd zeroc-ice-*
    Now you should ensure that you install the packages listed in file debian/control labeled with Build-Depends or Build-Depends-Indep. You may use /usr/lib/pbuilder/pbuilder-satisfydepends to automate that.

    Code:
    fakeroot ./debian/rules binary
    dpkg -i ../*.deb
    The official Debian packages will be available in a few days.

    Regards,
    F. Moya
    Francisco Moya Fernandez
    Computer Architecture and Tecnology Group
    University of Castilla-La Mancha

    Debian Maintainer of ZeroC Ice packages.

  8. #8
    michi's Avatar
    michi is offline Registered User
    Name: Michi Henning
    Organization: Triodia Technologies
    Project: I have a passing interest in Ice :-)
    Join Date
    Feb 2003
    Location
    Brisbane, Australia
    Posts
    1,055

    Wink

    Quote Originally Posted by ctennis View Post
    Packages for Gentoo are available!
    Man, you are setting high expectations... Next time, people will expect you to have the packages available in less than 10 milliseconds after a new Ice release

    Cheers,

    Michi.

  9. #9
    jesse is offline Registered User
    Name: Jesse Anderson
    Organization: Bright Systems
    Project: Data Moving
    Join Date
    Apr 2007
    Posts
    35
    Yes, the issue was 64-bit. Also, the 64-bit repository is still the beta code. If only they could be like the Gentoo maintainers!

  10. #10
    linuxpower is offline Registered User
    Name: Markus Bauer
    Organization: linux-power.de
    Project: Mumble
    Join Date
    Sep 2008
    Posts
    1
    Hi,

    im searching for a repository server for debian 4 and all Ice 3.3 packages. All sources that i use didn´t match. Always the same massage will displayed:

    The following packages have unmet dependencies:
    zeroc-ice33: Depends: ice33-services (>= 3.3.0-10) but it is not installable
    Depends: ice33-translators (>= 3.3.0-10) but it is not installable
    Depends: ice33-slice (>= 3.3.0-10) but it is not installable
    Depends: libzeroc-ice33-dev (>= 3.3.0-10) but it is not installable
    Depends: libzeroc-ice-3.3-cil (>= 3.3.0-10) but it is not installable
    Depends: python-zeroc-ice (>= 3.3.0-10) but 3.1.1-1 is to be installed
    Depends: php-zeroc-ice (>= 3.3.0-10) but 3.1.1-1 is to be installed
    Depends: libzeroc-ice-java (>= 3.3.0-10) but 3.1.1-2 is to be installed
    Depends: icegrid-gui (>= 3.3.0-10) but 3.1.1-2 is to be installed


    Can anyone tell me a source server there i can install all packages? The server there posted in this thread doesn´t work.

    Thx
    Markus

  11. #11
    fmoya is offline Registered User
    Name: Francisco Moya
    Organization: UCLM
    Project: Debian packages
    Join Date
    Oct 2004
    Posts
    51
    You are using the stable distribution, way too old.

    ZeroC Ice 3.3 is already available on unstable for all supported platforms.

    For the convenience of some users I made a backport of Ice 3.3 to testing (lenny). Lenny is going to be released as stable in the coming weeks but it will include Ice 3.2. Unfortunately I only provide i386 packages. This is my lenny repo:

    Code:
    deb http://arco.esi.uclm.es/~francisco.moya/debian-lenny/ ./
    deb-src http://arco.esi.uclm.es/~francisco.moya/debian/ ./
    If you are not willing to switch to unstable and you use an architecture other than i386 then you must compile the packages yourself, as explained in this thread.

    Of course you may always use apt pinning but I wouldn't recommend it. There are too many dependencies.

    Regards,
    F. Moya
    Francisco Moya Fernandez
    Computer Architecture and Tecnology Group
    University of Castilla-La Mancha

    Debian Maintainer of ZeroC Ice packages.

  12. #12
    pjtait is offline Registered User
    Name: Philip Tait
    Organization: Subaru Telescope
    Project: Fibre-Fed Multi-ObjectSpectrograph;HyperSuprimeCam
    Join Date
    Aug 2008
    Location
    Hilo, Hawaii
    Posts
    40

    Missing rc startup scripts?

    I just installed all of the zeroc-ice packages on Debian Lenny - very helpful, thanks! However, I was surprised to see there were no startup scripts in the packages.

    Fortunately, I also have a CentOS 5 box with the official RPMs installed, so I can copy from there, but I wondered if I had missed a needed package, or whether this is just something that didn't get included?

  13. #13
    DeepDiver's Avatar
    DeepDiver is offline Registered User
    Name: Thomas Mueller
    Organization: Freelance Software Developer
    Project: Project depend on Customers
    Join Date
    Nov 2004
    Location
    Munich, Bavaria, Germany
    Posts
    105
    Quote Originally Posted by pjtait View Post
    I just installed all of the zeroc-ice packages on Debian Lenny - very helpful, thanks! However, I was surprised to see there were no startup scripts in the packages.

    Fortunately, I also have a CentOS 5 box with the official RPMs installed, so I can copy from there, but I wondered if I had missed a needed package, or whether this is just something that didn't get included?
    I'd suggest to file a bug report within Debian and/or contact the maintainer:
    Debian Package Tracking System - zeroc-ice

    But the package is outdated - still on 3.3.1 - looks like dead to me.
    The maintainer didn't react to emails and bug-reports for a quite long time.

    Someone shall take care about this package .... I wish I had more time - let's see ....

    Regards,

    Thomas
    Thomas Müller, Freelance Software Developer
    My profil on www.freelancermap.de
    My Profile on Xing
    Projects depend on customers

  14. #14
    cleto.martin's Avatar
    cleto.martin is offline Registered User
    Name: Cleto Martin
    Organization: University of Castilla-La Mancha
    Project: Distributed Systems
    Join Date
    May 2008
    Posts
    5

    Ice 3.4.1 is debianized

    Hi!

    It is true Ice Debian packages are too old. Franciso Moya is currently the maintainer and he is so busy. For that reason, I have built Ice 3.4.1 packages from Francisco's version. The packages are still in development. I hope next week new packages will be availables at Debian sid.

    Meanwhile, you may install the new version from following unofficial repository (add it to your /etc/apt/sources.list):

    deb http://babel.esi.uclm.es/arco experimental main

    Hope this help.

    Cheers,
    Cleto.
    Last edited by cleto.martin; 09-29-2010 at 07:25 PM.

  15. #15
    cleto.martin's Avatar
    cleto.martin is offline Registered User
    Name: Cleto Martin
    Organization: University of Castilla-La Mancha
    Project: Distributed Systems
    Join Date
    May 2008
    Posts
    5
    Hi!

    Quote Originally Posted by pjtait View Post
    I just installed all of the zeroc-ice packages on Debian Lenny - very helpful, thanks! However, I was surprised to see there were no startup scripts in the packages.
    I don't understand very well what you refer. Do you mean startup scripts for running an icegridnode at boot time? For this case, long time ago, I built a Debian package called 'icegridnode-setup' which included startup scripts for lauching an icegridnode service at boot time. I've never publish this package, but if you think it would be useful I may publish it at Debian.

    About Ice 3.4.1 packages, they are already uploaded and, at this moment, are being checked because new packages (like libicedb) have been created. I hope packages will be available soon.

    Cheers,
    Cleto.

Page 1 of 2 1 2 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Debian packages for ZeroC Ice
    By fmoya in forum Projects
    Replies: 19
    Last Post: 02-08-2012, 08:55 AM
  2. Debian packages for Ice 3.2.1
    By fmoya in forum Patches
    Replies: 0
    Last Post: 08-15-2007, 05:45 PM
  3. Ice 3.2 Debian packages
    By fmoya in forum Patches
    Replies: 0
    Last Post: 03-22-2007, 04:35 PM
  4. Debian packages for Ice 3.0.1
    By fmoya in forum Help Center
    Replies: 1
    Last Post: 01-24-2006, 11:24 AM
  5. Debian packages for Ice 3.0.0 and IceE 1.0.0
    By fmoya in forum Help Center
    Replies: 0
    Last Post: 11-20-2005, 07:21 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •