From pfelecan at opencsw.org Mon Apr 17 09:16:59 2017 From: pfelecan at opencsw.org (Peter FELECAN) Date: Mon, 17 Apr 2017 09:16:59 +0200 Subject: Disk quota exceeded In-Reply-To: <6AFFF8A3-4CE6-4BFE-A83B-6E869A97F8C1@opencsw.org> (Dagobert Michelsen via buildfarm's message of "Sun, 16 Apr 2017 19:58:54 +0200") References: <87978667-3028-4F37-9BD2-B03A150B7D0C@opencsw.org> <6AFFF8A3-4CE6-4BFE-A83B-6E869A97F8C1@opencsw.org> Message-ID: Mojca, Just out of curiosity: are you working on TeX Live packaging? In the afirmative, are you taking into account the work that I have done for it, especially the patch set? TIA, Dagobert Michelsen via buildfarm writes: > Hi Mojca, > > Am 16.04.2017 um 19:50 schrieb Mojca Miklavec : >> On 16 April 2017 at 14:43, Dagobert Michelsen wrote: >>> Am 16.04.2017 um 14:30 schrieb Mojca Miklavec : >>>> This looks bad: >>>> >>>> http://build.contextgarden.net/builders/texlive.solaris-i386.csw/builds/5/steps/cleanup/logs/stdio >>>> >>>> rm: Unable to remove directory .svn/tmp: Disc quota exceeded >>> >>> I increased the total quota for /export by 1 GB so there should be some >>> more space available for the moment. I could increase the VM space but >>> that requires a little more work. >> >> Thank you very much. >> >> But apparently it's full again. >> >> Can you please delete all the folders from >> /export/home/buildbot/texlive/ >> other than >> texlive_solaris-sparc_csw/ >> ? >> >> I suspect that there might be some outdated folders (I changed my mind >> about builder names a couple of times) which could easily give you >> back a gigabyte or two. > > Indeed. Before: > > root at unstable10x [global]:/export/home/buildbot/texlive > du -sh * > 2K buildbot.tac > 298M builder-luatex > 1K builder-texlive > 3K info > 421M luatex-solaris10-i386 > 1.0G texlive-solaris10-i386 > 1K texlive_i386-solaris_csw > 1.2G texlive_solaris-i386_csw > 773M texlive_solaris-x86_64_csw > 1K texlive_x86_64-solaris_csw > 1K twistd.hostname > 1.5M twistd.log > 9.6M twistd.log.1 > 9.6M twistd.log.2 > 9.6M twistd.log.3 > 1K twistd.pid > 28M wget_solaris-i386_csw > 1K wget_solaris-x86_64_csw > 569M xetex-solaris10-i386 > 15M xz_solaris-i386_csw > 1K xz_solaris-x86_64_csw > > After: > > root at unstable10x [global]:/export/home/buildbot/texlive > du -sh * > 2K buildbot.tac > 3K info > 1.2G texlive_solaris-i386_csw > 773M texlive_solaris-x86_64_csw > 1K twistd.hostname > 1.5M twistd.log > 9.6M twistd.log.1 > 9.6M twistd.log.2 > 9.6M twistd.log.3 > 1K twistd.pid > 28M wget_solaris-i386_csw > 15M xz_solaris-i386_csw > root at unstable10x [global]:/export/home/buildbot/texlive > > >> I'm currently calculating the size of my ~/app/texlive/Build folder as >> a reference of what I could expect to end up on the slave, but that >> might take a while. > > Now there are 2,4 GB free again :-) > > > Best regards > > ? Dago > > > -- Peter From pfelecan at opencsw.org Mon Apr 17 12:27:08 2017 From: pfelecan at opencsw.org (Peter FELECAN) Date: Mon, 17 Apr 2017 12:27:08 +0200 Subject: Disk quota exceeded In-Reply-To: (Mojca Miklavec's message of "Mon, 17 Apr 2017 10:10:35 +0200") References: <87978667-3028-4F37-9BD2-B03A150B7D0C@opencsw.org> <6AFFF8A3-4CE6-4BFE-A83B-6E869A97F8C1@opencsw.org> Message-ID: Mojca Miklavec writes: > I would be potentially interested in the patch set. But TL currently > builds out of the box for me on both sparc and i386/x86_64, so I hope > that most of the patches and outdated by now. I'm also willing to help > with updating the package to TL 2017, but investing the time into > figuring out all the dirty details of the package for OpenCSW would be > too much for me at the moment. Building is one thing. Running correctly is another. The recipe is available, consequently it wouldn't be so difficult to take up the work which, I agree is time and resource consuming. A strong will also helps... Unfortunately I'm missing some of the afore- mentioned. -- Peter From rmottola at opencsw.org Wed Apr 26 14:20:54 2017 From: rmottola at opencsw.org (Riccardo Mottola) Date: Wed, 26 Apr 2017 14:20:54 +0200 Subject: Makefile target and extra parameters to $(MAKE) Message-ID: <7254c864-b1af-78e1-142c-3c1b2f5aad9a@opencsw.org> Hi, I think I understand why I have issues with gnustep-back extra CPPFLAGS, BUILD_ARGS and others. I wrote my own build target this way: build-sourcegs: $(BUILD_ENV) && . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && $(MAKE) @$(MAKECOOKIE) and "make" is just the Make binary, isn't it? not something that gets expanded with all parameters. Is there a variable equivalent to $(BUILD_ENV) to pass additionally and have the needed parameters? E.g. I can do $(MAKE) $(BUILD_ARGS) But that is just for BUILD_ARGS, what else could I be missing? I tried: $(MAKE) $(BUILD_ARGS) CPPFLAGS=$(EXTRA_CPPFLAGS) and this fixes my specific issue, but it is of course "naive" since it doesn't escape anything and also could miss many other variables, but I hope I was able to express what I am seeking for, am I? Maybe there is a ready variable to use or a set of known parameters to copy from e.g. a mgar file, the standard one invoked if by build. Thanks for your suggestions. Riccardo From dam at opencsw.org Fri Apr 28 11:33:09 2017 From: dam at opencsw.org (Dagobert Michelsen) Date: Fri, 28 Apr 2017 11:33:09 +0200 Subject: SF.net SVN: gar:[26168] csw/mgar/pkg/openssl/trunk In-Reply-To: <1493367968.519319.3240@sfp-scm-8.v30.ch3.sourceforge.com> References: <1493367968.519319.3240@sfp-scm-8.v30.ch3.sourceforge.com> Message-ID: Hi Riccardo, please revert that change, trunk is for 0.9.8 and should receive updates to minor revs only. There are branches like https://buildfarm.opencsw.org/source/xref/opencsw/csw/mgar/pkg/openssl1/branches/openssl_101/Makefile Please start from there in a specific branch. Best regards ? Dagp > Am 28.04.2017 um 10:26 schrieb rmottola--- via devel : > > Revision: 26168 > http://sourceforge.net/p/gar/code/26168 > Author: rmottola > Date: 2017-04-28 08:26:07 +0000 (Fri, 28 Apr 2017) > Log Message: > ----------- > openssl/trunk: first work towards LTS 1.0.2, disable all patches for now, regenerated target patch > > Modified Paths: > -------------- > csw/mgar/pkg/openssl/trunk/Makefile > csw/mgar/pkg/openssl/trunk/checksums > > Added Paths: > ----------- > csw/mgar/pkg/openssl/trunk/files/0001-more-configure-targets-1_0_2.patch > > Modified: csw/mgar/pkg/openssl/trunk/Makefile > =================================================================== > --- csw/mgar/pkg/openssl/trunk/Makefile 2017-04-27 17:04:16 UTC (rev 26167) > +++ csw/mgar/pkg/openssl/trunk/Makefile 2017-04-28 08:26:07 UTC (rev 26168) > @@ -13,7 +13,7 @@ > ###### Package information ####### > > NAME = openssl > -VERSION = 0.9.8zf > +VERSION = 1.0.2f > GARTYPE = v2 > > DESCRIPTION = The Open Source toolkit for SSL and TLS > @@ -24,11 +24,11 @@ > as a full-strength general-purpose cryptography library. > endef > > -PACKAGES = CSWlibssl0-9-8 > +PACKAGES = CSWlibssl1-0-2 > > -SPKG_DESC_CSWlibssl0-9-8 = Openssl runtime libraries > -CATALOGNAME_CSWlibssl0-9-8 = libssl0_9_8 > -RUNTIME_DEP_PKGS_CSWlibssl0-9-8 = CSWcacertificates > +SPKG_DESC_CSWlibssl1-0-2 = Openssl runtime libraries > +CATALOGNAME_CSWlibssl1-0-2 = libssl1_0_2 > +RUNTIME_DEP_PKGS_CSWlibssl1-0-2 = CSWcacertificates > > #CHECKPKG_OVERRIDES_CSWlibssl0-9-8 += surplus-dependency|CSWcacertificates > > @@ -72,27 +72,28 @@ > ###### Upstream and opencsw files information ####### > > MASTER_SITES = http://www.openssl.org/source/ http://openssl.org/news/ > -UPSTREAM_MASTER_SITES = http://www.openssl.org/source/ > +UPSTREAM_MASTER_SITES = https://www.openssl.org/source/old/1.0.2/ > > # We define upstream file regex so we can be notifed of new upstream software release > -UFILES_REGEX = $(NAME)-(0.9.8[a-z][a-z]).tar.gz > +UFILES_REGEX = $(NAME)-(1.0.2[a-z][a-z]).tar.gz > > DISTFILES = $(NAME)-$(VERSION).tar.gz > -DISTFILES += CSWlibssl0-9-8.prototype-i386 CSWlibssl0-9-8.prototype-sparc > -DISTFILES += changelog.CSW README.CSW > +#DISTFILES += CSWlibssl1-0-2.prototype-i386 CSWlibssl1-0-2.prototype-sparc > +#DISTFILES += changelog.CSW README.CSW > > DOCFILES = CHANGES CHANGES.SSLeay PROBLEMS README FAQ README.ASN1 INSTALL NEWS README.ENGINE > > # This patch add optimised build targets for some solaris isa, ie: > # solaris-386-cc, solaris-pentium-cc, solaris-pentium_pro-cc, solaris-sparcv9+vis-cc > -PATCHFILES = more_configure_targets.patch > +#PATCHFILES = more_configure_targets.patch > +PATCHFILES = 0001-more-configure-targets-1_0_2.patch > > # Update openssl.cnf path in man page to follow opencsw standard > -PATCHFILES += opencsw_paths.patch > +#PATCHFILES += opencsw_paths.patch > > # Let's always block some compromised CA, whatever the CA configured > # (patchs taken from Debian Package) > -PATCHFILES += block_bad_certificates.patch > +#PATCHFILES += block_bad_certificates.patch > > LICENSE=LICENSE > > @@ -153,13 +154,13 @@ > INSTALL_ARGS += MANDIR=$(mandir) > > # we include previous release of libraries file for comptability purpose > -OLDLIBS = 0.9.7m > +#OLDLIBS = 0.9.7m > > # support for pkcs11 engine http://blogs.sun.com/chichang1/entry/how_to_integrate_pkcs11_engine > ifdef PKCS11 > PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 solaris10-sparc solaris10-i386 > ifneq ($(shell /usr/bin/uname -r),5.9) > - PATCHFILES += pkcs11_engine-0.9.8o.patch.2010-09-03 > + #PATCHFILES += pkcs11_engine-0.9.8o.patch.2010-09-03 > CONFIGURE_ARGS += --pk11-libname=$(abspath /usr/lib/$(MM_LIBDIR)/libpkcs11.so) > endif > endif > > Modified: csw/mgar/pkg/openssl/trunk/checksums > =================================================================== > --- csw/mgar/pkg/openssl/trunk/checksums 2017-04-27 17:04:16 UTC (rev 26167) > +++ csw/mgar/pkg/openssl/trunk/checksums 2017-04-28 08:26:07 UTC (rev 26168) > @@ -1 +1 @@ > -c69a4a679233f7df189e1ad6659511ec openssl-0.9.8zf.tar.gz > +b3bf73f507172be9292ea2a8c28b659d openssl-1.0.2f.tar.gz > > Added: csw/mgar/pkg/openssl/trunk/files/0001-more-configure-targets-1_0_2.patch > =================================================================== > --- csw/mgar/pkg/openssl/trunk/files/0001-more-configure-targets-1_0_2.patch (rev 0) > +++ csw/mgar/pkg/openssl/trunk/files/0001-more-configure-targets-1_0_2.patch 2017-04-28 08:26:07 UTC (rev 26168) > @@ -0,0 +1,32 @@ > +From 17f42c88f0c1f345e7f110d32448aa0157339b51 Mon Sep 17 00:00:00 2001 > +From: Riccardo Mottola > +Date: Fri, 28 Apr 2017 10:04:19 +0200 > +Subject: [PATCH] more configure targets 1_0_2 > + > +--- > + Configure | 4 ++++ > + 1 file changed, 4 insertions(+) > + > +diff --git a/Configure b/Configure > +index 4a715dc..856aea0 100755 > +--- a/Configure > ++++ b/Configure > +@@ -249,11 +249,15 @@ my %table=( > + > + #### Solaris x86 with Sun C setups > + "solaris-x86-cc","cc:-fast -xarch=generic -O -Xa::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL BF_PTR:${no_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", > ++"solaris-386-cc","cc:-fast -xarch=386 -O -Xa::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL BF_PTR:${no_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", > ++"solaris-pentium-cc","cc:-fast -xpentium -O -Xa::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNRO LL BF_PTR:${no_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", > ++"solaris-pentium_pro-cc","cc:-fast -xarch=pentium_pro -O -Xa::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL BF_PTR:${no_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", > + "solaris64-x86_64-cc","cc:-fast -xarch=amd64 -xstrconst -Xa -DL_ENDIAN::-D_REENTRANT::-lsocket -lnsl -ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:solaris-shared:-KPIC:-xarch=amd64 -G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/64", > + > + #### SPARC Solaris with GNU C setups > + "solaris-sparcv7-gcc","gcc:-O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:dlfcn:solaris-shared:-fPIC:-shared:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", > + "solaris-sparcv8-gcc","gcc:-mcpu=v8 -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${sparcv8_asm}:dlfcn:solaris-shared:-fPIC:-shared:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", > ++"solaris-sparcv9+vis-cc","cc:-xtarget=ultra -xarch=v8plusa -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT:ULTRASPARC:-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK_LL DES_PTR DES_RISC1 DES_UNROLL BF_PTR:::des_enc-sparc.o fcrypt_b.o:::::::::dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", > + # -m32 should be safe to add as long as driver recognizes -mcpu=ultrasparc > + "solaris-sparcv9-gcc","gcc:-m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT:ULTRASPARC:-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${sparcv9_asm}:dlfcn:solaris-shared:-fPIC:-shared:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", > + "solaris64-sparcv9-gcc","gcc:-m64 -mcpu=ultrasparc -O3 -Wall -DB_ENDIAN::-D_REENTRANT:ULTRASPARC:-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR:${sparcv9_asm}:dlfcn:solaris-shared:-fPIC:-m64 -shared:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/64", > +-- > +2.4.0 > + > > This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. > -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 841 bytes Desc: Message signed with OpenPGP URL: