So I am trying to build a scons package using poudriere and ports; basically trying to build scons port and make it as package for my own custom repository.
it all went well, I installed poudriere, created jail, the setup a ports tree, then specified bulk build (only for one package - scons). I also did setup FreeBSD.conf with additional custom repository, created ssl keys.
I even installed it using pkg after all was done and it installed nicely.
however, that was scons 3.1.2, the default and old vesion. Now, what I am trying to do is, basically rebuild the scons port using 4.1.0 latest version.
here is what I did:
1) went to default created ports directory, all the way down to devel/scons, modified the Makefile for new version of 4.1.0, then I ran "make makesum" right inside that directory.
2) then I did this:
poudriere ports -u -p default -F -M /usr/local/poudriere/ports/default/ -f none
3) then I did this:
poudriere bulk -f /home/r2com/pkglist -j jail1 -vv
build output is below, it seems all is building but its stuck on Patch... no idea what is going wrong, any hints?
	
	
	
		
				
			it all went well, I installed poudriere, created jail, the setup a ports tree, then specified bulk build (only for one package - scons). I also did setup FreeBSD.conf with additional custom repository, created ssl keys.
I even installed it using pkg after all was done and it installed nicely.
however, that was scons 3.1.2, the default and old vesion. Now, what I am trying to do is, basically rebuild the scons port using 4.1.0 latest version.
here is what I did:
1) went to default created ports directory, all the way down to devel/scons, modified the Makefile for new version of 4.1.0, then I ran "make makesum" right inside that directory.
2) then I did this:
poudriere ports -u -p default -F -M /usr/local/poudriere/ports/default/ -f none
3) then I did this:
poudriere bulk -f /home/r2com/pkglist -j jail1 -vv
build output is below, it seems all is building but its stuck on Patch... no idea what is going wrong, any hints?
		Code:
	
	[00:00:13] Hit CTRL+t at any time to see build progress and stats 
[00:00:13] [01] [00:00:00] Building devel/scons@py37 | scons-py37-4.1.0 
[00:00:13] [01] [00:00:00] Status   devel/scons | scons-py37-4.1.0: check-sanity 
[00:00:13] [01] [00:00:00] Status   devel/scons | scons-py37-4.1.0: pkg-depends 
[00:00:16] [01] [00:00:03] Status   devel/scons | scons-py37-4.1.0: fetch-depends 
[00:00:16] [01] [00:00:03] Status   devel/scons | scons-py37-4.1.0: fetch 
[00:00:16] [01] [00:00:03] Status   devel/scons | scons-py37-4.1.0: checksum 
[00:00:16] [01] [00:00:03] Status   devel/scons | scons-py37-4.1.0: extract-depends 
[00:00:16] [01] [00:00:03] Status   devel/scons | scons-py37-4.1.0: extract 
[00:00:16] [01] [00:00:03] Status   devel/scons | scons-py37-4.1.0: patch-depends 
[00:00:16] [01] [00:00:03] Status   devel/scons | scons-py37-4.1.0: patch 
[00:00:17] [01] [00:00:04] Finished devel/scons@py37 | scons-py37-4.1.0: Failed: patch 
[00:00:17] Stopping 1 builders 
[00:00:18] No package built, but repository needs to be created 
[00:00:18] Creating pkg repository 
			    