public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] my apologies for the mess with this release of MySQL 5.0.16
@ 2005-11-24 21:51 Francesco R.
  2005-11-24 22:37 ` Robin H. Johnson
  2005-11-25 16:26 ` Albert Hopkins
  0 siblings, 2 replies; 14+ messages in thread
From: Francesco R. @ 2005-11-24 21:51 UTC (permalink / raw
  To: gentoo-server; +Cc: gentoo-user, gentoo-dev

my apologies for the mess with this release of MySQL 5.0.16 and for the 
one will come with the dev-db/mysql-4.1.15-r1 ebuild

Here is the relevant list of bugs opened (and closed) as a consequence 
of the new ebuild.

[Bug 113451] mysql-4.1.15 re-keyworded as -* with no note in changelog 
as to why
[Bug 113440] typo in mysql-5.0.16-r2 init script
[Bug 113356] /etc/init.d/mysql script fails to start server in 
mysql-5.0.16
[Bug 113352] mysql-5.0.16-r1 does not 
create /usr/lib{64}/libmysqlclient.so.15 symlink
[Bug 113334] mysql MD5 mysql-extras-20050920.tar.bz2 VERIFY FAILED! (old 
ebuild has correct value)

If you installed 5.0.16, the 1st and don't want to re-emerge it, follow 
these steps:
(may need to adjust the path accordingly with ARCH and personal 
settings)

# emerge --sync
# cp /usr/portage/dev-db/mysql/files/mysql-slot.rc6 /etc/init.d/mysql
# chmod +x /etc/init.d/mysql
# cd /usr/lib{64}
# for i in libmysqlclient.so libmysqlclient_r.so ; do \
 for j in "" .15 .15.0 .15.0.0 ; do \
  echo ln -s /usr/lib/${i}.15.0.0 ${i}${j} \
 ; done \
; done
# chown -R mysql:mysql /var/run/mysqld/


Regards,
Francesco R.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-dev] my apologies for the mess with this release of MySQL 5.0.16
  2005-11-24 21:51 [gentoo-dev] my apologies for the mess with this release of MySQL 5.0.16 Francesco R.
@ 2005-11-24 22:37 ` Robin H. Johnson
  2005-11-24 23:13   ` Francesco R.
  2005-11-25 16:26 ` Albert Hopkins
  1 sibling, 1 reply; 14+ messages in thread
From: Robin H. Johnson @ 2005-11-24 22:37 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 454 bytes --]

On Thu, Nov 24, 2005 at 10:51:42PM +0100, Francesco R. wrote:
> # for i in libmysqlclient.so libmysqlclient_r.so ; do \
>  for j in "" .15 .15.0 .15.0.0 ; do \
>   echo ln -s /usr/lib/${i}.15.0.0 ${i}${j} \
>  ; done \
> ; done
ldconfig should have created these symlinks, unless something was wrong
with the .so.15.0.0.

-- 
Robin Hugh Johnson
E-Mail     : robbat2@gentoo.org
GnuPG FP   : 11AC BA4F 4778 E3F6 E4ED  F38E B27B 944E 3488 4E85

[-- Attachment #2: Type: application/pgp-signature, Size: 241 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-dev] my apologies for the mess with this release of MySQL 5.0.16
  2005-11-24 22:37 ` Robin H. Johnson
@ 2005-11-24 23:13   ` Francesco R.
  2005-11-24 23:23     ` Diego 'Flameeyes' Pettenò
  0 siblings, 1 reply; 14+ messages in thread
From: Francesco R. @ 2005-11-24 23:13 UTC (permalink / raw
  To: gentoo-dev

Alle 23:37, giovedì 24 novembre 2005, Robin H. Johnson el ga butta:
> |On Thu, Nov 24, 2005 at 10:51:42PM +0100, Francesco R. wrote:
> |> # for i in libmysqlclient.so libmysqlclient_r.so ; do \
> |>  for j in "" .15 .15.0 .15.0.0 ; do \
> |>   echo ln -s /usr/lib/${i}.15.0.0 ${i}${j} \
> |>  ; done \
> |> ; done
> |
> |ldconfig should have created these symlinks, unless something was
> | wrong with the .so.15.0.0.

did'nt know that, I will try in the ebuild too

-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-dev] my apologies for the mess with this release of MySQL 5.0.16
  2005-11-24 23:13   ` Francesco R.
@ 2005-11-24 23:23     ` Diego 'Flameeyes' Pettenò
  0 siblings, 0 replies; 14+ messages in thread
From: Diego 'Flameeyes' Pettenò @ 2005-11-24 23:23 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 287 bytes --]

On Friday 25 November 2005 00:13, Francesco R. wrote:
> did'nt know that, I will try in the ebuild too
Pretty please *don't* use ldconfig in ebuilds.

