On 14-01-2015 14:36, alex lupu wrote:
> On Wed, Jan 14, 2015 at 4:53 AM, Fernando de Oliveira <[email protected]>
> wrote:
> 
>> On 14-01-2015 00:17, alex lupu wrote:
>>> On Tue, Jan 13, 2015 at 7:08 PM, Fernando de Oliveira <
>> [email protected]>
>>> wrote:
>>>
>>>> On 13-01-2015 18:30, alex lupu wrote:
>>>>> BLFS Book version 2015-01-12,  PHP-5.6.4

>> $ xzgrep php-fpm.conf.default php-5.6.4-2014.12.21-08h28m52s.log.xz
>> “/etc/php-fpm.conf.default” -> “/etc/php-fpm.conf”
>>
>> So, it works for me. I was going to write that i does work for me before
>> grepping a log, because my script would stop if this move failed.
>>
>> Is there a possibility that
>> ​​
>> --with-config-file-path=/etc is missing in
>> your config command?
>>
>> ​I did use ​
> 
> ​​
> ​
> --with-config-file-path=/etc
> ​ ​during configure.
> 

> By the way, how did you get such a detailed log on 'make install'?
> I normally do something along these lines:

I have script with three sections. First is get_packages, how to test
updates after installed and other preliminary and post installation
info. Second section is definition of variables.

Third section is the build one, with some parts taken from Bruce Dubbs:

{ time \
  {
    uncompress, record initial SECONDS, build, check, DESTDIR install,
install (one or the the other, depending on a variable defined in
section 1), record $SECONDS-$INITIAL_SECONDS, statistics
  }
} 2>&1 | tee -a $LOGDIR/$PACKAGE-$DATE.log
echo -e "\nEND - Building $PACKAGE - `date`\n" >> \
                         $LOGDIR/$PACKAGE-$DATE.log &&
xz -v $LOGDIR/$PACKAGE-$DATE.log &&
[ $INSTVAR = s ] &&
mv -vi $LOGDIR/$PACKAGE{,-simulation}-$DATE.log.xz || true

PIPESTATUS is used only before install and DESTDIR install to decide if
proceeding.

> 
> make install 2>&1 | tee install.txt ; echo $PIPESTATUS
> (i.e., I'm of the old (B)LFS school)

So, essentially nothing more that you did.


> 
> Also, while I'm at questions,
> what do you say about that funny "gz" doc file I keep getting?

I suggest the same as before (below, "works" mean getting a tru gz file):

Use the command with the mirror i used (sent in my first post).

If

  it works, change the mirror to that one you used and gave problems.

  If
     it works, you did something wrong before.

  else If not

     problem is the mirror.

  endif

else If not

  you have a more fundamental problem in the system &&

  if can't solve it
     good new thread for support.
  endif

endif


> 
> Thanks, cheers and patience,
> -- Alex
> 
> PS  As an aside, and LOW priority IMHO.
> For ​"Gimp-2.8.15" build documentation.​
> I'd suggest a configure with optional
> --without-wmf
> libwmf is external to BLFS, listed as "Optional" (for good reason, here at
> Gimp).
> WMF files are not that critical for survival;  thus people might not be
> up-to-date with 'libwmf', if at all.
> Gimp fails miserably on 'make' if you have an older version of the library
> hanging around.

Not working at the moment.

Perhaps you could suggest this in dev.


-- 
[]s,
Fernando
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to