??? On Mon, 2008-10-20 at 08:23 +1000, repudi8or repudi8or wrote: > ???I originally posted this on Indiana:discuss but didnt get much of a > response except someone suggested this mailing list was the more > correct place to post it so here goes :-
Hehe... this actually belongs to desktop-discuss, not sfe-devel, because you're trying to build JDS, not SFE. Sorry about being sent back and forth. Anyway: > ???bash-3.2$ find . -name pidgin.spec > ./base-specs/pidgin.spec > bash-3.2$ cd base-specs > 5) Sourced the JDS CBE environment > bash-3.2$ . /opt/jdsbld/bin/env.sh > > 6) tried to build pidgin from spec file using pkgtool > bash-3.2$ pkgtool --download build-install pidgin.spec > INFO: Copying %use'd or %include'd spec files to SPECS directory > INFO: Processing spec files > WARNING: Failed to process spec file pidgin: pidgin.spec(22): %if: > invalid boolean expression Don't try to build the "base specs" on Solaris. They are RPM spec files that should be (more or less) buildable on Linux, using rpmbuild. Each base spec is referenced in a Solaris spec file one directory up, so: 1) cd .. 2) grep pidgin.spec *.spec SUNWgnome-im-client.spec:%use pidgin = pidgin.spec 3) pkgtool build --download SUNWgnome-im-client.spec Hope this helps. Laca
