{5} Assigned, Active Tickets by Owner (Full Description) (4 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

curtis

Ticket Summary Component Milestone Type Created
Description
#49 makepackage can't read files with CRLFs main 1.2.6 Defect 09/17/07

I get an "No DisplayName key found in the [Meta] section" error message when I try to compile. Problem is, I do have this. This is what the top of my aspec file looks like:

[Meta]
DisplayName:Readability Studio 2007
RootName: @oleandersolutions.com/readability-studio-2007:$SOFTWAREVERSION
ShortName: readability-studio-2007

What am I missing here?


isak

Ticket Summary Component Milestone Type Created
Description
#87 autopackage-frontend-gtk crashes on FC3 frontend 1.2.6 Defect 05/28/08

Tried installing 1.2.5 package on FC3. Frontend crashes with floating point exception, which looks like it is too new for FC3.

/usr/share/autopackage/apkg-io: line 309: 24141 Floating point exceptionautopackage-frontend-gtk "$@"

Can't even run ldd on it, elf format is newer. I vaguely remember something about gcc renaming HASH section to GNU_HASH, and that's exactly what is missing in autopackage-frontend-gtk binary. There is a flag passed to gcc to create both HASH and GNU_HASH, and apbuild does that I think.

Maybe it wasn't built with apbuild?


#66 Allow autopackage to detect mono runtime + assemblies main 1.3 Defect 01/18/08

Autopackage should support the detection of mono (the runtime) and assemblies (which are equvalent to standard unix libs, but for .NET)

This requires two parts to be done:

1) A small cmd line tool that can find this version information 2) Skeleton files utilizing this new tool

Doing (1) is fairly simple, and I've attached a patch to this ticket. Will do (2) later.

See also PackagingMonoApps on the wiki.


#7 Top level build files for frontends frontend None Task 03/28/07

The top level source dir for the frontends (source:frontend/trunk/) should have some top-level build files to make it easier to build the frontends.

At least:

  • configure.in
  • Makefile.{am,in}
  • README etc.

Goal is to be able to do:

$ cd frontend
$ ./configure --enable-gtk --disable-qt && make

Note: See TracReports for help on using and creating reports.