Hello!
In geda-gattrib package line 47 of configure.ac contains a typo in help
string:
...
AC_HELP_STRING([--disable-update-dektop-database],
...
(note missing s in word "desktop")
this is the reason, the option copied from the printed help does not work.
The same is in geda-gschem package, but line number is 73.
In both cases I get a file /usr/share/applications/mimeinfo.cache, which
conflicts with the system file.
Thanks for a hint.
Wojciech Kazubski
> On Tue, 2008-01-01 at 20:27 +0100, Wojciech Kazubski wrote:
> > > Today I put F8 on my laptop, and ran into problems building gaf. To
> > > make sure it wasn't a missing package issue, I updated gaf on my FC6
> > > machine and built that too. That failed.
> >
> > Yesterday and today I built RPMs for both 1.2.1 and 1.3.0 releases of
> > gaf. I encountered no special problems, some new files had to be taken
> > into account. The only real problem was with new mimetypes in 1.3.0.
> > Gattrib and gschem try to update mimetype database at the end of "make
> > install" (for RPMs this has to be done after final install in target
> > system) and
> > adding "--disable-update-mime-database" to configure options does not
> > work for me.
>
> gattrib and gschem should not try to update the mime database, they
> should try to update the application .desktop file database.
>
> Try adding --disable-update-desktop-database to the ./configure options.
>
> > The above option works fine for libgeda however.
> > This is not big problem since only one file is generated and can be
> > removed before packaging.
>
> I can't do much about the icon cache update without hacking the icon
> installer script - which I didn't want to do unless necessary. You might
> need to remove the ${prefix}/share/icons/hicolor/icon-theme.cache should
> the installer create one. (I can't remember if it does or not when
> installing into a DESTDIR rather than directly.)
>
> Which file was it you had to remove?
>
> PS.. Its really good to hear there was only minimal packaging breakage,
> and that it can be worked around.
_______________________________________________
geda-dev mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev