Re: [DNG] Release dates

2021-12-23 Thread Antony Stone
On Thursday 23 December 2021 at 04:54:24, Xenguy via Dng wrote:

> From: "Antony Stone" ; Sent: Saturday, December 18, 2021 11:22:50 AM:

> > https://www.devuan.org/os/releases has no dates on it, which seems
> > odd, I think.
> > 
> > Would it be possible to at least include the release dates for each
> > version (and, as a nice-to-have, the planned or historical
> > end-of-support dates too)?
> 
> Thanks for that suggestion.  It seemed to be a good idea, so we've tried
> to improve the page along those lines.

Lovely, thanks :)


Antony.

-- 
"Have you been drinking brake fluid again?  I think you're addicted to the 
stuff."

"No, no, it's alright - I can stop any time I want to."

   Please reply to the list;
 please *don't* CC me.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] [OT] dyne.org server migration

2021-12-23 Thread Jaromil

dear dng'ers

Today we finished the migration of core infrastructure servers at
dyne.org including the ones running this mailinglist and serving devuan
developers with the video conference and crypto pad web applications.

It seems all went smoothly, this mail is to inform you and to have a
final test on production lists.

I will be at Devuan's dev meeting later today for feedback.

To all those following the Gregorian calendar, my best wishes: HNY!

ciao

-- 

  Denis "Jaromil" Roio  https://Dyne.org think &do tank
  Ph.D, CTO & co-foundersoftware to empower communities
  ✉ Haparandadam 7-A1, 1013AK Amsterdam, The Netherlands
  𝄞 crypto κρυπτο крипто क्रिप्टो 加密 التشفير הצפנה
  ⚷ 6113D89C A825C5CE DD02C872 73B35DA5 4ACB7D10

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] Firefox/Icecat build (was: Re: Pipewire and PulseAudio: apulse & firefox)

2021-12-23 Thread al3xu5 via Dng
Thu, 16 Dec 2021 14:19:42 +0100 - aitor :

> Hi,
> 
> On 16/12/21 7:08, Marc Shapiro via Dng wrote:
> > I don't think I'm up for compiling firefox from source.  
> 
> [...]

Until some time ago I was able to build the old versions of X, certainly
until 52.x. -- I had also made a guide for building Icecat:
https://libreplanet.org/wiki/Group:IceCat/Compile_and_package/build_52.6.0_on_Devuan_2.0.0_ASCII_64bit

Now the building process seems changed. So, please, could anyone give a
guide (even if schematic) on how to build current Firefox/Icecat releases?

Thanks in advance
al3xu5

-- 
Say NO to copyright, patents, trademarks and industrial design
restrictions!


Public GPG/PGP key: 8FC2 3121 2803 86E9 F7D8  B624 DA50 835B 2624 A36B


pgpoKVfLksP8M.pgp
Description: Firma digitale OpenPGP
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Firefox/Icecat build (was: Re: Pipewire and PulseAudio: apulse & firefox) - TYPO FIX

2021-12-23 Thread al3xu5 via Dng
Thu, 23 Dec 2021 20:56:04 +0100 - al3xu5 via Dng :

> Thu, 16 Dec 2021 14:19:42 +0100 - aitor :
> 
> > Hi,
> > 
> > On 16/12/21 7:08, Marc Shapiro via Dng wrote:  
> > > I don't think I'm up for compiling firefox from source.
> > 
> > [...]  
> 
> Until some time ago I was able to build the old versions of X, certainly

I am sorry... X --> Firefox/Icecat


> until 52.x. -- I had also made a guide for building Icecat:
> https://libreplanet.org/wiki/Group:IceCat/Compile_and_package/build_52.6.0_on_Devuan_2.0.0_ASCII_64bit
> 
> Now the building process seems changed. So, please, could anyone give a
> guide (even if schematic) on how to build current Firefox/Icecat
> releases?
> 
> Thanks in advance
> al3xu5
> 





al3xu5

-- 
Say NO to copyright, patents, trademarks and industrial design
restrictions!


Public GPG/PGP key: 8FC2 3121 2803 86E9 F7D8  B624 DA50 835B 2624 A36B


