DragonFlyBSD / DPorts

The dedicated application build system for DragonFly BSD
Other
91 stars 43 forks source link

poudriere bulk can't clean up snapshots/<jail name>/ because of chflags #32

Closed jorisgio closed 11 years ago

jorisgio commented 11 years ago

I'm laucnching poudriere with poudriere bulk -J 1 -f /tmp/build -j pkg And after the first run, it won't run anymore because it fails to clean up the snapshot dir, some files are chflags schg.

rm: /poudriere/snapshots/pkg/bin: Directory not empty rm: /poudriere/snapshots/pkg/usr/bin/su: Operation not permitted rm: /poudriere/snapshots/pkg/usr/bin/man: Operation not permitted rm: /poudriere/snapshots/pkg/usr/bin/rsh: Operation not permitted rm: /poudriere/snapshots/pkg/usr/bin/chfn: Operation not permitted rm: /poudriere/snapshots/pkg/usr/bin/chsh: Operation not permitted rm: /poudriere/snapshots/pkg/usr/bin/login: Operation not permitted rm: /poudriere/snapshots/pkg/usr/bin/chpass: Operation not permitted rm: /poudriere/snapshots/pkg/usr/bin/passwd: Operation not permitted rm: /poudriere/snapshots/pkg/usr/bin/rlogin: Operation not permitted rm: /poudriere/snapshots/pkg/usr/bin/ypchfn: Operation not permitted rm: /poudriere/snapshots/pkg/usr/bin/ypchsh: Operation not permitted rm: /poudriere/snapshots/pkg/usr/bin/crontab: Operation not permitted rm: /poudriere/snapshots/pkg/usr/bin/opieinfo: Operation not permitted rm: /poudriere/snapshots/pkg/usr/bin/ypchpass: Operation not permitted rm: /poudriere/snapshots/pkg/usr/bin/yppasswd: Operation not permitted rm: /poudriere/snapshots/pkg/usr/bin/opiepasswd: Operation not permitted rm: /poudriere/snapshots/pkg/usr/bin: Directory not empty rm: /poudriere/snapshots/pkg/usr/lib/thread/libc_r.so.5: Operation not permitted rm: /poudriere/snapshots/pkg/usr/lib/thread/libthread_xu.so.2: Operation not permitted rm: /poudriere/snapshots/pkg/usr/lib/thread: Directory not empty rm: /poudriere/snapshots/pkg/usr/lib/libc.so.7: Operation not permitted rm: /poudriere/snapshots/pkg/usr/lib/libcrypt.so.4: Operation not permitted rm: /poudriere/snapshots/pkg/usr/lib/libcipher.so.3: Operation not permitted rm: /poudriere/snapshots/pkg/usr/lib: Directory not empty rm: /poudriere/snapshots/pkg/usr/sbin/sliplogin: Operation not permitted rm: /poudriere/snapshots/pkg/usr/sbin: Directory not empty rm: /poudriere/snapshots/pkg/usr/libexec/ld-elf.so.2: Operation not permitted rm: /poudriere/snapshots/pkg/usr/libexec: Directory not empty rm: /poudriere/snapshots/pkg/usr: Directory not empty rm: /poudriere/snapshots/pkg/sbin/init: Operation not permitted rm: /poudriere/snapshots/pkg/sbin: Directory not empty rm: /poudriere/snapshots/pkg: Invalid argument

jrmarino commented 11 years ago

The use of "snapshots" means you are using ports-mgmt/poudriere, not ports-mgmt/poudriere-devel. The former will be deleted soon. It only exists to give people time to move to poudriere-devel.

or in other words: ports-mgmt/poudriere is no longer supported and will eventually be replaced by poudriere-devel.

jorisgio commented 11 years ago

Ok, sorry. Closing.