FreeBSD ports you maintain which are out of date
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/po...@freebsd.org.html Port| Current version | New version +-+ audio/liblscp | 0.6.1 | 0.9.2 +-+ audio/qsynth| 0.6.3 | 0.9.2 +-+ www/stagit | 0.9.4 | 0.9.5 +-+ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Reported by:portscout! ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
FreeBSD Port: portmaster-3.19_27
When I install some ports via portmaster (sysutils/cbsd as sample), I have many errors during check packages: # pkg che -B Checking all packages: 3% pkg: fstat() failed for(/usr/local/cbsd/bin/cbsdsh/.depend): No such file or directory pkg: fstat() failed for(/usr/local/cbsd/bin/cbsdsh/.depend.about.o): No such file or directory pkg: fstat() failed for(/usr/local/cbsd/bin/cbsdsh/.depend.alias.o): No such file or directory pkg: fstat() failed for(/usr/local/cbsd/bin/cbsdsh/.depend.arith_yacc.o): No such file or directory pkg: fstat() failed for(/usr/local/cbsd/bin/cbsdsh/.depend.arith_yylex.o): No such file or directory pkg: fstat() failed for(/usr/local/cbsd/bin/cbsdsh/.depend.builtins.o): No such file or directory pkg: fstat() failed for(/usr/local/cbsd/bin/cbsdsh/.depend.cbsd_fwatch.o): No such file or directory pkg: fstat() failed for(/usr/local/cbsd/bin/cbsdsh/.depend.cbsd_pwait.o): No such file or directory pkg: fstat() failed for(/usr/local/cbsd/bin/cbsdsh/.depend.cbsdhistory.o): No such file or directory pkg: fstat() failed for(/usr/local/cbsd/bin/cbsdsh/.depend.cd.o): No such file or directory pkg: fstat() failed for(/usr/local/cbsd/bin/cbsdsh/.depend.echo.o): No such file or directory pkg: fstat() failed for(/usr/local/cbsd/bin/cbsdsh/.depend.error.o): No such file or directory When I do it via make install, then no errors. Before it need do pkg delete cbsd. -- - Alex. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
devel/electron11 fetching behind a proxy
Hello, i try to build editors/vscode, this needs devel/electron11. Unfortunately electron cant fetch its files: [00:00:27] [1/4] Resolving packages... [00:00:27] [2/4] Fetching packages... [00:01:42] info There appears to be trouble with your network connection. Retrying... [00:03:00] info There appears to be trouble with your network connection. Retrying... [00:04:18] info There appears to be trouble with your network connection. Retrying... It tries to reach an address 0.0.12.56: 131 123.954021073 192.168.0.116 ? 0.0.12.56 TCP 74 [TCP Retransmission] 13171 ? 80 [SYN] Seq=0 Win=65535 Len=0 MSS=1460 WS=64 SACK_PERM=1 TSval=808821751 TSecr=0 132 123.954026785 192.168.0.116 ? 0.0.12.56 TCP 74 [TCP Retransmission] 57156 ? 80 [SYN] Seq=0 Win=65535 Len=0 MSS=1460 WS=64 SACK_PERM=1 TSval=725678000 TSecr=0 133 123.954032590 192.168.0.116 ? 0.0.12.56 TCP 74 [TCP Retransmission] 39187 ? 80 [SYN] Seq=0 Win=65535 Len=0 MSS=1460 WS=64 SACK_PERM=1 TSval=826552890 TSecr=0 134 123.954038148 192.168.0.116 ? 0.0.12.56 TCP 74 [TCP Retransmission] 44263 ? 80 [SYN] Seq=0 Win=65535 Len=0 MSS=1460 WS=64 SACK_PERM=1 TSval=1959712912 TSecr=0 And my yarn error log: Trace: Error: https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz: tunneling socket could not be established, cause=connect ETIMEDOUT 0.0.12.56:80 at ClientRequest.onError (/usr/local/lib/node_modules/yarn/lib/cli.js:152220:17) at Object.onceWrapper (events.js:421:26) at ClientRequest.emit (events.js:314:20) at Socket.socketErrorListener (_http_client.js:427:9) at Socket.emit (events.js:314:20) at emitErrorNT (internal/streams/destroy.js:92:8) at emitErrorAndCloseNT (internal/streams/destroy.js:60:3) at processTicksAndRejections (internal/process/task_queues.js:84:21) Do i need to set the right proxy in npm? if yes how i am going to do this? Fetching via our proxy works for other ports, this is defined in my poudriere.conf: # If you are using a proxy define it here: export HTTP_PROXY=squid:3128 This is my env in the jail after running testport: Edit /etc/motd to change this login announcement. root@j12p64-default-desktop:~ # env USER=root LOGNAME=root HOME=/root SHELL=/bin/csh OSVERSION=1202505 UNAME_v=FreeBSD 12.2-STABLE 1202505 UNAME_r=12.2-STABLE BLOCKSIZE=K MAIL=/var/mail/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin TERM=xterm-256color HOSTTYPE=FreeBSD VENDOR=amd OSTYPE=FreeBSD MACHTYPE=x86_64 SHLVL=1 PWD=/root GROUP=wheel HOST=j12p64-default-desktop EDITOR=vi PAGER=less Maybe anybody got a hint where to look at. Kind regards, Henrik Rosenke ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"