Re: [DNG] Iceweasel-uxp from Hyperbola GNU/Linux

2020-09-10 Thread aitor

Hi Haines,

On 10/9/20 15:47, Haines Brown wrote:

Aha! Now I understand. I downloaded the iceweasel-uxp tarball, but
having a problem compiling it:

$ aclocal
aclocal: warning: autoconf input should be named 'configure.ac', not
'configure.in'

Make complains it can't find a make file.

Sorry to be so ill-informed.


If you are trying to build your own packages, try compiling the sources 
from github [*]:


$ git clone https://github.com/gnuinos/iceweasel-uxp.git

Checkout the debian branch:

$ git checkout gbp-release-2.9

Configure iceweasel-uxp.mozconfig your own way:

https://github.com/gnuinos/iceweasel-uxp/blob/gbp-release-2.9/debian/iceweasel-uxp.mozconfig

Now build the project using git-buildpackage:

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

It'll take too long.

Cheers,

Aitor.

[*] I was enable to push the code to the git repo of devuan due to the 
size of the sources.



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


Re: [DNG] Iceweasel-uxp from Hyperbola GNU/Linux

2020-09-10 Thread aitor

Hi Stefan,

On 10/9/20 8:59, Stefan Krusche wrote:

Am Donnerstag, 10. September 2020 schrieb aitor:

Hi all,

I'm packaging iceweasel-uxp developed by the people of Hyperbola:

https://wiki.hyperbola.info/doku.php?id=en:project:iceweasel-uxp

Unlike previous versions of the unmaintained iceweasel, this web
browser is a re-branding of Basilisk
by Moonchild Productions (the same developers of Palemoon), built on
the Unified XUL Platform:

https://www.basilisk-browser.org/

Can anyone tell, what the most significant differences in comparison
with the palemoon browser are?

Thanks.

Kind regards,
Stefan


There is a thread in the forum of Palemoon dedicated to the differences 
between palemoon and basilisk:


https://forum.palemoon.org/viewtopic.php?t=20515

I wonder why the developers of hyperbola chose basilisk instead of 
palemoon, but the reason might be related with the addons,

given that iceweasel-uxp aims to be free.

Aitor.


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


Re: [DNG] Iceweasel-uxp from Hyperbola GNU/Linux

2020-09-10 Thread Haines Brown
On Thu, Sep 10, 2020 at 01:59:19PM +0200, aitor wrote:
> Hi Haines,
> 
> Since the i386 packages need to be cross-compiled, iceweasel-uxp is not
> available in
> packages.gnuinos.org for now; so, you need to download them one by one. You
> can install
> the packages via:
> 
> # dpkg -i *.deb

Aha! Now I understand. I downloaded the iceweasel-uxp tarball, but 
having a problem compiling it:

$ aclocal
aclocal: warning: autoconf input should be named 'configure.ac', not 
'configure.in'

Make complains it can't find a make file. 

Sorry to be so ill-informed.

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


Re: [DNG] Iceweasel-uxp from Hyperbola GNU/Linux

2020-09-10 Thread Antony Stone
On Thursday 10 September 2020 at 13:57:25, Haines Brown wrote:

> It seems iceweasal-uxp-dev depends on iceweasel-uxp, which is not
> available in the Beowulf package repository:
> 
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> 
> The following packages have unmet dependencies:
>  iceweasel-uxp-dev : Depends: iceweasel-uxp (= 2.9-1~3.0gnuinos1) but
> it is not installable
> E: Unable to correct problems, you have held broken packages.
> 
> I find now
> 
> $ aptitude search iceweasel-uxp
> BB  iceweasel-uxp-dev   - Safe and easy...
> 
> No idea what the BB status means. I try to install this from the
> package archive

https://www.debian.org/doc/manuals/aptitude/ch02s02s02.en.html emaplains those 
status letters.

You might also find
https://www.debian.org/doc/manuals/aptitude/rn01re01.en.html and
https://www.debian.org/doc/manuals/debian-reference/ch02.en.html
useful to peruse.


Antony.

-- 
"Remember: the S in IoT stands for Security."

 - Jan-Piet Mens

   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] Iceweasel-uxp from Hyperbola GNU/Linux

