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
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
|
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.
Sunday, 31 January 2010, 22:25 GMT
Reason for closing: Fixed
Additional comments about closing: Did some database updates.
FS#12400, but the package hasn't been reparsed yet.update package_depends set depname = concat(depname, left(depvcmp, instr(depvcmp, '>') - 1)), depvcmp = substring(depvcmp, instr(depvcmp, '>')) where depvcmp like '\_%>%';