Anope IRC Services

Anope Support => 1.6.x (Read Only) => Topic started by: Ze0n on September 29, 2006, 01:13:45 PM

Title: Make Install Error
Post by: Ze0n on September 29, 2006, 01:13:45 PM
hi when i do make install i get this error

Box is Debian 3.1 serge

box@box:~/anope-1.6.4$ make install
cp -p lang/language.h .
(cd lang ; make CFLAGS=" -O2 -Wall -g")
make[1]: Entering directory `/home/user/anope-1.6.4/lang'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/user/anope-1.6.4/lang'
install -g y -m 750 services /home/user/services/services
install: invalid group `y'
make: *** [install] Error 1

please note i removed user details and box info
Title:
Post by: Charles Kingsley on September 29, 2006, 02:04:06 PM
By doing that, you made it a lot harder to diagnose.

I'll guess invalid group 'y'.
Title:
Post by: Ze0n on September 29, 2006, 09:06:32 PM
what has made it alot harder ? cause i removed that box info from the post ?

anyhow dose y ment to have a -

like -g -y -m

or perhaps

-g +y -m

well it's one beyond my brain
Title:
Post by: Ze0n on September 30, 2006, 03:23:49 AM
i will give 1.7 a go and see if it changes or gives me the same error
Title:
Post by: Ze0n on September 30, 2006, 03:50:52 AM
ok version 1.7.15 works fine and compiles nicely there must be something worng with 1.6 or something is missing to run on debian 3.1 serge

anyhow thanks guys