Re: Regarding building corosync 2.4.3 on FreeBSD 8.4-RELEASE

2017-11-07 Thread Kevin Oberman
On Tue, Nov 7, 2017 at 1:06 AM, Mathieu Arnold  wrote:

> Le 07/11/2017 à 09:37, Thomas Mueller a écrit :
> > from Jaspal Kaur:
> >
> >> I am trying to build corosync 2.4.3 on FreeBSD 8.4-RELEASE. I am able
> to build its below dependencies:
> > ...
> >
> > The first thing to do is update FreeBSD, since 8.4 is long past
> end-of-life.  Oldest supported version is 10.4, better to install FreeBSD
> 11.1 or STABLE, or HEAD.
>
> Oldest supported versions are 10.3 and 11.0.
>
> 11.0 hits EOL at the end of this month, so it is not a real choice. Oldest
versions to install are really 10.4 and 11.1 as 10.3 has only 6 months
before EOL.
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Regarding building corosync 2.4.3 on FreeBSD 8.4-RELEASE

2017-11-07 Thread Mathieu Arnold
Le 07/11/2017 à 09:37, Thomas Mueller a écrit :
> from Jaspal Kaur:
>
>> I am trying to build corosync 2.4.3 on FreeBSD 8.4-RELEASE. I am able to 
>> build its below dependencies:
> ...
>
> The first thing to do is update FreeBSD, since 8.4 is long past end-of-life.  
> Oldest supported version is 10.4, better to install FreeBSD 11.1 or STABLE, 
> or HEAD.

Oldest supported versions are 10.3 and 11.0.

> If updating from source, it may require several stages, since I don't think 
> you can directly upgrade from 8.4 to 11.x or HEAD.
>
> Ports framework does not support past-EOL versions of FreeBSD.
>
> Tom
>
> ___
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
>

-- 
Mathieu Arnold




signature.asc
Description: OpenPGP digital signature


Re: Regarding building corosync 2.4.3 on FreeBSD 8.4-RELEASE

2017-11-07 Thread Thomas Mueller
from Jaspal Kaur:

> I am trying to build corosync 2.4.3 on FreeBSD 8.4-RELEASE. I am able to 
> build its below dependencies:
...

The first thing to do is update FreeBSD, since 8.4 is long past end-of-life.  
Oldest supported version is 10.4, better to install FreeBSD 11.1 or STABLE, or 
HEAD.

If updating from source, it may require several stages, since I don't think you 
can directly upgrade from 8.4 to 11.x or HEAD.

Ports framework does not support past-EOL versions of FreeBSD.

Tom

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


Regarding building corosync 2.4.3 on FreeBSD 8.4-RELEASE

2017-11-06 Thread Jaspal Kaur
Hi All,

I am trying to build corosync 2.4.3 on FreeBSD 8.4-RELEASE. I am able to build 
its below dependencies:

nss => 3.20   (nss-3.20-with-nspr-4.10.8.tar.gz)
nspr => 4.10.8 (nss-3.20-with-nspr-4.10.8.tar.gz)
libqb => 1.0.2 (libqb-1.0.2.tar.gz)

After building dependencies, when I am building corosync, I am getting below 
errors:

Making all in exec
gmake[2]: Entering directory 
`/var/mps64/main/rs_120/usr.src/contrib/corosync/corosync-2.4.3/exec'
  CC libtotem_pg_la-totemudp.lo
totemudp.c:75:21: error: pk11pub.h: No such file or directory
totemudp.c:76:20: error: pkcs11.h: No such file or directory
totemudp.c:77:21: error: prerror.h: No such file or directory
gmake[2]: *** [libtotem_pg_la-totemudp.lo] Error 1
gmake[2]: Leaving directory 
`/var/mps64/main/rs_120/usr.src/contrib/corosync/corosync-2.4.3/exec'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/var/mps64/main/rs_120/usr.src/contrib/corosync/corosync-2.4.3'
gmake: *** [all] Error 2


I understand that the above missing .h files are part of nss package. But I 
have set env variables nss_CFLAGS and nss_LIBS which are pointing to include 
and lib directory of nss respectively.
Then why its still complaining “no such file or directory”.

This is the first time I am building something on freebsd. Please help!

Thanks in advance!

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