-- 
Diego "Flameeyes" Pettenò - http://dev.gentoo.org/~flameeyes/
Gentoo/ALT lead, Gentoo/FreeBSD, Video, AMD64, Sound, PAM, KDE

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-dev] my apologies for the mess with this release of MySQL 5.0.16
  2005-11-24 21:51 [gentoo-dev] my apologies for the mess with this release of MySQL 5.0.16 Francesco R.
  2005-11-24 22:37 ` Robin H. Johnson
@ 2005-11-25 16:26 ` Albert Hopkins
  2005-11-25 16:32   ` Simon Stelling
  1 sibling, 1 reply; 14+ messages in thread
From: Albert Hopkins @ 2005-11-25 16:26 UTC (permalink / raw
  To: gentoo-dev

On Thu, 2005-11-24 at 22:51 +0100, Francesco R. wrote:
> my apologies for the mess with this release of MySQL 5.0.16 and for the 
> one will come with the dev-db/mysql-4.1.15-r1 ebuild

I'm confused.  MySQL 5 seems to have been available on ~amd64 for quite
sometime.  I've already converted my database files the the 5.x format.
Now all-of-the-sudden MySQL 5 is marked -amd64 so now I must downgrade.
Is this intentional?



-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-dev] my apologies for the mess with this release of MySQL 5.0.16
  2005-11-25 16:26 ` Albert Hopkins
@ 2005-11-25 16:32   ` Simon Stelling
  2005-11-25 16:41     ` Herbie Hopkins
  2005-11-25 16:48     ` Albert Hopkins
  0 siblings, 2 replies; 14+ messages in thread
From: Simon Stelling @ 2005-11-25 16:32 UTC (permalink / raw
  To: gentoo-dev

Albert Hopkins wrote:
> Now all-of-the-sudden MySQL 5 is marked -amd64 so now I must downgrade.
> Is this intentional?

read the changelog, it says:

   24 Nov 2005; Jory A. Pratt <anarchy@gentoo.org> mysql-5.0.15.ebuild,
   mysql-5.0.16-r3.ebuild:
   version 5 does not work on clean install

-- 
Simon Stelling
Gentoo/AMD64 Operational Co-Lead
blubb@gentoo.org
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-dev] my apologies for the mess with this release of MySQL 5.0.16
  2005-11-25 16:32   ` Simon Stelling
@ 2005-11-25 16:41     ` Herbie Hopkins
  2005-11-25 19:12       ` Alin Nastac
  2005-11-25 16:48     ` Albert Hopkins
  1 sibling, 1 reply; 14+ messages in thread
From: Herbie Hopkins @ 2005-11-25 16:41 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 212 bytes --]

On Fri, 2005-11-25 at 17:32 +0100, Simon Stelling wrote:
>    version 5 does not work on clean install

A very descriptive changelog... Any idea what "does not work" means? .
Seems to work pretty well here.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-dev] my apologies for the mess with this release of MySQL 5.0.16
  2005-11-25 16:32   ` Simon Stelling
  2005-11-25 16:41     ` Herbie Hopkins
@ 2005-11-25 16:48     ` Albert Hopkins
  2005-11-25 16:51       ` Andrew Gaffney
  2005-11-25 17:11       ` Francesco R.
  1 sibling, 2 replies; 14+ messages in thread
From: Albert Hopkins @ 2005-11-25 16:48 UTC (permalink / raw
  To: gentoo-dev

On Fri, 2005-11-25 at 17:32 +0100, Simon Stelling wrote:
> Albert Hopkins wrote:
> > Now all-of-the-sudden MySQL 5 is marked -amd64 so now I must downgrade.
> > Is this intentional?
> 
> read the changelog, it says:
> 
>    24 Nov 2005; Jory A. Pratt <anarchy@gentoo.org> mysql-5.0.15.ebuild,
>    mysql-5.0.16-r3.ebuild:
>    version 5 does not work on clean install

Is there a guide or something on how to downgrade from version 5 to 4?
I'm assuming that I can't just point 4 to my database files and expect
them to work.

Also why did it take so long to determine that 5 does not work?  I've
been running 5 on amd64 systems since 21 October without any issues and
now I have to figure out how I am going to downgrade.


-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-dev] my apologies for the mess with this release of MySQL 5.0.16
  2005-11-25 16:48     ` Albert Hopkins
@ 2005-11-25 16:51       ` Andrew Gaffney
  2005-11-25 17:14         ` Albert Hopkins
  2005-11-25 17:11       ` Francesco R.
  1 sibling, 1 reply; 14+ messages in thread
From: Andrew Gaffney @ 2005-11-25 16:51 UTC (permalink / raw
  To: gentoo-dev

Albert Hopkins wrote:
> Is there a guide or something on how to downgrade from version 5 to 4?
> I'm assuming that I can't just point 4 to my database files and expect
> them to work.
> 
> Also why did it take so long to determine that 5 does not work?  I've
> been running 5 on amd64 systems since 21 October without any issues and
> now I have to figure out how I am going to downgrade.

Or you can just unmask it locally and stop whining.

-- 
Andrew Gaffney                            http://dev.gentoo.org/~agaffney/
Gentoo Linux Developer                                   Installer Project
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-dev] my apologies for the mess with this release of MySQL 5.0.16
  2005-11-25 16:48     ` Albert Hopkins
  2005-11-25 16:51       ` Andrew Gaffney
