Quantcast

can't install via apt-get

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate

can't install via apt-get

robb1e
Hi,

I'm trying to install Hudson via apt-get on Ubuntu 9.04 and I'm
getting the following error.  If I download the war and run the java
command it runs ok.  Any pointers?  Output follows...

Cheers

Robbie

apt-get install hudson
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.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 hudson: Depends: daemon but it is not installable
E: Broken packages

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate

Re: can't install via apt-get

Kohsuke Kawaguchi-2

Interesting. The package does exist in Ubuntu 9.04 (which is karmic,
IIRC --- see http://packages.ubuntu.com/search?keywords=daemon)

Do you have the universe disabled somewhow? "dpkg -l | grep daemon"?

Robbie Clutton wrote:

> Hi,
>
> I'm trying to install Hudson via apt-get on Ubuntu 9.04 and I'm
> getting the following error.  If I download the war and run the java
> command it runs ok.  Any pointers?  Output follows...
>
> Cheers
>
> Robbie
>
> apt-get install hudson
> 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.
> The following information may help to resolve the situation:
>
> The following packages have unmet dependencies:
>  hudson: Depends: daemon but it is not installable
> E: Broken packages
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [hidden email]
> For additional commands, e-mail: [hidden email]
>
>


--
Kohsuke Kawaguchi
Sun Microsystems                   http://weblogs.java.net/blog/kohsuke/

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate

Re: can't install via apt-get

robb1e

The output from that command is:

dpkg -l | grep daemon
ii  libcommons-daemon-java            1.0.2~svn20061127-9ubuntu2      library to launch Java applications as daemo
rc  libdaemon0                        0.13-2                          lightweight C library for daemons - runtime
ii  upstart                           0.3.9-8                         event-based init daemon
ii  upstart-logd                      0.3.9-8                         boot logging daemon


Kohsuke Kawaguchi-2 wrote
Interesting. The package does exist in Ubuntu 9.04 (which is karmic,
IIRC --- see http://packages.ubuntu.com/search?keywords=daemon)

Do you have the universe disabled somewhow? "dpkg -l | grep daemon"?

Robbie Clutton wrote:
> Hi,
>
> I'm trying to install Hudson via apt-get on Ubuntu 9.04 and I'm
> getting the following error.  If I download the war and run the java
> command it runs ok.  Any pointers?  Output follows...
>
> Cheers
>
> Robbie
>
> apt-get install hudson
> 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.
> The following information may help to resolve the situation:
>
> The following packages have unmet dependencies:
>  hudson: Depends: daemon but it is not installable
> E: Broken packages
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@hudson.dev.java.net
> For additional commands, e-mail: users-help@hudson.dev.java.net
>
>


--
Kohsuke Kawaguchi
Sun Microsystems                   http://weblogs.java.net/blog/kohsuke/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@hudson.dev.java.net
For additional commands, e-mail: users-help@hudson.dev.java.net
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate

Re: can't install via apt-get

JenkinsPaul
This post has NOT been accepted by the mailing list yet.
I'm seeing the same error as robb1e

Running "dpkg -l | grep daemon" yields :
ii  cron                            3.0pl1-106ubuntu5                               process scheduling daemon
ii  upstart                         0.6.5-6                                         event-based init daemon

Was a suggestion that I missed?
Previous Thread Next Thread
Loading...