Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 158617 - app-misc/tomboy-0.5.2 failed to build
Summary: app-misc/tomboy-0.5.2 failed to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-19 20:07 UTC by bunkacid
Modified: 2006-12-20 15:15 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (einfo,3.92 KB, text/plain)
2006-12-19 20:07 UTC, bunkacid
Details
modified upstream patch for tomboy 0.5.2 (see updated ebuild) (tomboy-0.5.2-bug-381357.patch,598 bytes, patch)
2006-12-20 03:10 UTC, Alessandro Pisani
Details | Diff
modified upstream patch for tomboy 0.5.2 (see updated ebuild) (tomboy-0.5.2-bug-386010.patch,2.89 KB, patch)
2006-12-20 03:11 UTC, Alessandro Pisani
Details | Diff
updated ebuild for tomboy 0.5.2 including upstream bugfixes (tomboy-0.5.2.ebuild,1.36 KB, application/octet-stream)
2006-12-20 03:12 UTC, Alessandro Pisani
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bunkacid 2006-12-19 20:07:11 UTC
I'll attach my emerge --info momentarily.

I attempted to build tomboy using dev-lang/mono-1.2.2.1
Both are currently marked ~ on x86.
## error
sed -e "s|\@pkglibdir\@|/usr/lib/tomboy|" \
            < Tomboy.exe.config.in > Tomboy.exe.config
gmcs -out:Tomboy.exe -debug -define:DEBUG -unsafe -target:exe -define:ENABLE_DBUS -define:FIXED_GTKSPELL Tomboy.cs ActionManager.cs Applet.cs Logger.cs Note.cs NoteManager.cs NoteWindow.cs NoteBuffer.cs NoteTag.cs PluginManager.cs Preferences.cs RecentChanges.cs Tray.cs Trie.cs Undo.cs Utils.cs Watchers.cs XKeybinder.cs panelapplet/BonoboUIVerb.cs panelapplet/ChangeBackgroundHandler.cs panelapplet/ChangeSizeHandler.cs panelapplet/GnomeSharp.PanelAppletFactoryCallbackNative.cs panelapplet/MoveFocusOutOfAppletHandler.cs panelapplet/ObjectManager.cs panelapplet/PanelApplet.cs panelapplet/PanelAppletBackgroundType.cs panelapplet/PanelAppletFactory.cs panelapplet/PanelAppletFactoryCallback.cs panelapplet/PanelAppletFlags.cs dbus-sharp/dbus-sharp/src/Address.cs dbus-sharp/dbus-sharp/src/AssemblyInfo.cs dbus-sharp/dbus-sharp/src/Authentication.cs dbus-sharp/dbus-sharp/src/Bus.cs dbus-sharp/dbus-sharp/src/BusObject.cs dbus-sharp/dbus-sharp/src/Connection.cs dbus-sharp/dbus-sharp/src/DBus.cs dbus-sharp/dbus-sharp/src/DProxy.cs dbus-sharp/dbus-sharp/src/ExportObject.cs dbus-sharp/dbus-sharp/src/Introspection.cs dbus-sharp/dbus-sharp/src/Mapper.cs dbus-sharp/dbus-sharp/src/Message.cs dbus-sharp/dbus-sharp/src/MessageFilter.cs dbus-sharp/dbus-sharp/src/MessageReader.cs dbus-sharp/dbus-sharp/src/MessageWriter.cs dbus-sharp/dbus-sharp/src/Protocol.cs dbus-sharp/dbus-sharp/src/Server.cs dbus-sharp/dbus-sharp/src/Signature.cs dbus-sharp/dbus-sharp/src/SocketTransport.cs dbus-sharp/dbus-sharp/src/Transport.cs dbus-sharp/dbus-sharp/src/UnixNativeTransport.cs dbus-sharp/dbus-sharp/src/UnixTransport.cs dbus-sharp/dbus-sharp/src/Wrapper.cs dbus-sharp/dbus-sharp-glib/glib/GLib.IO.cs dbus-sharp/dbus-sharp-glib/glib/GLib.cs RemoteControl.cs RemoteControlProxy.cs Defines.cs -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gnome-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/art-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gnome-vfs-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gconf-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gconf-sharp-peditors.dll   -r:Mono.Posix -resource:../data/GNOME_TomboyApplet.xml,GNOME_TomboyApplet.xml -resource:../data/DefaultPlugins.desktop,DefaultPlugins.desktop -resource:../data/UIManagerLayout.xml -resource:../data/images/tomboy.png,tomboy.png -resource:../data/images/tomboy-note-16.png,tomboy-note.png -resource:../data/images/gnome-searchtool.png,gnome-searchtool.png -resource:../data/images/pinup.png,pinup.png -resource:../data/images/pinup-active.png,pinup-active.png -resource:../data/images/pindown.png,pindown.png
NoteBuffer.cs(16,28): error CS1012: Too many characters in character literal
Compilation failed: 1 error(s), 0 warnings
make[3]: *** [Tomboy.exe] Error 1
make[3]: Leaving directory `/var/tmp/portage/tomboy-0.5.2/work/tomboy-0.5.2/Tomboy'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/tomboy-0.5.2/work/tomboy-0.5.2/Tomboy'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/tomboy-0.5.2/work/tomboy-0.5.2'
make: *** [all] Error 2

!!! ERROR: app-misc/tomboy-0.5.2 failed.
Comment 1 bunkacid 2006-12-19 20:07:48 UTC
Created attachment 104415 [details]
emerge --info

output of 
emerge --info
Comment 2 Arif Lukito 2006-12-19 23:38:03 UTC
fixed upstream
http://bugzilla.gnome.org/show_bug.cgi?id=387452
Comment 3 Alessandro Pisani 2006-12-20 03:10:56 UTC
Created attachment 104434 [details, diff]
modified upstream patch for tomboy 0.5.2 (see updated ebuild)
Comment 4 Alessandro Pisani 2006-12-20 03:11:19 UTC
Created attachment 104435 [details, diff]
modified upstream patch for tomboy 0.5.2 (see updated ebuild)
Comment 5 Alessandro Pisani 2006-12-20 03:12:18 UTC
Created attachment 104436 [details]
updated ebuild for tomboy 0.5.2 including upstream bugfixes
Comment 6 bunkacid 2006-12-20 15:07:36 UTC
(In reply to comment #5)
> Created an attachment (id=104436) [edit]
> updated ebuild for tomboy 0.5.2 including upstream bugfixes
> 

Thank you very much, that was quick. :)
Comment 7 Saleem Abdulrasool (RETIRED) gentoo-dev 2006-12-20 15:15:40 UTC
This should be fixed currently.  Please reopen the bug if you can reproduce this after syncing.