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/



Re: [Slackbuilds-users] making a SlackBuild for golly

2012-12-26 Thread Glenn Becker


Larry,


Both work for xfce.


Thanks so much for the tips! That definitely got the graphics into the 
right place(s) ...


... the secret to getting the icon into the menus, though, appears to 
have been the creation of a golly.desktop file.


Now my only issue with the package is that I can't for the life of me 
get the text of the 'slack-desc' to print out on installation with 
installpkg.


To the list: are there any objections to my submitting the package as 
is? or is the slack-desc thing a deal-breaker?


Thanks,

Glenn

+-+
Glenn Becker - burni...@sdf.org
SDF Public Access UNIX System - http://sdf.org
+-+
___
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] making a SlackBuild for golly

2012-12-26 Thread J
this indicates that your slack-desc is not properly formatted. you may  
find the following highly useful:


http://www.slackwiki.com/Slack-desc

Quoting Glenn Becker burni...@sdf.org:


Larry,


Both work for xfce.


Thanks so much for the tips! That definitely got the graphics into  
the right place(s) ...


... the secret to getting the icon into the menus, though, appears  
to have been the creation of a golly.desktop file.


Now my only issue with the package is that I can't for the life of  
me get the text of the 'slack-desc' to print out on installation  
with installpkg.


To the list: are there any objections to my submitting the package  
as is? or is the slack-desc thing a deal-breaker?


Thanks,

Glenn

+-+
Glenn Becker - burni...@sdf.org
SDF Public Access UNIX System - http://sdf.org
+-+
___
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/




___
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/