Author Topic: [SOLVED] Why is the ubuntu-package "zentyal-mail" gone?  (Read 1945 times)

Christian.Wantia

  • Zen Apprentice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
[SOLVED] Why is the ubuntu-package "zentyal-mail" gone?
« on: March 30, 2014, 02:09:07 pm »
Hallo,

an "apt-get install zentyal-mail" gives me this:

Quote
Package zentyal-mail is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'zentyal-mail' has no installation candidate

My "/etc/apt/sources.list.d/zentyal.list" contains:

Quote
deb http://archive.zentyal.org/zentyal 3.4 main extra

Should I add the following?

Quote
deb http://archive.zentyal.org/zentyal 3.4-proposed main extra proposed

Or is there something wrong with the mail-package?
« Last Edit: April 01, 2014, 06:50:45 pm by Christian.Wantia »

Marcus

  • Forum Moderator
  • Zen Samurai
  • *****
  • Posts: 395
  • Karma: +12/-0
    • View Profile
    • Professional IT Service
Re: Why is the ubuntu-package "zentyal-mail" gone?
« Reply #1 on: March 30, 2014, 03:03:10 pm »
Hello Christian.Wantia,

I could be wrong but it could be related to an outdated sources lists...

Have you tried the following before trying the package install:
Code: [Select]
sudo apt-get update
Marcus

Christian.Wantia

  • Zen Apprentice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Re: Why is the ubuntu-package "zentyal-mail" gone?
« Reply #2 on: March 30, 2014, 04:04:12 pm »
Have you tried the following before trying the package install:
Code: [Select]
sudo apt-get update

sure ;-)

If you search for "package: zentyal-mail" in http://archive.zentyal.org/zentyal/dists/3.4/main/binary-amd64/Packages, you'll find only "package: zentyal-mailfilter".
« Last Edit: March 30, 2014, 04:07:38 pm by Christian.Wantia »

meiser

  • Zen Apprentice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Re: Why is the ubuntu-package "zentyal-mail" gone?
« Reply #3 on: March 30, 2014, 06:31:16 pm »
And zentyal-openchange can't be installed because of missing zentyal-mail package.

Code: [Select]
zentyal@zentyal:~$ LANG=C sudo apt-get install zentyal-openchange
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:
 zentyal-openchange : Depends: zentyal-mail (>= 3.4.1) but it is not installable
E: Unable to correct problems, you have held broken packages.
zentyal@zentyal:~$

robb

  • Guest
Re: Why is the ubuntu-package "zentyal-mail" gone?
« Reply #4 on: March 30, 2014, 11:31:29 pm »
Zentyal-mail package should be available: https://github.com/Zentyal/zentyal/blob/3.4/main/mail/debian/changelog

Maybe the package didn't arrive yet (or someone forgot to package the code?...  :-X   ::)  :P )

jbahillo

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1444
  • Karma: +77/-2
    • View Profile
Re: Why is the ubuntu-package "zentyal-mail" gone?
« Reply #5 on: March 31, 2014, 11:37:46 am »
Hello:

I've seen several posts regarding this, so I think the index of the repo has been broken. Nevertheless it should be fixed now:

Code: [Select]
Package: zentyal-mail
Version: 3.4.1
Architecture: all


In the improbable cause this might happen again, remember that you can always check the file through

http://archive.zentyal.org/zentyal/pool/main/z/zentyal-mail/

Christian.Wantia

  • Zen Apprentice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Re: Why is the ubuntu-package "zentyal-mail" gone?
« Reply #6 on: April 01, 2014, 06:51:29 pm »
I've seen several posts regarding this, so I think the index of the repo has been broken. Nevertheless it should be fixed now:

Thanks. :-)