Localization files are not installed

Bug #1379468 reported by Yannick Le Guen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Audio Recorder
Fix Released
Undecided
Unassigned

Bug Description

Hello,

When I build audio-recorder 1.5-2 in ArchLinux with all dependencies installed, I run into this message on "make install" stage for every possible language :

"/usr/bin/install: cannot create standard file « /home/yannick/Documents/PKGBUILD/audio-recorder/pkg/audio-recorder//usr/share/locale/fr/LC_MESSAGES/audio-recorder.mo »: No such file or folder"

audio-recorder however do install and I can start it whithout any issue, but localization doesn't work and audio-recorder interface is in English.

description: updated
Revision history for this message
moma (osmoma) wrote :

Hello,

1)
Looks like it tries to install the locale file to your home-folder (/home/yannick/Documents/). You have certainly ran "make install" as root because the program is already running well. Make sure you always run "make install" as sudo or root.

$ ./configure (run this as ordinary user)
$ make (run this as ordinary user)
$ su -c make install (run always as root or sudo)

The problem might be in the "configure.ac" file at lines:

# For po/Makefile
# Ref: https://bugs.launchpad.net/ubuntu/+source/gettext/+bug/122343
top_builddir=`pwd`
AC_SUBST(top_builddir)

IT_PROG_INTLTOOL

# Support for GSetting schemas
GLIB_GSETTINGS

# Change default from /usr/local to /usr
AC_PREFIX_DEFAULT(/usr)

# ./configure --prefix=/usr

What is your analyze of this error.
----------------------

2) Would you please update the PKGBUILD and readme.txt files in
http://bazaar.launchpad.net/~osmoma/audio-recorder/trunk/files/head:/linux-distros/arch-linux/

Revision history for this message
moma (osmoma) wrote :

About the files in linux-distros/arch-linux/.
Audio-recorder version 1.5-3 requires GStreamer 1.0 (the PKGBUILD file refers to Gstreamer 0.10, etc).

Revision history for this message
moma (osmoma) wrote :

Notice also.
Audio-recorder 1.5 requires Gstreamer 1.4.
Please see this bug-report: https://bugs.launchpad.net/audio-recorder/+bug/1380043

Revision history for this message
Yannick Le Guen (leguen-yannick) wrote :

I compiled audio-recorder 1.5-4 and localization files were installed correctly, thanks for the fix! :)

Actually I didn't try to install the locale files to my home-folder, I wrote a PKGBUILD script and ran the "makepkg" command to create an ArchLinux package.

I'll submit a new PKGBUILD and readme.txt in bazaar repository as soon as possible.

Revision history for this message
moma (osmoma) wrote : Re: [Bug 1379468] Re: Localization files are not installed

Ok, very good.
You can also email the files to me.

Osmo

On Tue, Oct 14, 2014 at 10:37 AM, Yannick Le Guen <
<email address hidden>> wrote:

> I compiled audio-recorder 1.5-4 and localization files were installed
> correctly, thanks for the fix! :)
>
> Actually I didn't try to install the locale files to my home-folder, I
> wrote a PKGBUILD script and ran the "makepkg" command to create an
> ArchLinux package.
>
> I'll submit a new PKGBUILD and readme.txt in bazaar repository as soon
> as possible.
>
> --
> You received this bug notification because you are subscribed to Audio
> Recorder.
> https://bugs.launchpad.net/bugs/1379468
>
> Title:
> Localization files are not installed
>
> Status in Audio Recorder:
> New
>
> Bug description:
> Hello,
>
> When I build audio-recorder 1.5-2 in ArchLinux with all dependencies
> installed, I run into this message on "make install" stage for every
> possible language :
>
> "/usr/bin/install: cannot create standard file «
> /home/yannick/Documents/PKGBUILD/audio-recorder/pkg/audio-
> recorder//usr/share/locale/fr/LC_MESSAGES/audio-recorder.mo »: No such
> file or folder"
>
> audio-recorder however do install and I can start it whithout any
> issue, but localization doesn't work and audio-recorder interface is
> in English.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/audio-recorder/+bug/1379468/+subscriptions
>

--
// moma
   http://www.futuredesktop.org

moma (osmoma)
Changed in audio-recorder:
status: New → Fix Released
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.