Public bug reported:

While debugging the platform-api sensor failure in
https://code.launchpad.net/~thomas-voss/platform-
api/expose_accuracy_and_service_status_to_platform/+merge/203298 I
noticed that the crucial difference was that in that MP platform-api
suddenly got built with g++4.8 although debian/rules says

  export CXX=g++-4.7

(Likewise with CC=gcc-4.7, but platform-api doesn't use that).

It seems the recent cmake changes broke this. Surprisingly, this still
works as intended:

  mkdir obj
  cd obj
  CXX=g++-4.7 cmake ..

but not in the way dh_auto_* handle that.

** Affects: cmake (Ubuntu)
     Importance: Critical
     Assignee: Dimitri John Ledkov (xnox)
         Status: Triaged

** Changed in: cmake (Ubuntu)
     Assignee: (unassigned) => Dimitri John Ledkov (xnox)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1274430

Title:
  Regression in 2.8.12.1-1ubuntu3/4: export CXX stopped working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cmake/+bug/1274430/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to