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

Cannot install experimental libdap .deb package from Hyrax 1.11 release (Ubuntu 14.04) #2

Closed
michaeljb opened this issue May 14, 2015 · 3 comments

Comments

@michaeljb
Copy link

I downloaded libdap_3.14.0-1_x86_64.deb from OPeNDAP's experimental debian package index, but ran into a dependency issue when trying to install it with gdebi. Apparently it requires the package libcurl, which is not available in the default repos for Ubuntu 14.04 (Trusty Tahr).

There is, however, a package named libcurl3 available for Trusty Tahr; maybe the dependency could be changed to this in the published .deb?

Below is my output showing the failed installation:

~$ sudo gdebi libdap_3.14.0-1_x86_64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Building data structures... Done
Building data structures... Done
This package is uninstallable
Dependency is not satisfiable: libcurl

The development package, libdap-devel_3.14.0-1_x86_64.deb, installed without issue.

@michaeljb
Copy link
Author

See also OPENDAP/bes#2

@michaeljb michaeljb changed the title Cannot install experimental libdap .deb package in Hyrax 1.11 release (Ubuntu 14.04) Cannot install experimental libdap .deb package from Hyrax 1.11 release (Ubuntu 14.04) May 14, 2015
@michaeljb
Copy link
Author

System info:

~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 14.04 LTS
Release:        14.04
Codename:       trusty
~$ uname -a
Linux vtelemark 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

@jgallagher59701
Copy link
Member

I'm closing this - this was an experiment to see if we could build deb packages from our RPMs. I think libdap and BES are too complex for this and we should seek a different solution like finding someone who can configure a native build for us. We might be able to integrate that into our Travis CI configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants