[SOLVED] build-essential on stretch (cubox-i) - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Additional Packages (/forum-22.html) +--- Thread: [SOLVED] build-essential on stretch (cubox-i) (/thread-3937.html) |
[SOLVED] build-essential on stretch (cubox-i) - tempest - 4th Nov, 2017 06:45 AM I am unable to install build-essential on my new stretch install for the cubox-i. Code: apt-get install build-essential I drilled down in the dependencies, and the root cause appears to be the version of linux-libc-dev available for this platform. Code: apt-get install libc6-dev Any ideas? RE: build-essential on stretch (cubox-i) - Nachteule - 4th Nov, 2017 10:04 AM Do you have linux-libc-dev already installed I'ts not installed per default on a fresh installation RE: build-essential on stretch (cubox-i) - tempest - 4th Nov, 2017 12:09 PM (4th Nov, 2017 10:04 AM)Nachteule Wrote: Do you have linux-libc-dev already installed It was not fresh, but a couple of days old. Forgive me, I misspoke earlier. (I was still posting while the toddlers were awake, which short circuits a good portion of higher thought). For some reason it seems to prefer the 4.8.15 version. Once I updated it manually with: Terminal apt-get install linux-libc-dev=4.9.51-1 Will things compile if I am still on a 4.8.15 kernel and a 4.9.51 linux-libc-dev? RE: build-essential on stretch (cubox-i) - Nachteule - 4th Nov, 2017 10:08 PM (4th Nov, 2017 12:09 PM)tempest Wrote:(4th Nov, 2017 10:04 AM)Nachteule Wrote: Do you have linux-libc-dev already installed A lot of packages are pinned, please look into file /etc/apt/preferences.d/xbian Quote:Will things compile if I am still on a 4.8.15 kernel and a 4.9.51 linux-libc-dev? Sure, if you don't want do compile off-tree kernel modules RE: build-essential on stretch (cubox-i) - tempest - 4th Nov, 2017 11:54 PM (4th Nov, 2017 10:08 PM)Nachteule Wrote: Sure, if you don't want do compile off-tree kernel modules Since Xbian includes a bulletproof 8192cu driver, for my dongle I have no need of this. Thanks so much for clearing that up for me. RE: [SOLVED] build-essential on stretch (cubox-i) - Nachteule - 5th Nov, 2017 01:56 AM (4th Nov, 2017 11:54 PM)tempest Wrote:(4th Nov, 2017 10:08 PM)Nachteule Wrote: Sure, if you don't want do compile off-tree kernel modules Yeah, I'm using this driver as well |