-
MelanieUrsidino
I think I got banted
-
MelanieUrsidino
Example screenshot shows Lunduke Locals. Danger Will Robinson.
-
nimaje
voy4g3r2: the distfiles cache is shared for all trees, with FETCH_REGET=4 you made the checksum phase trying to refetch the file again on checksum mismatch, so it was an old distfile that was just accepted by make fetch without validating and make fetch skipped the actual fetching, only for make checksum to notice that the file isn't the wanted one
-
f451
andrath: cool!
-
voy4g3r2
nimaje: okay, so doing the updates across branches did download it but since the program didn't check to see.. if the files were different. It just used the old one and my undersatnding of the -c option was incorrect, as it says it will clean all previously built packages and logs. I do not full understand but makes sense. Thanks for the explanation
-
f451
andrath: is it a port? or will it be
-
f451
andrath: git clone --depth 1 git⊙gc:ekollof/xepher.git expects a ssh password
-
nimaje
voy4g3r2: there are diffrent files which are needed, the ports tree contains recipes how to build packages, often additional distfiles will be needed, those get downloaded in the fetch phase into a cache directory and poudriere distclean will keep all still needed files from that cache and clean everything else, as it is a cache for files that get downloaded, it is shared for all builds
-
voy4g3r2
ah
-
voy4g3r2
misunderstanding of what you said and what i read
-
voy4g3r2
got it
-
voy4g3r2
and since the make confiruation says.. yo man, if you get an error with these distfiles, try redownloading them and check again.. and since by default it is FETCH_GET=0 it never tries, where having FETCH_GET=4 says.. you can try 4 times, still an issue let me know
-
o0x1eef
f451 clone URL should be https:// for public URL
-
o0x1eef
This works: git clone --depth 1
github.com/ekollof/xepher.git
-
f451
o0x1eef: ty. i was blindly following the instructions and didnt think at the time. E_NOCOFFEE
-
o0x1eef
No worries
-
nimaje
well, poudriere changed recently to make that zero in the checksum phase, as the fetching should happen in the fetch phase, not expecting that bug in make fetch to not actually fetching when a file with a matching name already exists
-
voy4g3r2
nimaje: would you recommend filing a bug report? which i can do
-
elivoncoder
will there be a 15.1-rc2?
-
ivy
elivoncoder: yes
-
elivoncoder
thx
-
ivy
there were a few last minute changes so an extra rc was added
-
nimaje
voy4g3r2: that seems like a good idea
-
voy4g3r2
nimaje: done :) just finished it up.. i figured you were busy and i was just blocking myself
-
voy4g3r2
so i removed my own roadblock
-
voy4g3r2
that i made for myself
-
voy4g3r2
looks like the bug can be replicated, wooho
-
iRobbery
thats the requirement for calling something a bug instead of a pebkac
-
iRobbery
:}
-
seti_
Whats the significance of running etcupdate -p before make installworld then etcupdate -B?
-
seti_
If you are updating from source
-
ant-x
Hello, all. Can pf act as an SNI router, e.g. for this purpose: <
github.com/9seconds/mtg/wiki/SNI-Router-Setup> ?
-
ant-x
^ sshl can do that: <
man.freebsd.org/cgi/man.cgi?query=sslh>, but it installs without a man page :-(
-
heston76
Looks like you meant sslh ?
-
ant-x
heston76, oops. Indeed.