Skip to content

Instantly share code, notes, and snippets.

View knocte's full-sized avatar
💭
F#ing

Andres G. Aragoneses knocte

💭
F#ing
View GitHub Profile
MacBook-Pro-de-Jose:banshee joseantoniomunozmoreno$ ./darwin.py -bvd
Traceback (most recent call last):
File "./darwin.py", line 75, in <module>
BansheeDarwinProfile ().build ()
File "./darwin.py", line 13, in __init__
DarwinProfile.__init__ (self, min_version = 9)
File "../../bockbuild/darwinprofile.py", line 37, in __init__
os.environ ['MACOSX_DEPLOYMENT_TARGET'] = min_version
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 471, in __setitem__
putenv(key, item)
checking whether assembler supports --noexecstack option... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating m4/Makefile
config.status: creating compat/Makefile
config.status: creating mpi/Makefile
config.status: creating cipher/Makefile
config.status: creating random/Makefile
config.status: creating doc/Makefile
diff --git a/packages/libgcrypt.py b/packages/libgcrypt.py
index 3948d27..f6763f7 100644
--- a/packages/libgcrypt.py
+++ b/packages/libgcrypt.py
@@ -1,3 +1,7 @@
-Package ('libgcrypt', '1.4.6', sources = [
+class LibGcryptPackage (Package):
+ def __init__ (self):
+ Package.__init__ (self, 'libgcrypt', '1.6.3', configure_flags = [ '--disable-asm' ], sources = [
'ftp://ftp.gnupg.org/gcrypt/%{name}/%{name}-%{version}.tar.bz2'
config.status: executing depfiles commands
config.status: executing libtool commands
------------------------------------------------------------------------
libtheora 1.1.1: Automatic configuration OK.
General configuration:
Encoding support: ........... yes
Floating point support: ..... yes
2015-06-16 01:13:52: Building tango-icon-theme on python-posix (4 CPU)
+ /Users/joseantoniomunozmoreno/knocte/bockbuild26/profiles/banshee/build-root/_install/bin/tar xf /Users/joseantoniomunozmoreno/knocte/bockbuild26/cache/tango-icon-theme-0.8.90.tar.gz -O > /dev/null
+ using cached source: /Users/joseantoniomunozmoreno/knocte/bockbuild26/cache/tango-icon-theme-0.8.90.tar.gz
==> 2015-06-16 01:13:52: Preping tango-icon-theme
+ /Users/joseantoniomunozmoreno/knocte/bockbuild26/profiles/banshee/build-root/_install/bin/tar xf /Users/joseantoniomunozmoreno/knocte/bockbuild26/cache/tango-icon-theme-0.8.90.tar.gz
+ cd "tango-icon-theme-0.8.90"
==> 2015-06-16 01:13:52: Building tango-icon-theme
+ ./configure --prefix="/Users/joseantoniomunozmoreno/knocte/bockbuild26/profiles/banshee/build-root/_install" --enable-png-creation --disable-icon-framing
From 12a8c9e4fede74ee1853b133264bb7d640922934 Mon Sep 17 00:00:00 2001
From: David Nielsen <gnomeuser@gmail.com>
Date: Wed, 13 May 2015 18:07:28 -0300
Subject: [PATCH] Update dbus-sharp(-glib) to 0.8.99 and 0.5.0.1 (breaks API)
Update dbus-sharp and dbus-sharp-glib to 0.8.99 and 0.5.0.1
respectively (git master).
Note this changes update carries with it an API change and all
applications using dbus-sharp(-glib) must be updated.
From e74090c12b9b5e6f42013da2b7023b7451c7229d Mon Sep 17 00:00:00 2001
From: Michael Hutchinson <m.j.hutchinson@gmail.com>
Date: Tue, 9 Apr 2013 18:46:20 -0400
Subject: [PATCH] [llvm] Use git mirror, not github tarball
---
bockbuild/package.py | 10 ++++++++++
packages/mono-llvm.py | 5 +++--
2 files changed, 13 insertions(+), 2 deletions(-)
==> 2015-06-16 23:33:52: Preping libogg
+ /Users/joseantoniomunozmoreno/knocte/bockbuild26/profiles/banshee/build-root/_install/bin/tar xf /Users/joseantoniomunozmoreno/knocte/bockbuild26/cache/libogg-1.3.0.tar.gz
+ cd "libogg-1.3.0"
+ patch -p1 < "/Users/joseantoniomunozmoreno/knocte/bockbuild26/packages/patches/libogg-opt.patch"
patching file configure.in
==> 2015-06-16 23:33:52: Building libogg
+ autoreconf -fi && ./configure --prefix="/Users/joseantoniomunozmoreno/knocte/bockbuild26/profiles/banshee/build-root/_install"
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:22: warning: macro 'AM_CONFIG_HEADER' not found in library
libtoolize: putting auxiliary files in `.'.
@knocte
knocte / gist:4afb25ef1f05cec852d2
Created June 18, 2015 08:57
taglib 1.8, cmake
Skipping wavpack-4.60.1 - already built
2015-06-18 10:50:20: Building taglib on python-posix (4 CPU)
+ /Users/joseantoniomunozmoreno/knocte/bockbuild26/profiles/banshee/build-root/_install/bin/tar xf /Users/joseantoniomunozmoreno/knocte/bockbuild26/cache/taglib-1.8.tar.gz -O > /dev/null
+ using cached source: /Users/joseantoniomunozmoreno/knocte/bockbuild26/cache/taglib-1.8.tar.gz
==> 2015-06-18 10:50:21: Preping taglib
+ /Users/joseantoniomunozmoreno/knocte/bockbuild26/profiles/banshee/build-root/_install/bin/tar xf /Users/joseantoniomunozmoreno/knocte/bockbuild26/cache/taglib-1.8.tar.gz
+ cd "taglib-1.8"
==> 2015-06-18 10:50:21: Building taglib
2015-06-18 19:12:17: Building dbus-sharp on python-posix (4 CPU)
+ downloading remote source: https://github.com/downloads/mono/dbus-sharp/dbus-sharp-0.7.0.tar.gz
Traceback (most recent call last):
File "./darwin.py", line 70, in <module>
BansheeDarwinProfile ().build ()
File "../../bockbuild/profile.py", line 152, in build
Package.last_instance.start_build ()
File "../../bockbuild/package.py", line 275, in start_build
self._fetch_sources (workspace, package_dir, sources_dir)