FS#24217 - gc upgrade conflicts with graphviz

Attached to Project: Arch Linux
Opened by Michael Duell (akurei) - Wednesday, 11 May 2011, 11:47 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 11 May 2011, 19:36 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Kevin Piche (kpiche)
Gaetan Bisson (vesath)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 23
Private No

Details

Description:
When I try to -Syu, I cannot upgrade gc, because I get an "exists in filesystem" error. It conflicts with an already installed package named "graphviz".


Additional info:
* package version(s):
gc 7.1-1 to 7.1-2
graphviz 2.26.3-3

* config and/or log files etc.
See attachment


Steps to reproduce:
Update system with graphviz installed.
This task depends upon

Closed by  Jan de Groot (JGC)
Wednesday, 11 May 2011, 19:36 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in 7.1-3.
Comment by Ramses de Norre (Ramses_de_Norre) - Wednesday, 11 May 2011, 12:21 GMT
Apparently graphviz has a binary called gc and now there are two manpages on the same topic, one for the gc binary from graphviz and one for the gc libraries...
Comment by Michael Duell (akurei) - Wednesday, 11 May 2011, 12:22 GMT
Yes, that's why I added this as a bug to gc, because gc 7.1-1 seems to not have that problem. So this should be a packaging problem.
Comment by Gaetan Bisson (vesath) - Wednesday, 11 May 2011, 12:34 GMT
The new gc man page should probably go to section 3 of the manual; this would avoid the collision.
Comment by Richard Hoffman (coverslide) - Wednesday, 11 May 2011, 13:15 GMT
It belongs in section 3, being a library and not a user command. Just a refresher: http://www.december.com/unix/ref/mansec.html
Comment by Christian Neukirchen (chneukirchen) - Wednesday, 11 May 2011, 15:38 GMT
- install -m644 doc/gc.man "${pkgdir}/usr/share/man/man1/gc.1"
+ install -m644 doc/gc.man "${pkgdir}/usr/share/man/man3/gc.3"
Comment by Michael Duell (akurei) - Wednesday, 11 May 2011, 16:34 GMT
Disregard that comment
Comment by Michael Duell (akurei) - Wednesday, 11 May 2011, 16:35 GMT
Disregard that comment.
Comment by Michael Duell (akurei) - Wednesday, 11 May 2011, 16:38 GMT
Fixed PKGBUILD for x86_64 and i686 attached (this time correct ;))

Loading...