Hi all,
I need help applying a patch. It's my first one.
I ran into a bug/error running the
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227618
At this point I found that a patch was out there... and I think I applied it... but I still get the error.... so maybe I messed something up...
This is what I did:
citation: Patch files are stored in PATCHDIR, usually files/, from where they will be automatically applied.
Given this, I changed into the port /files directory, then made the patch file and pasted (from windows machine) the patch content into the file and saved.
*paste & saved content in the patch file*
At this point I figured I have to recompile the port for the patch to take effect so I found this documentation regarding portmaster.
4.5.3.2. Upgrading Ports Using Portmaster
Given this, I then used portmaster to rebuild
When I try and run
I still get the error message from the bug link above. Am I applying patches correctly? Am I missing something?
Thanks for all the help!
I need help applying a patch. It's my first one.
I ran into a bug/error running the
docker run hello-world
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227618
At this point I found that a patch was out there... and I think I applied it... but I still get the error.... so maybe I messed something up...
This is what I did:
citation: Patch files are stored in PATCHDIR, usually files/, from where they will be automatically applied.
Given this, I changed into the port /files directory, then made the patch file and pasted (from windows machine) the patch content into the file and saved.
cd/usr/ports/sysutils/docker/files
touch docker-freebsd-go-1.10.patch
*paste & saved content in the patch file*
At this point I figured I have to recompile the port for the patch to take effect so I found this documentation regarding portmaster.
4.5.3.2. Upgrading Ports Using Portmaster
Given this, I then used portmaster to rebuild
portmaster -r docker-freebsd
When I try and run
docker run hello-world
I still get the error message from the bug link above. Am I applying patches correctly? Am I missing something?
Thanks for all the help!