Aurélien Francillon wrote: > for using tinyos under gentoo with msp430 you may be interested in my > overlay > here: > https://naurel.org/svn/tinyos-2-overlay/
wow, cool! > > It includes up to date ebuilds for tinyos 1 and 2 as well as a patched > version > of crossdev (under distfiles dir) in order to support msp430 gcc ... (see > http://gentoo-wiki.com/HOWTO_Cross_Compile for general crossdev info) > feedback welcome ;) I tried emerging tinyos right away, and I got a circular dependency: # emerge -vp tinyos These are the packages that would be merged, in order: Calculating dependencies... done! [nomerge ] dev-tinyos/tinyos-2.0.1 USE="java python" [nomerge ] dev-tinyos/tos-sdk-python-2.0.1 [ebuild N ] dev-tinyos/tinyos-tools-1.2.3 [ebuild N ] dev-tinyos/nesc-1.2.8a USE="-doc" [ebuild N ] dev-tinyos/tos-2.0.1 USE="-doc" !!! Error: circular dependencies: ('ebuild', '/', 'dev-tinyos/tinyos-tools-1.2.3', 'merge') depends on ('ebuild', '/', 'dev-tinyos/tos-2.0.1', 'merge') (hard) ('ebuild', '/', 'dev-tinyos/nesc-1.2.8a', 'merge') (medium) ('ebuild', '/', 'dev-tinyos/tos-2.0.1', 'merge') depends on ('ebuild', '/', 'dev-tinyos/tinyos-tools-1.2.3', 'merge') (hard) ('ebuild', '/', 'dev-tinyos/nesc-1.2.8a', 'merge') depends on ('ebuild', '/', 'dev-tinyos/tos-2.0.1', 'merge') (hard) !!! Note that circular dependencies can often be avoided by temporarily !!! disabling USE flags that trigger optional dependencies. amd I doing something wrong? Akos
