ArchLinux dependencies cannot by resolved

Hi!

I’ve been trying to build a package for ArchExtra but unfortunately packman cannot resolved dependencies even all of them are in Extra or Core. You can have a look at my project here:

https://build.opensuse.org/package/show/home:copyme:DGtal/DGtal

logfile: https://build.opensuse.org/build/home:copyme:DGtal/Arch_Extra/i586/DGtal/_logPKGBUILD: https://build.opensuse.org/package/view_file/home:copyme:DGtal/DGtal/PKGBUILD?expand=1

To me it rather looks like sudo fails. May be you need to install /etc/sudoers to suppress password prompt.

Well, how I can do it? Should not Arch on OBS be already configured to avoid this type of problems? I reported this as a bug.

I am not familiar with Arch build setup; in RPM I would probably add snippet to %prep or %build section.

prepare() is called after resolving dependencies. So would not help.