You are not logged in.
Pages: 1
Hi!
I created a package for smilutils-0.3. When I'm trying to run namcap on it, I'm getting the following error instead of the list of dependencies. What's wrong? How can I fix it?
namcap -i smilutils-0.3.0-1.pkg.tar.gz
Traceback (most recent call last):
File "/usr/bin/namcap", line 126, in ?
ret = pkg.analyze(pkginfo, sandbox_directory)
File "/usr/lib/python2.4/site-packages/Namcap/depends.py", line 204, in analyze
for i in pkginfo.depends:
TypeError: iteration over non-sequence
namcap -i works fine for other packages.
thanks for help
waldek
Offline
Does the pkgbuild have any deps? I think this is the bug were if you dont have any deps in your pkgbuild it'll spit out this error
Offline
it helped, thanks a lot I had no clue what the dependencies were so it was empty.
cheers
waldek
Offline
Pages: 1