Hi, 2009/1/25 Zeeshan Ali (Khattak) <[email protected]>: > Hi! > I am using GUILE_SITE_DIR m4 macro in xchat-guile to find out where > should i install my guile module. It works perfectly fine except that > `make distcheck` fails: > > test -z "/usr/share/guile/site/xchat-guile" || /bin/mkdir -p > "/usr/share/guile/site/xchat-guile" > /usr/bin/install -c '../plugin-system.scm' > '/usr/share/guile/site/xchat-guile/plugin-system.scm' > /usr/bin/install: cannot create regular file > `/usr/share/guile/site/xchat-guile/plugin-system.scm': Permission > denied
I don't quite understand what you are doing .. but ... what is the file ownership, and file permissions, on /usr/share/guile/site/xchat-guile and /usr/share/guile/site/xchat-guile/plugin-system.scm what user are you running as? If you rm -r /usr/share/guile/site/xchat-guile before starting the install, doe s the bug go away? --linas
