Re: error instaling any ports

2017-10-24 Thread Kurt Jaeger
Hi!

> yes
> a lot of "> 10.4 RELEASE" and " current version"

Ah, so you skipped some of the questions during the update.

Well, that takes a bit of work to clean up, but it's no deal breaker.

-- 
p...@opsec.eu+49 171 3101372 3 years to go !
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: error instaling any ports

2017-10-24 Thread Denis Granato
yes
a lot of "> 10.4 RELEASE" and " current version"

Im fighting now trying to install some packages

tks

On Tue, Oct 24, 2017 at 3:24 PM, Kurt Jaeger  wrote:

> Hi!
>
> > After second freebsd-update install
>
> Boot single-user and edit /etc/defaults/rc.conf and/or /etc/rc.conf,
> there's some typo somewhere.
>
> --
> p...@opsec.eu+49 171 3101372 3 years to
> go !
>
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: error instaling any ports

2017-10-24 Thread Kurt Jaeger
Hi!

> After second freebsd-update install

Boot single-user and edit /etc/defaults/rc.conf and/or /etc/rc.conf,
there's some typo somewhere.

-- 
p...@opsec.eu+49 171 3101372 3 years to go !
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: error instaling any ports

2017-10-23 Thread Kurt Jaeger
Hi!

> Im with a 9.3 Release now (thanks Kurt)
> but When I try to install a port, same error
> 
> root@avvio-fw:/usr/src # cd /usr/ports/net-mgmt/rancid3/
> root@avvio-fw:/usr/ports/net-mgmt/rancid3 # make delete-old-libs
> "/usr/ports/Mk/bsd.port.mk", line 1045: Unknown directive
> Unknown modifier 't'
> 
> Variable .CURDIR is recursive.
> 
> 
> Do I need to upgrade to 10?

Yes, as 9.3 is no longer supported, too.

https://www.freebsd.org/security/security.html#sup

lists what is supported. But: You can update using
freebsd-update now. Try this:

freebsd-update -r 10.4-RELEASE upgrade
# Installation kernel
freebsd-update install
shutdown -r now
# installation some userspace
freebsd-update install
# pkg-update
freebsd-update install

-- 
p...@opsec.eu+49 171 3101372 3 years to go !
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: error instaling any ports

2017-10-23 Thread Denis Granato
Im with a 9.3 Release now (thanks Kurt)
but When I try to install a port, same error

root@avvio-fw:/usr/src # cd /usr/ports/net-mgmt/rancid3/
root@avvio-fw:/usr/ports/net-mgmt/rancid3 # make delete-old-libs
"/usr/ports/Mk/bsd.port.mk", line 1045: Unknown directive
Unknown modifier 't'

Variable .CURDIR is recursive.


Do I need to upgrade to 10?

att

On Thu, Oct 19, 2017 at 6:10 PM, Denis Granato 
wrote:

> Ok its worked
> Entered in single mode
> Make installworld
> Mergemaster -UiP
>  now server is alive in 9.3
>
> Tomorrow I check the ports
>
> On Oct 19, 2017 5:36 PM, "Kurt Jaeger"  wrote:
>
>> Hi!
>>
>> > ok, I will try this, becausa I did everthing, then I reboot, like this
>> steps
>> >
>> > svn checkout https://svn.freebsd.org/base/release/9.3.0/ .
>> > make buildworld
>> > make buildkernel
>> > make installkernel
>> > make installworld
>> >
>> > mergemaster -UiP
>> > shutdown -r now
>>
>> Yes, this works for small upgrades, most of the time. Sometimes
>> it fails.
>>
>> I was lazy when I listed it that way.
>>
>> The reboot should have been between installkernel and installworld.
>>
>> --
>> p...@opsec.eu+49 171 3101372 3 years
>> to go !
>>
>
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: error instaling any ports

2017-10-19 Thread Denis Granato
Ok its worked
Entered in single mode
Make installworld
Mergemaster -UiP
 now server is alive in 9.3

Tomorrow I check the ports

On Oct 19, 2017 5:36 PM, "Kurt Jaeger"  wrote:

> Hi!
>
> > ok, I will try this, becausa I did everthing, then I reboot, like this
> steps
> >
> > svn checkout https://svn.freebsd.org/base/release/9.3.0/ .
> > make buildworld
> > make buildkernel
> > make installkernel
> > make installworld
> >
> > mergemaster -UiP
> > shutdown -r now
>
> Yes, this works for small upgrades, most of the time. Sometimes
> it fails.
>
> I was lazy when I listed it that way.
>
> The reboot should have been between installkernel and installworld.
>
> --
> p...@opsec.eu+49 171 3101372 3 years to
> go !
>
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: error instaling any ports

