Re: Cannot do make install
I think the problem is in the following lines in makefile:
install -d -m 644 $(KDE_LOCALE)/de/LC_MESSAGES
install -d -m 644 $(KDE_LOCALE)/ca/LC_MESSAGES
install -d -m 644 $(KDE_LOCALE)/es/LC_MESSAGES
install -d -m 644 $(KDE_LOCALE)/pt_BR/LC_MESSAGES
It seems it tries to install something in KDE directory
Re: Cannot do make install
Quote:
Originally Posted by Ansus
I think the problem is in the following lines in makefile:
install -d -m 644 $(KDE_LOCALE)/de/LC_MESSAGES
install -d -m 644 $(KDE_LOCALE)/ca/LC_MESSAGES
install -d -m 644 $(KDE_LOCALE)/es/LC_MESSAGES
install -d -m 644 $(KDE_LOCALE)/pt_BR/LC_MESSAGES
It seems it tries to install something in KDE directory
Hi
Just define the KDE_LOCALE
Code:
make DESTDIR=%{buildroot} KDE_LOCALE=%{_datadir} install
--
Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.45-0.1-default
up 3 days 2:16, 3 users, load average: 0.12, 0.16, 0.24
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 190.53
Re: Cannot do make install
Quote:
Originally Posted by
malcolmlewis
Hi
Just define the KDE_LOCALE
Code:
make DESTDIR=%{buildroot} KDE_LOCALE=%{_datadir} install
Yes, but it also tries to make links and delete files in /bin and /usr/bin... :-(
Re: Cannot do make install
Quote:
Originally Posted by Ansus
malcolmlewis;2146077 Wrote:
> Hi
> Just define the KDE_LOCALE
> >
Code:
--------------------
> >
> make DESTDIR=%{buildroot} KDE_LOCALE=%{_datadir} install
>
--------------------
> >
>
>
Yes, but it also tries to make links and delete files in /bin and
/usr/bin... :-(
Hi
What are you trying to build?
--
Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.45-0.1-default
up 3 days 3:26, 3 users, load average: 0.13, 0.14, 0.24
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 190.53
Re: Cannot do make install
Quote:
Originally Posted by
Akoellh
When building an RPM? Certainly not!
Yup, misunderstood the OP.
Sorry about that.
Re: Cannot do make install
Re: Cannot do make install
Quote:
KDE_LOCALE=%{_datadir}
This does not work, it then tries to install the localization into /usr/share instead of /opt/kde3/share
Quote:
What are you trying to build?
https://build.opensuse.org/package/s...t=home%3AAnsus
Re: Cannot do make install
Quote:
Originally Posted by
Lazy_Kent
I tried as they say but at the stage of update_admin there are errors and later also.
Re: Cannot do make install
What to do with the following?
Quote:
RPMLINT: E: BADNESS is 240678 - threshold exceeded. aborting the build.
Re: Cannot do make install
Quote:
Originally Posted by
Ansus
What to do with the following?
Code:
RPMLINT: E: BADNESS is 2406788 - threshold exceeded. aborting the build.
Well, if this number is really correct, then contact Guinness, you have just set up a new world record.
(scnr)