Complete HOW-TO Linux Mint 18.1 32/64 RTAI or PREEMPT with RIP install or deb

More
08 Apr 2017 13:02 #91042 by Elroy
I see yes i need to be in that folder hence cd src.

I ok now i am getting the same problem i had before (reinstalling everything). My dependencies were good and now they are not.
what did i do wrong?

elroy@elroy-Lenovo-V570 ~/linuxcnc-dev $ cd debian
elroy@elroy-Lenovo-V570 ~/linuxcnc-dev/debian $ ./configure uspace
successfully configured for 'uspace-LinuxMint-18.1'-'uspace+xenomai'..
elroy@elroy-Lenovo-V570 ~/linuxcnc-dev/debian $ cd ..
elroy@elroy-Lenovo-V570 ~/linuxcnc-dev $ dpkg-checkbuilddeps
elroy@elroy-Lenovo-V570 ~/linuxcnc-dev $ linuxcnc-dev/src
bash: linuxcnc-dev/src: No such file or directory
elroy@elroy-Lenovo-V570 ~/linuxcnc-dev $ git checkout 2.7
Branch 2.7 set up to track remote branch 2.7 from origin.
Switched to a new branch '2.7'
elroy@elroy-Lenovo-V570 ~/linuxcnc-dev $ linuxcnc-dev/src
bash: linuxcnc-dev/src: No such file or directory
elroy@elroy-Lenovo-V570 ~/linuxcnc-dev $ cd ..
elroy@elroy-Lenovo-V570 ~ $ linuxcnc-dev/src
bash: linuxcnc-dev/src: Is a directory
elroy@elroy-Lenovo-V570 ~ $ cd debian
bash: cd: debian: No such file or directory
elroy@elroy-Lenovo-V570 ~ $ cd linuxcnc-dev
elroy@elroy-Lenovo-V570 ~/linuxcnc-dev $ linuxcnc-dev/src
bash: linuxcnc-dev/src: No such file or directory
elroy@elroy-Lenovo-V570 ~/linuxcnc-dev $ cd src
elroy@elroy-Lenovo-V570 ~/linuxcnc-dev/src $ linuxcnc-dev/src
bash: linuxcnc-dev/src: No such file or directory
elroy@elroy-Lenovo-V570 ~/linuxcnc-dev/src $ ../debian/configure uspace ; debuild -uc -us
unknown distribution: LinuxMint-18.1
configuration may be wrong!
successfully configured for 'uspace-LinuxMint-18.1'-'uspace'..
dpkg-buildpackage -rfakeroot -D -us -uc
dpkg-buildpackage: source package linuxcnc
dpkg-buildpackage: source version 1:2.7.8
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Sebastian Kuzminsky <This email address is being protected from spambots. You need JavaScript enabled to view it.>
dpkg-source --before-build linuxcnc-dev
dpkg-buildpackage: host architecture i386
dpkg-checkbuilddeps: error: Unmet build dependencies: libgnomeprintui2.2-dev python-support tcl8.4-dev tk8.4-dev
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)
debuild: fatal error at line 1376:
dpkg-buildpackage -rfakeroot -D -us -uc failed
elroy@elroy-Lenovo-V570 ~/linuxcnc-dev/src $ dpkg-checkbuilddeps
dpkg-checkbuilddeps: error: cannot read debian/control: No such file or directory
elroy@elroy-Lenovo-V570 ~/linuxcnc-dev/src $ cd ..
elroy@elroy-Lenovo-V570 ~/linuxcnc-dev $ dpkg-checkbuilddeps
dpkg-checkbuilddeps: error: Unmet build dependencies: libgnomeprintui2.2-dev python-support tcl8.4-dev tk8.4-dev
elroy@elroy-Lenovo-V570 ~/linuxcnc-dev $

Please Log in or Create an account to join the conversation.

More
08 Apr 2017 13:14 - 08 Apr 2017 13:15 #91043 by cncnoob1979
Elroy try this command and report what happens please.
sudo apt-get install python-support
Last edit: 08 Apr 2017 13:15 by cncnoob1979.

Please Log in or Create an account to join the conversation.

More
08 Apr 2017 13:44 - 08 Apr 2017 14:03 #91045 by cncnoob1979
I just checked to make sure your dependencies are in this repository; this will get you going. Let me know how it goes.
sudo add-apt-repository 'deb http://mirrors.kernel.org/ubuntu precise main universe'
sudo apt-get update
sudo apt-get install libgnomeprintui2.2-dev python-support tcl8.4-dev tk8.4-dev


Attachments:
Last edit: 08 Apr 2017 14:03 by cncnoob1979.

Please Log in or Create an account to join the conversation.

