Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-1328

scons install doesn't end with --prefix parameter?

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 1.5.4
    • Affects Version/s: 1.4.4
    • Component/s: Build
    • Labels:
      None
    • Environment:
      Linux fawn3 2.6.28-11-server #42-Ubuntu SMP Fri Apr 17 02:45:36 UTC 2009 x86_64 GNU/Linux
    • Linux

      I installed boost/mozjs into the user directory (/home/kzk/soft).

      Then, tried to build the mongodb itself.

      $ scons --prefix=/home/kzk/soft/ --extrapathdyn=/home/kzk/soft --sharedclient all

      Finally, try the install build target as follows.

      $ scons --prefix=/home/kzk/soft/ --extrapathdyn=/home/kzk/soft --sharedclient install

      Then, python interpreter consumes 100% CPU and the memory usage gets increasing and increasing (maybe infinite recursion?).
      However, without prefix option, it works fine.

      $ scons --extrapathdyn=/home/kzk/soft --sharedclient install

      Because the interpreter got freeze, I cannot get any backtrace or so...

            Assignee:
            eliot Eliot Horowitz (Inactive)
            Reporter:
            kzk_mover Kazuki Ohta
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: