You are not logged in.

#1 2014-06-21 11:03:21

odin.reese
Member
Registered: 2014-06-21
Posts: 5

[Solved] Birdie twitter app build package Errors!

I am trying to build birdie for arch but am running into errors. Been searching for about a week to find the source of problem and finally decided to put it up to see if anyone had an idea to what is going on.

Edit: Birdie is a twitter application for linux. Just trying to get it to run and I am running into problems.

When running makepkg -s:

 [  2%] Generating main.c, config.c, Birdie.c, API.c, Twitter.c, Tweet.c, User.c, Database.c, TwitterList.c, Cache.c, Widgets/TweetBox.c, Widgets/TweetList.c, Widgets/UnifiedWindow.c, Widgets/TweetDialog.c, Widgets/UserBox.c, Widgets/MenuPopOver.c, Widgets/Dialogs.c, Widgets/Welcome.c, Widgets/Notebook.c, Widgets/MoreButton.c, Widgets/ListsView.c, Widgets/ListBox.c, Widgets/CompletionProvider.c, Media/Avatar.c, Media/GetMedia.c, Media/Parsing.c, Media/ShowMedia.c, Media/Imgur.c, Media/Cairo.c, Media/Pixbuf.c, Utils/Date.c, Utils/Notifications.c, Utils/Indicator.c, Utils/Launcher.c, Utils/Networking.c, Utils/Downloader.c, Utils/Strings.c, Utils/Files.c, Utils/KeybindingManager.c, Utils/Logger.c, Utils/StatusIcon.c, Utils/System.c
