not in response to Erich,

I also a compilation problem

  1. At revision 5963.
  2. [EMAIL PROTECTED] trunk]# make
  3. Making all in src
  4. make [1]: Entering directory `/opt/soc/pkgsrc/trunk/src'
  5. python setup.py build
  6. running build
  7. running build_py
  8. running build_scripts
  9. make[ 1]: Leaving directory `/opt/soc/pkgsrc/trunk/src'
  10. Making all in conf
  11. make[ 1]: Entering directory `/opt/soc/pkgsrc/trunk/conf'
  12. make[1 ]: Nothing to be done for `all'.
  13. make[1]: Leaving directory `/opt/soc/pkgsrc/trunk/conf'
  14. Making all in templates
  15. make[1]: Entering directory `/opt/soc/pkgsrc/trunk/templates'
  16. make[1]: Nothing to be done for `all'.
  17. make [1]: Leaving directory `/opt/soc/pkgsrc/trunk/templates'
  18. Making all in doc
  19. make[1]: Entering directory `/opt/soc/pkgsrc/trunk/doc'
  20. fragments=""; \
  21. if test -n "css.xslt"; then \
  22.   for f in css.xslt; do \
  23.     fragments="$fragments -m $f"; \
  24.   done; \
  25. fi; \
  26. xmlto xhtml-nochunks $fragments opkgc-manual.xml
  27. xmlto: input does not validate (status 3)
  28. /opt/soc/pkgsrc/trunk/doc/opkgc-manual.xml: 31: element author:
  validity error : Element author content does not follow the DTD, expecting
  ((personname | (honorific | firstname | surname | lineage | othername
  | affiliation | authorblurb | contrib )+) , (personblurb | email |
  address)*), got (CDATA)
  29. Document /opt/soc/pkgsrc/trunk/doc/opkgc-manual.xml does not
  validate
  30. make[1 ]: *** [opkgc-manual.html] Error 3
  31. make[1 ]: Leaving directory `/opt/soc/pkgsrc/trunk/doc'
  32. make: *** [all-recursive] Error 1
  33. [EMAIL PROTECTED] trunk]#


It get build again with removal of defaulting line. in ./doc/opkgc-
manual.xml


  1. [EMAIL PROTECTED] trunk]# diff ./opkgc-manual.xml ./doc/opkgc-
  manual.xml
  2. 31d30
  3. <             <author>Jean Parpaillon</author>
  4. [EMAIL PROTECTED] trunk]# make
  5. Making all in src
  6. make[1]: Entering directory `/opt/soc/pkgsrc/trunk/src'
  7. python setup.py build
  8. running build
  9. running build_py
  10. running build_scripts
  11. make[1]: Leaving directory `/opt/soc/pkgsrc/trunk/src'
  12. Making all in conf
  13. make[1]: Entering directory `/opt/soc/pkgsrc/trunk/conf'
  14. make[1]: Nothing to be done for `all'.
  15. make[ 1]: Leaving directory `/opt/soc/pkgsrc/trunk/conf'
  16. Making all in templates
  17. make[ 1]: Entering directory `/opt/soc/pkgsrc/trunk/templates'
  18. make[1 ]: Nothing to be done for `all'.
  19. make[1]: Leaving directory `/opt/soc/pkgsrc/trunk/templates'
  20. Making all in doc
  21. make[1]: Entering directory `/opt/soc/pkgsrc/trunk/doc'
  22. fragments=""; \
  23. if test -n "css.xslt"; then \
  24.   for f in css.xslt; do \
  25.     fragments="$fragments -m $f"; \
  26.   done; \
  27. fi; \
  28. xmlto xhtml-nochunks $fragments opkgc-manual.xml
  29. fragments=""; \
  30. if test -n "css.xslt"; then \
  31.   for f in css.xslt; do \
  32.     fragments="$fragments -m $f"; \
  33.   done; \
  34. fi; \
  35. xmlto xhtml-nochunks $fragments opkgc.1.xml
  36. fragments=""; \
  37. if test -n "css.xslt"; then \
  38.   for f in css.xslt; do \
  39.     fragments="$fragments -m $f"; \
  40.   done; \
  41. fi; \
  42. xmlto xhtml-nochunks $fragments opkg.5.xml
  43. xmlto man opkgc.1.xml
  44. Writing opkgc.1 for refentry(opkgc.1)
  45. xmlto man opkg.5.xml
  46. Writing opkg.5 for refentry(opkg .5)
  47. make[1]: Leaving directory `/opt/soc/pkgsrc/trunk/doc'
  48. make[1]: Entering directory `/opt/soc/pkgsrc/trunk'
  49. make [1]: Nothing to be done for `all-am'.
  50. make[1] : Leaving directory `/opt/soc/pkgsrc/trunk'

I dont' have a file at /usr/share/xml/docbook/schema/dtd/4.4/docbook.dtd as
indicated in opkgc-manual.xml  is there something supposed to be there. ?


  1. [EMAIL PROTECTED] trunk]# ls /usr/share/xml/docbook/schema/dtd/ 4.4
  /docbook.dtd
  2. ls: /usr/share/xml/docbook/schema/dtd/4.4/docbook.dtd: No such file
  or directory
  3. [EMAIL PROTECTED] trunk]#




On 6/26/07, Erich Focht <[EMAIL PROTECTED]> wrote:

Hi,

... closely related to the topic:

I'm having trouble with the "make install" step of opkgc (motivated by the
attempt to convert some packages. It says:

Making install in src
make[1]: Entering directory
`/home/focht/Projects/Cluster/oscar-svn/pkgsrc/opkgc/opkg_exp/src'
python setup.py build
running build
running build_py
running build_scripts
python setup.py install -f --prefix=/usr/local  | \
          egrep '^copying' | sed -e
's/.*\(\/[a-zA-Z0-9_-.]*\)\s*->\s*\(.*\)/\2\1/' > install.list
sed: -e expression #1, char 45: Invalid range end
make[1]: *** [install] Error 1
make[1]: Leaving directory
`/home/focht/Projects/Cluster/oscar-svn/pkgsrc/opkgc/opkg_exp/src'
make: *** [install-recursive] Error 1

Any idea/hint/fix?
I did:
./autogen.sh
./configure
make
make install

Would be nice to have an opkgc RPM, actually...

Thanks,
Erich


On Monday 25 June 2007 16:25, Geoffroy Vallée wrote:
> Hi all,
>
> Jean and I start today to convert all OPKGs to the new format (using
opkgc).
> That will most certainly break trunk for few days and piss off most of
the
> developers but we really need this feature for OSCAR 5.1 and therefore
we
> would like to make the transition ASAP.
>
> If you have problems to convert your OPKGs, feel free to contact us and
> remember that a tool has been developed by Jean to help you
(opkg-convert).
>
> Thanks,

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel




--
Regards.
Amit Vyas
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to