bug-gnuzilla
[Top][All Lists]
Advanced

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

Re: [Bug-gnuzilla] IceCat 38.5.0 release


From: Dimitris Arvanitis
Subject: Re: [Bug-gnuzilla] IceCat 38.5.0 release
Date: Wed, 23 Dec 2015 22:31:56 +0100

Hallo!

Thank you for the release, Rubén, this was really fast this time. Sadly,
I still fail to build Debian packages on Debian Jessie (8). I extracted
the lines which are indicated as problem in the end of the aborted
compilation process. I post them with some context, the respective lines
are wrapped in <<>>. As you see, the words "tiers" and "make" appear
several times. Do you maybe see something that hints to what is wrong?

Best regards,
Dimitris

# Main rules (export, compile, libs and tools) call recurse_* rules.
# This wrapping is only really useful for build status.
$(TIERS)::
<<      $(call BUILDSTATUS,TIER_START $@)>>
        +$(MAKE) recurse_$@
        $(call BUILDSTATUS,TIER_FINISH $@)

# The root makefile doesn't want to do a plain export/libs, because
# of the tiers and because of libxul. Suppress the default rules in
favor
# of something else. Makefiles which use this var *must* provide a
sensible
# default rule before including rules.mk
default all::
<<      $(foreach tier,$(TIERS),$(call SUBMAKE,$(tier)))>>

ifeq ($(findstring s,$(filter-out --%, $(MAKEFLAGS))),)
ECHO := echo
QUIET :=
else
ECHO := true
QUIET := -q
endif

# Build it

realbuild::  $(OBJDIR)/Makefile $(OBJDIR)/config.status
<<      +$(MOZ_MAKE)>>

# The default rule is build
build::
<<      $(MAKE) -f $(TOPSRCDIR)/client.mk $(if
$(MOZ_PGO),profiledbuild,realbuild) CREATE_MOZCONFIG_JSON=>>

$(cdbs_make_build_stamps):
<<      +$(DEB_MAKE_INVOKE) $(DEB_MAKE_BUILD_TARGET)>>
        touch $@

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]