Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65951 - phpmyadmin-2.5.6 blocks phpmyadmin-2.5.7_p1 from building?
Summary: phpmyadmin-2.5.6 blocks phpmyadmin-2.5.7_p1 from building?
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-30 14:16 UTC by Wil
Modified: 2004-10-01 03:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wil 2004-09-30 14:16:42 UTC
A Block appears on the ebuild upgrade of phpmyadmin-2.5.7_p1
which seems strange to me that I should have to unmerge a package to 
get a later one and lose my config in the process.

Reproducible: Always
Steps to Reproduce:
1.emerge -up phpmyadmin
2.
3.

Actual Results:  
server ~ # emerge -up phpmyadmin

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[blocks B     ] <=dev-db/phpmyadmin-2.5.6 (from pkg dev-db/phpmyadmin-2.5.7_p1)
[ebuild     U ] net-www/apache-2.0.51-r1 [2.0.51]
[ebuild     U ] sys-devel/gcc-3.4.2-r2 [3.4.1-r2]
[ebuild     U ] app-shells/bash-3.0-r6 [3.0-r5]
[ebuild     U ] dev-util/dialog-1.0.20040731 [0.9_beta20031207-r1]
[ebuild  N    ] app-portage/gentoolkit-0.2.0_pre9
[ebuild     U ] sys-apps/coreutils-5.2.1-r2 [5.2.0-r2]
[ebuild  N    ] net-www/webapp-config-1.10-r11
[ebuild     U ] sys-libs/readline-5.0-r1 [5.0]
[ebuild     U ] dev-php/php-5.0.2 [5.0.1]
[ebuild     U ] dev-php/mod_php-5.0.2 [5.0.1]
[ebuild  N    ] dev-db/phpmyadmin-2.5.7_p1


Expected Results:  
server ~ # emerge -up phpmyadmin

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild     U ] net-www/apache-2.0.51-r1 [2.0.51]
[ebuild     U ] sys-devel/gcc-3.4.2-r2 [3.4.1-r2]
[ebuild     U ] app-shells/bash-3.0-r6 [3.0-r5]
[ebuild     U ] dev-util/dialog-1.0.20040731 [0.9_beta20031207-r1]
[ebuild  N    ] app-portage/gentoolkit-0.2.0_pre9
[ebuild     U ] sys-apps/coreutils-5.2.1-r2 [5.2.0-r2]
[ebuild  N    ] net-www/webapp-config-1.10-r11
[ebuild     U ] sys-libs/readline-5.0-r1 [5.0]
[ebuild     U ] dev-php/php-5.0.2 [5.0.1]
[ebuild     U ] dev-php/mod_php-5.0.2 [5.0.1]
[ebuild  N    ] dev-db/phpmyadmin-2.5.7_p1


I had the same problem with Xfree to X.org. I just unmerged Xfree
b/c I don't use it anymore. The following blocks are also ocurring on 
an emerge -up world:
[blocks B     ] x11-themes/gtk-engines-thinice (from pkg
x11-themes/gnome-themes-2.6.3)
[blocks B     ] gnome-extra/acme (from pkg gnome-base/control-center-2.6.1)

~ # emerge search phpmyadmin
Searching...
[ Results for search key : phpmyadmin ]
[ Applications found : 1 ]

*  dev-db/phpmyadmin
      Latest version available: 2.5.7_p1
      Latest version installed: 2.5.6
      Size of downloaded files: 1,097 kB
      Homepage:    http://www.phpmyadmin.net/
      Description: Web-based administration for MySQL database in PHP
      License:     GPL-2


I'd be glad to provide marshall with more info if needed.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2004-10-01 03:45:00 UTC
the block is need, not to mess up and mix up webapp.eclass ebuilds from old ebuilds.
unemerge the old one, then install the new one.
upgrading webapp.eclass ebuilds is supported and possible