Bruce Dubbs wrote:
Fernando de Oliveira wrote:

Three results:

1. Build with boost-1.57.0 fails

$ ls -lrt /usr/lib/libboost*

and

$ ls -lt /usr/lib/libboost*

will display the files installed at different occasions.

To have an idea of the difference between the two install, first 1.56.0
and second 1.57.0, I created two time stamps, one for when 1.56.0 was
installed, other, respectively, for 1.57.0:

$ ls -l /tmp/foo*
-rw-rw-r-- 1 fernando fernando 0 Nov 15 08:27 /tmp/foo
-rw-rw-r-- 1 fernando fernando 0 Nov 15 08:23 /tmp/foo0
$ sudo find /usr/ -newer /tmp/foo | wc -l
238
$ sudo find /usr/ -newer /tmp/foo0 -not -newer /tmp/foo | wc -l
5687

One of the 238 files is /usr/src/packages.log, so

after boost-1.56.0 installed 5687 files, boost-1.57.0 only installed 237
files.

I'll look at it, but it may not be today.

OK, I deleted /usr/include/boost and /usr/lib/libboost* and reinstalled boost-1.57

I DID duplicate the problem at exactly the same place as your log showed. Investigating...

  -- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to