Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: dependency not automatically installed when you yum install docky
https://bugzilla.redhat.com/show_bug.cgi?id=814274
Summary: dependency not automatically installed when you yum
install docky
Product: Fedora
Version: 16
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: unspecified
Priority: unspecified
Component: docky
AssignedTo: lzap(a)redhat.com
ReportedBy: che666(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: lzap(a)redhat.com, mono(a)lists.fedoraproject.org
Classification: Fedora
Story Points: ---
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
Description of problem:
after yum install docky and starting it some operations seem to miss a
dependency:
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: An
exception was thrown by the type initializer for Docky.ConfigurationWindow --->
System.DllNotFoundException: libgnome-desktop-2.so.17
Version-Release number of selected component (if applicable):
docky-2.0.12-1 on x86_64
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=828581
Bug ID: 828581
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: 16
Priority: unspecified
CC: lzap(a)redhat.com, mono(a)lists.fedoraproject.org
Assignee: lzap(a)redhat.com
Summary: Non default packaged Docky build does not include
dockmanager
Regression: ---
Story Points: ---
Classification: Fedora
OS: Linux
Reporter: ojar(a)uk.ibm.com
Type: Bug
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: docky
Product: Fedora
Description of problem:
Build docky per bug/solution id=822477 and the dockmanager is not built. On
F16, the downloaded separate dockmanager does not build due to a number of
issues:-
Version-Release number of selected component (if applicable):
Fedora 16 & 17
How reproducible:
Follow build instructions per id=822477, where Docky v2.1.5 is working on F16 &
F17, the 'dockmanager' component is not not built.
Steps to Reproduce:
1. Build Docky via instructions
2. Download the dockmanager
a. download https://launchpad.net/dockmanager v0.1.0 zip
b. ./configure fails
3.
Actual results:
The ./configure of the dockmanager fails to build :-
checking for valac... no
configure: WARNING: No Vala compiler found. You will not be able to compile
.vala source files.
checking pkg-config is at least version 0.9.0... yes
checking for DOCKMANAGER_DAEMON... no
configure: error: Package requirements (glib-2.0 >= 2.18.0 gobject-2.0 gio-2.0
desktop-agnostic >= 0.3.9 dbus-glib-1) were not met:
No package 'desktop-agnostic' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables DOCKMANAGER_DAEMON_CFLAGS
and DOCKMANAGER_DAEMON_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Expected results:
a. Successful configuration
b. make && make install
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
Hello everybody,
I'm currently trying to build AudioCuesheetEditor for Fedora. Since it
will be build with xbuild, I tryed the following in my build stage:
+ xbuild /property:Configuration=Release AudioCuesheetEditor.sln
XBuild Engine Version 2.10.8.0
Mono, Version 2.10.8.0
Copyright (C) Marek Sieradzki 2005-2008, Novell 2008-2011.
Build started 01/06/2013 19:15:04.
__________________________________________________
Project
"/home/makerpm/rpmbuild/BUILD/AudioCuesheetEditor-0.2.1/AudioCuesheetEditor.sln" (default target(s)):
Target ValidateSolutionConfiguration:
Building solution configuration "Release|x86".
Target Build:
Project
"/home/makerpm/rpmbuild/BUILD/AudioCuesheetEditor-0.2.1/AudioCuesheetEditor.csproj" (default target(s)):
Target PrepareForBuild:
Configuration: Release Platform: x86
Created directory "bin/Release/"
Created directory "obj/x86/Release/"
Target CopyNonResxEmbeddedResources:
Copying file from
'/home/makerpm/rpmbuild/BUILD/AudioCuesheetEditor-0.2.1/gtk-gui/gui.stetic' to '/home/makerpm/rpmbuild/BUILD/AudioCuesheetEditor-0.2.1/obj/x86/Release/AudioCuesheetEditor.gtk-gui.gui.stetic'
Target GenerateSatelliteAssemblies:
No input files were specified for target
GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /usr/bin/gmcs execution started
with
arguments: /noconfig /debug- /optimize- /out:obj/x86/Release/AudioCuesheetEditor.exe /resource:obj/x86/Release/AudioCuesheetEditor.gtk-gui.gui.stetic,gui.stetic gtk-gui/generated.cs MainWindow.cs gtk-gui/MainWindow.cs AssemblyInfo.cs Language.cs Speechfile.cs Option.cs Program.cs Optionfile.cs Cuesheet.cs Track.cs Cuesheetfile.cs Audiofile.cs TextInputfile.cs Projectfile.cs MainClass.cs Logfile.cs OptionWindow.cs gtk-gui/AudioCuesheetEditor.OptionWindow.cs /target:winexe /main:AudioCuesheetEditor.MainClass /reference:/usr/lib/mono/2.0/System.dll /reference:/usr/lib/mono/2.0/Mono.Posix.dll /reference:/usr/lib/mono/gtk-sharp-2.0/gtk-sharp.dll /reference:/usr/lib/mono/gtk-sharp-2.0/gdk-sharp.dll /reference:/usr/lib/mono/gtk-sharp-2.0/glib-sharp.dll /reference:/usr/lib/mono/gtk-sharp-2.0/glade-sharp.dll /reference:/usr/lib/mono/gtk-sharp-2.0/pango-sharp.dll /reference:/usr/lib/mono/gtk-sharp-2.0/atk-sharp.dll /reference:/usr/lib/mono/2.0/System.Xml.dll /warn:4
gtk-gui/MainWindow.cs(152,51): error CS1012: Too many characters in
character literal
gtk-gui/MainWindow.cs(171,52): error CS1012: Too many characters in
character literal
gtk-gui/MainWindow.cs(199,53): error CS1012: Too many characters in
character literal
gtk-gui/AudioCuesheetEditor.OptionWindow.cs(181,67): error CS1012: Too
many characters in character literal
gtk-gui/AudioCuesheetEditor.OptionWindow.cs(247,64): error CS1012: Too
many characters in character literal
Task "Csc" execution -- FAILED
Done building target "CoreCompile" in project
"/home/makerpm/rpmbuild/BUILD/AudioCuesheetEditor-0.2.1/AudioCuesheetEditor.csproj".-- FAILED
Done building project
"/home/makerpm/rpmbuild/BUILD/AudioCuesheetEditor-0.2.1/AudioCuesheetEditor.csproj".-- FAILED
Task "MSBuild" execution -- FAILED
Done building target "Build" in project
"/home/makerpm/rpmbuild/BUILD/AudioCuesheetEditor-0.2.1/AudioCuesheetEditor.sln".-- FAILED
Done building project
"/home/makerpm/rpmbuild/BUILD/AudioCuesheetEditor-0.2.1/AudioCuesheetEditor.sln".-- FAILED
Build FAILED.
Errors:
/home/makerpm/rpmbuild/BUILD/AudioCuesheetEditor-0.2.1/AudioCuesheetEditor.sln (default targets) ->
(Build target) ->
/home/makerpm/rpmbuild/BUILD/AudioCuesheetEditor-0.2.1/AudioCuesheetEditor.csproj (default targets) ->
/usr/lib/mono/3.5/Microsoft.CSharp.targets (CoreCompile target) ->
gtk-gui/MainWindow.cs(152,51): error CS1012: Too many characters
in character literal
gtk-gui/MainWindow.cs(171,52): error CS1012: Too many characters
in character literal
gtk-gui/MainWindow.cs(199,53): error CS1012: Too many characters
in character literal
gtk-gui/AudioCuesheetEditor.OptionWindow.cs(181,67): error
CS1012: Too many characters in character literal
gtk-gui/AudioCuesheetEditor.OptionWindow.cs(247,64): error
CS1012: Too many characters in character literal
0 Warning(s)
5 Error(s)
Time Elapsed 00:00:00.3506470
Fehler: Fehler-Status beim Beenden von /var/tmp/rpm-tmp.acnqth (%build)
Fehler beim Bauen des RPM:
Fehler-Status beim Beenden von /var/tmp/rpm-tmp.acnqth (%build)
As you see, the build fails, but why? On normal terminal I can build the
solution with "xbuild /property:Configuration=Release
AudioCuesheetEditor.sln". Has anyone had this problem before?
--
Mit freundlichen Grüßen
Sven Baus
s.baus86(a)gmx.net
http://www.djfreezet.de
Tel.: 0175 / 49 50 309