! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
xfconf fails to compile with --disable-perl-bindings and --enable-maintainer-...
Status:
RESOLVED: FIXED

Comments

Description Christoph Mende 2010-05-30 16:35:00 CEST
make[2]: Entering directory `/var/tmp/portage/xfce-base/xfconf-9999/work/xfconf-9999/common'
  GEN    xfconf-marshal.c
  GEN    stamp-xfconf-marshal.h
  GEN    xfconf-alias.h
/bin/sh: ./make-exo-alias.pl: Permission denied

caused by the fact that $(PERL) is empty, because of this:
if test "x$use_perl" != "xno"; then
    AC_PATH_PROGS([PERL], [perl5.8 perl5.6 perl5 perl])

the same call is required if maintainer mode is used.
Comment 1 Nick Schermer editbugs 2010-05-31 20:31:31 CEST
Fixed in 503d103.

Bug #6481

Reported by:
Christoph Mende
Reported on: 2010-05-30
Last modified on: 2010-05-31

People

Assignee:
Brian J. Tarricone (not reading bugmail)
CC List:
0 users

Version

Version:
GIT Master

Attachments

Additional information