Hi laca

On 7/6/07, Laszlo (Laca) Peter <laca at sun.com> wrote:

> > SUNWgnome-panel
> >
> > /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/gtk-2.0
> > -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
> > -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
> > -I/usr/lib/glib-2.0/include -I/usr/sfw/include
> > -I/usr/sfw/include/freetype2 -I/usr/include/libpng12
> > -I/usr/include/startup-notification-1.0 -DG_LOG_DOMAIN=\"Wnck\" -I..
> > -DWNCK_I_KNOW_THIS_IS_UNSTABLE -DWNCK_LOCALEDIR=\"/usr/share/locale\"
> > -DSN_API_NOT_YET_FROZEN=1 -I/usr/sfw/include -i -xO4 -xspace
> > -xstrconst -xpentium -mr -xregs=no%frameptr -I/usr/sfw/include
> > -I/usr/openwin/share/include -DANSICPP -c workspace.c  -KPIC -DPIC -o
> > .libs/workspace.o
> > "workspace.c", line 35: cannot find include file: <libgnometsol/userattr.h>
> > "workspace.c", line 93: warning: syntax error:  empty declaration
> > "workspace.c", line 874: warning: return value type mismatch
> > cc: acomp failed for workspace.c
> > make[2]: *** [workspace.lo] Error 1
> > make[2]: *** Waiting for unfinished jobs....
> > ma
>
> It's looking for the trusted JDS headers.  For some reason the
> %if %build_tjds guards are commented out in libwnck.spec.

hmm, in my spec-files/base-spec/libwnck.spec are these lines ....

%prep
%setup -q
%if %build_l10n
bzcat %SOURCE1 | tar xf -
cd po-sun; make; cd ..
%endif
#%if %build_tjds
%patch1 -p1
##%endif
%patch2 -p1
%patch3 -p1

i didn't touch libwnck.spec.

>
> > SUNWgnome-user-docs
> >
> > pkgbuild: Making all in gnome2-user-guide
> > pkgbuild: make[1]: Entering directory
> > `/home/luc/packages/BUILD/SUNWgnome-user-docs-2.19.4/gnome-user-docs-2.18.1/gnome2-u
> > ser-guide'
> > pkgbuild: if ! test -d ar/; then mkdir ar/; fi
> > pkgbuild: if [ -f "C/user-guide.xml" ]; then d="../"; else
> > d="/home/luc/packages/BUILD/SUNWgnome-user-docs-2.19.4/gnome-us
> > er-docs-2.18.1/gnome2-user-guide/"; fi; \
> > pkgbuild: (cd ar/ && \
> > pkgbuild:   `which xml2po` -e -p \
> > pkgbuild:     "${d}ar/ar.po" \
> > pkgbuild:     "${d}C/user-guide.xml" > user-guide.xml.tmp && \
> > pkgbuild:     cp user-guide.xml.tmp user-guide.xml && rm -f 
> > user-guide.xml.tmp)
> > pkgbuild: Traceback (most recent call last):
> > pkgbuild:   File "/usr/bin/xml2po", line 35, in ?
> > pkgbuild:     import libxml2
> > pkgbuild: ImportError: No module named libxml2
> > pkgbuild: make[1]: *** [ar/user-guide.xml] Error 1
> > pkgbuild: make[1]: Leaving directory
> > `/home/luc/packages/BUILD/SUNWgnome-user-docs-2.19.4/gnome-user-docs-2.18.1/gnome2-us
> > er-guide'
> > pkgbuild: make: *** [all-recursive] Error 1
>
> You need SUNWlxml-python.

well SUNWlxml-python has been installed and works fine now. thanks.

>
> Not sure about the rest of the problems.
>
> Laca
>

thanks

