discuss-gnustep
[Top][All Lists]
Advanced

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

Re: problem loading GWorkspace DesktopPreferences Gorm file


From: Sebastian Reitenbach
Subject: Re: problem loading GWorkspace DesktopPreferences Gorm file
Date: Sat, 21 Apr 2012 15:02:43 +0200
User-agent: SOGoMail 1.3.14

 
On Monday, April 16, 2012 12:03 CEST, Riccardo Mottola 
<riccardo.mottola@libero.it> wrote: 
 
> Hi,
> 
> Sebastian Reitenbach wrote:
> > Riccardo said, this file was edited lately.
> > When I see those large numbers I guess, it may be that while editing that 
> > file on amd64, after the NSNotFound change with Gorm, that Gorm did encode 
> > some garbage in it?
> >
> > I have seen a similar problem with a Gorm file of PRICE too while testing 
> > that.
> > The problem with GWorkspace only tested on i386 so far, the problem with 
> > PRICE I have seen on i386 and amd64.
> >
> > Any idea where this could come from and what to do about it?
> I may just add that I edited the gorm file on a plain x86-32bit machine, 
> nothing fancy, with stuff compiled from source and running current...

I completely freshly installed my notebook with OpenBSD 5.1 -snapshot from two 
days ago. Then installed all dependencies needed to build the GNUstep 
libraries, then following the sequence below, to install from source (gnustep 
core latest packages, gworkspace and PRICE from svn/CVS)
Not using any patches or fiddling around with the xxx_INTERFACE_VERSIONs of the 
libraries.


rm -rf /usr/local/GS/*

cd ../gnustep-make-2.6.2
gmake distclean
./configure --prefix=/usr/local/GS --with-config-file=/etc/GNUstep.conf 
--with-tar=/usr/local/bin/gtar --enable-multi-platform 
--with-library-combo="gnu-gnu-gnu" --with-thread-lib="-pthread" 
--enable-strict-v2-mode
sudo gmake install
sudo chown -R sebastia /usr/local/GS

. /usr/local/GS/share/GNUstep/Makefiles/GNUstep.sh

cd ../gnustep-base-1.24.0
gmake distclean
./configure --prefix=/usr/local/GS --disable-procfs --disable-procfs-psinfo
gmake debug=yes strip=no install

cd ../gnustep-gui-0.22.0
gmake distclean
CPPFLAGS="-I/usr/local/include/libpng" LDFLAGS="-L/usr/local/lib -lstdc++ -lm 
-pthread" ./configure --with-x --prefix=/usr/local/GS
gmake debug=yes strip=no install

cd ../gnustep-back-0.22.0
gmake distclean
LDFLAGS="-L/usr/local/lib -lm" ./configure --prefix=/usr/local/GS --with-x 
--disable-glitz --enable-graphics=cairo
gmake debug=yes strip=no install

cd ../PRICE-osx
gmake distclean
gmake debug=yes strip=no install

cd ../SystemPreferences-1.1.0
gmake distclean
gmake debug=yes strip=no install

cd ../gworkspace
gmake distclean
./configure --enable-gwmetadata
LDFLAGS=-L/usr/X11R6/lib gmake debug=yes strip=no LDFLAGS="-L/usr/X11R6/lib 
-lfreetype" install

When I open the PRICE convolve filter, I get this on the console: 

2012-04-21 14:59:12.825 PRICE[28810] Exception occured while loading model: 
expected array count 11 and got 184702053
2012-04-21 14:59:12.846 PRICE[28810] Failed to load Gorm
2012-04-21 14:59:12.847 PRICE[28810] Exception occured while loading model: 
expected array count 11 and got 184702053
2012-04-21 14:59:12.847 PRICE[28810] Failed to load Gorm
2012-04-21 14:59:12.856 PRICE[28810] colored image without alpha

Also when I start GWorkspace I get this on the console:

2012-04-21 14:59:57.275 GWorkspace[31744] Exception occured while loading 
model: expected array count 8 and got 134479950
2012-04-21 14:59:57.275 GWorkspace[31744] Failed to load Gorm
2012-04-21 14:59:57.276 GWorkspace[31744] Exception occured while loading 
model: expected array count 8 and got 134479950
2012-04-21 14:59:57.276 GWorkspace[31744] Failed to load Gorm
2012-04-21 14:59:57.276 GWorkspace[31744] failed to load DesktopPref!


So whatever the reason for this is, I'd say its definitely not related to how 
the ports are built.

Sebastian


> 
> Riccardo
> 
 
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]