Re: [Slackbuilds-users] dillo with SSL on current

2021-04-17 Thread Matteo Bernardini
pushed in my branch.

Il giorno sab 17 apr 2021 alle ore 13:04 Ruben Schuller  ha 
scritto:
>
> hi,
>
> as we are approaching 15.0 and are fixing the slackbuilds now:
> i have recently fiddled with installing dillo with SSL on current.
> i've had to apply a patch [1] from gentoo, run
> "autoreconf -if" and compile with "-fcommon". see the attached patch
> for the slackbuild. the gentoo patch is assumed to be located in
> $CWD.
>
> cheers
> ruben
>
> [1]
> https://gitweb.gentoo.org/repo/gentoo.git/plain/www-client/dillo/files/dillo-3.0.5-openssl-1.1.patch?id=8e07d499b9d5acf45597936fef4370c0172d3247
> ___
> SlackBuilds-users mailing list
> SlackBuilds-users@slackbuilds.org
> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - https://slackbuilds.org/faq/
>
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] dillo does not run/compile anymore since last fltk update

2014-11-20 Thread Willy Sudiarto Raharjo

 just a quick note that dillo does not run anymore since I compiled the
 last update of fltk13 (1.3.3). 

Already fixed in my branch

--
Willy Sudiarto Raharjo___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



Re: [Slackbuilds-users] dillo

2012-12-27 Thread Jorge Almeida
On Thu, Dec 27, 2012 at 12:16 AM, JB irgu...@gmail.com wrote:
 Jorge Almeida jjalme...@gmail.com wrote:


 Indeed, entirelly my fault. I commented out the part that sets ARCH if
 empty/unset, and then changed the i686 optimization (the first move
 was really uncalled for...). The solution is to export ARCH=i686
 before running xx.Slackbuild.  It builds cleanly.


   Is this all because of something I did or didn't do correctly in the dillo 
 package?

   JB

The package is perfect, as far as I can judge.

Thanks

JA
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



Re: [Slackbuilds-users] dillo

2012-12-26 Thread Helmut Hullen
Hallo, Jorge,

Du meintest am 26.12.12:

 Building dillo is failing, on Slack 14. I have fltk13 compiled with
 cairo support. Tried in two computers (atom and prescott). I
 configured with -march=native.
 Any idea?

I've just downloaded dillo and fltk via slackfind.net,

   
http://repository.slacky.eu/slackware-13.37/network/dillo/2.2/dillo-2.2-i486-5sl.txz

   
http://repository.slacky.eu/slackware-13.37/development/fltk/1.1.10/fltk-1.1.10-i486-3sl.txz

   
http://repository.slacky.eu/slackware-13.37/development/fltk2/2.0.x_r8365/fltk2-2.0.x_r8365-i486-1sl.txz

It runs well under slackware current (14.0 and newer).

Can you compare the xyz.SlackBuild scripts from these packets with  
yours?

Viele Gruesse!
Helmut
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



Re: [Slackbuilds-users] dillo

2012-12-26 Thread B Watson
On 12/26/12, Jorge Almeida jjalme...@gmail.com wrote:

 /usr/share/aclocal/imlib.m4:9: warning: underquoted definition of
 AM_PATH_IMLIB
 /usr/share/aclocal/imlib.m4:9:   run info '(automake)Extending aclocal'
 /usr/share/aclocal/imlib.m4:9:   or see
 http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal

The imlib stuff is a red herring (has nothing to do with your problem).

 checking build system type... configure: error: /bin/sh ./config.sub
 -slackware-linux failed
 configure: WARNING: cache variable ac_cv_build contains a newline

That looks like there's a newline embedded in the build variable you're
passing to the configure script. If you're using the SBo template,
the last argument to ./configure looks like:

  --build=$ARCH-slackware-linux

The error you're getting looks like maybe ARCH contains a newline instead
of what it's supposed to (normally i486 or x86_64 or such). Hope
this helps.
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



Re: [Slackbuilds-users] dillo

2012-12-26 Thread Jorge Almeida
On Wed, Dec 26, 2012 at 9:54 PM, B Watson yalh...@gmail.com wrote:
 On 12/26/12, Jorge Almeida jjalme...@gmail.com wrote:


 That looks like there's a newline embedded in the build variable you're
 passing to the configure script. If you're using the SBo template,
 the last argument to ./configure looks like:

   --build=$ARCH-slackware-linux

 The error you're getting looks like maybe ARCH contains a newline instead
 of what it's supposed to (normally i486 or x86_64 or such). Hope
 this helps.


Indeed, entirelly my fault. I commented out the part that sets ARCH if
empty/unset, and then changed the i686 optimization (the first move
was really uncalled for...). The solution is to export ARCH=i686
before running xx.Slackbuild.  It builds cleanly.

Thanks (also to Helmut)

Jorge
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



Re: [Slackbuilds-users] dillo

2012-12-26 Thread JB
On Wed, 26 Dec 2012 22:42:32 +
Jorge Almeida jjalme...@gmail.com wrote:

 On Wed, Dec 26, 2012 at 9:54 PM, B Watson yalh...@gmail.com wrote:
  On 12/26/12, Jorge Almeida jjalme...@gmail.com wrote:
 
 
  That looks like there's a newline embedded in the build variable you're
  passing to the configure script. If you're using the SBo template,
  the last argument to ./configure looks like:
 
--build=$ARCH-slackware-linux
 
  The error you're getting looks like maybe ARCH contains a newline instead
  of what it's supposed to (normally i486 or x86_64 or such). Hope
  this helps.
 
 
 Indeed, entirelly my fault. I commented out the part that sets ARCH if
 empty/unset, and then changed the i686 optimization (the first move
 was really uncalled for...). The solution is to export ARCH=i686
 before running xx.Slackbuild.  It builds cleanly.
 
 Thanks (also to Helmut)
 
 Jorge


  Is this all because of something I did or didn't do correctly in the dillo 
package?

  JB


-- 
Those who would give up Essential Liberty to purchase a little Temporary Safety,
deserve neither Liberty nor Safety.  -Benjamin Franklin
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/