So this is my way around:
$ sed -i "s/-Wshadow -Wmissing/-Wmissing/"
$ make -C src NetworkManager-nm-system.o
$ sed -i "s/-Wmissing/-Wshadow -Wmissing/"
$ make
I would like to thank all of you.
The compilation runs successfully, however I now encounter this problem as
I run the init script:
"Fail
On 04/30/2013 03:41 AM, Ken Moffat wrote:
> The second of my reports on libtool archives is for ImageMagick.
>
> If I delete, or rename, the .la files in
> /usr/lib/ImageMagick-x.y.z/modules-Q-16 then the programs don't
> work, e.g. display reports:
>
> ken@ac4tv ~ $display log-wagons.jpg
> dis
Ken Moffat wrote:
> The second of my reports on libtool archives is for ImageMagick.
>
> If I delete, or rename, the .la files in
> /usr/lib/ImageMagick-x.y.z/modules-Q-16 then the programs don't
> work, e.g. display reports:
>
> ken@ac4tv ~ $display log-wagons.jpg
> display: no decode delegate
The second of my reports on libtool archives is for ImageMagick.
If I delete, or rename, the .la files in
/usr/lib/ImageMagick-x.y.z/modules-Q-16 then the programs don't
work, e.g. display reports:
ken@ac4tv ~ $display log-wagons.jpg
display: no decode delegate for this image format `log-wagons
On Apr 29, 2013, at 7:01 AM, Wayne Blaszczyk wrote:
Not sure how you could not reproduce the error. Can you confirm that
you
used the mysql_install_db script form 5.6.11.
Oh, yes, sorry, was still at 5.5.30.
Sincerely,
William Harrington--
http://linuxfromscratch.org/mailman/listinfo/blf
On 30/04/13 02:19, Armin K. wrote:
> On 04/29/2013 02:01 PM, Wayne Blaszczyk wrote:
>> On 29/04/13 20:41, Wayne Blaszczyk wrote:
>>> On 28/04/13 22:51, William Harrington wrote:
On Apr 28, 2013, at 5:19 AM, Wayne Blaszczyk wrote:
.
> Should be fixed now.
>
Thanks Armin.
--
http://linuxfr
On Mon, 29 Apr 2013, Ragnar Thomsen wrote:
> On Monday 29 April 2013 21:03:19 Thomas de Roo wrote:
>> Do you have this file
>> /usr/include/boost/type_traits/detail/has_binary_operator.hp installed on
>> your system?
>
> Nope, but has_binary_operator.hpp is there...
>
> -Ragnar
I'm not sure why
Have you try removing stuff in /usr/{local/}share/{doc,locale,gtk-doc} ?
You can also remove info and manpage if you don't need them.
On Apr 28, 2013 9:45 PM, "elham abbaszade" wrote:
> Hi
> I have storage size constraint.
> my disk is 512M
> I don't want to reduce LFS. I want to my target machin
On Monday 29 April 2013 21:03:19 Thomas de Roo wrote:
> Do you have this file
> /usr/include/boost/type_traits/detail/has_binary_operator.hp installed on
> your system?
Nope, but has_binary_operator.hpp is there...
-Ragnar
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://
On Mon, 29 Apr 2013, Ragnar Thomsen wrote:
> On Monday 29 April 2013 18:14:19 Thomas de Roo wrote:
>> Hi all,
>>
>>
>> I'm trying to build Akonadi-1.9.1. Unfortunately I can't solve this error I
>> get:
>
>>
>> Linking CXX executable imapparserbenchmark
>>
>> [ 3%] Built target imapparserbenchm
On Monday 29 April 2013 18:14:19 Thomas de Roo wrote:
> Hi all,
>
>
> I'm trying to build Akonadi-1.9.1. Unfortunately I can't solve this error I
> get:
>
> Linking CXX executable imapparserbenchmark
>
> [ 3%] Built target imapparserbenchmark
>
> Scanning dependencies of target notificati
On Mon, 29 Apr 2013, Armin K. wrote:
> On 04/29/2013 06:14 PM, Thomas de Roo wrote:
>> Hi all,
>>
>> I'm trying to build Akonadi-1.9.1. Unfortunately I can't solve this
>> error I get:
>> The remarkable thing is, there is no file
>> /usr/include/boost/type_traits/detail/has_binary_operator.hp in
On 04/29/2013 06:14 PM, Thomas de Roo wrote:
> Hi all,
>
> I'm trying to build Akonadi-1.9.1. Unfortunately I can't solve this
> error I get:
>
> Linking CXX executable imapparserbenchmark
>
> [ 3%] Built target imapparserbenchmark
>
> Scanning dependencies of target notificationmessagetest_automo
On 04/29/2013 02:01 PM, Wayne Blaszczyk wrote:
> On 29/04/13 20:41, Wayne Blaszczyk wrote:
>> On 28/04/13 22:51, William Harrington wrote:
>>>
>>> On Apr 28, 2013, at 5:19 AM, Wayne Blaszczyk wrote:
>>>
mysql_install_db --basedir=/usr --datadir=/srv/mysql --user=mysql
FATAL ERROR: Could n
Hi all,
I'm trying to build Akonadi-1.9.1. Unfortunately I can't solve this error I get:
Linking CXX executable imapparserbenchmark
[ 3%] Built target imapparserbenchmark
Scanning dependencies of target notificationmessagetest_automoc
[ 4%] Automoc for target notificationmessagetest
Gen
Dana 29.4.2013 16:24, Dr.-Ing. Edgar Alwers je napisao:
> On Sunday 28 April 2013 23:06:43 Armin K. wrote:
>
>> Hm, which version of GLib are you using? I have 2.36.1 and everything is
>> fine here. Maybe GLib 2.36.3 (If you use one from the book) and GCC 4.8
>> don't play very nice with NM?
>
> Th
On Friday 26 April 2013 19:20:19 Kenno Han wrote:
I'm trying to build nm-0.9.8 using my LFS-7.0 with all the deps installed. I
got this error message: nm-system.c:1689:21: error: declaration of 'link'
shadows a global declaration [-Werror=shadow] cc1: all warnings being
treated as errors
See
On Sunday 28 April 2013 23:06:43 Armin K. wrote:
> Hm, which version of GLib are you using? I have 2.36.1 and everything is
> fine here. Maybe GLib 2.36.3 (If you use one from the book) and GCC 4.8
> don't play very nice with NM?
This was the problem. I had build, according to book Version 20
On 29/04/13 20:41, Wayne Blaszczyk wrote:
> On 28/04/13 22:51, William Harrington wrote:
>>
>> On Apr 28, 2013, at 5:19 AM, Wayne Blaszczyk wrote:
>>
>>> mysql_install_db --basedir=/usr --datadir=/srv/mysql --user=mysql
>>> FATAL ERROR: Could not find my-default.cnf
>>
>> I don't have my-default.cn
On 28/04/13 22:51, William Harrington wrote:
>
> On Apr 28, 2013, at 5:19 AM, Wayne Blaszczyk wrote:
>
>> mysql_install_db --basedir=/usr --datadir=/srv/mysql --user=mysql
>> FATAL ERROR: Could not find my-default.cnf
>
> I don't have my-default.cnf in /usr/share/mysql/support.
>
> I have my-hu
20 matches
Mail list logo