Here's the rough recipe for building ubuntu 18.04's systemd (well, or
anything, really):
Start a clean ubuntu 18.04 system (perhaps with lxd), then:
sudo apt update
sudo apt dist-upgrade
sudo apt install devscripts
sudo apt build-dep systemd
apt source systemd
cd systemd-237
debuild -b -uc -us
cd
440 ought to work with that card, if I'm reading this right:
https://www.nvidia.com/Download/driverResults.aspx/159360/en-us
- Dan
On Fri, Apr 24, 2020 at 4:30 PM Dimitri John Ledkov wrote:
> On Mon, 20 Apr 2020 at 20:53, Jack Howarth
> wrote:
> >
> > I am finding on a 2008 MacPro with GT
> DKMS make.log for amdgpu-17.40-492261 for kernel 5.3.0-40-generic (x86_64)
> /var/lib/dkms/amdgpu/17.40-492261/build/include/kcl/kcl_pci.h:7:5: error:
> conflicting types for ‘pci_enable_atomic_ops_to_root’
Sounds like you downloaded amdgpu-pro some time ago, and are trying to
install an old ve
It is a bit hard to find.
https://help.ubuntu.com/stable/ubuntu-help/report-ubuntu-bug.html.en
mentions running ubuntu-bug, and that should work; just give the name
of the package as an argument.
- Dan
On Mon, Feb 24, 2020 at 2:42 PM Petr Schuchmann
wrote:
>
> Hello,
>
> I asked question on AskUb
As far as I know, libssl-dev is stable.
The -dev suffix just means it provides development files, e.g. .h and .pc
files.
On any particular Ubuntu version, it only gets micro updates, and no
experimental ones.
- Dan
On Wed, Dec 11, 2019 at 11:02 AM Brylie Christopher Oxley
wrote:
> Hello,
>
> I
On Wed, Sep 25, 2019 at 6:19 AM kavitha R wrote:
> When we run "apt-get update", does it download all the packages information
> that will be stored in /var/lib/apt/lists/* _Packages file?
I think so. You could use tcpdump or wireshark to confirm.
> Why do we store the package full description
On Wed, Sep 25, 2019 at 6:19 AM kavitha R wrote:
> How does apt-cache create and updates the local package cache? Is it periodic
> or manual? As far as my investigation, it is manual (apt-get update).
It can be manual; if a package like unattended-upgrades is installed,
it can run apt-get update
Quicker approach:
realizing that the package you want is gone but not forgotten :-),
download the debs from
https://launchpad.net/ubuntu/disco/amd64/clang-format-4.0/1:4.0.1-10build1
and
https://launchpad.net/ubuntu/cosmic/amd64/libllvm4.0/1:4.0.1-10build1
and install them with
sudo dpkg -i libll
For what it's worth, I just forward-ported 3.9 from xenial to disco
because the alternative was reformatting a bazillion lines of
source code. It wasn't too hard, just had to do 'apt source clang-format'
on an ubuntu 18.04 box, transfer the source to a 19.04 box,
install gcc 7 and make three littl
In a similar vein, my ppa
https://launchpad.net/~dank/+archive/ubuntu/python-fixes has a couple
cherrypicked fixes for the python ecosystem in ubuntu 16.04 and 18.04.
I put that together as I was fixing
https://github.com/nexB/scancode-toolkit to install via system pip;
turns out there were a coupl
On Sun, Jun 22, 2008 at 11:02 AM, Denis Washington <[EMAIL PROTECTED]> wrote:
> I don't think this is a corner case at all. For one thing, propietary
> applications might just don't play a role _because_ there is no really
> good distribution method for them - the typical chicken-and-egg problem.
>
On Sat, Jun 21, 2008 at 1:32 AM, Denis Washington <[EMAIL PROTECTED]> wrote:
> Some time ago, it was discussed on an LSB face-to-face meeting that an
> API should be developed that allows ISVs to install sotware packages
> which integrate into the package manager - the "Berlin Packaging API".
> Whi
12 matches
Mail list logo