Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

Bus error -- driver executed.


computers / comp.os.linux.advocacy / Arch User Repository

SubjectAuthor
* Arch User RepositoryChris Ahlstrom
+* Re: Arch User RepositoryChris Ahlstrom
|`* Re: Arch User RepositoryFarley Flud
| +- Re: Arch User RepositoryChris Ahlstrom
| +* Re: Arch User RepositoryPhysfitfreak
| |`* Re: Arch User RepositoryStéphane CARPENTIER
| | `- Re: Arch User RepositoryPhysfitfreak
| +- Re: Arch User RepositoryLawrence D'Oliveiro
| `* Re: Arch User RepositoryDFS
|  +- Re: Arch User Repositoryrbowman
|  `* Re: Arch User RepositoryLawrence D'Oliveiro
|   `* Re: Arch User RepositoryDFS
|    `* Re: Arch User RepositoryLawrence D'Oliveiro
|     +- Re: Arch User RepositoryDFS
|     `- Re: Arch User RepositoryChris Ahlstrom
+- Re: Arch User Repositoryrbowman
+* Re: Arch User RepositorySimon
|`- Re: Arch User RepositoryChris Ahlstrom
`* Re: Arch User RepositoryLawrence D'Oliveiro
 `- Re: Arch User RepositoryChris Ahlstrom

1
Arch User Repository

<uob6qu$2jbnr$3@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=8141&group=comp.os.linux.advocacy#8141

  copy link   Newsgroups: comp.os.linux.advocacy
Path: i2pn2.org!rocksolid2!news.neodome.net!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: OFeem1987@teleworm.us (Chris Ahlstrom)
Newsgroups: comp.os.linux.advocacy
Subject: Arch User Repository
Date: Thu, 18 Jan 2024 07:50:38 -0500
Organization: None
Lines: 20
Message-ID: <uob6qu$2jbnr$3@dont-email.me>
Reply-To: OFeem1987@teleworm.us
Injection-Date: Thu, 18 Jan 2024 12:50:38 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="c775b0439c7aea0bc5a8c3b68266cfe3";
logging-data="2731771"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18d8ffIJIK74npyUCDfDXac"
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:2Zvwk991BVyKbdRN2/BJgXjDBSM=
X-Face: 63n<76,LYJQ2m#'5YL#.T95xqyPiG`ffIP70tN+j"(&@6(4l\7uL)2+/-r0)/9SjZ`qw=
Njn mr93Xrerx}aQG-Ap5IHn"xe;`5:pp"$RH>Kx_ngWw%c\+6qSg!q"41n2[.N/;Pu6q8?+Poz~e
A9? $6_R7cm.l!s8]yfv7x+-FYQ|/k
 by: Chris Ahlstrom - Thu, 18 Jan 2024 12:50 UTC

So I want to install the graphics app "DIA" (dia) on this Arch Linux laptop.
Turns out there's no native package, but it's in the AUR. Cloned the link and
the ran "makepkg -s", only to find 3 dependencies are needed. Two of them have
native packages, but python2 has to be gotten from the AUR. Sigh.

So got that, only to get a checksum error. So had to google, and figure out
that one has to install the key:

# pacman-key --recv-keys ABCEDF123...
$ gpg --recv-key

Making the package ran a ./configure script, built python, and built and ran
about 400 tests. It's still going on... had to plug in the power supply.

Will it all work out in the end?
Will it be worth it?
Stay detuned.

--
Caution: breathing may be hazardous to your health.

Re: Arch User Repository

<uob7lp$2jjdg$2@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=8143&group=comp.os.linux.advocacy#8143

  copy link   Newsgroups: comp.os.linux.advocacy
Path: i2pn2.org!rocksolid2!news.neodome.net!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: OFeem1987@teleworm.us (Chris Ahlstrom)
Newsgroups: comp.os.linux.advocacy
Subject: Re: Arch User Repository
Date: Thu, 18 Jan 2024 08:04:57 -0500
Organization: None
Lines: 29
Message-ID: <uob7lp$2jjdg$2@dont-email.me>
References: <uob6qu$2jbnr$3@dont-email.me>
Reply-To: OFeem1987@teleworm.us
Injection-Date: Thu, 18 Jan 2024 13:04:57 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="c775b0439c7aea0bc5a8c3b68266cfe3";
logging-data="2739632"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+XQVwPhLyX9cU9b2WjEY0p"
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:CKwbCc6mtfUi6+NPem8pK4Q9BjI=
X-Slrn: Why use anything else?
X-User-Agent: Microsoft Outl00k, Usenet K00k Editions
X-Mutt: The most widely-used MUA
 by: Chris Ahlstrom - Thu, 18 Jan 2024 13:04 UTC

Chris Ahlstrom wrote this copyrighted missive and expects royalties:

> So I want to install the graphics app "DIA" (dia) on this Arch Linux laptop.
> Turns out there's no native package, but it's in the AUR. Cloned the link and
> the ran "makepkg -s", only to find 3 dependencies are needed. Two of them have
> native packages, but python2 has to be gotten from the AUR. Sigh.
>
> So got that, only to get a checksum error. So had to google, and figure out
> that one has to install the key:
>
> # pacman-key --recv-keys ABCEDF123...
> $ gpg --recv-key
>
> Making the package ran a ./configure script, built python, and built and ran
> about 400 tests. It's still going on... had to plug in the power supply.
>
> Will it all work out in the end?
> Will it be worth it?
> Stay detuned.

Well, installed the python2 build no problem.

But building dia led to a spewage of warnings (such as incompatible pointer
types) and finally an error about a function not found.

Oh well, will have to use Dia on the Ubuntu box.

--
You teach best what you most need to learn.

Re: Arch User Repository

<l0tcglFk8lvU2@mid.individual.net>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=8152&group=comp.os.linux.advocacy#8152

  copy link   Newsgroups: comp.os.linux.advocacy
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: bowman@montana.com (rbowman)
Newsgroups: comp.os.linux.advocacy
Subject: Re: Arch User Repository
Date: 18 Jan 2024 19:29:25 GMT
Lines: 9
Message-ID: <l0tcglFk8lvU2@mid.individual.net>
References: <uob6qu$2jbnr$3@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: individual.net 9tonz1Sh4K6uvIeakw46qwnM7wqv65MY1E2SKJc8CCIzSvnfqF
Cancel-Lock: sha1:XQ+BW5lnu0JqpTR7Zqt7eqSktBc= sha256:u/HsoWbEVDCN7yzEC25bgvUwZ9rs1IOa/Kp9rcEj0uc=
User-Agent: Pan/0.149 (Bellevue; 4c157ba)
 by: rbowman - Thu, 18 Jan 2024 19:29 UTC

On Thu, 18 Jan 2024 07:50:38 -0500, Chris Ahlstrom wrote:

> So I want to install the graphics app "DIA" (dia) on this Arch Linux
> laptop. Turns out there's no native package, but it's in the AUR. Cloned
> the link and the ran "makepkg -s", only to find 3 dependencies are
> needed. Two of them have native packages, but python2 has to be gotten
> from the AUR. Sigh.

Ah, the bad old days. I don't miss them at all.

Re: Arch User Repository

<17ab8d6e8bef4a4d$5855$395177$802601b3@news.usenetexpress.com>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=8159&group=comp.os.linux.advocacy#8159

  copy link   Newsgroups: comp.os.linux.advocacy
From: ff@linux.rocks (Farley Flud)
Subject: Re: Arch User Repository
Newsgroups: comp.os.linux.advocacy
References: <uob6qu$2jbnr$3@dont-email.me> <uob7lp$2jjdg$2@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Lines: 23
Path: i2pn2.org!i2pn.org!usenet.network!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!news.usenetexpress.com!not-for-mail
Date: Thu, 18 Jan 2024 21:13:09 +0000
Nntp-Posting-Date: Thu, 18 Jan 2024 21:13:09 +0000
X-Received-Bytes: 926
X-Complaints-To: abuse@usenetexpress.com
Organization: UsenetExpress - www.usenetexpress.com
Message-Id: <17ab8d6e8bef4a4d$5855$395177$802601b3@news.usenetexpress.com>
 by: Farley Flud - Thu, 18 Jan 2024 21:13 UTC

On Thu, 18 Jan 2024 08:04:57 -0500, Chris Ahlstrom wrote:

>
> But building dia led to a spewage of warnings (such as incompatible pointer
> types) and finally an error about a function not found.
>

With Gentoo there is no problem whatsoever:

emerge dia

After 2 minutes dia was up and running:

https://i.postimg.cc/cHLGSVWf/dia.png

Portage did pull in a single dependency, libart_lgpl,
but everything was already present.

My advice:

Get Gentoo and fuck everything else.

Re: Arch User Repository

<uoc6if$2p01o$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=8163&group=comp.os.linux.advocacy#8163

  copy link   Newsgroups: comp.os.linux.advocacy
Path: i2pn2.org!i2pn.org!paganini.bofh.team!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: OFeem1987@teleworm.us (Chris Ahlstrom)
Newsgroups: comp.os.linux.advocacy
Subject: Re: Arch User Repository
Date: Thu, 18 Jan 2024 16:52:15 -0500
Organization: None
Lines: 29
Message-ID: <uoc6if$2p01o$1@dont-email.me>
References: <uob6qu$2jbnr$3@dont-email.me> <uob7lp$2jjdg$2@dont-email.me>
<17ab8d6e8bef4a4d$5855$395177$802601b3@news.usenetexpress.com>
Reply-To: OFeem1987@teleworm.us
Injection-Date: Thu, 18 Jan 2024 21:52:15 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="6de34fe04b2f409532dc99cdc18a9f1b";
logging-data="2916408"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18DBrBoPSVfjPXjEVLbB5Xm"
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:aZel8lE+xZW0kq+lBlSAvza4I8Y=
X-Slrn: Why use anything else?
X-Mutt: The most widely-used MUA
X-User-Agent: Microsoft Outl00k, Usenet K00k Editions
 by: Chris Ahlstrom - Thu, 18 Jan 2024 21:52 UTC