On 7/6/07, Lukas Oboril <oboril.lukas at gmail.com> wrote:
> Hi laca
>
> On 7/6/07, Laszlo (Laca) Peter <laca at sun.com> wrote:
>
> > > SUNWgnome-panel
> > >
> > > /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/gtk-2.0
> > > -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
> > > -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
> > > -I/usr/lib/glib-2.0/include -I/usr/sfw/include
> > > -I/usr/sfw/include/freetype2 -I/usr/include/libpng12
> > > -I/usr/include/startup-notification-1.0 -DG_LOG_DOMAIN=\"Wnck\" -I..
> > > -DWNCK_I_KNOW_THIS_IS_UNSTABLE -DWNCK_LOCALEDIR=\"/usr/share/locale\"
> > > -DSN_API_NOT_YET_FROZEN=1 -I/usr/sfw/include -i -xO4 -xspace
> > > -xstrconst -xpentium -mr -xregs=no%frameptr -I/usr/sfw/include
> > > -I/usr/openwin/share/include -DANSICPP -c workspace.c  -KPIC -DPIC -o
> > > .libs/workspace.o
> > > "workspace.c", line 35: cannot find include file: 
> > > <libgnometsol/userattr.h>
> > > "workspace.c", line 93: warning: syntax error:  empty declaration
> > > "workspace.c", line 874: warning: return value type mismatch
> > > cc: acomp failed for workspace.c
> > > make[2]: *** [workspace.lo] Error 1
> > > make[2]: *** Waiting for unfinished jobs....
> > > ma
> >
> > It's looking for the trusted JDS headers.  For some reason the
> > %if %build_tjds guards are commented out in libwnck.spec.
>
> hmm, in my spec-files/base-spec/libwnck.spec is these lines ....
>
> %prep
> %setup -q
> %if %build_l10n
> bzcat %SOURCE1 | tar xf -
> cd po-sun; make; cd ..
> %endif
> #%if %build_tjds
> %patch1 -p1
> ##%endif
> %patch2 -p1
> %patch3 -p1
>
> i didn't touch libwnck.spec.
>
> >
> > > SUNWgnome-user-docs
> > >
> > > pkgbuild: Making all in gnome2-user-guide
> > > pkgbuild: make[1]: Entering directory
> > > `/home/luc/packages/BUILD/SUNWgnome-user-docs-2.19.4/gnome-user-docs-2.18.1/gnome2-u
> > > ser-guide'
> > > pkgbuild: if ! test -d ar/; then mkdir ar/; fi
> > > pkgbuild: if [ -f "C/user-guide.xml" ]; then d="../"; else
> > > d="/home/luc/packages/BUILD/SUNWgnome-user-docs-2.19.4/gnome-us
> > > er-docs-2.18.1/gnome2-user-guide/"; fi; \
> > > pkgbuild: (cd ar/ && \
> > > pkgbuild:   `which xml2po` -e -p \
> > > pkgbuild:     "${d}ar/ar.po" \
> > > pkgbuild:     "${d}C/user-guide.xml" > user-guide.xml.tmp && \
> > > pkgbuild:     cp user-guide.xml.tmp user-guide.xml && rm -f 
> > > user-guide.xml.tmp)
> > > pkgbuild: Traceback (most recent call last):
> > > pkgbuild:   File "/usr/bin/xml2po", line 35, in ?
> > > pkgbuild:     import libxml2
> > > pkgbuild: ImportError: No module named libxml2
> > > pkgbuild: make[1]: *** [ar/user-guide.xml] Error 1
> > > pkgbuild: make[1]: Leaving directory
> > > `/home/luc/packages/BUILD/SUNWgnome-user-docs-2.19.4/gnome-user-docs-2.18.1/gnome2-us
> > > er-guide'
> > > pkgbuild: make: *** [all-recursive] Error 1
> >
> > You need SUNWlxml-python.
>
> well SUNWlxml-python hass been installed and works fine now. thanks.
>
> >
> > Not sure about the rest of the problems.
> >
> > Laca
> >
>
> thanks
>
> --
> Lukas Oboril
>
> When dealing with people, let us remember we are not dealing with
> creatures of logic. We are dealing with creatures of emotions,
> creatures bristling with prejudices and motivated by pride and vanity.
>   Dale Carnegie
>


-- 
Lukas Oboril

When dealing with people, let us remember we are not dealing with
creatures of logic. We are dealing with creatures of emotions,
creatures bristling with prejudices and motivated by pride and vanity.
  Dale Carnegie

Reply via email to