2017-10-19 Thread Kurt Jaeger
Hi!

> ok, I will try this, becausa I did everthing, then I reboot, like this steps
> 
> svn checkout https://svn.freebsd.org/base/release/9.3.0/ .
> make buildworld
> make buildkernel
> make installkernel
> make installworld
> 
> mergemaster -UiP
> shutdown -r now

Yes, this works for small upgrades, most of the time. Sometimes
it fails.

I was lazy when I listed it that way.

The reboot should have been between installkernel and installworld.

-- 
p...@opsec.eu+49 171 3101372 3 years to go !
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: error instaling any ports

2017-10-19 Thread Denis Granato
Good afternoon Kurt and everyone

I follow the steps (that Kurt sent with his help)
After the mergemaster -UiP
the server stop at boot, after this point (see pictures attached)



On Tue, Oct 17, 2017 at 5:11 PM, Kurt Jaeger  wrote:

> Hi!
>
> > > uname -a
> [...]
> > > *server# uname -aFreeBSD server.avgroup.loc 9.1-PRERELEASE FreeBSD
>
> So you have a PRERELEASE version and you have a custom kernel.
>
> Do you know why that is ? Any specific change that needs to
> be in that kernel config ?
>
> Please check if you have a 'svn' binary somewhere, because it looks
> like you need to do a source upgrade first.
>
> rm -rf /usr/obj /usr/src
> mkdir /usr/src
> cd /usr/src
> svn checkout https://svn.freebsd.org/base/release/9.3.0/ .
> make buildworld
> make buildkernel
> make installkernel
> make installworld
> mergemaster -UiP
> shutdown -r now
> cd /usr/src
> make check-old
> make delete-old
> make delete-old-libs
>
> > *server# freebsd-update -r 9.3-RELEASE upgradeLooking up
> update.freebsd.org
> >  mirrors... 3 mirrors found.Fetching public
> key
> > from update6.freebsd.org... failed.Fetching public key from
> > update5.freebsd.org... failed.Fetching public key from
> > update4.freebsd.org... failed.No mirrors remaining, giving up*
>
> Well, freebsd-update only works on GENERIC kernels and systems, so
> your first step needs to be a source upgrade.
>
> Please note: Your binaries from 9.1-PRE will work on 9.3, and probably on
> 10.x, so no need to worry about the packages installed for now.
>
> You can rebuild your ports when you're on 10.x.
>
> --
> p...@opsec.eu+49 171 3101372 3 years to
> go !
>
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: error instaling any ports

2017-10-19 Thread Denis Granato
ok, I will try this, becausa I did everthing, then I reboot, like this steps

svn checkout https://svn.freebsd.org/base/release/9.3.0/ .
make buildworld
make buildkernel
make installkernel
make installworld

mergemaster -UiP
shutdown -r now

On Thu, Oct 19, 2017 at 5:02 PM, Kurt Jaeger  wrote:

> Hi!
>
> > yes I can boot single mode, mount / , etc
>
> Try to boot single user mode with the new kernel, then re-run
>
> make installworld
> mergemaster -UiP
>
> The normal way to do it is to reboot after
>
> make installkernel
>
> If you ran the installworld before the reboot, some files might
> not be copied.
>
> Another thing: Try to run
>
> ifconfig
>
> and see if it can list the interfaces of the box. Maybe it's the
> old ifconfig binary still left.
>
> > Why you think its a kernel problem not some file that I change
> > in mergemaster questions
>
> I vagely remember that there was an ifconfig thing sometime around
> 9.x.
>
> --
> p...@opsec.eu+49 171 3101372 3 years to
> go !
>
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: error instaling any ports

2017-10-19 Thread Kurt Jaeger
Hi!

> yes I can boot single mode, mount / , etc

Try to boot single user mode with the new kernel, then re-run

make installworld
mergemaster -UiP

The normal way to do it is to reboot after

make installkernel

If you ran the installworld before the reboot, some files might
not be copied.

Another thing: Try to run

ifconfig

and see if it can list the interfaces of the box. Maybe it's the
old ifconfig binary still left.

> Why you think its a kernel problem not some file that I change
> in mergemaster questions

I vagely remember that there was an ifconfig thing sometime around
9.x.

-- 
p...@opsec.eu+49 171 3101372 3 years to go !
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: error instaling any ports