Farley Flud wrote this copyrighted missive and expects royalties:

> On Thu, 18 Jan 2024 08:04:57 -0500, Chris Ahlstrom wrote:
>
>> But building dia led to a spewage of warnings (such as incompatible pointer
>> types) and finally an error about a function not found.
>
> With Gentoo there is no problem whatsoever:
>
> emerge dia
>
> After 2 minutes dia was up and running:
>
> https://i.postimg.cc/cHLGSVWf/dia.png
>
> Portage did pull in a single dependency, libart_lgpl,
> but everything was already present.
>
> My advice:
>
> Get Gentoo and fuck everything else.

I tried Gentoo a couple of times (many years ago) and although cool it ended up
borking itself. Probably a bit more tractable now.

Maybe later.

--
Your business will go through a period of considerable expansion.

Re: Arch User Repository

<slrnuqkh6k.3crj.SimonJ@silex.localdomain>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=8175&group=comp.os.linux.advocacy#8175

  copy link   Newsgroups: comp.os.linux.advocacy
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From: SimonJ@eu.invalid (Simon)
Newsgroups: comp.os.linux.advocacy
Subject: Re: Arch User Repository
Date: Fri, 19 Jan 2024 09:45:56 -0000 (UTC)
Message-ID: <slrnuqkh6k.3crj.SimonJ@silex.localdomain>
References: <uob6qu$2jbnr$3@dont-email.me>
Injection-Date: Fri, 19 Jan 2024 09:45:56 -0000 (UTC)
Injection-Info: solani.org;
logging-data="698051"; mail-complaints-to="abuse@news.solani.org"
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:HIu0M/MdmSm+4o1iqiqJmiGDVTE=
X-User-ID: eJwFwQkBACAIA8BKIBtPHEXsH8E7mqt3wOng47tzdQ5EgIxTUYQWOrdRtKeb6bGyZlubcn0UExB4
 by: Simon - Fri, 19 Jan 2024 09:45 UTC

On 2024-01-18, Chris Ahlstrom <OFeem1987@teleworm.us> wrote:
> So I want to install the graphics app "DIA" (dia) on this Arch Linux laptop.
> Turns out there's no native package, but it's in the AUR. Cloned the link and
> the ran "makepkg -s", only to find 3 dependencies are needed. Two of them have
> native packages, but python2 has to be gotten from the AUR. Sigh.
>
> So got that, only to get a checksum error. So had to google, and figure out
> that one has to install the key:
>
> # pacman-key --recv-keys ABCEDF123...
> $ gpg --recv-key
>
> Making the package ran a ./configure script, built python, and built and ran
> about 400 tests. It's still going on... had to plug in the power supply.
>
> Will it all work out in the end?
> Will it be worth it?
> Stay detuned.
>

While I admire the purity of manual installation I now use paru as it
does all this, with my permission fairly automatically.

--
Simon

RLU: 222126

Re: Arch User Repository

<uodnbv$347ak$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=8176&group=comp.os.linux.advocacy#8176

  copy link   Newsgroups: comp.os.linux.advocacy
Path: i2pn2.org!i2pn.org!news.swapon.de!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: OFeem1987@teleworm.us (Chris Ahlstrom)
Newsgroups: comp.os.linux.advocacy
Subject: Re: Arch User Repository
Date: Fri, 19 Jan 2024 06:45:03 -0500
Organization: None
Lines: 29
Message-ID: <uodnbv$347ak$1@dont-email.me>
References: <uob6qu$2jbnr$3@dont-email.me>
<slrnuqkh6k.3crj.SimonJ@silex.localdomain>
Reply-To: OFeem1987@teleworm.us
Injection-Date: Fri, 19 Jan 2024 11:45:03 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="ae16cce7f55246a7eb34e6d98fb84a09";
logging-data="3284308"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/JFaG2pocByZSKEr92kJga"
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:GzvotR7u1a2gTVwMQfhy4r58bKQ=
X-Mutt: The most widely-used MUA
X-Slrn: Why use anything else?
X-User-Agent: Microsoft Outl00k, Usenet K00k Editions
 by: Chris Ahlstrom - Fri, 19 Jan 2024 11:45 UTC

Simon wrote this copyrighted missive and expects royalties:

> On 2024-01-18, Chris Ahlstrom <OFeem1987@teleworm.us> wrote:
>> So I want to install the graphics app "DIA" (dia) on this Arch Linux laptop.
>> Turns out there's no native package, but it's in the AUR. Cloned the link and
>> the ran "makepkg -s", only to find 3 dependencies are needed. Two of them have
>> native packages, but python2 has to be gotten from the AUR. Sigh.
>>
>> So got that, only to get a checksum error. So had to google, and figure out
>> that one has to install the key:
>>
>> # pacman-key --recv-keys ABCEDF123...
>> $ gpg --recv-key
>>
>> Making the package ran a ./configure script, built python, and built and ran
>> about 400 tests. It's still going on... had to plug in the power supply.
>>
>> Will it all work out in the end?
>> Will it be worth it?
>> Stay detuned.
>>
>
> While I admire the purity of manual installation I now use paru as it
> does all this, with my permission fairly automatically.

