tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: rsync and pbulk



Le 17/10/15 19:41, Richard PALO a écrit :
>> This is now ready on the new joyent/feature/pbulk/trunk branch:
>>
>>   https://github.com/joyent/pkgsrc/compare/trunk...joyent/feature/pbulk/trunk
>>
>> I've added additional commit comments to further explain why each
>> change is required.
>>
> 
> ahh, this looks different than what was in 'joyent/release/trunk'
> so I'll give this a go for the issue with bulkbuild-restart.
> 

No, similar problem.. luckily this time libreoffice failed because it depassed
the limit I set with `ulimit -t 7200'
> Makefile:247: recipe for target 'build' failed
> gmake: *** [build] Cpu Limit Exceeded (core dumped)
> *

This is the error now
> richard@dev64:/export/pub/pkgsrc$ pfexec bulkbuild-restart 
> Building...
> Initialisation complete.
> pbulk-build: Could not connect socket: Connection refused
> pbulk-build: Could not connect socket: Connection refused
> pbulk-build: Could not connect socket: Connection refused
> pbulk-build: Could not connect socket: Connection refused
> pbulk-build: Could not connect socket: Connection refused
> pbulk-build: Could not connect socket: Connection refused
> pbulk-build: Could not connect socket:pbulk-build pbulk-build: Could not connect socket: : Could not connect socket: Connection refused
> Connection refusedConnection refused
> 
> Building pkg_summary...
> /opt/pbulk32/libexec/pbulk/build[66]: -zc: not found

This last bit is because I needed to update pbulk.conf with the latest,
but there, too, I noticed an issue fixed with the following patch:
> diff --git a/pkgtools/pbulk/Makefile b/pkgtools/pbulk/Makefile
> index 090b64a0..0630eef 100644
> --- a/pkgtools/pbulk/Makefile
> +++ b/pkgtools/pbulk/Makefile
> @@ -34,7 +34,7 @@ SUBST_FILES.tools=    pbulk.conf scripts/build scripts/build-client-start \
>  SUBST_VARS.tools=      AWK BZIP2 CHOWN DIGEST GZIP_CMD ID MAIL_CMD NEATO \
>                         PBULK_CONFIG PBULK_CONFIG_VERSION PKG_ADD_CMD \
>                         PKG_DELETE_CMD PKG_INFO_CMD PREFIX SED SH TAR \
> -                       TARGET_MAKE
> +                       TARGET_MAKE XZ
>  
>  CONF_FILES+=   share/examples/pbulk/pbulk.conf ${PKG_SYSCONFDIR}/pbulk.conf
>  

-- 
Richard PALO



Home | Main Index | Thread Index | Old Index