pgpfR97OmHwUC.pgp
Description: Firma digitale OpenPGP
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Firefox/Icecat build (was: Re: Pipewire and PulseAudio: apulse & firefox)

2021-12-23 Thread aitor

Hi,

On 23/12/21 20:56, al3xu5 via Dng wrote:

Until some time ago I was able to build the old versions of X, certainly
until 52.x. -- I had also made a guide for building Icecat:
https://libreplanet.org/wiki/Group:IceCat/Compile_and_package/build_52.6.0_on_Devuan_2.0.0_ASCII_64bit

Now the building process seems changed. So, please, could anyone give a
guide (even if schematic) on how to build current Firefox/Icecat releases?


I did it recently.

PREREQUISITES:

I recommend a fresh install of devuan chimaera amd64 on a computer with 8G RAM,
and a swap partition of 16 GB.

--  HOWTO --

Here you are a quick guide:

- Add the repository of gnuinos chimaera

- Download the sources of icecat-78.15. They contain all the lang-packs:

$ apt-get source icecat

- Init an empty git repository and import the description file of icecat:

$ gbp import-dsc ../icecat*.dsc

- Adjust debian/browser.mozconfig.in to suite your needs (see the section "Configure 
the build" in your link above).

- Install git-buildpackage, quilt, pbuilder and cowbuilder

- Create a jail containing a base system of devuan chimaera i386 in 
/var/cache/pbuilder/base.cow:

 $ sudo cowbuilder --create --distribution="chimaera" --architecture="i386" 
--mirror http://deb.devuan.org/merged

- Build the packages:

$ gbp buildpackage --git-pbuilder --git-pbuilder-options="--host-arch i386"  
--git-export-dir="../build-area"

git-buildpackage will ask you for sudo's password, and probably you'll need to 
install previously aptitude in the jail.
If so, chroot /var/cache/pbuilder/base.cow and install aptitude. All the build 
dependencies will be installed automatically.

The packages of icecat i386 will appear in ../build-area.

Good lock :)

Aitor.


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Firefox/Icecat build (was: Re: Pipewire and PulseAudio: apulse & firefox)

2021-12-23 Thread aitor

On 23/12/21 22:38, aitor wrote:

The packages of icecat i386 will appear in ../build-area.


In the case of amd64, skip all the steps related to pbuilder and run:

$ gbp buildpackage --git-export-dir="../build-area"

Aitor.


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Firefox/Icecat build (was: Re: Pipewire and PulseAudio: apulse & firefox)

2021-12-23 Thread aitor

On 23/12/21 22:38, aitor wrote:

Good lock :)

*luck*
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Firefox/Icecat build (was: Re: Pipewire and PulseAudio: apulse & firefox)

2021-12-23 Thread aitor

On 23/12/21 22:38, aitor wrote:

I recommend a fresh install of devuan chimaera amd64 on a computer with 8G RAM,
and a swap partition of 16 GB.


... fresh install, because I assume you haven't 16 GB of swap.

Otherwise, the kernel may interrupt the build process due to the lack of shared 
memory,
getting a SIGKILL signal coming from PID=0.

Aitor.


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] create .deb packages with alien

2021-12-23 Thread Ismael L. Donis Garcia
Until recently I have created .deb packages with alien I don't know if when 
updating to chimaera it broke down because I haven't done it for a while 

Now I get the following error
 
And I need to do it with alien since from the package I take a series of data 
that it generates automatically 

I really use trampoline alien as it is said in the place where I live, since in 
the end I create it with: dpkg-deb 

But cel created with alien took the md5sums file 

root@clt-iyc-03:/home/idonis/Documentos/ismael/sisconge/ver2/amd64# alien 
--version=2.1 -k --fixperms sisconge_2.0.1_amd64.tar.gz
Package build failed. Here's the log:
dh binary
   dh_update_autotools_config
   dh_autoreconf
   create-stamp debian/debhelper-build-stamp
   dh_testroot
   dh_prep
   debian/rules override_dh_auto_install
