pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/38922: security/libprelude fails to build
>Number: 38922
>Category: pkg
>Synopsis: security/libprelude fails to build
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon Jun 09 17:15:00 +0000 2008
>Originator: Hasso Tepper
>Release: DragonFly
>Organization:
>Environment:
DragonFly
>Description:
security/libprelude fails in install phase:
/usr/bin/install -c -o root -g wheel -m 555 './libprelude-config'
'/usr/pkg/bin/libprelude-config'
/usr/bin/install -c -o root -g wheel -d -m 711
/usr/bin/install -c -o root -g wheel -m 444 ./client.conf
/usr/pkg/share/examples/libprelude
/usr/bin/install -c -o root -g wheel -m 444 ./global.conf
/usr/pkg/share/examples/libprelude
/usr/bin/install -c -o root -g wheel -m 444 ./idmef-client.conf
/usr/pkg/share/examples/libprelude
/usr/bin/install -c -o root -g wheel -m 444 ./tls.conf
/usr/pkg/share/examples/libprelude
test -z "/usr/pkg/include/libprelude" ||
/scratch/security/libprelude/work/libprelude-0.9.17/install-sh -d
"/usr/pkg/include/libprelude"
/usr/bin/install -c -o root -g wheel -m 444 'prelude-config.h'
'/usr/pkg/include/libprelude/prelude-config.h'
gmake[3]: Leaving directory
`/scratch/security/libprelude/work/libprelude-0.9.17'
gmake[2]: Leaving directory
`/scratch/security/libprelude/work/libprelude-0.9.17'
gmake[1]: Leaving directory
`/scratch/security/libprelude/work/libprelude-0.9.17'
chown -R _prelude:_prelude /var/spool/prelude
chown: /var/spool/prelude: No such file or directory
*** Error code 1
>How-To-Repeat:
Try to build libprelude.
>Fix:
It seems that the cause is the case problem in patch-aa. Following change to
patch-aa is buildtested:
-+ $(INSTALL) -d -m 711 $(DESTDIR)$(prelude_spool_dir)
++ $(INSTALL) -d -m 711 $(DESTDIR)$(PRELUDE_SPOOL_DIR)
Home |
Main Index |
Thread Index |
Old Index