Re: strange packaging error LaternaMagica

2020-05-30 Thread Riccardo Mottola via devel
Hi! now it is fixed. Builds amd passes "mgar packages" on all platforms. However, upload fails NFO 2020-05-30 02:05:41,076 rest.py:479 Uploading 'laternamagica-0.5,REV=2020.05.30-SunOS5.10-sparc-CSW.pkg.gz' Checking 2 packages against catalog unstable sparc SunOS5.11 Checking 1 package against

Re: strange packaging error LaternaMagica

2020-05-29 Thread Riccardo Mottola via devel
Hi! Dagobert Michelsen wrote: I bet I did something trivial wrong... but can you guess what??? Please check the catalogname, it seems to be "laternamagica laternamagica“ including a space instread of just „laternamagica“. good hint. The name was correct... but... PACKAGES += CSWlaternamagic

strange packaging error LaternaMagica

2020-05-27 Thread Riccardo Mottola via devel
Hi! I tried packaging laterna magica. It builds fine... but at the end I see this: ## Validating control scripts. ## Packaging complete. mkp: exec( pkgtrans -s /home/rmottola/spool.5.9-i386 /tmp/laternamagica laternamagica-0.5,REV=2020.05.27-SunOS5.9-i386-CSW.pkg CSWlaternamagica ) pkgtrans:

Re: good way to generate Diffs

2020-05-26 Thread Riccardo Mottola via devel
Hi, Dagobert Michelsen via devel wrote: mgar makepatch Exactly. Also the sources are auto-git-repoed and you can also „cd“ into the tree and use all the git commands to patch around in the sources, then "git add …", "git commit" and finally "git format-patch -1“. thank you. I will test it s

good way to generate Diffs

2020-05-21 Thread Riccardo Mottola via devel
Hi! freshen up my memory please. Is there a good way to "hack" in the sources until something compiles and then generate a patch directly in the "file" section with the corrent level number= I think to remember something, but maybe I mix things up Riccardo

Re: upgrading lynx package -env not found

2020-05-15 Thread Riccardo Mottola via devel
Hi, Dagobert Michelsen wrote: > Hi Riccardo, > > Am 13.05.2020 um 14:50 schrieb Riccardo Mottola : >> I checked and configure looks to have this "change" of case statements, >> some of them come even fron configure.in itself. > Yes. So unless you want to work with upstream and fix this the easies

Re: upgrading lynx package -env not found

2020-05-13 Thread Riccardo Mottola via devel
Hi Dagobert, Dagobert Michelsen wrote: >> >> DESTDIR looks fine for me: >> DESTDIR="/home/rmottola/opencsw/lynx/trunk/work/solaris10-sparc/install-isa-sparcv8plus" >> >> it does not exist yet, is that correct? > > Please commit what you have and I’ll have a look! > I just commited. I checked an

Re: upgrading lynx package -env not found

2020-05-13 Thread Riccardo Mottola via devel
Hi, Dagobert Michelsen via devel wrote: >> mostly the dowloaded archive has a special structure/namimg.? > It had in the past and this needs to be reverted: > > VERSION = 2.8.8 > REL = rel.2 > DISTFILES = $(NAME)$(VERSION)$(REL).tar.bz2 > DISTNAME = $(NAME)$(subst .,-,$(VERSION)) > > This more ne

upgrading lynx package -env not found