2017-10-19 Thread Denis Granato
yes I can boot single mode, mount / , etc
Why you think its a kernel problem not some file that I change
in mergemaster questions

because, I boot the serve once and the 9.1-> 9.3 worked
after mergemaster and reboot that happened

On Thu, Oct 19, 2017 at 4:39 PM, Kurt Jaeger  wrote:

> Hi!
>
> > I follow the steps (that Kurt sent with his help)
> > After the mergemaster -UiP
> > the server stop at boot, after this point (see pictures attached)
>
> Can you boot single-mode ?
>
> Can you boot the old kernel ?
>
> --
> p...@opsec.eu+49 171 3101372 3 years to
> go !
>
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: error instaling any ports

2017-10-19 Thread Denis Granato
Good afternoon Kurt and everyone

I follow the steps (that Kurt sent with his help)
After the mergemaster -UiP
the server stop at boot, after this point

cant attach pictures because of the size, follow some messages errors

ifconfig: ioctl (set name): file exists

/etc/rc warning $ipv6_ifconfig_lo0 is obsolete

ifconfig: lo0 bad value
eval list_vars: not found
eval: sort_lite: not found

these last 3, continues repeatly for ever
I cant get the login screen

On Tue, Oct 17, 2017 at 5:11 PM, Kurt Jaeger  wrote:

> Hi!
>
> > > uname -a
> [...]
> > > *server# uname -aFreeBSD server.avgroup.loc 9.1-PRERELEASE FreeBSD
>
> So you have a PRERELEASE version and you have a custom kernel.
>
> Do you know why that is ? Any specific change that needs to
> be in that kernel config ?
>
> Please check if you have a 'svn' binary somewhere, because it looks
> like you need to do a source upgrade first.
>
> rm -rf /usr/obj /usr/src
> mkdir /usr/src
> cd /usr/src
> svn checkout https://svn.freebsd.org/base/release/9.3.0/ .
> make buildworld
> make buildkernel
> make installkernel
> make installworld
> mergemaster -UiP
> shutdown -r now
> cd /usr/src
> make check-old
> make delete-old
> make delete-old-libs
>
> > *server# freebsd-update -r 9.3-RELEASE upgradeLooking up
> update.freebsd.org
> >  mirrors... 3 mirrors found.Fetching public
> key
> > from update6.freebsd.org... failed.Fetching public key from
> > update5.freebsd.org... failed.Fetching public key from
> > update4.freebsd.org... failed.No mirrors remaining, giving up*
>
> Well, freebsd-update only works on GENERIC kernels and systems, so
> your first step needs to be a source upgrade.
>
> Please note: Your binaries from 9.1-PRE will work on 9.3, and probably on
> 10.x, so no need to worry about the packages installed for now.
>
> You can rebuild your ports when you're on 10.x.
>
> --
> p...@opsec.eu+49 171 3101372 3 years to
> go !
>
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: error instaling any ports

2017-10-19 Thread Kurt Jaeger
Hi!

> I follow the steps (that Kurt sent with his help)
> After the mergemaster -UiP
> the server stop at boot, after this point (see pictures attached)

Can you boot single-mode ?

Can you boot the old kernel ?

-- 
p...@opsec.eu+49 171 3101372 3 years to go !
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: error instaling any ports

2017-10-19 Thread Kevin Oberman
On Wed, Oct 18, 2017 at 3:12 AM, Denis Granato 
wrote:

> thanks guys , I will try and let you know
> about the kernel, I think was for ipfw or something
>

No need for a custom kernel for this. If you configure ipfw in rc.conf as
per the Handbook (29.4), it will load the module and your configuration
using the GENERIC kernel.

I might also point out that use of freebsd-update does NOT require that you
run a GENERIC kernel. This is discussed in the Handbook (23.2). You MUST
have a copy of the GENERIC kernel, either as your boot kernel or by placing
a copy of the GENERIC kernel in /boot/GENERIC. (N.B. This is a file name,
not a directory.) This does require rebuilding your custom kernel after the
update is otherwise complete.
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683

>
>
>
> On Tue, Oct 17, 2017 at 5:11 PM, Kurt Jaeger  wrote:
>
> > Hi!
> >
> > > > uname -a
> > [...]
> > > > *server# uname -aFreeBSD server.avgroup.loc 9.1-PRERELEASE FreeBSD
> >
> > So you have a PRERELEASE version and you have a custom kernel.
> >
> > Do you know why that is ? Any specific change that needs to
> > be in that kernel config ?
> >
> > Please check if you have a 'svn' binary somewhere, because it looks
> > like you need to do a source upgrade first.
> >
> > rm -rf /usr/obj /usr/src
> > mkdir /usr/src
> > cd /usr/src
> > svn checkout https://svn.freebsd.org/base/release/9.3.0/ .
> > make buildworld
> > make buildkernel
> > make installkernel
> > make installworld
> > mergemaster -UiP
> > shutdown -r now
> > cd /usr/src
> > make check-old
> > make delete-old
> > make delete-old-libs
> >
> > > *server# freebsd-update -r 9.3-RELEASE upgradeLooking up
> > update.freebsd.org
> > >  mirrors... 3 mirrors found.Fetching public
> > key
> > > from update6.freebsd.org... failed.Fetching public key from
> > > update5.freebsd.org... failed.Fetching public key from
> > > update4.freebsd.org... failed.No mirrors remaining, giving up*
> >
> > Well, freebsd-update only works on GENERIC kernels and systems, so
> > your first step needs to be a source upgrade.
> >
> > Please note: Your binaries from 9.1-PRE will work on 9.3, and probably on
> > 10.x, so no need to worry about the packages installed for now.
> >
> > You can rebuild your ports when you're on 10.x.
> >
> > --
> > p...@opsec.eu+49 171 3101372 3 years
> to
> > go !
> >
> ___
> freebsd-stable@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
>
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: error instaling any ports

2017-10-18 Thread Denis Granato
thanks guys , I wil try and let you know
about the kernel, I think was for ipfw or something



On Tue, Oct 17, 2017 at 5:11 PM, Kurt Jaeger  wrote:

> Hi!
>
> > > uname -a
> [...]
> > > *server# uname -aFreeBSD server.avgroup.loc 9.1-PRERELEASE FreeBSD
>
> So you have a PRERELEASE version and you have a custom kernel.
>
> Do you know why that is ? Any specific change that needs to
> be in that kernel config ?
>
> Please check if you have a 'svn' binary somewhere, because it looks
> like you need to do a source upgrade first.
>
> rm -rf /usr/obj /usr/src
> mkdir /usr/src
> cd /usr/src
> svn checkout https://svn.freebsd.org/base/release/9.3.0/ .
> make buildworld
> make buildkernel
> make installkernel
> make installworld
> mergemaster -UiP
> shutdown -r now
> cd /usr/src
> make check-old
> make delete-old
> make delete-old-libs
>
> > *server# freebsd-update -r 9.3-RELEASE upgradeLooking up
> update.freebsd.org
> >  mirrors... 3 mirrors found.Fetching public
> key
> > from update6.freebsd.org... failed.Fetching public key from
> > update5.freebsd.org... failed.Fetching public key from
> > update4.freebsd.org... failed.No mirrors remaining, giving up*
>
> Well, freebsd-update only works on GENERIC kernels and systems, so
> your first step needs to be a source upgrade.
>
> Please note: Your binaries from 9.1-PRE will work on 9.3, and probably on
> 10.x, so no need to worry about the packages installed for now.
>
> You can rebuild your ports when you're on 10.x.
>
> --
> p...@opsec.eu+49 171 3101372 3 years to
> go !
>
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: error instaling any ports

2017-10-17 Thread Shane Ambler
On 18/10/2017 05:41, Kurt Jaeger wrote:

> Please note: Your binaries from 9.1-PRE will work on 9.3, and probably on
> 10.x, so no need to worry about the packages installed for now. 
> 
> You can rebuild your ports when you're on 10.x.
> 

If you have trouble running anything after the system upgrade,
installing misc/compat9x should resolve the issues until you get your
ports updated.

-- 
FreeBSD - the place to B...Software Developing

Shane Ambler

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: error instaling any ports

2017-10-17 Thread Kurt Jaeger
Hi!

> > uname -a
[...]
> > *server# uname -aFreeBSD server.avgroup.loc 9.1-PRERELEASE FreeBSD

So you have a PRERELEASE version and you have a custom kernel.

Do you know why that is ? Any specific change that needs to
be in that kernel config ?

Please check if you have a 'svn' binary somewhere, because it looks
like you need to do a source upgrade first.

rm -rf /usr/obj /usr/src
mkdir /usr/src
cd /usr/src
svn checkout https://svn.freebsd.org/base/release/9.3.0/ .
make buildworld
make buildkernel
make installkernel
make installworld
mergemaster -UiP
shutdown -r now
cd /usr/src
make check-old
make delete-old
make delete-old-libs

