bugDino - Bugs: bug #26897, Cannot get make install to...

 
 

bug #26897: Cannot get make install to complete successfully, getting an "controller.lo" error message

Submitted by:  Ivan Uravic <urkkowsky>
Submitted on:  Fri 26 Jun 2009 08:38:19 PM UTC  
 
Severity: 3 - NormalItem Group: Build error
Status: Wont FixPrivacy: Public
Assigned to: Lars Luthman <larsl>Open/Closed: Closed
Release: Other (specify in text)

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

Fri 26 Jun 2009 09:18:21 PM UTC, comment #5:

That's totally fine, one should actually probably know such things.

Even though this is not a bug, and this post doesn't belong in the bug category, some rookie in a similar situation might benefit from this post.

Cheers ! ;=)

Ivan Uravic <urkkowsky>
Fri 26 Jun 2009 09:10:55 PM UTC, comment #4:

OK, good that it works now. It really should print a clearer error message when g++ is missing though, but I have changed build systems in the Git repository so I'm not going to fix anything in the old one in the 0.2 branch at the moment.

Closing this bug.

Lars Luthman <larsl>
Project AdministratorIn charge of this item.
Fri 26 Jun 2009 09:05:20 PM UTC, comment #3:

Exactly, g++ wasn't installed on my system :( My bad... !

Dino JUST compiled successfully and runs beautifully!!!

I am totally new to the world of Linux, but I'm loving it! :=)
Sory for the inconvenience and extra-special-big thanx for your help!!!

Ivan Uravic <urkkowsky>
Fri 26 Jun 2009 08:56:45 PM UTC, comment #2:

Do you have g++ installed? What does the command 'env g++' say?

Lars Luthman <larsl>
Project AdministratorIn charge of this item.
Fri 26 Jun 2009 08:48:15 PM UTC, comment #1:

I should have mentioned, I'm using Ubuntu Studio 8.04 Hardy Heron.

Ivan Uravic <urkkowsky>
Fri 26 Jun 2009 08:38:19 PM UTC, original submission:

I am trying to get Dino compiled and up and running, but haven't been able to get past the building process yet.

I have tried with all the versions (0.2.0, 0.2.1, 0.2.2, git 0.2 branch) and I always get the same error. This makes me assume that my system configuration might be responsible, not the Dino, but never the less, still I remain helpless...

Here's what "make check" says the problem is:

root@ubuntust804:/home/urkkowsky/Programi/dinogit/dino# make check
Making check in src
make[1]: Entering directory `/home/urkkowsky/Programi/dinogit/dino/src'
Making check in libdinoseq
make[2]: Entering directory `/home/urkkowsky/Programi/dinogit/dino/src/libdinoseq'
source='controller.cpp' object='controller.lo' libtool=yes \
DEPDIR=.deps depmode=none /bin/bash ../../depcomp \
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DNDEBUG -c -o controller.lo controller.cpp
libtool: ignoring unknown tag CXX
g++ -DHAVE_CONFIG_H -I. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DNDEBUG -c controller.cpp -fPIC -DPIC -o .libs/controller.o
env: g++: No such file or directory
make[2]: *** [controller.lo] Error 1
make[2]: Leaving directory `/home/urkkowsky/Programi/dinogit/dino/src/libdinoseq'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/urkkowsky/Programi/dinogit/dino/src'
make: *** [check-recursive] Error 1

And then if I try to "make install" it, there's the same error as previously checked:

root@ubuntust804:/home/urkkowsky/Programi/dinogit/dino# make install
Making install in src
make[1]: Entering directory `/home/urkkowsky/Programi/dinogit/dino/src'
Making install in libdinoseq
make[2]: Entering directory `/home/urkkowsky/Programi/dinogit/dino/src/libdinoseq'
source='controller.cpp' object='controller.lo' libtool=yes \
DEPDIR=.deps depmode=none /bin/bash ../../depcomp \
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DNDEBUG -c -o controller.lo controller.cpp
libtool: ignoring unknown tag CXX
g++ -DHAVE_CONFIG_H -I. -I../../src -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DNDEBUG -c controller.cpp -fPIC -DPIC -o .libs/controller.o
env: g++: No such file or directory
make[2]: *** [controller.lo] Error 1
make[2]: Leaving directory `/home/urkkowsky/Programi/dinogit/dino/src/libdinoseq'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/urkkowsky/Programi/dinogit/dino/src'
make: *** [install-recursive] Error 1

I would greatly appreciate some advice on what to do here..
My email is iuravic(a)gmail.com
Thanx !!

Ivan Uravic <urkkowsky>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -unavailable- added by larsl (Posted a comment)
  • -unavailable- added by urkkowsky (Submitted the item)
  •  

    Do you think this task is very important?
    If so, you can click here to add your encouragement to it.
    This task has 0 encouragements so far.

    Only logged-in users can vote.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

     

     

    Follow 5 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Fri 26 Jun 2009 09:11:13 PM UTClarslSeverity5 - Blocker=>3 - Normal
    Fri 26 Jun 2009 09:10:55 PM UTClarslStatusNeed Info=>Wont Fix
      Open/ClosedOpen=>Closed
    Fri 26 Jun 2009 08:56:45 PM UTClarslStatusNone=>Need Info
      Assigned toNone=>larsl

    Back to the top


    Powered by Savane 3.1-cleanup1