No suitable version of meinproc was found
Johnny Jazeix
jazeix at gmail.com
Thu Sep 12 07:33:49 BST 2024
Hi,
Yuri proposed to create a symbolic link of meinproc5 to meinproc6.
Something like:
ln -s meinproc5 meinproc6.
For French, we use this part in our script
(https://websvn.kde.org/trunk/l10n-support/fr/summit/scripts/sync_summit_branches.sh?content-type=text%2Fplain&view=co)
to create the link:
BIN_DIR="${KDEREPO}/bin"
echo "Checking and creating bin dir for meinproc6 : ${BIN_DIR}"
[[ -d "$BIN_DIR" ]] || mkdir "$BIN_DIR"
[[ -f "${BIN_DIR}/meinproc6" ]] || ln -s "$(which meinproc5)"
"${BIN_DIR}/meinproc6"
Cheers,
Johnny
Le jeu. 12 sept. 2024 à 08:30, Zayed Al-Saidi
<zayed.alsaidi at gmail.com> a écrit :
>
> I'm on Kubutnu 24.04, I can't find a package for meinproc6.
>
> On Thu, Sep 12, 2024 at 10:03 AM Yuri Chornoivan <yurchor at ukr.net> wrote:
> >
> > четвер, 12 вересня 2024 р. 09:00:44 EEST Zayed Al-Saidi написано:
> > > Hi,
> > >
> > > I'm trying to generate docbook for gcompirs documentation in the
> > > trunk_kf6. When I try to run update_xml I get this error message:
> > > zayed at zayed:~/KDE/trunk/l10n-kf6$ SCRIPTY_I18N_BRANCH=trunk_kf6
> > > ~/l10n-scripty/update_xml ar gcompris
> > > No suitable version of meinproc was found. Exiting...
> > >
> > > Although the meinproc is installed:
> > > zayed at zayed-ryz:~$ meinproc5 -v
> > > meinproc 5.0
> > >
> > > When I tried to change the branch I get this:
> > > zayed at zayed:~/KDE/trunk/l10n-kf6$ SCRIPTY_I18N_BRANCH=trunk_kf5
> > > ~/l10n-scripty/update_xml ar gcompris
> > > Warning: unknown mime-type for "/usr/bin/meinproc5" -- using
> > > "application/octet-stream"
> > > Error: no "print" mailcap rules found for type "application/octet-stream"
> > > No suitable version of meinproc was found. Exiting...
> > >
> > > Any idea?
> > >
> > > Regards,
> > > Zayed
> >
> > Hi,
> >
> > Just symlink meinproc5 to meinproc6.
> >
> > Hope this helps.
> >
> > Best regards,
> > Yuri
> >
> >
> >
More information about the kde-i18n-doc
mailing list