OPNsense Forum

English Forums => Development and Code Review => Topic started by: tejas.designer07 on February 06, 2019, 05:11:23 am

Title: Custom Package cannot be installed. No manifest found.
Post by: tejas.designer07 on February 06, 2019, 05:11:23 am
Hi,

I complied the base, kernel and packages. I wanted to modify one of the packages inside package set to add custom code. I did all the modifications that were required and ran 'make dvd'. I got the following error.

Code: [Select]
>>> Running build step: dvd
>>> Running build step: clean
>>> Removing dvd image
>>> Setting up stage in /usr/obj/usr/tools/config/19.1/OpenSSL:amd64
>>> Setting up world in /usr/obj/usr/tools/config/19.1/OpenSSL:amd64/work
>>> Setting up kernel in /usr/obj/usr/tools/config/19.1/OpenSSL:amd64/work
>>> Extracting packages in /usr/obj/usr/tools/config/19.1/OpenSSL:amd64/work
>>> Installing packages in /usr/obj/usr/tools/config/19.1/OpenSSL:amd64/work: os-dyndns myfirewall
pkg: No packages installed.  Nothing to do!
Installing pkg-1.10.5_5...
Extracting pkg-1.10.5_5: .......... done
Installing os-dyndns-1.12...
Extracting os-dyndns-1.12: .......... done
pkg: ./.pkg/All/myfirewall-19.1.r2_7.txz is not a valid package: no manifest found

Failed to install the following 1 package(s): ./.pkg/All/myfirewall-19.1.r2_7.txz
*** Error code 70

Stop.
make: stopped in /usr/tools

I noticed that there is a checksum for each file inside the package +MANIFEST file and I cannot modify any files inside.

How do I overcome this error? Thanks in advance.