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
$ apt-cache policy smuxi
smuxi:
Installed: 2:0.11+dev.bzr411~ubuntu13.04.1
Candidate: 2:0.11+dev.bzr411~ubuntu13.04.1
Version table:
*** 2:0.11+dev.bzr411~ubuntu13.04.1 0
500 http://ppa.launchpad.net/meebey/smuxi-daily/ubuntu/ raring/main amd64 Packages
100 /var/lib/dpkg/status
0.10-1~raring+1 0
500 http://ppa.launchpad.net/meebey/ppa/ubuntu/ raring/main amd64 Packages
$ apt-cache policy smuxi
smuxi:
Installed: 2:0.11+dev.bzr411~ubuntu13.04.1
Candidate: 2:0.11+dev.bzr411~ubuntu13.04.1
Version table:
*** 2:0.11+dev.bzr411~ubuntu13.04.1 0
500 http://ppa.launchpad.net/meebey/smuxi-daily/ubuntu/ raring/main amd64 Packages
100 /var/lib/dpkg/status
0.10-1~raring+1 0
500 http://ppa.launchpad.net/meebey/ppa/ubuntu/ raring/main amd64 Packages
diff --git a/data/audio-profiles/aac.xml.in b/data/audio-profiles/aac.xml.in
index 05c0736..3f8997d 100644
--- a/data/audio-profiles/aac.xml.in
+++ b/data/audio-profiles/aac.xml.in
@@ -22,7 +22,7 @@
(gst-construct-element "faac"
"bitrate" (* 1000 bitrate)
"outputformat" 1)
- "ffmux_mp4")
+ "mp4mux")
using Gtk;
using System;
using Cairo;
namespace Nereid
{
public class Program
{
Making all in SongKick
cd ../.. && /bin/bash /home/knocte1404/bce/missing automake-1.14 --foreign src/SongKick/Makefile
cd ../.. && /bin/bash ./config.status src/SongKick/Makefile
config.status: creating src/SongKick/Makefile
MCS ../../bin/Banshee.SongKick.dll
./Banshee.SongKick.Network/SongKickDownloader.cs(191,27): error CS0012: The type `Microsoft.FSharp.Core.FSharpOption`1<object>' is defined in an assembly that is not referenced. Consider adding a reference to assembly `FSharp.Core, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
/home/knocte1404/bce/src/SongKick/../../bin/CacheService.dll (Location of the symbol related to previous error)
./Banshee.SongKick.Network/SongKickDownloader.cs(194,24): error CS0161: `Banshee.SongKick.Network.SongKickDownloader.GetCachedReply(string)': not all code paths return a value
Compilation failed: 2 error(s), 0 warnings
make[3]: *** [../../bin/Banshee.SongKick.dll] Error 1
ERROR [2014-07-23 18:56:17Z]: Error while getting assembly references
System.InvalidCastException: Return value has an invalid type
at System.Runtime.Remoting.Proxies.RealProxy.ProcessResponse (IMethodReturnMessage mrm, System.Runtime.Remoting.Messaging.MonoMethodMessage call) [0x00000] in <filename unknown>:0
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke (System.Runtime.Remoting.Proxies.RealProxy rp, IMessage msg, System.Exception& exc, System.Object[]& out_args) [0x00000] in <filename unknown>:0
Errors:
/home/knocte1404/bce/src/OnlineMetadataFixer/OnlineMetadataFixer.fsproj (Build) ->
/usr/lib/mono/4.0/Microsoft.FSharp.Targets (CoreCompile target) ->
/home/knocte1404/bce/src/OnlineMetadataFixer/Banshee.OnlineMetadataFixer/AcoustIDKeysHelper.fs(30,6): error FS0039: The namespace or module 'Gnome' is not defined
/home/knocte1404/bce/src/OnlineMetadataFixer/Banshee.OnlineMetadataFixer/AcoustIDKeysHelper.fs(36,17): error FS0039: The namespace or module 'Ring' is not defined
/home/knocte1404/bce/src/OnlineMetadataFixer/Banshee.OnlineMetadataFixer/AcoustIDKeysHelper.fs(38,9): error FS0039: The namespace or module 'Ring' is not defined
/home/knocte1404/bce/src/OnlineMetadataFixer/Banshee.OnlineMetadataFixer/AcoustIDKeysHelper.fs(43,17): error FS0039: The namespace or module 'Ring' is not defined
/home/knocte1404/bce/src/OnlineMetadataFixer/Banshee.OnlineMetadataFixer/AcoustIDKeysHelper.fs(44,21): error FS0039: The type 'KeyringException' is not defined
00:43 <knocte> any gobject expert kind enough to answer this? http://stackoverflow.com/questions/25149386/what-if-ginterface-methods-signatures-dont-match-with-the-virtualtable-struct thanks :)
00:46 -!- giselle [~giselle@88-117-74-214.adsl.highway.telekom.at] has quit [Ping timeout: 600 seconds]
00:46 -!- cfoch [~cfoch@190.236.214.177] has joined #gnome-hackers
00:48 <ebassi> knocte: you're never supposed to call the function pointer directly; in this particular case, the cancellable argument is pushed on a stack of cancellables, so it's not needed in the arguments of the vfunc
00:48 <ebassi> the API is a bit unfortunate
00:49 -!- pecisk [~peteris@78.84.232.97] has quit [Ex-Chat]
00:49 <ebassi> honestly don't know why the cancellable wasn't included in the vfunc; probably need to ask danw
00:50 <knocte> so maybe it's actually something that should be fixed in gio, therefore, signatures of vfuncs should always match?
00:50 <ebassi> it cannot be fixed without breaking API
00:50 <ebassi> or ABI
The program 'Banshee' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 31 error_code 8 request_code 151 minor_code 13)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
@knocte
knocte / gist:debd32c0212c164c4807
Last active August 29, 2015 14:05
#banshee channel, 10th of August, 2014
22:57 <bugbot> New banshee bug 734590 filed by xDarkice.
22:57 <bugbot> xDarkice added attachment 283041 to bug 734590
22:57 <bugbot> Attachment https://bugzilla.gnome.org/attachment.cgi?id=283041&action=edit patch, Proposed patch, 0001-gstreamer-Don-t-dispose-GValue.patch
22:57 <bugbot> Bug https://bugzilla.gnome.org/show_bug.cgi?id=734590 normal, Normal, ---, banshee-maint, UNCONFIRMED, Don't dispose managed GValue instance
-!- Day changed to Monday, August 11, 2014
00:06 <knocte> xDarkice: ping
00:17 <xDarkice> knocte: pong
00:19 <knocte> xDarkice: just saw your patch
00:19 <knocte> and I'm slightly concerned about it; an IDisposable in .NET is an object that should be disposed, always, as in, not doing it is a programmer error
00:20 <xDarkice> Value has no owned mechanism, but if it had then it would be set to false here