Cool.

--
Your love life will be happy and harmonious.

Re: Arch User Repository

<uoern0$n6je$2@solani.org>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=8196&group=comp.os.linux.advocacy#8196

  copy link   Newsgroups: comp.os.linux.advocacy
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From: Physfitfreak@gmail.com (Physfitfreak)
Newsgroups: comp.os.linux.advocacy
Subject: Re: Arch User Repository
Date: Fri, 19 Jan 2024 16:05:19 -0600
Message-ID: <uoern0$n6je$2@solani.org>
References: <uob6qu$2jbnr$3@dont-email.me> <uob7lp$2jjdg$2@dont-email.me>
<17ab8d6e8bef4a4d$5855$395177$802601b3@news.usenetexpress.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 19 Jan 2024 22:05:20 -0000 (UTC)
Injection-Info: solani.org;
logging-data="760430"; mail-complaints-to="abuse@news.solani.org"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:KPTjW0py572vY7mlP6F1ziN2Jb4=
Content-Language: en-US
X-User-ID: eJwNxskBwCAIBMCWXI4FyjEo/Zdg5jWuBDuMTvPxSY2jkgVD3U4JxojosJV+wfs1twLFk3v/X1bHXM1XMwQPKbQUTA==
In-Reply-To: <17ab8d6e8bef4a4d$5855$395177$802601b3@news.usenetexpress.com>
 by: Physfitfreak - Fri, 19 Jan 2024 22:05 UTC

On 1/18/2024 3:13 PM, Farley Flud wrote:
> On Thu, 18 Jan 2024 08:04:57 -0500, Chris Ahlstrom wrote:
>
>>
>> But building dia led to a spewage of warnings (such as incompatible pointer
>> types) and finally an error about a function not found.
>>
>
> With Gentoo there is no problem whatsoever:
>
> emerge dia
>
> After 2 minutes dia was up and running:
>
> https://i.postimg.cc/cHLGSVWf/dia.png
>
> Portage did pull in a single dependency, libart_lgpl,
> but everything was already present.
>
> My advice:
>
> Get Gentoo and fuck everything else.
>
>

Farley do you recommend using Peru which Simon suggested?

Re: Arch User Repository

<65aaf90c$0$6456$426a34cc@news.free.fr>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=8198&group=comp.os.linux.advocacy#8198

  copy link   Newsgroups: comp.os.linux.advocacy
Path: i2pn2.org!i2pn.org!news.nntp4.net!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!cleanfeed1-b.proxad.net!nnrp5-1.free.fr!not-for-mail
Newsgroups: comp.os.linux.advocacy
From: sc@fiat-linux.fr (Stéphane CARPENTIER)
Subject: Re: Arch User Repository
References: <uob6qu$2jbnr$3@dont-email.me> <uob7lp$2jjdg$2@dont-email.me>
<17ab8d6e8bef4a4d$5855$395177$802601b3@news.usenetexpress.com>
<uoern0$n6je$2@solani.org>
Organization: Mulots' Killer
User-Agent: slrn/pre1.0.4-9 (Linux)
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Date: 19 Jan 2024 22:34:52 GMT
Lines: 16
Message-ID: <65aaf90c$0$6456$426a34cc@news.free.fr>
NNTP-Posting-Date: 19 Jan 2024 23:34:52 CET
NNTP-Posting-Host: 78.201.248.7
X-Trace: 1705703692 news-4.free.fr 6456 78.201.248.7:55158
X-Complaints-To: abuse@proxad.net
 by: Stéphane CARPENTIER - Fri, 19 Jan 2024 22:34 UTC

Le 19-01-2024, Physfitfreak <Physfitfreak@gmail.com> a écrit :
> On 1/18/2024 3:13 PM, Farley Flud wrote:
>>
>> My advice:
>>
>> Get Gentoo and fuck everything else.
>
> Farley do you recommend using Peru which Simon suggested?

What for? He said fuck everything else, so he said fuck archlinux. It's
not that difficult to understand. Paru is for installing tools from the
AUR depots on archlinux. It's useless on gentoo.

--
Si vous avez du temps à perdre :
https://scarpet42.gitlab.io

Re: Arch User Repository

<uof0dk$m33d$2@solani.org>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=8200&group=comp.os.linux.advocacy#8200

  copy link   Newsgroups: comp.os.linux.advocacy