gee-0.8.vapi:7.3-7.57: error: `Gee.Functions' already contains a definition for `get_compare_func_for'
		public static GLib.CompareDataFunc get_compare_func_for (GLib.Type t);
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:7.3-7.53: note: previous definition of `get_compare_func_for' was here
		public static GLib.CompareFunc get_compare_func_for (GLib.Type t);
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:9.3-9.52: error: `Gee.Functions' already contains a definition for `get_equal_func_for'
		public static Gee.EqualDataFunc get_equal_func_for (GLib.Type t);
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:9.3-9.49: note: previous definition of `get_equal_func_for' was here
		public static GLib.EqualFunc get_equal_func_for (GLib.Type t);
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:11.3-11.50: error: `Gee.Functions' already contains a definition for `get_hash_func_for'
		public static Gee.HashDataFunc get_hash_func_for (GLib.Type t);
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:11.3-11.47: note: previous definition of `get_hash_func_for' was here
		public static GLib.HashFunc get_hash_func_for (GLib.Type t);
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:32.2-32.114: error: `Gee' already contains a definition for `AbstractCollection'
	public abstract class AbstractCollection<G> : GLib.Object, Gee.Traversable<G>, Gee.Iterable<G>, Gee.Collection<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:14.2-14.94: note: previous definition of `AbstractCollection' was here
	public abstract class AbstractCollection<G> : GLib.Object, Gee.Iterable<G>, Gee.Collection<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:45.2-45.79: error: `Gee' already contains a definition for `AbstractList'
	public abstract class AbstractList<G> : Gee.AbstractCollection<G>, Gee.List<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:31.2-31.79: note: previous definition of `AbstractList' was here
	public abstract class AbstractList<G> : Gee.AbstractCollection<G>, Gee.List<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:57.2-57.138: error: `Gee' already contains a definition for `AbstractMap'
	public abstract class AbstractMap<K,V> : GLib.Object, Gee.Traversable<Gee.Map.Entry<K,V>>, Gee.Iterable<Gee.Map.Entry<K,V>>, Gee.Map<K,V> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:46.2-46.101: note: previous definition of `AbstractMap' was here
	public abstract class AbstractMap<K,V> : GLib.Object, Gee.Iterable<Gee.Map.Entry<K,V>>, Gee.Map<K,V> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:76.2-76.77: error: `Gee' already contains a definition for `AbstractMultiMap'
	public abstract class AbstractMultiMap<K,V> : GLib.Object, Gee.MultiMap<K,V> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:66.2-66.77: note: previous definition of `AbstractMultiMap' was here
	public abstract class AbstractMultiMap<K,V> : GLib.Object, Gee.MultiMap<K,V> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:85.2-85.87: error: `Gee' already contains a definition for `AbstractMultiSet'
	public abstract class AbstractMultiSet<G> : Gee.AbstractCollection<G>, Gee.MultiSet<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:74.2-74.87: note: previous definition of `AbstractMultiSet' was here
	public abstract class AbstractMultiSet<G> : Gee.AbstractCollection<G>, Gee.MultiSet<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:98.2-98.81: error: `Gee' already contains a definition for `AbstractQueue'
	public abstract class AbstractQueue<G> : Gee.AbstractCollection<G>, Gee.Queue<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:85.2-85.81: note: previous definition of `AbstractQueue' was here
	public abstract class AbstractQueue<G> : Gee.AbstractCollection<G>, Gee.Queue<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:107.2-107.77: error: `Gee' already contains a definition for `AbstractSet'
	public abstract class AbstractSet<G> : Gee.AbstractCollection<G>, Gee.Set<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:96.2-96.77: note: previous definition of `AbstractSet' was here
	public abstract class AbstractSet<G> : Gee.AbstractCollection<G>, Gee.Set<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:136.2-136.53: error: `Gee' already contains a definition for `ArrayList'
	public class ArrayList<G> : Gee.AbstractBidirList<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:101.2-101.48: note: previous definition of `ArrayList' was here
	public class ArrayList<G> : Gee.AbstractList<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:228.2-228.49: error: `Gee' already contains a definition for `HashMap'
	public class HashMap<K,V> : Gee.AbstractMap<K,V> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:121.2-121.49: note: previous definition of `HashMap' was here
	public class HashMap<K,V> : Gee.AbstractMap<K,V> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:250.2-250.59: error: `Gee' already contains a definition for `HashMultiMap'
	public class HashMultiMap<K,V> : Gee.AbstractMultiMap<K,V> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:139.2-139.59: note: previous definition of `HashMultiMap' was here
	public class HashMultiMap<K,V> : Gee.AbstractMultiMap<K,V> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:263.2-263.55: error: `Gee' already contains a definition for `HashMultiSet'
	public class HashMultiSet<G> : Gee.AbstractMultiSet<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:150.2-150.55: note: previous definition of `HashMultiSet' was here
	public class HashMultiSet<G> : Gee.AbstractMultiSet<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:273.2-273.45: error: `Gee' already contains a definition for `HashSet'
	public class HashSet<G> : Gee.AbstractSet<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:156.2-156.45: note: previous definition of `HashSet' was here
	public class HashSet<G> : Gee.AbstractSet<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:338.2-338.82: error: `Gee' already contains a definition for `LinkedList'
	public class LinkedList<G> : Gee.AbstractBidirList<G>, Gee.Queue<G>, Gee.Deque<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:168.2-168.77: note: previous definition of `LinkedList' was here
	public class LinkedList<G> : Gee.AbstractList<G>, Gee.Queue<G>, Gee.Deque<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:362.2-362.53: error: `Gee' already contains a definition for `PriorityQueue'
	public class PriorityQueue<G> : Gee.AbstractQueue<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:188.2-188.53: note: previous definition of `PriorityQueue' was here
	public class PriorityQueue<G> : Gee.AbstractQueue<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:390.2-390.60: error: `Gee' already contains a definition for `TreeMap'
	public class TreeMap<K,V> : Gee.AbstractBidirSortedMap<K,V> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:206.2-206.49: note: previous definition of `TreeMap' was here
	public class TreeMap<K,V> : Gee.AbstractMap<K,V> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:416.2-416.59: error: `Gee' already contains a definition for `TreeMultiMap'
	public class TreeMultiMap<K,V> : Gee.AbstractMultiMap<K,V> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:223.2-223.59: note: previous definition of `TreeMultiMap' was here
	public class TreeMultiMap<K,V> : Gee.AbstractMultiMap<K,V> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:426.2-426.55: error: `Gee' already contains a definition for `TreeMultiSet'
	public class TreeMultiSet<G> : Gee.AbstractMultiSet<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:232.2-232.55: note: previous definition of `TreeMultiSet' was here
	public class TreeMultiSet<G> : Gee.AbstractMultiSet<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:431.2-431.56: error: `Gee' already contains a definition for `TreeSet'
	public class TreeSet<G> : Gee.AbstractBidirSortedSet<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:237.2-237.63: note: previous definition of `TreeSet' was here
	public class TreeSet<G> : Gee.AbstractSet<G>, Gee.SortedSet<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:457.2-457.52: error: `Gee' already contains a definition for `BidirIterator'
	public interface BidirIterator<G> : Gee.Iterator<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:248.2-248.52: note: previous definition of `BidirIterator' was here
	public interface BidirIterator<G> : Gee.Iterator<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:498.2-498.49: error: `Gee' already contains a definition for `Collection'
	public interface Collection<G> : Gee.Iterable<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:254.2-254.49: note: previous definition of `Collection' was here
	public interface Collection<G> : Gee.Iterable<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:540.2-540.45: error: `Gee' already contains a definition for `Comparable'
	public interface Comparable<G> : GLib.Object {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:270.2-270.45: note: previous definition of `Comparable' was here
	public interface Comparable<G> : GLib.Object {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:545.2-545.41: error: `Gee' already contains a definition for `Deque'
	public interface Deque<G> : Gee.Queue<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:274.2-274.41: note: previous definition of `Deque' was here
	public interface Deque<G> : Gee.Queue<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:593.2-593.63: error: `Gee' already contains a definition for `Iterable'
	public interface Iterable<G> : GLib.Object, Gee.Traversable<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:285.2-285.43: note: previous definition of `Iterable' was here
	public interface Iterable<G> : GLib.Object {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:597.2-597.63: error: `Gee' already contains a definition for `Iterator'
	public interface Iterator<G> : GLib.Object, Gee.Traversable<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:290.2-290.43: note: previous definition of `Iterator' was here
	public interface Iterator<G> : GLib.Object {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:609.2-609.45: error: `Gee' already contains a definition for `List'
	public interface List<G> : Gee.Collection<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:298.2-298.45: note: previous definition of `List' was here
	public interface List<G> : Gee.Collection<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:625.2-625.51: error: `Gee' already contains a definition for `ListIterator'
	public interface ListIterator<G> : Gee.Iterator<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:314.2-314.56: note: previous definition of `ListIterator' was here
	public interface ListIterator<G> : Gee.BidirIterator<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:632.2-632.74: error: `Gee' already contains a definition for `Map'
	public interface Map<K,V> : GLib.Object, Gee.Iterable<Gee.Map.Entry<K,V>> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:321.2-321.74: note: previous definition of `Map' was here
	public interface Map<K,V> : GLib.Object, Gee.Iterable<Gee.Map.Entry<K,V>> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:670.2-670.48: error: `Gee' already contains a definition for `MapIterator'
	public interface MapIterator<K,V> : GLib.Object {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:356.2-356.48: note: previous definition of `MapIterator' was here
	public interface MapIterator<K,V> : GLib.Object {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:685.2-685.45: error: `Gee' already contains a definition for `MultiMap'
	public interface MultiMap<K,V> : GLib.Object {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:366.2-366.45: note: previous definition of `MultiMap' was here
	public interface MultiMap<K,V> : GLib.Object {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:704.2-704.49: error: `Gee' already contains a definition for `MultiSet'
	public interface MultiSet<G> : Gee.Collection<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:379.2-379.49: note: previous definition of `MultiSet' was here
	public interface MultiSet<G> : Gee.Collection<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:711.2-711.46: error: `Gee' already contains a definition for `Queue'
	public interface Queue<G> : Gee.Collection<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:383.2-383.46: note: previous definition of `Queue' was here
	public interface Queue<G> : Gee.Collection<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:723.2-723.44: error: `Gee' already contains a definition for `Set'
	public interface Set<G> : Gee.Collection<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:394.2-394.44: note: previous definition of `Set' was here
	public interface Set<G> : Gee.Collection<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:739.2-739.43: error: `Gee' already contains a definition for `SortedSet'
	public interface SortedSet<G> : Gee.Set<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-1.0.vapi:399.2-399.43: note: previous definition of `SortedSet' was here
	public interface SortedSet<G> : Gee.Set<G> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/CMakeFiles/birdie.dir/build.make:94: recipe for target 'src/main.c' failed
make[2]: *** [src/main.c] Error 1
CMakeFiles/Makefile2:151: recipe for target 'src/CMakeFiles/birdie.dir/all' failed
make[1]: *** [src/CMakeFiles/birdie.dir/all] Error 2
Makefile:107: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
    Aborting... 

I did have birdie installed but it wouldnt start. I fixed the PKGBUILD using information from previous users here: https://aur.archlinux.org/packages/birdie/. When trying to rebuild, I ran into errors above.

When remove libgee while still keeping libgee06 installed, I get:

 sudo pacman -Rdd libgee 
 error: Package `gee-0.8' not found in specified Vala API directories or GObject-Introspection GIR directories
src/CMakeFiles/birdie.dir/build.make:94: recipe for target 'src/main.c' failed
make[2]: *** [src/main.c] Error 1
CMakeFiles/Makefile2:151: recipe for target 'src/CMakeFiles/birdie.dir/all' failed
make[1]: *** [src/CMakeFiles/birdie.dir/all] Error 2
Makefile:107: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
    Aborting... 

Maybe there is a cache somewhere from when it was first installed that I would have to remove before reinstall. Or I have to change all the cmakelist.txt manually.

Just wanted to post to see if anyone came across this, or has an idea how to fix. Thank You.

Last edited by odin.reese (2014-06-22 06:15:26)

Offline

#2 2014-06-21 11:06:06

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,731
Website

Re: [Solved] Birdie twitter app build package Errors!

Build fine for me.  Have you tried building in a clean chroot?  https://aur.archlinux.org/packages/clean-chroot-manager

==> Starting build()...
-- The C compiler identification is GNU 4.9.0
-- The CXX compiler identification is GNU 4.9.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found Vala: /usr/bin/valac  
-- checking for a minimum Vala version of 0.22.1
--   found Vala, version 0.24.0
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.28") 
-- Unity launcher support: OFF
-- Unity messaging menu support: OFF
-- Granite support: OFF
-- checking for modules 'gtk+-3.0;gtksourceview-3.0;gee-1.0;rest-0.7;json-glib-1.0;libnotify;libcanberra;gdk-x11-3.0;webkitgtk-3.0;sqlite3;xtst;purple;gthread-2.0'
--   found gtk+-3.0, version 3.12.2
--   found gtksourceview-3.0, version 3.12.2
--   found gee-1.0, version 0.6.8
--   found rest-0.7, version 0.7.91
--   found json-glib-1.0, version 1.0.2
--   found libnotify, version 0.7.6
--   found libcanberra, version 0.30
--   found gdk-x11-3.0, version 3.12.2
--   found webkitgtk-3.0, version 2.4.3
--   found sqlite3, version 3.8.5
--   found xtst, version 1.2.2
--   found purple, version 2.10.9
--   found gthread-2.0, version 2.40.0
-- DEBUG: OFF
-- GSettings schemas will be installed locally.
-- GSettings schemas will be installed into /usr/share/glib-2.0/schemas/
-- Configuring done
-- Generating done
-- Build files have been written to: /build/birdie/src/birdie-1.1
Scanning dependencies of target i18n
[  2%] Generating main.c, config.c, Birdie.c, API.c, Twitter.c, Tweet.c, User.c, Database.c, TwitterList.c, Cache.c, Widgets/TweetBox.c, Widgets/TweetList.c, Widgets/UnifiedWindow.c, Widgets/TweetDialog.c, Widgets/UserBox.c, Widgets/MenuPopOver.c, Widgets/Dialogs.c, Widgets/Welcome.c, Widgets/Notebook.c, Widgets/MoreButton.c, Widgets/ListsView.c, Widgets/ListBox.c, Widgets/CompletionProvider.c, Media/Avatar.c, Media/GetMedia.c, Media/Parsing.c, Media/ShowMedia.c, Media/Imgur.c, Media/Cairo.c, Media/Pixbuf.c, Utils/Date.c, Utils/Notifications.c, Utils/Indicator.c, Utils/Launcher.c, Utils/Networking.c, Utils/Downloader.c, Utils/Strings.c, Utils/Files.c, Utils/KeybindingManager.c, Utils/Logger.c, Utils/StatusIcon.c, Utils/System.c
[  4%] messages.”
[  4%] Built target i18n
Scanning dependencies of target birdie
[ 13%] [ 11%] [ 11%] [ 13%] [ 15%] [ 18%] [ 20%] [ 25%] [ 25%] Building C object src/CMakeFiles/birdie.dir/Twitter.c.o
Building C object src/CMakeFiles/birdie.dir/Database.c.o
Building C object src/CMakeFiles/birdie.dir/main.c.o
Building C object src/CMakeFiles/birdie.dir/Birdie.c.o
Building C object src/CMakeFiles/birdie.dir/TwitterList.c.o
Building C object src/CMakeFiles/birdie.dir/config.c.o
Building C object src/CMakeFiles/birdie.dir/User.c.o
Building C object src/CMakeFiles/birdie.dir/API.c.o
Building C object src/CMakeFiles/birdie.dir/Tweet.c.o
[ 27%] Building C object src/CMakeFiles/birdie.dir/Cache.c.o
[ 29%] [ 31%] [ 34%] Building C object src/CMakeFiles/birdie.dir/Widgets/TweetBox.c.o
Building C object src/CMakeFiles/birdie.dir/Widgets/TweetList.c.o
Building C object src/CMakeFiles/birdie.dir/Widgets/UnifiedWindow.c.o
[ 36%] Building C object src/CMakeFiles/birdie.dir/Widgets/TweetDialog.c.o
[ 38%] [ 40%] Building C object src/CMakeFiles/birdie.dir/Widgets/UserBox.c.o
Building C object src/CMakeFiles/birdie.dir/Widgets/MenuPopOver.c.o
[ 43%] Building C object src/CMakeFiles/birdie.dir/Widgets/Dialogs.c.o
[ 45%] Building C object src/CMakeFiles/birdie.dir/Widgets/Welcome.c.o
[ 47%] [ 50%] Building C object src/CMakeFiles/birdie.dir/Widgets/Notebook.c.o
Building C object src/CMakeFiles/birdie.dir/Widgets/MoreButton.c.o
[ 52%] Building C object src/CMakeFiles/birdie.dir/Widgets/ListsView.c.o
[ 54%] Building C object src/CMakeFiles/birdie.dir/Widgets/ListBox.c.o
[ 56%] [ 59%] [ 61%] Building C object src/CMakeFiles/birdie.dir/Media/Avatar.c.o
Building C object src/CMakeFiles/birdie.dir/Widgets/CompletionProvider.c.o
Building C object src/CMakeFiles/birdie.dir/Media/GetMedia.c.o
[ 63%] Building C object src/CMakeFiles/birdie.dir/Media/Parsing.c.o
[ 65%] [ 68%] Building C object src/CMakeFiles/birdie.dir/Media/Imgur.c.o
Building C object src/CMakeFiles/birdie.dir/Media/ShowMedia.c.o
[ 70%] Building C object src/CMakeFiles/birdie.dir/Media/Cairo.c.o
[ 75%] [ 75%] Building C object src/CMakeFiles/birdie.dir/Utils/Date.c.o
Building C object src/CMakeFiles/birdie.dir/Media/Pixbuf.c.o
[ 77%] Building C object src/CMakeFiles/birdie.dir/Utils/Notifications.c.o
[ 79%] Building C object src/CMakeFiles/birdie.dir/Utils/Indicator.c.o
[ 81%] [ 84%] Building C object src/CMakeFiles/birdie.dir/Utils/Launcher.c.o
Building C object src/CMakeFiles/birdie.dir/Utils/Networking.c.o
[ 86%] Building C object src/CMakeFiles/birdie.dir/Utils/Downloader.c.o
[ 90%] [ 90%] Building C object src/CMakeFiles/birdie.dir/Utils/Files.c.o
[ 93%] Building C object src/CMakeFiles/birdie.dir/Utils/Strings.c.o
Building C object src/CMakeFiles/birdie.dir/Utils/KeybindingManager.c.o
[ 95%] Building C object src/CMakeFiles/birdie.dir/Utils/Logger.c.o
[ 97%] Building C object src/CMakeFiles/birdie.dir/Utils/StatusIcon.c.o
[100%] Building C object src/CMakeFiles/birdie.dir/Utils/System.c.o
Linking C executable birdie
[100%] Built target birdie
==> Entering fakeroot environment...
==> Starting package()...
[  2%] messages.”
[100%] Built target birdie
[100%] Built target i18n
Install the project...
-- Install configuration: ""
-- Installing: /build/birdie/pkg/birdie/usr/share/glib-2.0/schemas/org.birdieapp.birdie.gschema.xml
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/24x24/actions/twitter-dm.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/24x24/actions/twitter-home.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/24x24/actions/twitter-mentions.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/24x24/actions/twitter-profile.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/24x24/actions/twitter-search.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/22x22/actions/twitter-reply.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/22x22/actions/twitter-retweet.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/22x22/actions/twitter-retweeted.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/22x22/actions/twitter-fav.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/22x22/actions/twitter-favd.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/22x22/actions/twitter-thread.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/22x22/actions/twitter-delete.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/24x24/status/twitter-fav-banner.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/24x24/status/twitter-ret-banner.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/24x24/status/twitter-favret-banner.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/scalable/apps/birdie.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/16x16/apps/birdie.png
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/32x32/apps/birdie.png
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/48x48/apps/birdie.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/64x64/apps/birdie.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/128x128/apps/birdie.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/22x22/emblems/twitter-verified.png
gtk-update-icon-cache: Failed to open file /usr/share/icons/hicolor/.icon-theme.cache : Permission denied
-- Updated icon cache in /usr/share/icons/hicolor
-- Installing: /build/birdie/pkg/birdie/usr/share/applications/birdie.desktop
-- Installing: /build/birdie/pkg/birdie/usr/share/indicators/messages/applications/birdie
-- Installing: /build/birdie/pkg/birdie/usr/share/birdie/default.png
-- Installing: /build/birdie/pkg/birdie/usr/share/birdie/media.png
-- Installing: /build/birdie/pkg/birdie/usr/share/appdata/birdie.appdata.xml
The databases in [/usr/local/share/applications, /usr/share/applications] could not be updated.
-- Installing: /build/birdie/pkg/birdie/usr/bin/birdie
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/zh_TW/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/zh_CN/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/vi/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/uk/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/tr/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/sv/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/sr_RS@latin/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/sr/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/ru/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/ro/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/pt_BR/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/pt/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/pl/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/nl/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/it/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/id/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/hu/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/gl/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/fr/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/fi/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/es/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/en_GB/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/el/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/de/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/da/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/cs/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/ca/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/ar/LC_MESSAGES/birdie.mo
==> Tidying install...
  -> Purging unwanted files...
  -> Removing libtool files...
  -> Removing static library files...
  -> Compressing man and info pages...
  -> Stripping unneeded symbols from binaries and libraries...
==> Creating package "birdie"...
  -> Generating .PKGINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: birdie 1.1-2 (Sat Jun 21 07:05:35 EDT 2014)

Last edited by graysky (2014-06-21 11:06:53)

Offline

#3 2014-06-21 12:04:48

odin.reese
Member
Registered: 2014-06-21
Posts: 5

Re: [Solved] Birdie twitter app build package Errors!

Thanks for the quick reply and it worked .. Now birdie is installed but when I click it, I only get a bouncing icon as before. It just doesn't run.

Edit: When i run birdie in terminal ...

 birdie 
 
(process:3970): GLib-CRITICAL (recursed) **: init_zone_from_iana_info: assertion 'size >= sizeof (struct tzhead) && memcmp (header, "TZif", 4) == 0' failedAborted (core dumped)



graysky wrote:

Build fine for me.  Have you tried building in a clean chroot?  https://aur.archlinux.org/packages/clean-chroot-manager

==> Starting build()...
-- The C compiler identification is GNU 4.9.0
-- The CXX compiler identification is GNU 4.9.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found Vala: /usr/bin/valac  
-- checking for a minimum Vala version of 0.22.1
--   found Vala, version 0.24.0
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.28") 
-- Unity launcher support: OFF
-- Unity messaging menu support: OFF
-- Granite support: OFF
-- checking for modules 'gtk+-3.0;gtksourceview-3.0;gee-1.0;rest-0.7;json-glib-1.0;libnotify;libcanberra;gdk-x11-3.0;webkitgtk-3.0;sqlite3;xtst;purple;gthread-2.0'
--   found gtk+-3.0, version 3.12.2
--   found gtksourceview-3.0, version 3.12.2
--   found gee-1.0, version 0.6.8
--   found rest-0.7, version 0.7.91
--   found json-glib-1.0, version 1.0.2
--   found libnotify, version 0.7.6
--   found libcanberra, version 0.30
--   found gdk-x11-3.0, version 3.12.2
--   found webkitgtk-3.0, version 2.4.3
--   found sqlite3, version 3.8.5
--   found xtst, version 1.2.2
--   found purple, version 2.10.9
--   found gthread-2.0, version 2.40.0
-- DEBUG: OFF
-- GSettings schemas will be installed locally.
-- GSettings schemas will be installed into /usr/share/glib-2.0/schemas/
-- Configuring done
-- Generating done
-- Build files have been written to: /build/birdie/src/birdie-1.1
Scanning dependencies of target i18n
[  2%] Generating main.c, config.c, Birdie.c, API.c, Twitter.c, Tweet.c, User.c, Database.c, TwitterList.c, Cache.c, Widgets/TweetBox.c, Widgets/TweetList.c, Widgets/UnifiedWindow.c, Widgets/TweetDialog.c, Widgets/UserBox.c, Widgets/MenuPopOver.c, Widgets/Dialogs.c, Widgets/Welcome.c, Widgets/Notebook.c, Widgets/MoreButton.c, Widgets/ListsView.c, Widgets/ListBox.c, Widgets/CompletionProvider.c, Media/Avatar.c, Media/GetMedia.c, Media/Parsing.c, Media/ShowMedia.c, Media/Imgur.c, Media/Cairo.c, Media/Pixbuf.c, Utils/Date.c, Utils/Notifications.c, Utils/Indicator.c, Utils/Launcher.c, Utils/Networking.c, Utils/Downloader.c, Utils/Strings.c, Utils/Files.c, Utils/KeybindingManager.c, Utils/Logger.c, Utils/StatusIcon.c, Utils/System.c
[  4%] messages.”
[  4%] Built target i18n
Scanning dependencies of target birdie
[ 13%] [ 11%] [ 11%] [ 13%] [ 15%] [ 18%] [ 20%] [ 25%] [ 25%] Building C object src/CMakeFiles/birdie.dir/Twitter.c.o
Building C object src/CMakeFiles/birdie.dir/Database.c.o
Building C object src/CMakeFiles/birdie.dir/main.c.o
Building C object src/CMakeFiles/birdie.dir/Birdie.c.o
Building C object src/CMakeFiles/birdie.dir/TwitterList.c.o
Building C object src/CMakeFiles/birdie.dir/config.c.o
Building C object src/CMakeFiles/birdie.dir/User.c.o
Building C object src/CMakeFiles/birdie.dir/API.c.o
Building C object src/CMakeFiles/birdie.dir/Tweet.c.o
[ 27%] Building C object src/CMakeFiles/birdie.dir/Cache.c.o
[ 29%] [ 31%] [ 34%] Building C object src/CMakeFiles/birdie.dir/Widgets/TweetBox.c.o
Building C object src/CMakeFiles/birdie.dir/Widgets/TweetList.c.o
Building C object src/CMakeFiles/birdie.dir/Widgets/UnifiedWindow.c.o
[ 36%] Building C object src/CMakeFiles/birdie.dir/Widgets/TweetDialog.c.o
[ 38%] [ 40%] Building C object src/CMakeFiles/birdie.dir/Widgets/UserBox.c.o
Building C object src/CMakeFiles/birdie.dir/Widgets/MenuPopOver.c.o
[ 43%] Building C object src/CMakeFiles/birdie.dir/Widgets/Dialogs.c.o
[ 45%] Building C object src/CMakeFiles/birdie.dir/Widgets/Welcome.c.o
[ 47%] [ 50%] Building C object src/CMakeFiles/birdie.dir/Widgets/Notebook.c.o
Building C object src/CMakeFiles/birdie.dir/Widgets/MoreButton.c.o
[ 52%] Building C object src/CMakeFiles/birdie.dir/Widgets/ListsView.c.o
[ 54%] Building C object src/CMakeFiles/birdie.dir/Widgets/ListBox.c.o
[ 56%] [ 59%] [ 61%] Building C object src/CMakeFiles/birdie.dir/Media/Avatar.c.o
Building C object src/CMakeFiles/birdie.dir/Widgets/CompletionProvider.c.o
Building C object src/CMakeFiles/birdie.dir/Media/GetMedia.c.o
[ 63%] Building C object src/CMakeFiles/birdie.dir/Media/Parsing.c.o
[ 65%] [ 68%] Building C object src/CMakeFiles/birdie.dir/Media/Imgur.c.o
Building C object src/CMakeFiles/birdie.dir/Media/ShowMedia.c.o
[ 70%] Building C object src/CMakeFiles/birdie.dir/Media/Cairo.c.o
[ 75%] [ 75%] Building C object src/CMakeFiles/birdie.dir/Utils/Date.c.o
Building C object src/CMakeFiles/birdie.dir/Media/Pixbuf.c.o
[ 77%] Building C object src/CMakeFiles/birdie.dir/Utils/Notifications.c.o
[ 79%] Building C object src/CMakeFiles/birdie.dir/Utils/Indicator.c.o
[ 81%] [ 84%] Building C object src/CMakeFiles/birdie.dir/Utils/Launcher.c.o
Building C object src/CMakeFiles/birdie.dir/Utils/Networking.c.o
[ 86%] Building C object src/CMakeFiles/birdie.dir/Utils/Downloader.c.o
[ 90%] [ 90%] Building C object src/CMakeFiles/birdie.dir/Utils/Files.c.o
[ 93%] Building C object src/CMakeFiles/birdie.dir/Utils/Strings.c.o
Building C object src/CMakeFiles/birdie.dir/Utils/KeybindingManager.c.o
[ 95%] Building C object src/CMakeFiles/birdie.dir/Utils/Logger.c.o
[ 97%] Building C object src/CMakeFiles/birdie.dir/Utils/StatusIcon.c.o
[100%] Building C object src/CMakeFiles/birdie.dir/Utils/System.c.o
Linking C executable birdie
[100%] Built target birdie
==> Entering fakeroot environment...
==> Starting package()...
[  2%] messages.”
[100%] Built target birdie
[100%] Built target i18n
Install the project...
-- Install configuration: ""
-- Installing: /build/birdie/pkg/birdie/usr/share/glib-2.0/schemas/org.birdieapp.birdie.gschema.xml
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/24x24/actions/twitter-dm.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/24x24/actions/twitter-home.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/24x24/actions/twitter-mentions.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/24x24/actions/twitter-profile.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/24x24/actions/twitter-search.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/22x22/actions/twitter-reply.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/22x22/actions/twitter-retweet.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/22x22/actions/twitter-retweeted.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/22x22/actions/twitter-fav.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/22x22/actions/twitter-favd.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/22x22/actions/twitter-thread.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/22x22/actions/twitter-delete.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/24x24/status/twitter-fav-banner.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/24x24/status/twitter-ret-banner.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/24x24/status/twitter-favret-banner.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/scalable/apps/birdie.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/16x16/apps/birdie.png
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/32x32/apps/birdie.png
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/48x48/apps/birdie.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/64x64/apps/birdie.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/128x128/apps/birdie.svg
-- Installing: /build/birdie/pkg/birdie/usr/share/icons/hicolor/22x22/emblems/twitter-verified.png
gtk-update-icon-cache: Failed to open file /usr/share/icons/hicolor/.icon-theme.cache : Permission denied
-- Updated icon cache in /usr/share/icons/hicolor
-- Installing: /build/birdie/pkg/birdie/usr/share/applications/birdie.desktop
-- Installing: /build/birdie/pkg/birdie/usr/share/indicators/messages/applications/birdie
-- Installing: /build/birdie/pkg/birdie/usr/share/birdie/default.png
-- Installing: /build/birdie/pkg/birdie/usr/share/birdie/media.png
-- Installing: /build/birdie/pkg/birdie/usr/share/appdata/birdie.appdata.xml
The databases in [/usr/local/share/applications, /usr/share/applications] could not be updated.
-- Installing: /build/birdie/pkg/birdie/usr/bin/birdie
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/zh_TW/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/zh_CN/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/vi/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/uk/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/tr/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/sv/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/sr_RS@latin/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/sr/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/ru/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/ro/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/pt_BR/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/pt/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/pl/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/nl/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/it/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/id/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/hu/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/gl/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/fr/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/fi/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/es/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/en_GB/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/el/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/de/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/da/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/cs/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/ca/LC_MESSAGES/birdie.mo
-- Installing: /build/birdie/pkg/birdie/usr/share/locale/ar/LC_MESSAGES/birdie.mo
==> Tidying install...
  -> Purging unwanted files...
  -> Removing libtool files...
  -> Removing static library files...
  -> Compressing man and info pages...
  -> Stripping unneeded symbols from binaries and libraries...
==> Creating package "birdie"...
  -> Generating .PKGINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: birdie 1.1-2 (Sat Jun 21 07:05:35 EDT 2014)

Last edited by odin.reese (2014-06-21 13:44:34)

Offline

#4 2014-06-21 13:43:53

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,456
Website

Re: [Solved] Birdie twitter app build package Errors!

odin.reese, please edit your first post to give this thread a meaningful title - specifically referring to the package that is problematic would be a minimum expectation.

For your last post - that is not useful information.  What did you click, where was it bouncing?  I gather this is some launcher/panel, but you haven't specified which one.  Run the command from a terminal to see what output it provides.

mod note: Moving to newbie corner.


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#5 2014-06-21 13:48:13

odin.reese
Member
Registered: 2014-06-21
Posts: 5

Re: [Solved] Birdie twitter app build package Errors!

It is a twitter client. When clicking from the application menu, I get a bouncing icon but then nothing happens.

When running in terminal.

 birdie 

output:

 (process:3970): GLib-CRITICAL (recursed) **: init_zone_from_iana_info: assertion 'size >= sizeof (struct tzhead) && memcmp (header, "TZif", 4) == 0' failedAborted (core dumped)
Trilby wrote:

odin.reese, please edit your first post to givng this thread a meaningful title - specifically referring to the package that is problematic would be a minimum expectation.

For your last post - that is not useful information.  What did you click, where was it bouncing?  I gather this is some launcher/panel, but you haven't specified which one.  Run the command from a terminal to see what output it provides.

mod note: Moving to newbie corner.

Offline

#6 2014-06-21 14:02:06

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,456
Website

Re: [Solved] Birdie twitter app build package Errors!

While I don't think it is relevant for this issue - please make a habit of sharing more information.  "Application menu" doesn't specify much.  What DE is this?  Where is the bouncing icon?  NOTE: again these are likely irrelevant for the current issue, but in the future such details should be shared, not left to our imagination.

I suspect there might be a local configuration issue.  But it seems Birdie uses dconf settings rather than it's own config file - I'm not familiar with dconf or whether there is an easy way ot temporarily disabling your settings (equivalent to moving a config file).

Hopefully other dconf users will suggest a method of testing this.

In the meantime, could you humor my curiosity and post the output of:

uname -a

"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#7 2014-06-21 14:25:00

odin.reese
Member
Registered: 2014-06-21
Posts: 5

Re: [Solved] Birdie twitter app build package Errors!

I am using kde and i have dconf installed.. And the bouncing icons is just On the cursor. I just said that because the application is installed but it doesn't seem to be starting. I am sure its a local configuration problem just looking as to where it is.

 uname -a 
 Linux arch 3.15.1-1-ARCH #1 SMP PREEMPT Tue Jun 17 09:32:20 CEST 2014 x86_64 GNU/Linux 
Trilby wrote:

While I don't think it is relevant for this issue - please make a habit of sharing more information.  "Application menu" doesn't specify much.  What DE is this?  Where is the bouncing icon?  NOTE: again these are likely irrelevant for the current issue, but in the future such details should be shared, not left to our imagination.

I suspect there might be a local configuration issue.  But it seems Birdie uses dconf settings rather than it's own config file - I'm not familiar with dconf or whether there is an easy way ot temporarily disabling your settings (equivalent to moving a config file).

Hopefully other dconf users will suggest a method of testing this.

In the meantime, could you humor my curiosity and post the output of:

uname -a

Offline

#8 2014-06-21 19:57:34

vicgua
Member
Registered: 2014-06-18
Posts: 4

Re: [Solved] Birdie twitter app build package Errors!

Hi @odin.reese,
I can compile and install Birdie. I've tried these methods:

  1. Installing with yaourt.

  2. Downloading and installing it with makepkg.

  3. Compiling it in a chroot.

So you should try those again:
Yaourt:

$ yaourt -S birdie

Makepkg:

$ curl -O https://aur.archlinux.org/packages/bi/birdie/birdie.tar.gz
$ tar -xvf birdie.tar.gz && cd birdie
$ makepkg -sic

Chroot:

$ curl -O https://aur.archlinux.org/packages/bi/birdie/birdie.tar.gz
$ tar -xvf birdie.tar.gz && cd birdie
$ extra-x86_64-build
# pacman -U birdie-1.1-2-x86_64.pkg.tar.xz

(For 32-bits, use i686 instead of x86_64)
Or you can also try reinstalling the dependencies:

# pacman -S glib2 gtk3 libgee06 libwnck3 libx11 hicolor-icon-theme cairo pango

P.S.: In my computer, Birdie starts successfully, but it suddenly closes when I try to send a message. In the terminal, it says:

Segment violation (`core' generated)

P.S.2: If it still doesn't work, here are some suggestions:

Last edited by vicgua (2014-06-21 20:10:31)

Offline

#9 2014-06-22 06:12:45

odin.reese
Member
Registered: 2014-06-21
Posts: 5

Re: [Solved] Birdie twitter app build package Errors!

Thanks @vicgua. For now seems the package wont run on kde. I keep getting the same error and there doesnt seem to be a fix. The package may need to be upgraded.

 birdie 
 GLib-CRITICAL (recursed) **: init_zone_from_iana_info: assertion 'size >= sizeof (struct tzhead) && memcmp (header, "TZif", 4) == 0' failedAborted (core dumped 

Seems there is a problem wiith: /usr/include/glib/gdatetime.h , it doesn't seem to be reading the time info files in /usr/share/zoneinfo. Searched for a fix but there isn't a patch for glib.

Edit:           

The dev team are working on the new application Birdie 2.0 https://www.youtube.com/watch?v=yuZWbMOqc-U. They are rewritting the code from scratch in python and it should be released soon.

Keep an eye on their twitter for updates. https://twitter.com/Birdie_App



vicgua wrote:

Hi @odin.reese,
I can compile and install Birdie. I've tried these methods:

  1. Installing with yaourt.

  2. Downloading and installing it with makepkg.

  3. Compiling it in a chroot.

So you should try those again:
Yaourt:

$ yaourt -S birdie

Makepkg:

$ curl -O https://aur.archlinux.org/packages/bi/birdie/birdie.tar.gz
$ tar -xvf birdie.tar.gz && cd birdie
$ makepkg -sic

Chroot:

$ curl -O https://aur.archlinux.org/packages/bi/birdie/birdie.tar.gz
$ tar -xvf birdie.tar.gz && cd birdie
$ extra-x86_64-build
# pacman -U birdie-1.1-2-x86_64.pkg.tar.xz

(For 32-bits, use i686 instead of x86_64)
Or you can also try reinstalling the dependencies:

# pacman -S glib2 gtk3 libgee06 libwnck3 libx11 hicolor-icon-theme cairo pango

P.S.: In my computer, Birdie starts successfully, but it suddenly closes when I try to send a message. In the terminal, it says:

Segment violation (`core' generated)

P.S.2: If it still doesn't work, here are some suggestions:

Last edited by odin.reese (2014-06-22 06:24:36)

Offline

Board footer

Powered by FluxBB