> *server# freebsd-update -r 9.3-RELEASE upgradeLooking up update.freebsd.org
>  mirrors... 3 mirrors found.Fetching public key
> from update6.freebsd.org... failed.Fetching public key from
> update5.freebsd.org... failed.Fetching public key from
> update4.freebsd.org... failed.No mirrors remaining, giving up*

Well, freebsd-update only works on GENERIC kernels and systems, so
your first step needs to be a source upgrade.

Please note: Your binaries from 9.1-PRE will work on 9.3, and probably on
10.x, so no need to worry about the packages installed for now. 

You can rebuild your ports when you're on 10.x.

-- 
p...@opsec.eu+49 171 3101372 3 years to go !
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: error instaling any ports

2017-10-17 Thread Denis Granato
> So, what does
>
> uname -a
>
>
>
> *server# uname -aFreeBSD server.avgroup.loc 9.1-PRERELEASE FreeBSD
> 9.1-PRERELEASE #0 r238721: Mon Jul 23 17:34:45 BRT 2012
> r...@server.avgroup.loc:/usr/obj/usr/stable9/sys/AVVIO_FW  i386You have new
> mail.*
>
> What does
>
> freebsd-version -ku
>
> *dont have this command*
>
> Can you try to do these steps to get to a slightly newer version first ?
>
> freebsd-update -r 9.3-RELEASE upgrade
>






*server# freebsd-update -r 9.3-RELEASE upgradeLooking up update.freebsd.org
 mirrors... 3 mirrors found.Fetching public key
from update6.freebsd.org... failed.Fetching public key from
update5.freebsd.org... failed.Fetching public key from
update4.freebsd.org... failed.No mirrors remaining, giving up*


# installation kernel
> freebsd-update install
>


> shutdown -r now
> # installation userspace
> freebsd-update install
> # pkg-update
> freebsd-update install
>
> --
> p...@opsec.eu+49 171 3101372 3 years to
> go !
>
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: error instaling any ports

2017-10-17 Thread Kurt Jaeger
Hi!

> Yes, I need help, its exactly what Im trying to do, upgrade
> to a newer version

So, what does

uname -a

say ?

What does

freebsd-version -ku

say ?

Can you try to do these steps to get to a slightly newer version first ?

freebsd-update -r 9.3-RELEASE upgrade
# installation kernel
freebsd-update install
shutdown -r now
# installation userspace
freebsd-update install
# pkg-update
freebsd-update install

-- 
p...@opsec.eu+49 171 3101372 3 years to go !
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: error instaling any ports

2017-10-17 Thread Denis Granato
Hi Kurt
Yes, I need help, its exactly what Im trying to do, upgrade
to a newer version

tks

On Tue, Oct 17, 2017 at 3:32 PM, Kurt Jaeger  wrote:

> Hi!
>
> > I have a 9.1 freebsd server, and every ports I try to install I get
> > the follow error
>
> 9.1 is no longer supported. Any chance to upgrade ? Do you need
> help to upgrade that box ?
>
> --
> p...@opsec.eu+49 171 3101372 3 years to
> go !
>
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: error instaling any ports

2017-10-17 Thread Rainer Duffner

> Am 17.10.2017 um 19:29 schrieb Denis Granato :
> 
> Hello everyone
> 
> I have a 9.1 freebsd server, and every ports I try to install I get
> the follow error
> 
> 
> 
> 
> 
> 
> 
> *server# cd /usr/ports/devel/subversionserver# make install
> clean"/usr/ports/Mk/bsd.port.mk ", line 1045: Unknown
> directiveUnknown modifier 't'Variable .CURDIR is recursive.server# *
> ___
> freebsd-stable@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"



Is this a recent ports-tree?

FreeBSD 9.1 has been out of support for probably the better part of three years.
No chance a current ports-tree is usable on it.

If for whatever reason you insist on staying with 9.1, you should use a 
ports-tree from 9.2-RELEASE or maybe 9.3-RELEASE.



___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: error instaling any ports

2017-10-17 Thread Kurt Jaeger
Hi!

> I have a 9.1 freebsd server, and every ports I try to install I get
> the follow error

9.1 is no longer supported. Any chance to upgrade ? Do you need
help to upgrade that box ?

-- 
p...@opsec.eu+49 171 3101372 3 years to go !
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


error instaling any ports

2017-10-17 Thread Denis Granato
Hello everyone

I have a 9.1 freebsd server, and every ports I try to install I get
the follow error







*server# cd /usr/ports/devel/subversionserver# make install
clean"/usr/ports/Mk/bsd.port.mk ", line 1045: Unknown
directiveUnknown modifier 't'Variable .CURDIR is recursive.server# *
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"