Path: i2pn2.org!i2pn.org!news.samoylyk.net!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From: Physfitfreak@gmail.com (Physfitfreak)
Newsgroups: comp.os.linux.advocacy
Subject: Re: Arch User Repository
Date: Fri, 19 Jan 2024 17:25:40 -0600
Message-ID: <uof0dk$m33d$2@solani.org>
References: <uob6qu$2jbnr$3@dont-email.me> <uob7lp$2jjdg$2@dont-email.me>
<17ab8d6e8bef4a4d$5855$395177$802601b3@news.usenetexpress.com>
<uoern0$n6je$2@solani.org> <65aaf90c$0$6456$426a34cc@news.free.fr>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 19 Jan 2024 23:25:40 -0000 (UTC)
Injection-Info: solani.org;
logging-data="724077"; mail-complaints-to="abuse@news.solani.org"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:MKYymCoElcGcF++PRPPsbp2fyo0=
X-User-ID: eJwNxMkBwCAIBMCWAFlXy0GO/ktI5jFYW3fSN7ZjMMRTslIweoZaK7WOU+nddTUQGub/YoKweLJ4cb2tPQ0fQLYUvQ==
In-Reply-To: <65aaf90c$0$6456$426a34cc@news.free.fr>
Content-Language: en-US
 by: Physfitfreak - Fri, 19 Jan 2024 23:25 UTC

On 1/19/2024 4:34 PM, Stéphane CARPENTIER wrote:
> Le 19-01-2024, Physfitfreak <Physfitfreak@gmail.com> a écrit :
>> On 1/18/2024 3:13 PM, Farley Flud wrote:
>>>
>>> My advice:
>>>
>>> Get Gentoo and fuck everything else.
>>
>> Farley do you recommend using Peru which Simon suggested?
>
> What for? He said fuck everything else, so he said fuck archlinux. It's
> not that difficult to understand. Paru is for installing tools from the
> AUR depots on archlinux. It's useless on gentoo.
>

No, from what little I know it seems to be more general than that.

Re: Arch User Repository

