I am having make errors on a fresh clone of the IPS gate on OpenSolaris build 118. I get the following errors.

   anu...@dell-xps:~/ips_repo$ uname -a
   SunOS dell-xps 5.11 snv_118 i86pc i386 i86pc Solaris

   anu...@dell-xps:~/ips_repo$ hg clone
   ssh://[email protected]/hg/pkg/gate ips-gate
   requesting all changes
   adding changesets
   adding manifests
   adding file changes
   added 1237 changesets with 14549 changes to 7799 files
   updating working directory
   5068 files updated, 0 files merged, 0 files removed, 0 files unresolved

   anu...@dell-xps:~/ips_repo$ cd ips-gate/src

   anu...@dell-xps:~/ips_repo/ips-gate/src$ make
   /export/home/anurag/ips_repo/ips-gate/src/web
   make[1]: Entering directory
   `/export/home/anurag/ips_repo/ips-gate/src/web'
   make[1]: Nothing to be done for `all'.
   make[1]: Leaving directory
   `/export/home/anurag/ips_repo/ips-gate/src/web'
   /export/home/anurag/ips_repo/ips-gate/src/gui
   make[1]: Entering directory
   `/export/home/anurag/ips_repo/ips-gate/src/gui'
   LC_ALL=C intltool-merge -d -u \
           -c ../po/.intltool-merge-cache ../po
   data/packagemanager.desktop.in data/packagemanager.desktop
   Generating and caching the translation database
   Merging translations into data/packagemanager.desktop.
   LC_ALL=C intltool-merge -d -u \
           -c ../po/.intltool-merge-cache ../po
   data/addmoresoftware.desktop.in data/addmoresoftware.desktop
   Found cached translation database
   Merging translations into data/addmoresoftware.desktop.
   LC_ALL=C intltool-merge -d -u \
           -c ../po/.intltool-merge-cache ../po
   data/packagemanager-preferences.schemas.in
   data/packagemanager-preferences.schemas
   Found cached translation database
   Merging translations into data/packagemanager-preferences.schemas.
   python -m compileall -l modules
   Listing modules ...
   Compiling modules/__init__.py ...
   Compiling modules/beadmin.py ...
   Compiling modules/cache.py ...
   Compiling modules/enumerations.py ...
   Compiling modules/imageinfo.py ...
   Compiling modules/installupdate.py ...
   Compiling modules/misc.py ...
   Compiling modules/parseqs.py ...
   Compiling modules/progress.py ...
   Compiling modules/repository.py ...
   Compiling modules/webinstall.py ...
   make[1]: *** No rule to make target `help/C/package-manager.xml',
   needed by `all'.  Stop.
   make[1]: Leaving directory
   `/export/home/anurag/ips_repo/ips-gate/src/gui'
   make: *** [gui] Error 2
   anu...@dell-xps:~/ips_repo/ips-gate/src$

It appears that gui/help/C/package-manager.xml does not exist.

   anu...@dell-xps:~/ips_repo/ips-gate/src$ ls gui/help/C/
   C.po  figures  package-manager.xml.in

I have SUNWpython-setuptools and SUNWgnome-common-devel installed.

   anu...@dell-xps:~$ pkginfo | grep SUNWpython-setuptools
   GNOME2      SUNWpython-setuptools            Download, build,
   install, upgrade, and uninstall Python packages easily

   anu...@dell-xps:~$ pkginfo | grep SUNWgnome-common-devel
   GNOME2      SUNWgnome-common-devel           GNOME common
   development tools

Any ideas? Am I missing some packages?

Thanks,
Anurag

_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to