Displaying 5 results from an estimated 5 matches for "paramfile".
2012 Dec 12
1
/usr/src/sys/conf/newvers.sh, SYSDIR set to wrong directory.
...to newver.sh because the
newvers.sh is sourced by the Makefile in /usr/src/include instead of
executing it:
osreldate.h: ${.CURDIR}/../sys/conf/newvers.sh ${.CURDIR}/../sys/sys/param.h \
${.CURDIR}/Makefile
@${ECHO} creating osreldate.h from newvers.sh
@MAKE=${MAKE}; \
PARAMFILE=${.CURDIR}/../sys/sys/param.h; \
. ${.CURDIR}/../sys/conf/newvers.sh; \
Now the question is how to fix this?
-Kimmo
2003 Apr 22
1
installworld (touch: not found)
...alling world.
--------------------------------------------------------------
>>> Installing everything..
--------------------------------------------------------------
cd /usr/src; make -f Makefile.inc1 install
===> share/info
===> include
creating osreldate.h from newvers.sh
setvar PARAMFILE /usr/src/include/../sys/sys/param.h; .
/usr/src/include/../sys/conf/newvers.sh; echo "$COPYRIGHT"
> osreldate.h; echo "#ifdef _KERNEL" >> osreldate.h;
echo '#error "osreldate.h must not be used in the kernel, use
sys/param....
2003 Aug 25
1
help again
Hello freebsd-stable,
pls anyone help with this probs..
i always failed to cvsup my box..
in the make buildworld (stage 4:: populating /usr/obj/usr/src/i386/usr/include),session always shown these error msgs:
cd /usr/src/share/info; /usr/obj/usr/src/make.i386/make buildincludes; /usr/obj/usr/src/make.i386/make installincludes
===> include
cd /usr/src/include;
2003 Jun 15
3
0.99.10-test12
http://dovecot.procontrol.fi/test/
I should have released 0.99.10 already I think.. There's just two
annoying problems that I think should be fixed first:
- PAM: If user gives a wrong password, dovecot-auth process sleeps for
two seconds, blocking everyone else who are trying to authenticate at
the time. So using PAM isn't very good idea at the moment.
- OpenSSL problems. Are they
2003 May 16
2
make installworld fails : touch not found ?
...shift; done
--------------------------------------------------------------
>>> Installing everything..
--------------------------------------------------------------
cd /usr/src; make -f Makefile.inc1 install
===> share/info
===> include
creating osreldate.h from newvers.sh
setvar PARAMFILE /usr/src/include/../sys/sys/param.h; .
/usr/src/include/../sys
/conf/newvers.sh; echo "$COPYRIGHT" > osreldate.h;
echo "#ifdef _KERNEL" >> osreldate.h;
echo '#
error "osreldate.h must not be used in the kernel, use sys/p...