2020-05-12 Thread Riccardo Mottola via devel
Hi All! long time no news from me... just got asked by someone to attempt an update and add of certain packages. First, lynx... I just tried to update the package version and issue configure and get a strange error: [= NOW BUILDING: lynx2-8-9 MODULATION isa-sparcv8plus: ISA=sparcv8plus =

Re: adding LDFLAGS / lts issue

2019-02-13 Thread Riccardo Mottola via devel
Hi Dago, did you have a chance to look at this? I'm curious to know if I am doing something wrong on the flags side or if perhaps the cairo/pixman packages are broken on Solaris9 and need a fix? Riccardo Riccardo Mottola via devel wrote: Hi Dagobert, On 2/4/19 9:24 AM, Dagobert Mich

Re: adding LDFLAGS / lts issue

2019-02-09 Thread Riccardo Mottola via devel
Hi Dagobert, On 2/4/19 9:24 AM, Dagobert Michelsen wrote: Works for me, I just committed these lines: # Checkpkg suggests adding the following lines to the GAR recipe: # This is a summary; see above for details. RUNTIME_DEP_PKGS_CSWgnustep-back += CSWlibart If any of the reported errors were fa

Re: adding LDFLAGS / lts issue

2019-02-04 Thread Riccardo Mottola via devel
Hi Dagobert, you acted in good faith, but I fear you missed a detail. On 2/4/19 9:24 AM, Dagobert Michelsen wrote: Works for me, I just committed these lines: # Checkpkg suggests adding the following lines to the GAR recipe: # This is a summary; see above for details. RUNTIME_DEP_PKGS_CSWgnus

adding LDFLAGS / lts issue

2019-02-02 Thread Riccardo Mottola via devel
Hi, I am havinng an issue while compiling gnustep-back on solaris9: __tls_get_addr is not found (dependency from pixman) the solution should be to add -lpthread (not needed on Solaris 10 or later, sicne moved inside libc) I thought of adding EXTRA_LDFLAGS += -lcairo EXTRA_LDFLAGS += -lp

Re: SF.net SVN: gar:[26210] csw/mgar/pkg/gs_ftp/trunk/Makefile

2017-05-16 Thread Riccardo Mottola via devel
Hi, let me add to this topic, since I have seen that also "gnome" apps, for example, have different prefixes. One think is of course the original application name, it may already contain the library/framework/desktop name. Riccardo Mottola via devel wrote: Dagobert Michelsen

Re: SF.net SVN: gar:[26210] csw/mgar/pkg/gs_ftp/trunk/Makefile

2017-05-15 Thread Riccardo Mottola via devel
Hi, Dagobert Michelsen via devel wrote: please use CSWgnustep-ftp as „gs“ usually means Ghostscript. Please also add OBSOLETED_BY_CSWgnustep-ftp += CSWgs-ftp Do you insist on that? it has been called that way since 2 years. Actually the program is just called "FTP" and I deemed the name too

Re: issues with overrides

2017-05-03 Thread Riccardo Mottola via devel
Hi Dago, I noticed that I think I used the wrong list ? Dagobert Michelsen wrote: 1. Are you sure you want to override soname-not-found? Usually these should be taken serious. 2. You cannot override hierarchially. Either override all soname-not-found or the specific error with the full t

issues with overrides

2017-05-03 Thread Riccardo Mottola via devel
Hi, while building gs_PRICE, I get this: CHECKPKG_OVERRIDES_CSWgs-price += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE CHECKPKG_OVERRIDES_CSWgs-price += soname-not-found|libgnustep-gui.so.0.25|is|needed|by|opt/csw/GNUstep/Local/Appli

Re: freetype/ fontconfig issues

2017-04-25 Thread Riccardo Mottola via devel
Hi, Dagobert Michelsen wrote: I would use EXTRA_CPPFLAGS += -I$(includedir)/freetype2 EXTRA_INC is super-old crap I inherited, I suggest not to use it. Adding explicit to CONFIGURE is ugly and should only be done in an emergency ;-) I agree it is ugly :) and it didn't work any better! It

Re: freetype/ fontconfig issues

2017-04-25 Thread Riccardo Mottola via devel
Hi, Riccardo Mottola via devel wrote: /opt/csw/include/ft2build.h:56:38: fatal error: freetype/config/ftheader.h: No such file or directory compilation terminated. gmake[7]: *** [obj/xlib.obj/XGFont.m.o] Error 1 I searched for ftheader.h and couldn't find it indeed. I correct m

freetype/ fontconfig issues

2017-04-21 Thread Riccardo Mottola via devel
Hi, I am unable to build/rebuild gnustep-back on solaris 9. I think that the issue is that fontconfig is somehow detected, but then does not work, some headers are missing. I failed to build an up-to-date package however. I suppose that I can build the package on my old solaris 8 machine, bec