<uofmgj$3ia68$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=8204&group=comp.os.linux.advocacy#8204

  copy link   Newsgroups: comp.os.linux.advocacy
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: ldo@nz.invalid (Lawrence D'Oliveiro)
Newsgroups: comp.os.linux.advocacy
Subject: Re: Arch User Repository
Date: Sat, 20 Jan 2024 05:42:44 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 6
Message-ID: <uofmgj$3ia68$1@dont-email.me>
References: <uob6qu$2jbnr$3@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 20 Jan 2024 05:42:44 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="e15dac640a9167fb7bc10933baa543b0";
logging-data="3745992"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19F1NwlTtcXKi9/QN69Zlw4"
User-Agent: Pan/0.155 (Kherson; fc5a80b8)
Cancel-Lock: sha1:iXlrcFkiCxiR8HJQcPYN45eRpyQ=
 by: Lawrence D'Oliv - Sat, 20 Jan 2024 05:42 UTC

On Thu, 18 Jan 2024 07:50:38 -0500, Chris Ahlstrom wrote:

> ... the graphics app "DIA" (dia) ... [needs] python2

Maybe that package is an ancient version. There is a “dia” package in
Debian, and it has no requirement for such an obsolete version of Python.

Re: Arch User Repository

<uofrql$3j0dg$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=8205&group=comp.os.linux.advocacy#8205

  copy link   Newsgroups: comp.os.linux.advocacy
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: ldo@nz.invalid (Lawrence D'Oliveiro)
Newsgroups: comp.os.linux.advocacy
Subject: Re: Arch User Repository
Date: Sat, 20 Jan 2024 07:13:25 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 9
Message-ID: <uofrql$3j0dg$1@dont-email.me>
References: <uob6qu$2jbnr$3@dont-email.me> <uob7lp$2jjdg$2@dont-email.me>
<17ab8d6e8bef4a4d$5855$395177$802601b3@news.usenetexpress.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 20 Jan 2024 07:13:25 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="e15dac640a9167fb7bc10933baa543b0";
logging-data="3768752"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19Exj5lpWZ7xeklp60oUSIr"
User-Agent: Pan/0.155 (Kherson; fc5a80b8)
Cancel-Lock: sha1:1g68kqcyNUxm0Ow3g/WPVKi5BRc=
 by: Lawrence D'Oliv - Sat, 20 Jan 2024 07:13 UTC

On Thu, 18 Jan 2024 21:13:09 +0000, Farley Flud wrote:

> Portage did pull in a single dependency, libart_lgpl, but everything was
> already present.

Doesn’t seem like it’s still being developed
<https://tracker.debian.org/pkg/libart-lgpl>.

I think it’s an obsolete precursor of the Cairo graphics library.

Re: Arch User Repository

<uogil7$3mkgv$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=8212&group=comp.os.linux.advocacy#8212

  copy link   Newsgroups: comp.os.linux.advocacy
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: OFeem1987@teleworm.us (Chris Ahlstrom)
Newsgroups: comp.os.linux.advocacy
Subject: Re: Arch User Repository
Date: Sat, 20 Jan 2024 08:43:01 -0500
Organization: None
Lines: 35
Message-ID: <uogil7$3mkgv$1@dont-email.me>
References: <uob6qu$2jbnr$3@dont-email.me> <uofmgj$3ia68$1@dont-email.me>
Reply-To: OFeem1987@teleworm.us
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 20 Jan 2024 13:43:03 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="45c92ceceaa08596f95be52c4eaf3e33";
logging-data="3887647"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX199igT1nqK8h9wCcYr0YzU2"
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:e8nsS8+WjspHyQ+8d3nX7OuCSps=
X-User-Agent: Microsoft Outl00k, Usenet K00k Editions
X-Slrn: Why use anything else?
X-Mutt: The most widely-used MUA
 by: Chris Ahlstrom - Sat, 20 Jan 2024 13:43 UTC

Lawrence D'Oliveiro wrote this copyrighted missive and expects royalties:

> On Thu, 18 Jan 2024 07:50:38 -0500, Chris Ahlstrom wrote:
>
>> ... the graphics app "DIA" (dia) ... [needs] python2
>
> Maybe that package is an ancient version. There is a “dia” package in
> Debian, and it has no requirement for such an obsolete version of Python.

I gave Dia another run a couple days ago. While I have found it to be quite
usable in the past, in this Ubuntu version the autorouting of the lines drove
me crazy; ugly.

Similarly, I tried Umbrello again, and it has a lot of minor issues. Plus,
while working on a class diagram based on imported headers, it crashed.

I installed BoUML, which I used years ago and really liked, but it would not
import my header files. Strange.

All I want to do is create class diagrams so that I can get an overview of all
the classes I created for a (currently private) project that I haven't looked
at in awhile.

For now I'm creating condensed text files; at least that gets me looking at all
the source code. Not a big fan of drawing diagrams manually.

At some point might revisit using Doxygen and Graphviz/ClassViz; have used that
to "write" 1200-page design documents right from the source code, in the past.

--
We know all about the habits of the ant, we know all about the habits of the
bee, but we know nothing at all about the habits of the oyster. It seems
almost certain that we have been choosing the wrong time for studying the
oyster.
-- Mark Twain, "Pudd'nhead Wilson's Calendar"

Re: Arch User Repository

<iObrN.44846$Iswd.8203@fx05.iad>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=8245&group=comp.os.linux.advocacy#8245

  copy link   Newsgroups: comp.os.linux.advocacy
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!tncsrv06.tnetconsulting.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx05.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Betterbird (Windows)
From: nospam@dfs.com (DFS)
Subject: Re: Arch User Repository
Newsgroups: comp.os.linux.advocacy
References: <uob6qu$2jbnr$3@dont-email.me> <uob7lp$2jjdg$2@dont-email.me>
<17ab8d6e8bef4a4d$5855$395177$802601b3@news.usenetexpress.com>
Content-Language: en-US
In-Reply-To: <17ab8d6e8bef4a4d$5855$395177$802601b3@news.usenetexpress.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 36
Message-ID: <iObrN.44846$Iswd.8203@fx05.iad>
X-Complaints-To: abuse@blocknews.net
NNTP-Posting-Date: Sun, 21 Jan 2024 16:40:46 UTC
Organization: blocknews - www.blocknews.net
Date: Sun, 21 Jan 2024 11:40:46 -0500
X-Received-Bytes: 1558
 by: DFS - Sun, 21 Jan 2024 16:40 UTC

On 1/18/2024 4:13 PM, Farley Flud wrote:
> On Thu, 18 Jan 2024 08:04:57 -0500, Chris Ahlstrom wrote:
>
>>
>> But building dia led to a spewage of warnings (such as incompatible pointer
>> types) and finally an error about a function not found.
>>
>
> With Gentoo there is no problem whatsoever:
>
> emerge dia
>
> After 2 minutes dia was up and running:

What a slow pig.

I had it downloaded, installed and up and running in 1 minute at most on
Windows.

http://dia-installer.de

> https://i.postimg.cc/cHLGSVWf/dia.png
>
> Portage did pull in a single dependency, libart_lgpl,
> but everything was already present.

Python sure is nice to you.

> My advice:
>
> Get Gentoo and fuck everything else.

Get Gentoo and fuck your computing life up.

Re: Arch User Repository

<l15fomF5bvvU2@mid.individual.net>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=8260&group=comp.os.linux.advocacy#8260

  copy link   Newsgroups: comp.os.linux.advocacy
Path: i2pn2.org!i2pn.org!nntp.comgw.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: bowman@montana.com (rbowman)
Newsgroups: comp.os.linux.advocacy
Subject: Re: Arch User Repository
Date: 21 Jan 2024 21:13:58 GMT
Lines: 11
Message-ID: <l15fomF5bvvU2@mid.individual.net>
References: <uob6qu$2jbnr$3@dont-email.me> <uob7lp$2jjdg$2@dont-email.me>
<17ab8d6e8bef4a4d$5855$395177$802601b3@news.usenetexpress.com>
<iObrN.44846$Iswd.8203@fx05.iad>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: individual.net I5l52fMvbu4p+9XUWReHLQ0P0cBrn7WIMnLRamP7Rn4K+Iks1i
Cancel-Lock: sha1:RN5aDIQ+s6gjuAfPWV83R0dKORQ= sha256:sPMNdYTayGTjHvskziNp6yPW6ktVJea4OIKvR6sana8=
User-Agent: Pan/0.149 (Bellevue; 4c157ba)
 by: rbowman - Sun, 21 Jan 2024 21:13 UTC

On Sun, 21 Jan 2024 11:40:46 -0500, DFS wrote:

> I had it downloaded, installed and up and running in 1 minute at most on
> Windows.

sudo apt install dia

I didn't get out the stop watch, but a minute at the outside sounds right.
Interesting program. Now I can do UML diagrams! (only kidding. I'm not a
Booch/Rumbaugh fan)

Re: Arch User Repository

<uok2mg$cgf7$5@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=8263&group=comp.os.linux.advocacy#8263

  copy link   Newsgroups: comp.os.linux.advocacy
Path: i2pn2.org!i2pn.org!news.samoylyk.net!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: ldo@nz.invalid (Lawrence D'Oliveiro)
Newsgroups: comp.os.linux.advocacy
Subject: Re: Arch User Repository
Date: Sun, 21 Jan 2024 21:35:13 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 6
Message-ID: <uok2mg$cgf7$5@dont-email.me>
References: <uob6qu$2jbnr$3@dont-email.me> <uob7lp$2jjdg$2@dont-email.me>
<17ab8d6e8bef4a4d$5855$395177$802601b3@news.usenetexpress.com>
<iObrN.44846$Iswd.8203@fx05.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 21 Jan 2024 21:35:13 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="942a1f970482f2e4dbf1b31185d2ff4b";
logging-data="410087"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/+s3atC4Ro/Nz9zV8lBUFE"
User-Agent: Pan/0.155 (Kherson; fc5a80b8)
Cancel-Lock: sha1:6nbs8hFrCoq7qPQfMo+6bAm+1Fk=
 by: Lawrence D'Oliv - Sun, 21 Jan 2024 21:35 UTC

On Sun, 21 Jan 2024 11:40:46 -0500, DFS wrote:

> I had it downloaded, installed and up and running in 1 minute at most on
> Windows.

Did that include the reboot?

Re: Arch User Repository

<q4hrN.175531$vFZa.16796@fx13.iad>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=8269&group=comp.os.linux.advocacy#8269

  copy link   Newsgroups: comp.os.linux.advocacy
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx13.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Betterbird (Windows)
Subject: Re: Arch User Repository
Newsgroups: comp.os.linux.advocacy
References: <uob6qu$2jbnr$3@dont-email.me> <uob7lp$2jjdg$2@dont-email.me>
<17ab8d6e8bef4a4d$5855$395177$802601b3@news.usenetexpress.com>
<iObrN.44846$Iswd.8203@fx05.iad> <uok2mg$cgf7$5@dont-email.me>
Content-Language: en-US
From: nospam@dfs.com (DFS)
In-Reply-To: <uok2mg$cgf7$5@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 15
Message-ID: <q4hrN.175531$vFZa.16796@fx13.iad>
X-Complaints-To: abuse@blocknews.net
NNTP-Posting-Date: Sun, 21 Jan 2024 22:41:26 UTC
Organization: blocknews - www.blocknews.net
Date: Sun, 21 Jan 2024 17:41:27 -0500
X-Received-Bytes: 1182
 by: DFS - Sun, 21 Jan 2024 22:41 UTC

On 1/21/2024 4:35 PM, Lawrence D'Oliveiro wrote:
> On Sun, 21 Jan 2024 11:40:46 -0500, DFS wrote:
>
>> I had it downloaded, installed and up and running in 1 minute at most on
>> Windows.
>
> Did that include the reboot?

That's strike one!

3 strikes and your penalty is you have to install Gentoo and post your
boot log and compare it line-by-line to Feeb's.

Re: Arch User Repository

<uoulvs$2fp6j$3@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=8561&group=comp.os.linux.advocacy#8561

  copy link   Newsgroups: comp.os.linux.advocacy
Path: i2pn2.org!rocksolid2!news.neodome.net!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: ldo@nz.invalid (Lawrence D'Oliveiro)
Newsgroups: comp.os.linux.advocacy
Subject: Re: Arch User Repository
Date: Thu, 25 Jan 2024 22:05:48 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 14
Message-ID: <uoulvs$2fp6j$3@dont-email.me>
References: <uob6qu$2jbnr$3@dont-email.me> <uob7lp$2jjdg$2@dont-email.me>
<17ab8d6e8bef4a4d$5855$395177$802601b3@news.usenetexpress.com>
<iObrN.44846$Iswd.8203@fx05.iad> <uok2mg$cgf7$5@dont-email.me>
<q4hrN.175531$vFZa.16796@fx13.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 25 Jan 2024 22:05:48 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="a52c38d7852fe5be8309e2b943f36561";
logging-data="2614483"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19tlrZPtwBbd4z2oLZ8uUwt"
User-Agent: Pan/0.155 (Kherson; fc5a80b8)
Cancel-Lock: sha1:3TuxhOcatvQwjOy2B9e0QK2rCeU=
 by: Lawrence D'Oliv - Thu, 25 Jan 2024 22:05 UTC

On Sun, 21 Jan 2024 17:41:27 -0500, DFS wrote:

> On 1/21/2024 4:35 PM, Lawrence D'Oliveiro wrote:
>
>> On Sun, 21 Jan 2024 11:40:46 -0500, DFS wrote:
>>
>>> I had it downloaded, installed and up and running in 1 minute at most
>>> on Windows.
>>
>> Did that include the reboot?
>
> That's strike one!

I’ll count that as a “no”.

Re: Arch User Repository

<rnBsN.68840$GX69.1536@fx46.iad>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=8563&group=comp.os.linux.advocacy#8563

  copy link   Newsgroups: comp.os.linux.advocacy
Path: i2pn2.org!i2pn.org!news.1d4.us!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx46.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Betterbird (Windows)
Subject: Re: Arch User Repository
Newsgroups: comp.os.linux.advocacy
References: <uob6qu$2jbnr$3@dont-email.me> <uob7lp$2jjdg$2@dont-email.me>
<17ab8d6e8bef4a4d$5855$395177$802601b3@news.usenetexpress.com>
<iObrN.44846$Iswd.8203@fx05.iad> <uok2mg$cgf7$5@dont-email.me>
<q4hrN.175531$vFZa.16796@fx13.iad> <uoulvs$2fp6j$3@dont-email.me>
Content-Language: en-US
From: nospam@dfs.com (DFS)
In-Reply-To: <uoulvs$2fp6j$3@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 22
Message-ID: <rnBsN.68840$GX69.1536@fx46.iad>
X-Complaints-To: abuse@blocknews.net
NNTP-Posting-Date: Thu, 25 Jan 2024 22:36:07 UTC
Organization: blocknews - www.blocknews.net
Date: Thu, 25 Jan 2024 17:36:08 -0500
X-Received-Bytes: 1342
 by: DFS - Thu, 25 Jan 2024 22:36 UTC

On 1/25/2024 5:05 PM, Lawrence D'Oliveiro wrote:
> On Sun, 21 Jan 2024 17:41:27 -0500, DFS wrote:
>
>> On 1/21/2024 4:35 PM, Lawrence D'Oliveiro wrote:
>>
>>> On Sun, 21 Jan 2024 11:40:46 -0500, DFS wrote:
>>>
>>>> I had it downloaded, installed and up and running in 1 minute at most
>>>> on Windows.
>>>
>>> Did that include the reboot?
>>
>> That's strike one!
>
> I’ll count that as a “no”.

I'll count that as strike two, Linux clown.

Re: Arch User Repository

<up07s3$2qik6$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=8581&group=comp.os.linux.advocacy#8581

  copy link   Newsgroups: comp.os.linux.advocacy
Path: i2pn2.org!i2pn.org!news.samoylyk.net!nyheter.lysator.liu.se!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: OFeem1987@teleworm.us (Chris Ahlstrom)
Newsgroups: comp.os.linux.advocacy
Subject: Re: Arch User Repository
Date: Fri, 26 Jan 2024 07:17:07 -0500
Organization: None
Lines: 28
Message-ID: <up07s3$2qik6$1@dont-email.me>
References: <uob6qu$2jbnr$3@dont-email.me> <uob7lp$2jjdg$2@dont-email.me>
<17ab8d6e8bef4a4d$5855$395177$802601b3@news.usenetexpress.com>
<iObrN.44846$Iswd.8203@fx05.iad> <uok2mg$cgf7$5@dont-email.me>
<q4hrN.175531$vFZa.16796@fx13.iad> <uoulvs$2fp6j$3@dont-email.me>
Reply-To: OFeem1987@teleworm.us
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 26 Jan 2024 12:17:07 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="b92fbf7b031f86b12da73c42d4cb7f30";
logging-data="2968198"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+EbIhBBZMNqsKVo/001WN9"
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:uwwv9GFTLcIM/XsEqN+lOSBPw34=
X-User-Agent: Microsoft Outl00k, Usenet K00k Editions
X-Mutt: The most widely-used MUA
X-Slrn: Why use anything else?
 by: Chris Ahlstrom - Fri, 26 Jan 2024 12:17 UTC

Lawrence D'Oliveiro wrote this copyrighted missive and expects royalties:

> On Sun, 21 Jan 2024 17:41:27 -0500, DFS wrote:
>
>> On 1/21/2024 4:35 PM, Lawrence D'Oliveiro wrote:
>>
>>> On Sun, 21 Jan 2024 11:40:46 -0500, DFS wrote:
>>>
>>>> I had it downloaded, installed and up and running in 1 minute at most
>>>> on Windows.

Big deal! 15 seconds on Ubuntu w/aptitude :-D But who cares?

>>> Did that include the reboot?
>>
>> That's strike one!
>
> I’ll count that as a “no”.

He did not count the search time, remembering to avoid the bogus download
link for "Download Converter Suite", navigating to his Downloads folder...

But who cares?

By the way, installing Umbrello on Arch: sudo pacman -S umbrello

--
You are not dead yet. But watch for further reports.

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor