pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

misc/p5-Locale-libintl fails to build on Solaris



misc/p5-Locale-libintl fails to build on OpenSolaris. Log is below.

  Checking if your kit is complete...
  Looks good
  Writing Makefile for Locale::gettext_xs
  Writing Makefile for libintl-perl
  ==> Your Makefile has been rebuilt. <==
  ==> Please rerun the make command.  <==
  false
  *** Error code 1

It looks like the following fragmnt is in  action here

  Makefile:
  ...
  # --- MakeMaker makefile section:
  # We take a very conservative approach here, but it's worth it.
  # We move Makefile to Makefile.old here to avoid gnu make looping.
  $(FIRST_MAKEFILE) : Makefile.PL $(CONFIGDEP)
        $(NOECHO) $(ECHO) "Makefile out-of-date with respect to $?"
        $(NOECHO) $(ECHO) "Cleaning current config before rebuilding 
Makefile..."
        -$(NOECHO) $(RM_F) $(MAKEFILE_OLD)
        -$(NOECHO) $(MV)   $(FIRST_MAKEFILE) $(MAKEFILE_OLD)
        - $(MAKE) $(USEMAKEFILE) $(MAKEFILE_OLD) clean $(DEV_NULL)
        $(PERLRUN) Makefile.PL "INSTALLDIRS=vendor"
        $(NOECHO) $(ECHO) "==> Your Makefile has been rebuilt. <=="
        $(NOECHO) $(ECHO) "==> Please rerun the $(MAKE) command.  <=="
        $(FALSE)

Ideas how to fix it?

-- 
Best regards, Aleksey Cheusov.


Home | Main Index | Thread Index | Old Index