2020-09-10 Thread Haines Brown
On Thu, Sep 10, 2020 at 12:36:12PM +0100, fraser kendall wrote:
> On Thu, 10 Sep 2020 12:51:29 +0200
> Antony Stone  wrote:
> 
> > On Thursday 10 September 2020 at 12:39:17, Haines Brown wrote:
> > 
> > > This is wonderful news to a user of Palemoon/basilisk. However
> > > installing it failed because of my ignorance:
> > > 
> > > $ sudo apt-get install ./iceweasel-uxp-dev
> > > Reading package lists... Done
> > > E: Unsupported file ./iceweasel-uxp-dev given on commandline
> > > 
> > > $ sudo apt-get
> > > install ./iceweasel-uxp-dev_2.9-1~3.0gnuinos1_amd64.deb  
> > 
> > Try "dpkg -i"
> > 
> > Antony.
> > 
> I managed it with:
> 
> dpkg -i ./iceweasel-uxp_2.9-1~3.0gnuinos1_amd64.deb
> apt-get install -f
>
> fraser

It seems iceweasal-uxp-dev depends on iceweasel-uxp, which is not 
available in the Beowulf package repository:

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 iceweasel-uxp-dev : Depends: iceweasel-uxp (= 2.9-1~3.0gnuinos1) but 
it is not installable
E: Unable to correct problems, you have held broken packages.

I find now 

$ aptitude search iceweasel-uxp
BB  iceweasel-uxp-dev   - Safe and easy...

No idea what the BB status means. I try to install this from the 
package archive


# aptitude install -f iceweasel-uxp-dev
The following partially installed packages will be configured:
  iceweasel-uxp-dev{b}
...
The following packages have unmet dependencies:
 iceweasel-uxp-dev : Depends: iceweasel-uxp (= 2.9-1~3.0gnuinos1) 
which is a virtual package and is not provided by any available 
package

The following actions will resolve these dependencies:
 Remove the following packages:
1) iceweasel-uxp-dev [2.9-1~3.0gnuinos1 (now)]
Accept this solution? [Y/n/q/?]
Removing iceweasel-uxp-dev (2.9-1~3.0gnuinos1) ...
Current status: 0 (-1) broken, 132 (-1) new.

Now the BB  iceweasel-uxp-dev is no longer in my package cache.

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


Re: [DNG] Iceweasel-uxp from Hyperbola GNU/Linux

2020-09-10 Thread Haines Brown
On Thu, Sep 10, 2020 at 12:51:29PM +0200, Antony Stone wrote:
> On Thursday 10 September 2020 at 12:39:17, Haines Brown wrote:
> 
> > $ sudo apt-get install ./iceweasel-uxp-dev_2.9-1~3.0gnuinos1_amd64.deb
> 
> Try "dpkg -i"

Thanks Antony. 

# dpkg -i iceweasel-uxp-dev_2.9-1~3.0gnuinos1_amd64.deb
Selecting previously unselected package iceweasel-uxp-dev.
(Reading database ... 150048 files and directories currently 
installed.)
Preparing to unpack iceweasel-uxp-dev_2.9-1~3.0gnuinos1_amd64.deb ...
Unpacking iceweasel-uxp-dev (2.9-1~3.0gnuinos1) ...
dpkg: dependency problems prevent configuration of iceweasel-uxp-dev:
 iceweasel-uxp-dev depends on iceweasel-uxp (= 2.9-1~3.0gnuinos1); 
however:
  Package iceweasel-uxp is not installed.

dpkg: error processing package iceweasel-uxp-dev (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 iceweasel-uxp-dev

The problem seems to be that iceweasel-uxp-dev depends on 
iceweasel-uxp, which is not in the Beowulf package archive.
 

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


Re: [DNG] Iceweasel-uxp from Hyperbola GNU/Linux

2020-09-10 Thread fraser kendall
On Thu, 10 Sep 2020 12:51:29 +0200
Antony Stone  wrote:

> On Thursday 10 September 2020 at 12:39:17, Haines Brown wrote:
> 
> > This is wonderful news to a user of Palemoon/basilisk. However
> > installing it failed because of my ignorance:
> > 
> > $ sudo apt-get install ./iceweasel-uxp-dev
> > Reading package lists... Done
> > E: Unsupported file ./iceweasel-uxp-dev given on commandline
> > 
> > $ sudo apt-get
> > install ./iceweasel-uxp-dev_2.9-1~3.0gnuinos1_amd64.deb  
> 
> Try "dpkg -i"
> 
> 
> Antony.
> 
I managed it with:

dpkg -i ./iceweasel-uxp_2.9-1~3.0gnuinos1_amd64.deb
apt-get install -f

But 
1) I cannot login to my router using user/password (although I can with
the same user/password on firefox)
2) I can't find the noscript addon referred to (about:addons)

