Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 311699 - Typo in geda ebuild's DEPEND section
Summary: Typo in geda ebuild's DEPEND section
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: The Soldering-Iron Brotherhood
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-27 23:19 UTC by Kanstantsin Shautsou
Modified: 2010-04-13 15:41 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 Kanstantsin Shautsou 2010-03-27 23:19:39 UTC
# emerge -av geda-utils geda-gsymcheck geda-gnetlist geda-gattrib geda-examples geda-docs
These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] sci-electronics/geda-gsymcheck-1.4.3  170 kB
[ebuild  N    ] sci-electronics/geda-utils-1.4.3  322 kB
[ebuild  N    ] sci-electronics/geda-gnetlist-1.4.3  399 kB
[ebuild  N    ] sci-electronics/geda-gattrib-1.4.3  USE="nls" 319 kB
[ebuild  N    ] sci-electronics/geda-examples-1.4.3  257 kB
[ebuild  N    ] sci-electronics/geda-docs-1.4.3  1,796 kB
[blocks B     ] sci-electronics/geda-docs ("sci-electronics/geda-docs" is blocking sci-electronics/geda-1.6.1)
[blocks B     ] sci-electronics/geda-examples ("sci-electronics/geda-examples" is blocking sci-electronics/geda-1.6.1)
[blocks B     ] sci-electronics/geda-gnetlist ("sci-electronics/geda-gnetlist" is blocking sci-electronics/geda-1.6.1)
[blocks B     ] sci-electronics/geda-utils ("sci-electronics/geda-utils" is blocking sci-electronics/geda-1.6.1)
[blocks B     ] sci-electronics/geda-gattrib ("sci-electronics/geda-gattrib" is blocking sci-electronics/geda-1.6.1)

Total: 6 packages (6 new), Size of downloads: 3,263 kB
Conflict: 5 blocks (5 unsatisfied)

 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  ('ebuild', '/', 'sci-electronics/geda-utils-1.4.3', 'merge') pulled in by
    geda-utils

  ('ebuild', '/', 'sci-electronics/geda-examples-1.4.3', 'merge') pulled in by
    geda-examples

  ('installed', '/', 'sci-electronics/geda-1.6.1', 'nomerge') pulled in by
    sci-electronics/geda required by @selected

  ('ebuild', '/', 'sci-electronics/geda-docs-1.4.3', 'merge') pulled in by
    geda-docs

  ('ebuild', '/', 'sci-electronics/geda-gattrib-1.4.3', 'merge') pulled in by
    geda-gattrib

  ('ebuild', '/', 'sci-electronics/geda-gnetlist-1.4.3', 'merge') pulled in by
    geda-gnetlist


For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked

# emerge -av geda-gsymcheck

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] sci-electronics/geda-gsymcheck-1.4.3  170 kB

Total: 1 package (1 new), Size of downloads: 170 kB

Would you like to merge these packages? [Yes/No] 

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) sci-electronics/geda-gsymcheck-1.4.3
........................
 * Detected file collision(s):
 * 
 *      /usr/bin/gsymcheck
 *      /usr/lib/debug/usr/bin/gsymcheck.debug
 *      /usr/share/man/man1/gsymcheck.1.bz2
 *      /usr/share/gEDA/system-gsymcheckrc
 * 
 * Searching all installed packages for file collisions...
 * 
 * Press Ctrl-C to Stop
 * 
 * sci-electronics/geda-1.6.1
 *      /usr/bin/gsymcheck
 *      /usr/lib/debug/usr/bin/gsymcheck.debug
 *      /usr/share/gEDA/system-gsymcheckrc
 *      /usr/share/man/man1/gsymcheck.1.bz2
 * 
 * Package 'sci-electronics/geda-gsymcheck-1.4.3' NOT merged due to file
 * collisions. If necessary, refer to your elog messages for the whole
 * content of the above message.

>>> Failed to install sci-electronics/geda-gsymcheck-1.4.3, Log file:

So. `sed -i -e 's/geda-symcheck/geda-gsymcheck/' sci-electronics/geda/geda-1.6.1.ebuild`
Comment 1 Denis Dupeyron (RETIRED) gentoo-dev 2010-03-28 16:14:07 UTC
Fixed, thanks,

Denis.
Comment 2 Kanstantsin Shautsou 2010-04-13 15:41:52 UTC
Somebody forgot to close ;)