Re: [Slackbuilds-users] gnome-python2-gconf.SlackBuild breaks

2015-01-09 Thread Willy Sudiarto Raharjo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 First I thought it's a missing dependency:
 
 gnome-python2-gconf 
 http://slackbuilds.org/repository/14.1/libraries/gnome-python2-gconf/

  probably requires
 
 pyorbit http://slackbuilds.org/repository/14.1/python/pyorbit/
 
 otherwise build fails with:
 
 Note: PyORBit 2.0.1 or later is required by bonobo and gnomeui
 bindings. Download it from:
 http://ftp.gnome.org/pub/GNOME/sources/pyorbit/2.0/
 
 
 but then I've noticed, gnome-python2-gconf.SlackBuild fails on
 this:
 
 find $PKG | xargs file | egrep ELF.*shared object | cut -f 1 -d
 : \ | xargs strip --strip-unneeded 2 /dev/null
 
 
 After commenting these two lines the package is created without
 problems.

this works without any changes from what we have in our repo, but i
notice this lines during build process

The following modules will be built:

gconf

The following modules will NOT be built:

gnome
gnome.ui
gnomecanvas
gnomevfs
gnomevfs.bonobo
gnome-vfs python module support
bonobo
bonobo.activation
bonobo.ui

Note: PyORBit 2.0.1 or later is required by bonobo
and gnomeui bindings.

so PyORBit is basically an optional dependency and not mandatory

here's the build result

gnome-python2-gconf:
  MD5SUM check for gnome-python-2.28.1.tar.bz2 ... OK
  Building package gnome-python2-gconf-2.28.1-x86_64-1_SBo.tgz ... OK
  Installing package gnome-python2-gconf-2.28.1-x86_64-1_SBo.tgz ... OK


- -- 
Willy Sudiarto Raharjo
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iEYEARECAAYFAlSwwjAACgkQiHuDdNczM4EA/wCaA8ZTTPb64/+0Ei0SGKIhih/M
dHkAn2Znq3fPTck9rTBT0H9nT+MQrSOk
=6G7n
-END PGP SIGNATURE-
___
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] gnome-python2-gconf.SlackBuild breaks

2015-01-09 Thread Thomas Szteliga
First I thought it's a missing dependency:

gnome-python2-gconf
http://slackbuilds.org/repository/14.1/libraries/gnome-python2-gconf/

probably requires

pyorbit http://slackbuilds.org/repository/14.1/python/pyorbit/

otherwise build fails with:

 Note: PyORBit 2.0.1 or later is required by bonobo
 and gnomeui bindings.
 Download it from: http://ftp.gnome.org/pub/GNOME/sources/pyorbit/2.0/


but then I've noticed, gnome-python2-gconf.SlackBuild
fails on this:

 find $PKG | xargs file | egrep ELF.*shared object | cut -f 1 -d : \
  | xargs strip --strip-unneeded 2 /dev/null


After commenting these two lines the package is created
without problems.

-- 
Thomas Szteliga



smime.p7s
Description: S/MIME Cryptographic Signature
___
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/