PDA

View Full Version : Why there are no OOorg 2 and MySQL 5?


Fipaj
November 26th, 2005, 01:08 PM
Hi!

Packages in Ubuntu repository are not up-to-date...
When can I get MySQL 5 or OOorg 2?

Best regards,
Fipaj

`GooZ´
November 26th, 2005, 01:40 PM
That's because ubuntu ddoesn't update the seperate programs during its release cycles. you could enable backports (see the backports subforum) for mysql, and OOo you can get by adding this line to your /etc/apt/sources.list:
#OpenOffice 2.0 final, not beta like ubuntu repos
deb http://people.ubuntu.com/~doko/OOo2 ./

Fipaj
November 26th, 2005, 02:07 PM
Thanks for answer...

I don't add your source, I don't really need this packages... I will wait for new release...

But I think that software update in one Ubuntu release will be good :)

dudus
November 27th, 2005, 11:16 PM
I fund that the best way to have mysql5 i to compile it from source. You could follow my how to here

http://www.ubuntuforums.org/showthread.php?t=93725

Teo
November 29th, 2005, 09:36 AM
That's because ubuntu ddoesn't update the seperate programs during its release cycles.
This mean no Firefox 1.5 in official Breezy repos? :confused:

lcg
November 29th, 2005, 10:08 AM
This mean no Firefox 1.5 in official Breezy repos? :confused:
Most probably not, perhaps in the backports once it is released and reaches Dapper Drake. You will have to wait for the 6.04 release. BTW, most people consider it "A good thing"(TM) that the software in one release is tested and stable and not updated immediately with an upstream release.
If you want to have the latest bleeding edge software, go with Gentoo ~arch, Debian unstable or FreeBSD current. You might, however, experience the occasional breakage and instability this way.

Lars

dudus
November 29th, 2005, 11:02 AM
I found that ubuntu isn't realy fast packaging new verssions. Almost every program I had issues I could resolving compiling new verssions.

I should learn how to package things so I could manage them more easyly

Teo
November 29th, 2005, 12:19 PM
Most probably not, perhaps in the backports once it is released and reaches Dapper Drake. You will have to wait for the 6.04 release. BTW, most people consider it "A good thing"(TM) that the software in one release is tested and stable and not updated immediately with an upstream release.
I realize that Canonical's software revision control approach is really good thing for Ubuntu Support Theme, I understand that FF1.5 won't be aval via official Ubuntu repos, but in Breezy repos is still bugy OOo2 beta :/.

If you want to have the latest bleeding edge software, go with Gentoo ~arch, Debian unstable or FreeBSD current.
Gentoo? No way. Compiling my OS from source code? I'm not a programmer, I'm an end user ;).
Debian... Well, I prefer Ubuntu's community :).

lcg
November 29th, 2005, 02:00 PM
I realize that Canonical's software revision control approach is really good thing for Ubuntu Support Theme, I understand that FF1.5 won't be aval via official Ubuntu repos, but in Breezy repos is still bugy OOo2 beta :/.
Agreed. That should be updated. Or they shouldn't have shipped a beta version as default in the first place, but it's a moot point arguing about that now. Anyway, I don't think it will be updated before 6.04 except maybe via backports.

Gentoo? No way. Compiling my OS from source code? I'm not a programmer, I'm an end user ;).
But Gentoo is pretty bleeding edge. If you rely on others to compile and package software for you, I'm afraid you will have to live with a certain time cycle for releases.

Debian... Well, I prefer Ubuntu's community :).
Well, AFAIK, the reputation of the Debian community is not the best. I don't know how well earned it is, though. ;)

Lars

dudus
November 30th, 2005, 03:10 PM
Well, AFAIK, the reputation of the Debian community is not the best. I don't know how well earned it is, though. ;)

In the time I used Debian I never had issues with the community. There are many maillists and the bugs are all reported very clearly.

this thread (http://ubuntuforums.org/showthread.php?t=96595) says it's gonna take a while until firefox 1.5 hits the repos. But they'll do their best to make it official and not just in the backports.

Teo
November 30th, 2005, 04:24 PM
this thread (http://ubuntuforums.org/showthread.php?t=96595) says it's gonna take a while until firefox 1.5 hits the repos. But they'll do their best to make it official and not just in the backports.
They don't have to rush. I think ther's some bug in FF1.5 Final:
When turning off autoscrolling (middle mouse button) FF is trying to open www..com page, sometimes goes to "Home page". Strange :|.

dudus
December 2nd, 2005, 12:58 AM
They don't have to rush. I think ther's some bug in FF1.5 Final:
When turning off autoscrolling (middle mouse button) FF is trying to open www..com page, sometimes goes to "Home page". Strange :|.

It's a very hard package to update as a lot of other packages depends on firefox and gecko. A bad upgrade could lead to a total buggy system

wzzrd
December 2nd, 2005, 03:41 AM
You could always just download a binary tarball from mozilla.com and install it in ~/local or something. Upgrading too soon the 'official' way will break liferea (at least) and probably a lot more programs. But still, I'm off compiling it on my gentoo install anyway :)

jdong
December 3rd, 2005, 11:25 PM
but in Breezy repos is still bugy OOo2 beta :/.

Not entirely true. MANY patches that are a part of 2.0 final have already been merged in Breezy's. To entirely rebase to 2.0 final might have actually made the package more unstable.

If there are specific bugs that you find, file a bugreport and you may get breezy-updates for it :)



Gentoo? No way. Compiling my OS from source code? I'm not a programmer, I'm an end user ;).
Debian... Well, I prefer Ubuntu's community :).

The instability associated with Gentoo and Debian Sid is often due to the in-place version updates.... Backports provides a certain level of these updates that are SAFE.... There is good reason for what Ubuntu does.