FS#17141 - {archweb_pub} bad dependency links when package has underscore in name

Attached to Project: Arch Linux
Opened by Allan McRae (Allan) - Sunday, 15 November 2009, 06:08 GMT
Last edited by Dan McGee (toofishes) - Sunday, 31 January 2010, 22:25 GMT
Task Type Bug Report
Category Web Sites
Status Closed
Assigned To Paul Mattal (paul)
Dan McGee (toofishes)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

See: http://www.archlinux.org/packages/extra/i686/frozen-bubble/

The dependencies sdl_mixer, sdl_pango, sdl_perl all only have links to the first part of their name (sdl). Note that this seems to cause sdl_perl not to be "Required by" any package
This task depends upon

Closed by  Dan McGee (toofishes)
Sunday, 31 January 2010, 22:25 GMT
Reason for closing:  Fixed
Additional comments about closing:  Did some database updates.
Comment by Dan McGee (toofishes) - Sunday, 31 January 2010, 22:14 GMT
This is actually a duplicate of  FS#12400 , but the package hasn't been reparsed yet.
Comment by Dan McGee (toofishes) - Sunday, 31 January 2010, 22:24 GMT
update package_depends set depname = concat(depname, depvcmp), depvcmp = '' where depvcmp like '\_%' and depvcmp not like '%>%';
update package_depends set depname = concat(depname, left(depvcmp, instr(depvcmp, '>') - 1)), depvcmp = substring(depvcmp, instr(depvcmp, '>')) where depvcmp like '\_%>%';

Loading...