[Fedora-directory-users] dsbuild and libadminutil build error os Slackware 10.2 - 2.6.14.3

Kevin Kovach kovach at gmail.com
Thu Jan 26 01:54:12 UTC 2006


To answer the question in your reply to Mike, I'm building FDS in
/opt/src/dsbuild and I have the following directory as you asked him ...

/opt/src/dsbuild/ds/adminutil/work/fedora-adminutil-1.0
/built/Linux2.4_x86_glibc_PTH_DBG.OBJ/include/

I guess I didn't understand what the solution was if this directory does
exist?  Thanks.

- Kevin

On 1/25/06, Richard Megginson <rmeggins at redhat.com> wrote:
>
> Kevin Kovach wrote:
>
> > Mike,
> >
> > Did you end up finding a solution to this issue?  I'm trying to build
> > FDS 1.0.1 tonight on Slackware 10.1 kernel 2.4.29 with dsbuild and
> > seeing the exact same error.  Thanks.
> >
> > - Kevin
> >
> > On 12/11/05, *Richard Megginson* <rmeggins at redhat.com
> > <mailto:rmeggins at redhat.com>> wrote:
> >
> >     Does this directory exist:
> >
> /usr/local/src/dsbuild/ds/mozilla/work/mozilla/dist/Linux2.6.14_x86_glibc_PTH_OPT.OBJ/include
> >
> >     If not, is there a platform specific directory under
> >     ......../mozilla/dist?  If so, what is it?
> >
> Kevin, same question as above.  If you are using dsbuild, you might be
> able to hack dsbuild/objdirname.mk to make it spit out the right name.
> Or, just change it to grab the name from the actual name of the
> directory under mozilla/dist
>
> >
> >
> >     Mike Lowrie wrote:
> >
> >     > I'm trying to do a complete build using dsbuild on a freshly
> >     installed
> >     > Slackware 10.2 box with a 2.6.14.3 <http://2.6.14.3> kernel, but
> >     I'm running into
> >     > problems with the system not finding some header files:
> >     >
> >     > ==== Building AdminUtil ==========
> >     >
> >     > cd lib/libadminutil;    gmake BUILD_OPT=1 NSPR_BASENAME=
> >     > USE_PTHREADS=1 SECURITY=domestic MOZILLA_SOURCE_ROOT_EXT=
> >     > ICU_SOURCE_ROOT_EXT= USE_64=
> >     > gmake[3]: Entering directory
> >     >
> >     `/usr/local/src/dsbuild/ds/adminutil/work/fedora-adminutil-1.0
> /lib/libadminutil'
> >     >
> >     > gcc -c -fPIC -pipe -DLINUX -Dlinux -DBSD -D_POSIX_SOURCE
> >     > -D_XOPEN_SOURCE -D_BSD_SOURCE -DHAVE_STRERROR -DNO_DBM
> >     -DNO_NODELOCK
> >     > -DXP_UNIX -DLinux -O2 -DNET_SSL -DSPAPI20
> >     -DBUILD_NUM=\"2005.344.255\"
> >     >
> >     -I/usr/local/src/dsbuild/ds/adminutil/work/fedora-adminutil-1.0
> /include
> >     >
> >
> -I/usr/local/src/dsbuild/ds/mozilla/work/mozilla/dist/Linux2.6.14_x86_glibc_PTH_OPT.OBJ/include
> >
> >     > -I/usr/local/src/dsbuild/ds/mozilla/work/mozilla/dist/public/nss
> >     > -I/usr/local/src/dsbuild/ds/mozilla/work/mozilla/dist/public/ldap
> >     > -I/usr/local/src/dsbuild/ds/icu/work/icu-2.4/built/include
> >     psetc.c -o
> >     >
> >     /usr/local/src/dsbuild/ds/adminutil/work/fedora-adminutil-1.0
> /built/Linux2.6.14_x86_glibc_PTH_OPT.OBJ/lib/libadminutil/psetc.o
> >     >
> >     > In file included from
> >     > /usr/local/src/dsbuild/ds/adminutil/work/fedora-
> >     adminutil-1.0/include/libadminutil/psetc.h:24,
> >     >
> >     >                 from psetc_pvt.h:26,
> >     >                 from psetc.c:30:
> >     >
> >     /usr/local/src/dsbuild/ds/adminutil/work/fedora-adminutil-1.0
> /include/libadminutil/admutil.h:25:21:
> >
> >     > prtypes.h: No such file or directory
> >     >
> >     /usr/local/src/dsbuild/ds/adminutil/work/fedora-adminutil-1.0
> /include/libadminutil/admutil.h:26:19:
> >     > plstr.h: No such file or directory
> >     > /usr/local/src/dsbuild/ds/adminutil/work/fedora-
> >     adminutil-1.0/include/libadminutil/admutil.h:27:19:
> >     > prprf.h: No such file or directory
> >     > In file included from
> >     >
> >     /usr/local/src/dsbuild/ds/adminutil/work/fedora-adminutil-1.0
> /include/libadminutil/psetc.h:24,
> >
> >     >
> >     >                 from psetc_pvt.h:26,
> >     >                 from psetc.c:30:
> >     >
> >     /usr/local/src/dsbuild/ds/adminutil/work/fedora-adminutil-1.0
> /include/libadminutil/admutil.h:78:
> >     > error: syntax error before "createAttrNameList"
> >     >
> >     /usr/local/src/dsbuild/ds/adminutil/work/fedora-adminutil-1.0
> /include/libadminutil/admutil.h:78:
> >     > warning: data definition has no type or storage class
> >     > /usr/local/src/dsbuild/ds/adminutil/work/fedora-
> >     adminutil-1.0/include/libadminutil/admutil.h:80:
> >     > error: syntax error before "addName"
> >     >
> >     /usr/local/src/dsbuild/ds/adminutil/work/fedora-adminutil-1.0
> /include/libadminutil/admutil.h:80:
> >     > warning: data definition has no type or storage class
> >     > .
> >     > .
> >     > .
> >     >
> >     > and of course a whole lot of other errors follow.
> >     >
> >     > I have found the files it is looking for in the mozilla directory
> of
> >     > the dsbuild directory, but its as if it doesn't have the correct
> >     > include paths. I tried adding a few manually, but there are a lot
> of
> >     > different paths - all from the mozilla directory that aren't
> >     being found.
> >     >
> >     > Does anyone have any suggestions on how to fix this?
> >     >
> >     > Appreciate the help!
> >     > Mike
> >     >
> >     > --
> >     > Fedora-directory-users mailing list
> >     > Fedora-directory-users at redhat.com
> >     <mailto:Fedora-directory-users at redhat.com>
> >     > https://www.redhat.com/mailman/listinfo/fedora-directory-users
> >
> >
> >
> >     --
> >     Fedora-directory-users mailing list
> >     Fedora-directory-users at redhat.com
> >     <mailto:Fedora-directory-users at redhat.com>
> >     https://www.redhat.com/mailman/listinfo/fedora-directory-users
> >
> >
> >
> >
> >
> >
> > --
> > Take back the web, http://www.switch2firefox.com/
> > <http://www.switch2firefox.com/>
> >
> >------------------------------------------------------------------------
> >
> >--
> >Fedora-directory-users mailing list
> >Fedora-directory-users at redhat.com
> >https://www.redhat.com/mailman/listinfo/fedora-directory-users
> >
> >
>
>
> --
> Fedora-directory-users mailing list
> Fedora-directory-users at redhat.com
> https://www.redhat.com/mailman/listinfo/fedora-directory-users
>
>
>
>


--
Take back the web, http://www.switch2firefox.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/fedora-directory-users/attachments/20060125/6b50cb53/attachment.htm>


More information about the Fedora-directory-users mailing list