On Wed, 17 Apr 2013 11:09:04 +0200, Sönke Ludwig wrote:

Turns out that a few things about privilege lowering were broken, too
(in this case the default /etc/vibe.conf contains numeric user/group IDs
and parsing of those failed). After the next "git pull" everything
should work now.

Next try:

vela3:vibe.d sin$ git pull
Already up-to-date.
vela3:vibe.d sin$ git status
On branch master
nothing to commit (working directory clean)
vela3:vibe.d sin$ vibe examples/diet/
Notice: This VPM build script is deprecated. It is recommended to
use DUB instead.
See https://github.com/rejectedsoftware/dub

Error executing command 'examples/diet/': Command is unknown.

Usage: vibe [<command>] [<vibe options...>] [-- <application options...>]
[CUT]

vela3:vibe.d sin$ vibe run --verbose examples/diet/
Notice: This VPM build script is deprecated. It is recommended to
use DUB instead.
See https://github.com/rejectedsoftware/dub

[0E869E01:00000000 dia] libevent version: 2.0.21-stable
[0E869E01:00000000 dia] libevent is using kqueue for events.
[0E869E01:00000000 dbg] Using vpm registry url 'http://registry.vibed.org/'
[0E869E01:00000000 dbg] Could not open vpm.json: Failed to open file '/Users/sin/Projekte/vibe.d/vpm.json'.
[0E869E01:00000000 dbg] opened file /Users/sin/Projekte/vibe.d/package.json with 1683 bytes as 7
Checking dependencies in '/Users/sin/Projekte/vibe.d'
[0E869E01:00000000 dbg] vpm initialized
[0E869E01:00000000 dbg] Application Name is 'app'
[0E869E01:00000000 dbg] opened file /var/folders/33/d0whv8kn1gb926ng6v6tvsr0000gn/T/vpm.start.XXXXXXXX.91KdmYLS with 0 bytes as 7
Error: cannot read file source/app.d
Failed: 'dmd' '-debug' '-g' '-w' '-property' '-g' '-I/Users/sin/Projekte/vibe.d/source' '-I/Users/sin/Projekte/vibe.d/import' '-Isource' '-Jviews' '-Isource' '-Jviews' '-Iimport' '-Isource' '-L-L/opt/local/lib' '-L-levent
pthreads' '-L-levent' '-L-L/opt/local/lib' '-L-lssl' '-L-lcrypto' '-version=VibeLibeventDriver' '-v' '-o-' 'source/app.d' '-Isource'