make[1]: se entra en el directorio 
'/home/idonis/Documentos/ismael/sisconge/ver2/amd64/sisconge_2.0.1_amd64-2.1'
mkdir -p debian/sisconge-2.0.1-amd64
# Copy the packages's files.
find . -maxdepth 1 -mindepth 1 -not -name debian -print0 | \
 sed -e s#'./'##g | \
 xargs -0 -r -i cp -a ./{} debian/sisconge-2.0.1-amd64/{}
make[1]: se sale del directorio 
'/home/idonis/Documentos/ismael/sisconge/ver2/amd64/sisconge_2.0.1_amd64-2.1'
   dh_installdocs
   dh_installchangelogs
   dh_icons
   dh_perl
   dh_usrlocal
dh_usrlocal: error: debian/sisconge-2.0.1-amd64/usr/local/bin/startaft is not a 
directory
make: *** [debian/rules:7: binary] Error 25
root@clt-iyc-03:/home/idonis/Documentos/ismael/sisconge/ver2/amd64#

I don't know if someone on this list can help me or tell me where to ask this 
question.

I ask the question here since I use devuan 

Best Regards

--
Ismael
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] create .deb packages with alien

2021-12-23 Thread Antony Stone
On Thursday 23 December 2021 at 23:11:41, Ismael L. Donis Garcia wrote:

> Until recently I have created .deb packages with alien I don't know if when
> updating to chimaera it broke down because I haven't done it for a while

> I don't know if someone on this list can help me or tell me where to ask
> this question.
> 
> I ask the question here since I use devuan

I would start from https://packages.debian.org/bullseye/alien and check the 
links https://bugs.debian.org/alien and https://tracker.debian.org/alien


Antony.

-- 
Why is "dyslexia" so difficult to spell, and why can I never remember "aphasia" 
when I want to?

   Please reply to the list;
 please *don't* CC me.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] create .deb packages with alien

2021-12-23 Thread aitor

Hi Ismael,

On 23/12/21 23:11, Ismael L. Donis Garcia wrote:
Until recently I have created .deb packages with alienI don't know if 
when updating to chimaera it broke down because I haven't done it for 
a while

Now I get the following error
And I need to do it with alien since from the package I take a series 
of data that it generates automatically
I really use trampoline alien as it is said in the place where I live, 
since in the end I create it with: dpkg-deb

But cel created with alien took the md5sums file
root@clt-iyc-03:/home/idonis/Documentos/ismael/sisconge/ver2/amd64 
# 
alien --version=2.1 -k --fixperms sisconge_2.0.1_amd64.tar.gz

Package build failed. Here's the log:
dh binary
   dh_update_autotools_config
   dh_autoreconf
   create-stamp debian/debhelper-build-stamp
   dh_testroot
   dh_prep
   debian/rules override_dh_auto_install
make[1]: se entra en el directorio 
'/home/idonis/Documentos/ismael/sisconge/ver2/amd64/sisconge_2.0.1_amd64-2.1'

mkdir -p debian/sisconge-2.0.1-amd64
# Copy the packages's files.
find . -maxdepth 1 -mindepth 1 -not -name debian -print0 | \
 sed -e s#'./'##g | \
 xargs -0 -r -i cp -a ./{} debian/sisconge-2.0.1-amd64/{}
make[1]: se sale del directorio 
'/home/idonis/Documentos/ismael/sisconge/ver2/amd64/sisconge_2.0.1_amd64-2.1'

   dh_installdocs
   dh_installchangelogs
   dh_icons
   dh_perl
   dh_usrlocal
dh_usrlocal: error: debian/sisconge-2.0.1-amd64/usr/local/bin/startaft 
is not a directory

make: *** [debian/rules:7: binary] Error 25
root@clt-iyc-03:/home/idonis/Documentos/ismael/sisconge/ver2/amd64 
#
I don't know if someone on this list can help me or tell me where to 
ask this question.

I ask the question here since I use devuan


I never used alien, but maybe you should override dh_usrlocal. The path 
/usr/local/bin is for binaries built from sources,

whereas binaries provided by .deb packages go to /usr/bin. I don't know how to 
do this with alien.

HTH,

Aitor.


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng