[csw-devel] Package names with dashes
Hi I'm working on packaging Hudson which is a server that can control slave nodes. So I made a "hudson" package and wanted to create a "hudson-slave" node, but is fails: ==> Checking blastwave compilance: CSWhudson-slave Examining /home/trygvis/blastwave/pkgs/hudson-slave-1.261,REV=2008.11.15-SunOS5.8-i386-CSW.pkg.gz Looking for bad strings... Extracting files for more detailed inspection... CSWhudson-slave/pkginfo 3 blocks ERROR: filename should start with -1.261,REV=2008.11.15- gmake: *** [pkgcheck-CSWhudson-slave] Error 2 Feature or bug? -- Trygve ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
Re: [csw-devel] Package names with dashes
On Sat, Nov 15, 2008 at 7:29 PM, Trygve Laugstøl <[EMAIL PROTECTED]> wrote: > Hi > > I'm working on packaging Hudson which is a server that can control slave > nodes. So I made a "hudson" package and wanted to create a > "hudson-slave" node, but is fails: > > ==> Checking blastwave compilance: CSWhudson-slave You can't use dashes in the package name. Replace it with underscore if you need to. http://www.opencsw.org/standards/build#versioning -- /peter ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
Re: [csw-devel] Package names with dashes
Hi Trygve, Am 15.11.2008 um 21:08 schrieb Peter Bonivart: > On Sat, Nov 15, 2008 at 7:29 PM, Trygve Laugstøl > <[EMAIL PROTECTED]> wrote: >> I'm working on packaging Hudson which is a server that can control >> slave >> nodes. So I made a "hudson" package and wanted to create a >> "hudson-slave" node, but is fails: >> >> ==> Checking blastwave compilance: CSWhudson-slave > > You can't use dashes in the package name. Replace it with underscore > if you need to. > > http://www.opencsw.org/standards/build#versioning For clarification: You can not use dashes in the catalog name. Use underscores instead of dashes in the catalog. You can (and should!) use dashes in package names. In GAR this is 'bitname' for the catalog and 'pkgname' for the package in the .gspec-file. Best regards -- Dago ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[2286] csw/trunk
Revision: 2286 http://gar.svn.sourceforge.net/gar/?rev=2286&view=rev Author: wbonnet Date: 2008-11-15 23:26:20 + (Sat, 15 Nov 2008) Log Message: --- Add some missing proto from Xorg Modified Paths: -- csw/trunk/apps/firefox/Makefile csw/trunk/apps/firefox/checksums csw/trunk/apps/firefox/files/CSWfirefox.depend Added Paths: --- csw/trunk/Xorg/ csw/trunk/Xorg/Makefile csw/trunk/Xorg/category.mk csw/trunk/Xorg/inputproto/ csw/trunk/Xorg/inputproto/Makefile csw/trunk/Xorg/inputproto/checksums csw/trunk/Xorg/inputproto/files/ csw/trunk/Xorg/inputproto/files/CSWinputproto.depend csw/trunk/Xorg/inputproto/files/CSWinputproto.gspec csw/trunk/Xorg/inputproto/files/CSWinputproto.prototype csw/trunk/Xorg/kbproto/ csw/trunk/Xorg/kbproto/Makefile csw/trunk/Xorg/kbproto/checksums csw/trunk/Xorg/kbproto/files/ csw/trunk/Xorg/kbproto/files/CSWkbproto.depend csw/trunk/Xorg/kbproto/files/CSWkbproto.gspec csw/trunk/Xorg/kbproto/files/CSWkbproto.prototype csw/trunk/Xorg/renderproto/ csw/trunk/Xorg/renderproto/Makefile csw/trunk/Xorg/renderproto/checksums csw/trunk/Xorg/renderproto/files/ csw/trunk/Xorg/renderproto/files/CSWrenderproto.depend csw/trunk/Xorg/renderproto/files/CSWrenderproto.gspec csw/trunk/Xorg/renderproto/files/CSWrenderproto.prototype csw/trunk/Xorg/xcb-proto/ csw/trunk/Xorg/xcb-proto/Makefile csw/trunk/Xorg/xcb-proto/checksums csw/trunk/Xorg/xcb-proto/files/ csw/trunk/Xorg/xcb-proto/files/CSWxcb-proto.depend csw/trunk/Xorg/xcb-proto/files/CSWxcb-proto.gspec csw/trunk/Xorg/xcb-proto/files/CSWxcb-proto.prototype csw/trunk/Xorg/xextproto/ csw/trunk/Xorg/xextproto/Makefile csw/trunk/Xorg/xextproto/checksums csw/trunk/Xorg/xextproto/files/ csw/trunk/Xorg/xextproto/files/CSWxextproto.depend csw/trunk/Xorg/xextproto/files/CSWxextproto.gspec csw/trunk/Xorg/xextproto/files/CSWxextproto.prototype csw/trunk/Xorg/xproto/ csw/trunk/Xorg/xproto/Makefile csw/trunk/Xorg/xproto/checksums csw/trunk/Xorg/xproto/files/ csw/trunk/Xorg/xproto/files/CSWxproto.depend csw/trunk/Xorg/xproto/files/CSWxproto.gspec csw/trunk/Xorg/xproto/files/CSWxproto.prototype Added: csw/trunk/Xorg/Makefile === --- csw/trunk/Xorg/Makefile (rev 0) +++ csw/trunk/Xorg/Makefile 2008-11-15 23:26:20 UTC (rev 2286) @@ -0,0 +1,2 @@ +include ../category.mk + Added: csw/trunk/Xorg/category.mk === --- csw/trunk/Xorg/category.mk (rev 0) +++ csw/trunk/Xorg/category.mk 2008-11-15 23:26:20 UTC (rev 2286) @@ -0,0 +1 @@ +include ../../gar.mk Added: csw/trunk/Xorg/inputproto/Makefile === --- csw/trunk/Xorg/inputproto/Makefile (rev 0) +++ csw/trunk/Xorg/inputproto/Makefile 2008-11-15 23:26:20 UTC (rev 2286) @@ -0,0 +1,34 @@ +GARNAME = inputproto +GARVERSION = 1.4.4 +CATEGORIES = lib + +DESCRIPTION = inputproto +define BLURB +inputproto +endef + +MASTER_SITES =http://xorg.freedesktop.org/releases/individual/proto/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +PKGDIST = $(GARNAME)-$(GARVERSION).tar.gz + +# DISTFILES+= CSWinputproto.gspec CSWinputproto.prototype CSWinputproto.depend +# DISTFILES+= CSWinputprotodev.gspec CSWinputprotodev.prototype CSWinputprotodev.depend +DISTFILES+= $(call admfiles,CSWinputproto, depend) + +LDFLAGS += -L/opt/csw/lib -R/opt/csw/lib + +export LDFLAGS + +TEST_SCRIPTS = none + +GREP = ggrep + +include ../category.mk + +CONFIGURE_ARGS = --prefix=/opt/csw --mandir=/opt/csw/share/man + +test-none: + @$(MAKECOOKIE) + +post-install: + ( gfind $(DESTDIR)/opt/csw -exec bash -c "file {} | ggrep ELF | ggrep -e 'executable' -e 'dynamic lib' | ggrep 'not stripped' && strip {}" \; ) Added: csw/trunk/Xorg/inputproto/checksums === --- csw/trunk/Xorg/inputproto/checksums (rev 0) +++ csw/trunk/Xorg/inputproto/checksums 2008-11-15 23:26:20 UTC (rev 2286) @@ -0,0 +1,3 @@ +55c67c1f42d70458a3e4d153c8c07cf7 download/inputproto-1.4.4.tar.gz +9ab4295ca5a56d868a7f16e702d0317f download/CSWinputproto.gspec +d41d8cd98f00b204e9800998ecf8427e download/CSWinputproto.depend Added: csw/trunk/Xorg/inputproto/files/CSWinputproto.gspec === --- csw/trunk/Xorg/inputproto/files/CSWinputproto.gspec (rev 0) +++ csw/trunk/Xorg/inputproto/files/CSWinputproto.gspec 2008-11-15 23:26:20 UTC (rev 2286) @@ -0,0 +1,4 @@ +%varbitname inputproto +%varpkgname CSWinputproto +%includeurl file://%{PKGLIB}/csw_dyndepend.gspec +%copyr
[csw-devel] SF.net SVN: gar:[2287] csw/trunk/Xorg
Revision: 2287 http://gar.svn.sourceforge.net/gar/?rev=2287&view=rev Author: wbonnet Date: 2008-11-15 23:30:44 + (Sat, 15 Nov 2008) Log Message: --- Remove extra comments Modified Paths: -- csw/trunk/Xorg/inputproto/Makefile csw/trunk/Xorg/kbproto/Makefile csw/trunk/Xorg/renderproto/Makefile csw/trunk/Xorg/xcb-proto/Makefile csw/trunk/Xorg/xextproto/Makefile csw/trunk/Xorg/xproto/Makefile Modified: csw/trunk/Xorg/inputproto/Makefile === --- csw/trunk/Xorg/inputproto/Makefile 2008-11-15 23:26:20 UTC (rev 2286) +++ csw/trunk/Xorg/inputproto/Makefile 2008-11-15 23:30:44 UTC (rev 2287) @@ -11,8 +11,6 @@ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz PKGDIST = $(GARNAME)-$(GARVERSION).tar.gz -# DISTFILES+= CSWinputproto.gspec CSWinputproto.prototype CSWinputproto.depend -# DISTFILES+= CSWinputprotodev.gspec CSWinputprotodev.prototype CSWinputprotodev.depend DISTFILES+= $(call admfiles,CSWinputproto, depend) LDFLAGS += -L/opt/csw/lib -R/opt/csw/lib Modified: csw/trunk/Xorg/kbproto/Makefile === --- csw/trunk/Xorg/kbproto/Makefile 2008-11-15 23:26:20 UTC (rev 2286) +++ csw/trunk/Xorg/kbproto/Makefile 2008-11-15 23:30:44 UTC (rev 2287) @@ -11,8 +11,6 @@ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz PKGDIST = $(GARNAME)-$(GARVERSION).tar.gz -# DISTFILES+= CSWkbproto.gspec CSWkbproto.prototype CSWkbproto.depend -# DISTFILES+= CSWkbprotodev.gspec CSWkbprotodev.prototype CSWkbprotodev.depend DISTFILES+= $(call admfiles,CSWkbproto, depend) LDFLAGS += -L/opt/csw/lib -R/opt/csw/lib Modified: csw/trunk/Xorg/renderproto/Makefile === --- csw/trunk/Xorg/renderproto/Makefile 2008-11-15 23:26:20 UTC (rev 2286) +++ csw/trunk/Xorg/renderproto/Makefile 2008-11-15 23:30:44 UTC (rev 2287) @@ -11,8 +11,6 @@ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz PKGDIST = $(GARNAME)-$(GARVERSION).tar.gz -# DISTFILES+= CSWrenderproto.gspec CSWrenderproto.prototype CSWrenderproto.depend -# DISTFILES+= CSWrenderprotodev.gspec CSWrenderprotodev.prototype CSWrenderprotodev.depend DISTFILES+= $(call admfiles,CSWrenderproto, depend) LDFLAGS += -L/opt/csw/lib -R/opt/csw/lib Modified: csw/trunk/Xorg/xcb-proto/Makefile === --- csw/trunk/Xorg/xcb-proto/Makefile 2008-11-15 23:26:20 UTC (rev 2286) +++ csw/trunk/Xorg/xcb-proto/Makefile 2008-11-15 23:30:44 UTC (rev 2287) @@ -11,8 +11,6 @@ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz PKGDIST = $(GARNAME)-$(GARVERSION).tar.gz -# DISTFILES+= CSWxcb-proto.gspec CSWxcb-proto.prototype CSWxcb-proto.depend -# DISTFILES+= CSWxcb-protodev.gspec CSWxcb-protodev.prototype CSWxcb-protodev.depend DISTFILES+= $(call admfiles,CSWxcb-proto, depend) LDFLAGS += -L/opt/csw/lib -R/opt/csw/lib Modified: csw/trunk/Xorg/xextproto/Makefile === --- csw/trunk/Xorg/xextproto/Makefile 2008-11-15 23:26:20 UTC (rev 2286) +++ csw/trunk/Xorg/xextproto/Makefile 2008-11-15 23:30:44 UTC (rev 2287) @@ -11,8 +11,6 @@ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz PKGDIST = $(GARNAME)-$(GARVERSION).tar.gz -# DISTFILES+= CSWxextproto.gspec CSWxextproto.prototype CSWxextproto.depend -# DISTFILES+= CSWxextprotodev.gspec CSWxextprotodev.prototype CSWxextprotodev.depend DISTFILES+= $(call admfiles,CSWxextproto, depend) LDFLAGS += -L/opt/csw/lib -R/opt/csw/lib Modified: csw/trunk/Xorg/xproto/Makefile === --- csw/trunk/Xorg/xproto/Makefile 2008-11-15 23:26:20 UTC (rev 2286) +++ csw/trunk/Xorg/xproto/Makefile 2008-11-15 23:30:44 UTC (rev 2287) @@ -11,8 +11,6 @@ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz PKGDIST = $(GARNAME)-$(GARVERSION).tar.gz -# DISTFILES+= CSWxproto.gspec CSWxproto.prototype CSWxproto.depend -# DISTFILES+= CSWxprotodev.gspec CSWxprotodev.prototype CSWxprotodev.depend DISTFILES+= $(call admfiles,CSWxproto, depend) LDFLAGS += -L/opt/csw/lib -R/opt/csw/lib This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] [Fwd: [csw-maintainers] Installing new package on the farm]
Hi Sorry my message has been posted before i finish it... I should also have posted it here i think. Please Dago could you install some new package on the farm ? The packages are "proto" from Xorg which are missing from Solaris. I created these packages to build the dependencies of Firefox. I will have more installation request in the next hours/days. Dependencies will be built step by step... Thanks in advance The packages are available from /home/wbonnet/please_install_me Of course i also copied these packages to testing. But i think it will be easier for you if everything is in a single place. cheers -- William http://www.wbonnet.net http://www.sunwizard.net Le site français des amateurs de stations Unix http://www.blastwave.org An OpenSolaris Community Site http://www.opencsw.org Community SoftWare for Solaris http://www.guses.org French speaking Solaris User Group --- Begin Message --- Hi Please Dago could you install some new package on the farm ? The packages are "proto" from Xorg which are missing from Solaris. I created these packages to build the dependencies of Firefox. I will have more installation request in the next hours/days. Dependencies will be built step by step... Thanks in advance cheers -- William http://www.wbonnet.net http://www.sunwizard.net Le site français des amateurs de stations Unix http://www.blastwave.org An OpenSolaris Community Site http://www.opencsw.org Community SoftWare for Solaris http://www.guses.org French speaking Solaris User Group ___ maintainers mailing list [EMAIL PROTECTED] https://lists.opencsw.org/mailman/listinfo/maintainers --- End Message --- ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel