← Back to team overview

tiomap-dev team mailing list archive

[Bug 667486] Re: xdeb finds different build sequence when using --build-directory

 

** Changed in: xdeb (Ubuntu)
     Assignee: (unassigned) => Wookey (wookey)

-- 
You received this bug notification because you are a member of TI OMAP
Developers, which is a direct subscriber.
https://bugs.launchpad.net/bugs/667486

Title:
  xdeb finds different build sequence when using --build-directory

Status in “xdeb” package in Ubuntu:
  New

Bug description:
  Binary package hint: xdeb

  When trying to use --build-directory option with xdeb, i found out
  that xdeb does not compute the same build sequence. e.g.

  $ xdeb -aarmel tisyslink --sequence
  Building working tree cache ...
  Build sequence: titiler-memmgr* tisyslink*

  $ xdeb -aarmel -b /tmp tisyslink --sequence
  Building working tree cache ...
  Build sequence: tisyslink*

  I am running this on a natty chroot, on a x86 maverick host.