Pleased with the browser otherwise, feels quick after firefox,
chromium, chrome 

Thanks Aitor

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


Re: [DNG] Iceweasel-uxp from Hyperbola GNU/Linux

2020-09-10 Thread Antony Stone
On Thursday 10 September 2020 at 12:39:17, Haines Brown wrote:

> This is wonderful news to a user of Palemoon/basilisk. However
> installing it failed because of my ignorance:
> 
> $ sudo apt-get install ./iceweasel-uxp-dev
> Reading package lists... Done
> E: Unsupported file ./iceweasel-uxp-dev given on commandline
> 
> $ sudo apt-get install ./iceweasel-uxp-dev_2.9-1~3.0gnuinos1_amd64.deb

Try "dpkg -i"


Antony.

-- 
I thought I had type A blood, but it turned out to be a typo.

   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] Iceweasel-uxp from Hyperbola GNU/Linux

2020-09-10 Thread Haines Brown
This is wonderful news to a user of Palemoon/basilisk. However
installing it failed because of my ignorance:

$ sudo apt-get install ./iceweasel-uxp-dev
Reading package lists... Done
E: Unsupported file ./iceweasel-uxp-dev given on commandline

$ sudo apt-get install ./iceweasel-uxp-dev_2.9-1~3.0gnuinos1_amd64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'iceweasel-uxp-dev' instead of 
'./iceweasel-uxp-dev_2.9-1~3.0gnuinos1_amd64.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 iceweasel-uxp-dev : Depends: iceweasel-uxp (= 2.9-1~3.0gnuinos1) but 
it is not installable
E: Unable to correct problems, you have held broken packages.

I tried full path and adding version and .deb extension. 

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


Re: [DNG] Iceweasel-uxp from Hyperbola GNU/Linux

2020-09-10 Thread Stefan Krusche
Am Donnerstag, 10. September 2020 schrieb aitor:
> Hi all,
>
> I'm packaging iceweasel-uxp developed by the people of Hyperbola:
>
> https://wiki.hyperbola.info/doku.php?id=en:project:iceweasel-uxp
>
> Unlike previous versions of the unmaintained iceweasel, this web
> browser is a re-branding of Basilisk
> by Moonchild Productions (the same developers of Palemoon), built on
> the Unified XUL Platform:
>
> https://www.basilisk-browser.org/

Can anyone tell, what the most significant differences in comparison
with the palemoon browser are?

Thanks.

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


Re: [DNG] Iceweasel-uxp from Hyperbola GNU/Linux

2020-09-10 Thread aitor

On 10/9/20 8:26, aitor wrote:

This happens even using a kernel with memory address extension (PAE)


*Physical*, better said :)


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


Re: [DNG] Iceweasel-uxp from Hyperbola GNU/Linux

2020-09-10 Thread aitor

Hi again,

On 10/9/20 8:22, aitor wrote:
I've got the same issue with both Iceweasel-UXP and IceCat building 
them for i386: "memory exhausted!"


This happens even using a kernel with memory address extension (PAE).

Aitor.


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


[DNG] Iceweasel-uxp from Hyperbola GNU/Linux

2020-09-10 Thread aitor

Hi all,

I'm packaging iceweasel-uxp developed by the people of Hyperbola:

https://wiki.hyperbola.info/doku.php?id=en:project:iceweasel-uxp

Unlike previous versions of the unmaintained iceweasel, this web browser 
is a re-branding of Basilisk
by Moonchild Productions (the same developers of Palemoon), built on the 
Unified XUL Platform:


https://www.basilisk-browser.org/

The packages are available for amd64 so far:

https://www.gnuinos.org/iceweasel-uxp/

I've got the same issue with both Iceweasel-UXP and IceCat building them 
for i386: "memory exhausted!",
but yesterday i tried coss-compiling the i386 tarball under amd64 and it 
worked (don't waste time with pbuilder).
So, for this other architecture, the code of debian/rules will need some 
workaround:


https://www.gnuinos.org/iceweasel-uxp/rules

Here you are a screenshot of the application:

https://www.gnuinos.org/iceweasel-uxp/screenshot.png

It has been built with the Gtk2 toolkit. On the other hand, alsa is enabled.

Iceweasel-UXP seems to be one of the packages that need lovin' in debian:

https://wnpp.debian.net/

Thanks to the people of Hyperbola for this great browser, because it's 
really nice!


Cheers,

Aitor.


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