cant compile version from SVN

Bug #1316197 reported by Nemes Ioan Sorin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
font-manager (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

after I've installed all dependencies when I come to make the package I've got this message :

make
Making all in src
make[1]: Entering directory `/home/sq4/00-Space/DEVEL/BUILDS/SVN/font-manager/src'
make all-am
make[2]: Entering directory `/home/sq4/00-Space/DEVEL/BUILDS/SVN/font-manager/src'
rm -f font_manager_vala.stamp && echo stamp > font_manager_vala.stamp-t
CDPATH="${ZSH_VERSION+.}:" && cd . && /usr/bin/valac --pkg gmodule-2.0 --pkg glib-2.0 --pkg gio-2.0 --pkg gtk+-3.0 --pkg gee-0.8 --pkg json-glib-1.0 --pkg Gucharmap-2.90 --pkg libxml-2.0 --pkg pango --pkg sqlite3 --target-glib 2.38 --gresources /home/sq4/00-Space/DEVEL/BUILDS/SVN/font-manager/resources/FontManagerGResource.xml -C Main.vala Common/About.vala Common/ArchiveManager.vala Common/Collections.vala Common/Components.vala Common/Constants.vala Common/Database.vala Common/FontInfo.vala Common/Library.vala Common/Utils.vala Filters/Category.vala Filters/Collection.vala Filters/Filter.vala Filters/SearchResult.vala Filters/Unsorted.vala FontConfig/Accept.vala FontConfig/Config.vala FontConfig/Directories.vala FontConfig/Enums.vala FontConfig/Family.vala FontConfig/Families.vala FontConfig/Font.vala FontConfig/Properties.vala FontConfig/Reject.vala FontConfig/Selections.vala FontConfig/XmlWriter.vala Glue/Glue.vala Json/Cacheable.vala Json/JsonWriter.vala Models/CategoryModel.vala Models/CollectionModel.vala Models/FontModel.vala UX/MainWindow.vala UX/CharacterMap.vala UX/GtkUtils.vala UX/Controls/CollectionControls.vala UX/Controls/CompareControls.vala UX/Controls/FontListControls.vala UX/Controls/PreviewControls.vala UX/Controls/TitleBar.vala UX/Controls/ModeSelector.vala UX/Dialogs/Migration.vala UX/Dialogs/NotImplemented.vala UX/Dialogs/FileSelector.vala UX/Sidebar/SideBar.vala UX/Sidebar/MainSideBar.vala UX/Sidebar/CharacterMapSideBar.vala UX/Trees/CollectionTree.vala UX/Trees/CategoryTree.vala UX/Trees/FontList.vala UX/Trees/FontListTree.vala UX/Widgets/FontScale.vala UX/Widgets/AdjustablePreview.vala UX/Widgets/CellRendererPill.vala UX/Widgets/TextViews.vala UX/Widgets/MultiDNDTreeView.vala UX/Widgets/ThinPaned.vala UX/Views/Compare.vala UX/Views/FontPreview.vala UX/Views/CharacterTable.vala UX/Views/Browse.vala
error: Package `Gio-2.0' not found in specified Vala API directories or GObject-Introspection GIR directories
error: Package `cairo-1.0' not found in specified Vala API directories or GObject-Introspection GIR directories
error: Package `xlib-2.0' not found in specified Vala API directories or GObject-Introspection GIR directories
error: Package `GObject-2.0' not found in specified Vala API directories or GObject-Introspection GIR directories
error: Package `cairo-1.0' not found in specified Vala API directories or GObject-Introspection GIR directories
error: Package `GModule-2.0' not found in specified Vala API directories or GObject-Introspection GIR directories
error: Package `Gio-2.0' not found in specified Vala API directories or GObject-Introspection GIR directories
error: Package `GObject-2.0' not found in specified Vala API directories or GObject-Introspection GIR directories
Compilation failed: 8 error(s), 0 warning(s)
make[2]: *** [font_manager_vala.stamp] Error 1
make[2]: Leaving directory `/home/sq4/00-Space/DEVEL/BUILDS/SVN/font-manager/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/sq4/00-Space/DEVEL/BUILDS/SVN/font-manager/src'
make: *** [all-recursive] Error 1

Revision history for this message
Jerry Casiano (jerrycasiano) wrote :

This bug can be closed as invalid.

It is not a bug.

This version is not in the repositories yet.

It is not even a released version...

Revision history for this message
Nemes Ioan Sorin (nemes-sorin) wrote : Re: [Bug 1316197] Re: cant compile version from SVN

"
This bug can be closed as invalid.

It is not a bug.

This version is not in the repositories yet.

It is not even a released version...
"
-------

I can agree with that
but
can we get a solution for a working Font Manager ?
this is a must for designers and your Font Manager is ...as far as I've
tested, the best of breed.

I don't really know why distributions (I mean big names here) won't
sustain(financially or with manpower) such project which is a 'sine qua
non' for the linux ecosystem

on my view this project has the same relevance as Cairo or Pango ...

the problem with the version from Saucy repository is that for a fresh
linux install it works - once you put some fonts inside Font Manager crash
after loading the main ui ...

until the next version will come (at least for Ubuntu's row) can we get
some tips or how-to's about how to make it work again ? - this would be
gold

today It was ok - on my fonts folder were about 150 fonts
using Font Manager (file-manager from Saucy repository) I've installed some
more fonts from another folder - then at the next start File Manager
Crashed

this is what I get :

font-manager --version
INFO : Verified /home/sq4/.fonts.conf
INFO : Font Manager is now starting
Traceback (most recent call last):
  File "/usr/bin/font-manager", line 98, in <module>
    main()
  File "/usr/bin/font-manager", line 89, in main
    Main()
  File "/usr/share/font-manager/main.py", line 98, in __init__
    self.objects.load_core()
  File "/usr/share/font-manager/main.py", line 425, in load_core
    self.data['FontManager'] = core.get_manager(self.data['MainWindow'])
  File "/usr/share/font-manager/core/__init__.py", line 791, in get_manager
    MANAGER = FontManager(PROGRESS_CALLBACK, parent)
  File "/usr/share/font-manager/core/__init__.py", line 177, in __init__
    core.fonts.Sort(self, self.progress, self.parent)
  File "/usr/share/font-manager/core/fonts.py", line 308, in __init__
    self._sort()
  File "/usr/share/font-manager/core/fonts.py", line 438, in _sort
    rows = self.table.get('*', 'family="{0}"'.format(name))
  File "/usr/share/font-manager/core/database.py", line 255, in get
    raise sqlite3.ProgrammingError(self.db.error)
sqlite3.ProgrammingError: near "Call": syntax error

=== a tip about how to fix this would be gold for many linux based
designers ..

thanks in advance for any help - and thank you and Alessio for keeping the
project alive

2014-05-05 19:18 GMT+03:00 Jerry Casiano <email address hidden>:

> This bug can be closed as invalid.
>
> It is not a bug.
>
> This version is not in the repositories yet.
>
> It is not even a released version...
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1316197
>
> Title:
> cant compile version from SVN
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/font-manager/+bug/1316197/+subscriptions
>

Revision history for this message
Jerry Casiano (jerrycasiano) wrote :

In regards to the version of the application available in the repositories. It is thoroughly broken. Some distributions such as Arch have patched their way around it.

This is the result of years passing without an update. Bit rot. That's my fault. Unfortunately, real life gets in the way of hobbies sometimes.

In any case, the version in SVN is close, and much improved I believe, there are only a few more features left to implement before an actual release can be made.

At that point, a month or two at most, hopefully it will be made available in the repositories quickly.

For anybody interested in testing please see

https://code.google.com/p/font-manager/wiki/HowTo_SVN_Ubuntu

Thanks.

Revision history for this message
Jerry Casiano (jerrycasiano) wrote :

Please close this bug and update package to latest release. See https://launchpad.net/font-manager

Revision history for this message
Boyuan Yang (hosiet) wrote :

Closing as invalid as requested.

Changed in font-manager (Ubuntu):
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.