[Bug 449869] Review Request: tasque - A simple task management app

bugzilla at redhat.com bugzilla at redhat.com
Fri Jul 4 17:02:05 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: tasque - A simple task management app


https://bugzilla.redhat.com/show_bug.cgi?id=449869





------- Additional Comments From mtasaka at ioa.s.u-tokyo.ac.jp  2008-07-04 13:02 EST -------
For 0.1.6-1:

* Requires
  - Umm...
------------------------------------------------------------------------
$ tasque 

** (Tasque.exe:14041): WARNING **: The following assembly referenced from
/usr/lib/tasque/Tasque.exe could not be loaded:
     Assembly:   gdk-sharp    (assemblyref_index=5)
     Version:    2.12.0.0
     Public Key: 35e10195dab3c99f
The assembly was not found in the Global Assembly Cache, a path listed in the
MONO_PATH environment variable, or in the location of the executing assembly
(/usr/lib/tasque/).


** (Tasque.exe:14041): WARNING **: Could not load file or assembly 'gdk-sharp,
Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' or one of
its dependencies.

Unhandled Exception: System.TypeLoadException: Could not load type
'Tasque.Application' from assembly 'Tasque, Version=0.0.0.0, Culture=neutral'.
-------------------------------------------------------------------------
    What am I missing??

* debuginfo issue
  - Since this is mono package and rpmbuild creates empty debuginfo rpm
    which is not usable, please follow:
   
https://fedoraproject.org/wiki/Packaging/Debuginfo#Useless_or_incomplete_debuginfo_packages_due_to_other_reasons

* 64 bits issue
  - Perhaps the following would work for 64 bits issue (at least
    build passes)
--------------------------------------------
%prep
%setup -q
grep -rl '/lib' . | \
	xargs sed -i.libdir \
	-e 's|\$(prefix)/lib|\$(libdir)|' \
	-e 's|@prefix@/lib|@libdir@|'
sed -i.rpath -e '\|sys_lib_dlsearch_path_spec|s|/usr/lib |/usr/lib /lib64
/usr/lib64 |' \
	configure
--------------------------------------------

* Documents
  - Please add the following files to %doc.
--------------------------------------------
AUTHORS
COPYING
ChangeLog
MAINTAINERS
README
--------------------------------------------

-- 
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, or are watching someone who is.




More information about the Fedora-package-review mailing list