OPNsense Forum

Archive => 20.1 Legacy Series => Topic started by: tejas.designer07 on February 15, 2020, 08:27:10 AM

Title: Error code 1 during make vga
Post by: tejas.designer07 on February 15, 2020, 08:27:10 AM
Hi,

I am trying to build stable/20.1 and I am successfully able to complete src, ports, plugins and core builds. When I run 'make vga' I get the following error.


Message from syslog-ng324-3.24.1:

--
syslog-ng is now installed!  To replace FreeBSD's standard syslogd
(/usr/sbin/syslogd), complete these steps:

1. Create a configuration file named /usr/local/etc/syslog-ng.conf
   (a sample named syslog-ng.conf.sample has been included in
   /usr/local/etc). Note that this is a change in 2.0.2
   version, previous ones put the config file in
   /usr/local/etc/syslog-ng/syslog-ng.conf, so if this is an update
   move that file in the right place

2. Configure syslog-ng to start automatically by adding the following
   to /etc/rc.conf:

        syslog_ng_enable="YES"

3. Prevent the standard FreeBSD syslogd from starting automatically by
   adding a line to the end of your /etc/rc.conf file that reads:

        syslogd_enable="NO"

4. Shut down the standard FreeBSD syslogd:

     kill `cat /var/run/syslog.pid`

5. Start syslog-ng:

     /usr/local/etc/rc.d/syslog-ng start
--
===>   NOTICE:

This port is deprecated; you may wish to reconsider installing it:

Agreed upon upstream one year deprecation policy.

It is scheduled to be removed on or after 2020-12-12.
=====
Message from wpa_supplicant-2.9:

--
To use the ports version of WPA Supplicant instead of the base, add:

    wpa_supplicant_program="/usr/local/sbin/wpa_supplicant"

to /etc/rc.conf
*** Error code 70

Stop.
make: stopped in /usr/tools


When I retry to make vga I now get the following error.


>>> Running build step: packages
>>> Setting up stage in /usr/obj/usr/tools/config/20.1/OpenSSL:amd64
*** Error code 1

Stop.
make: stopped in /usr/tools


I needed some help in debugging the issue. Thanks in advance  :)
Title: Re: Error code 1 during make vga
Post by: franco on February 15, 2020, 08:30:54 AM
Run with VERBOSE=please parameter.


Cheers,
Franco