I tried namcap a freshly built fakeroot from the latest abs sync Here is what it said namcap fakeroot-1.12.2-2-i686.pkg.tar.gz fakeroot E: Dependency detected and not included (bash) from files ['usr/bin/fakeroot'] fakeroot W: Dependency included but already satisfied (glibc) fakeroot W: Dependency included and not needed (filesystem) fakeroot W: Dependency included and not needed (grep) fakeroot W: Dependency included and not needed (sed) This is the dependency line from the PKGBUILD depends=('glibc' 'filesystem' 'grep' 'sed') What is namcap telling me ? Could fakeroot be built from a PKGBUILD without those dependencies? And is missing the bash dependency?