More
08 Apr 2017 13:52 #91046 by tommylight
Oh for goods sake do read the tutorial and follow it.
There is the same error you are doing for over 60 times, namely this :
At the linuxvnc-dev folder when you should write " cd src " you keep writing " linuxcnc-dev/src " without the CD.
You are doing the same for scr several times.
You have to write cd to move through folders.

Please Log in or Create an account to join the conversation.

More
08 Apr 2017 14:26 - 08 Apr 2017 14:26 #91047 by cncnoob1979
Tutorial has been further clarified with the common dependency issues discussed here. I have also added git as a initial dependency install.

Unfortunately I can only have so many links or pictures in the forum or I would have a lot of pictures to help make this easier.. I wonder if there are exceptions to the forums rules that can be applied separately to individual members?

Andy or JT do you know if I could get an exception from the posting limits applied in this forum concerning links and images?

Everyone please feel free to suggest additions or clarification.
Last edit: 08 Apr 2017 14:26 by cncnoob1979.

Please Log in or Create an account to join the conversation.

More
08 Apr 2017 14:36 #91048 by tommylight
Cncnoob, your tutorial is by far the best tutorial for installing something, it is clear and with everything covered.
I just wish i could write like that.
The previous response was as a result of reading everything and seeing the same mistake over and over again. I just do not like undermining your hard work.
Regards
The following user(s) said Thank You: cncnoob1979

Please Log in or Create an account to join the conversation.

More
08 Apr 2017 14:51 - 08 Apr 2017 14:52 #91049 by cncnoob1979
Tommy I completely understand, I get frustrated on the same topics and explanations too! :)
However I did have about 10 pages discussing these same issues again and again!

Thank you for your support and your help Tommy.

So I added this to each posting including the main post... The information was there but I made it bullet proof.. I think!


Commonly reported dependency:

dpkg-checkbuilddeps: error: Unmet build dependencies: libgnomeprintui2.2-dev python-support tcl8.4-dev tk8.4-dev


To fix the issue above please issue this code:
sudo add-apt-repository 'deb http://mirrors.kernel.org/ubuntu precise main universe'
sudo apt-get update
sudo apt-get install libgnomeprintui2.2-dev python-support tcl8.4-dev tk8.4-dev

Regards,

James
Last edit: 08 Apr 2017 14:52 by cncnoob1979.
The following user(s) said Thank You: tommylight

Please Log in or Create an account to join the conversation.

More
08 Apr 2017 15:41 #91052 by Elroy
Cncnoob1979,

I really appreciate your help. I get that you already told me how to get the dependencies. I wasn't very clear. I was trying to find out what i did wrong not what to do.
The following user(s) said Thank You: cncnoob1979

Please Log in or Create an account to join the conversation.

More
08 Apr 2017 15:42 #91053 by Elroy
Tommylight,

Look i get your fustration. I know the tutorial is good. Please read my posts more throughly. I said that i must misunderstand something or the turtorial was missing something. That was not a jab at the tutorial. And it ended up being that i misunderstood. The tutorial has all the command stuff you need to execute in grey. I didn't realize that it was now saying be in this directory. I apologize for not being so clear. New and trying.
The following user(s) said Thank You: tommylight

Please Log in or Create an account to join the conversation.

More
08 Apr 2017 15:58 - 08 Apr 2017 16:41 #91054 by cncnoob1979
The problem with the forum is it's difficult to relay a conversation. So it's easy to be frustrated. But we can't read minds nor can others read ours. We're all human and get frustrated because of it.

Now enough of all that!

Elroy did you get it working for you?
Your issue that I could tell was the understanding of what step you were on.

You have to be in the source directory for the step you were on. Building LinuxCNC.

In the Debian directory is where you configure it (it's running Debian scripting)

Those are the two basic concepts hope that helps.

If you get stuck on a step - don't bypass it. It will not work generally speaking.

Try to figure out if your doing the right thing. A basic Linux command explanation is available widely on the net. If you're not familiar with it - no problem you can ask when or if you get stuck.

Edit: if it's my phrasing that confused you - let me know I'll try to reword it.

I already reworded the folder/command issue confusion, you pointed out.


I ok now i am getting the same problem i had before (reinstalling everything). My dependencies were good and now they are not.
what did i do wrong?


Seems it did not catch the dependency. Seems like a glitch in the "matrix" lol

In that step you did nothing wrong. As far as I can tell it seems you just confused where I was trying to point out what folder to be in. That could have been put different and I hopefully changed it to where no one else will confuse my intention.
Last edit: 08 Apr 2017 16:41 by cncnoob1979.

Please Log in or Create an account to join the conversation.

Time to create page: 0.151 seconds
Powered by Kunena Forum