@ 2005-11-25 17:11       ` Francesco R.
  1 sibling, 0 replies; 14+ messages in thread
From: Francesco R. @ 2005-11-25 17:11 UTC (permalink / raw
  To: gentoo-dev

Problem fixed, going to readd ~amd64 now, sync again in 30 min.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-dev] my apologies for the mess with this release of MySQL 5.0.16
  2005-11-25 16:51       ` Andrew Gaffney
@ 2005-11-25 17:14         ` Albert Hopkins
  2005-11-25 17:26           ` Andrew Gaffney
  0 siblings, 1 reply; 14+ messages in thread
From: Albert Hopkins @ 2005-11-25 17:14 UTC (permalink / raw
  To: gentoo-dev

On Fri, 2005-11-25 at 10:51 -0600, Andrew Gaffney wrote:
> Or you can just unmask it locally and stop whining.

I think users have a valid reason to be concerned about this, but if
that is the developer's intention (to unmask it locally) then may I
suggest this information be provided somehow to the user?  Before now
the only information I got was it was masked because it doesn't work...
even though it has been working, at least for some users, for quite some
time.  I'm not trying to whine, just to get the what and whys.

-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-dev] my apologies for the mess with this release of MySQL 5.0.16
  2005-11-25 17:14         ` Albert Hopkins
@ 2005-11-25 17:26           ` Andrew Gaffney
  2005-11-25 17:53             ` Albert Hopkins
  0 siblings, 1 reply; 14+ messages in thread
From: Andrew Gaffney @ 2005-11-25 17:26 UTC (permalink / raw
  To: gentoo-dev

Albert Hopkins wrote:
> On Fri, 2005-11-25 at 10:51 -0600, Andrew Gaffney wrote:
>>Or you can just unmask it locally and stop whining.
> 
> I think users have a valid reason to be concerned about this, but if
> that is the developer's intention (to unmask it locally) then may I
> suggest this information be provided somehow to the user?  Before now
> the only information I got was it was masked because it doesn't work...
> even though it has been working, at least for some users, for quite some
> time.  I'm not trying to whine, just to get the what and whys.

It's really not the best idea to be using ~arch on a box with important data. 
And if you are going to be running ~arch, you should really know what it means 
to do so and how to use it properly. I recommend reading 
<http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?part=3&chap=3>. Of 
course, having done a gentoo install already, you should have already read 
through the entire handbook and thoroughly understood its contents :P

-- 
Andrew Gaffney                            http://dev.gentoo.org/~agaffney/
Gentoo Linux Developer                                   Installer Project
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-dev] my apologies for the mess with this release of MySQL 5.0.16
  2005-11-25 17:26           ` Andrew Gaffney
@ 2005-11-25 17:53             ` Albert Hopkins
  0 siblings, 0 replies; 14+ messages in thread
From: Albert Hopkins @ 2005-11-25 17:53 UTC (permalink / raw
  To: gentoo-dev

On Fri, 2005-11-25 at 11:26 -0600, Andrew Gaffney wrote:
> It's really not the best idea to be using ~arch on a box with
> important data. 
> And if you are going to be running ~arch, you should really know what
> it means 
> to do so and how to use it properly. I recommend reading 
> <http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?part=3&chap=3>. Of 
> course, having done a gentoo install already, you should have already
> read 
> through the entire handbook and thoroughly understood its contents :P
> 
Ah, but that document does little to answer my specific question which,
due to the fact that some people can actually be constructive, has not
only been answered, but it seems the original issue has been resolved.
To those people I am thankful.
 

-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-dev] my apologies for the mess with this release of MySQL 5.0.16
  2005-11-25 16:41     ` Herbie Hopkins
@ 2005-11-25 19:12       ` Alin Nastac
  0 siblings, 0 replies; 14+ messages in thread
From: Alin Nastac @ 2005-11-25 19:12 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

Herbie Hopkins wrote:

>On Fri, 2005-11-25 at 17:32 +0100, Simon Stelling wrote:
>  
>
>>   version 5 does not work on clean install
>>    
>>
>
>A very descriptive changelog... Any idea what "does not work" means? .
>Seems to work pretty well here.
>  
>
same here.
anyway, a "<dev-db/mysql-5" in /etc/portage/package.mask should do.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2005-11-25 19:15 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-24 21:51 [gentoo-dev] my apologies for the mess with this release of MySQL 5.0.16 Francesco R.
2005-11-24 22:37 ` Robin H. Johnson
2005-11-24 23:13   ` Francesco R.
2005-11-24 23:23     ` Diego 'Flameeyes' Pettenò
2005-11-25 16:26 ` Albert Hopkins
2005-11-25 16:32   ` Simon Stelling
2005-11-25 16:41     ` Herbie Hopkins
2005-11-25 19:12       ` Alin Nastac
2005-11-25 16:48     ` Albert Hopkins
2005-11-25 16:51       ` Andrew Gaffney
2005-11-25 17:14         ` Albert Hopkins
2005-11-25 17:26           ` Andrew Gaffney
2005-11-25 17:53             ` Albert Hopkins
2005-11-25 17:11       ` Francesco R.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox