Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jul 2011 05:30:13 GMT
From:      "Vladimir Chukharev" <Vladimir.Chukharev@tut.fi>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/158305: math/scilab Error building the scilab manual file
Message-ID:  <201107040530.p645UD82048253@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/158305; it has been noted by GNATS.

From: "Vladimir Chukharev" <Vladimir.Chukharev@tut.fi>
To: bug-followup@freebsd.org, "Max Brazhnikov" <makc@issp.ac.ru>
Cc:  
Subject: Re: ports/158305: math/scilab Error building the scilab manual file
Date: Mon, 04 Jul 2011 08:23:08 +0300

 On Sun, 03 Jul 2011 15:42:43 +0300, Max Brazhnikov <makc@issp.ac.ru> wrote:
 
 > Could you check you scilab dependencies with 'pkg_info -g'? I remember I had
 > similar error, if not exactly the same, and the culprit was corrupted package
 > for one of xml* ports.
 >
 > Max
 >
 
 Thanks for the suggestion, I can do that.
 For the currently installed version:
   $ pkg_info -rq scilab\* | cut -d ' ' -f 2 | xargs -n 1 -I % pkg_info -g % | egrep -v '(^$)|(Mismatched Checksums:)|(Information for )'
 /usr/local/share/java/classes/junit.jar fails the original MD5 checksum
 /usr/local/lib/charset.alias fails the original MD5 checksum
   $ pkg_info -W /usr/local/share/java/classes/junit.jar
 pkg_info: both hdf-java-2.7 and junit-4.8.2 claim to have installed /usr/local/share/java/classes/junit.jar
 
 /usr/local/share/java/classes/junit.jar was installed by package hdf-java-2.7
   $ pkg_info -W /usr/local/lib/charset.alias
 /usr/local/lib/charset.alias was installed by package gettext-0.18.1.1
 
 
 For the newer port:
   $ make -C /usr/ports/math/scilab all-depends-list 2>&1 | xargs -n 1 -I % pkg_info -g %\* | egrep -v '(^$)|(Mismatched Checksums:)|(Information for )'
 /usr/local/share/java/classes/junit.jar fails the original MD5 checksum
 pkg_info: can't find package 'swig13*' installed or in a file!
 pkg_info: can't find package 'diablo-jdk16*' installed or in a file!
 pkg_info: can't find package 'gcc45*' installed or in a file!
 pkg_info: can't find package 'hdf5-18*' installed or in a file!
 /usr/local/lib/charset.alias fails the original MD5 checksum
 pkg_info: can't find package 'perl5.14*' installed or in a file!
 pkg_info: can't find package 'expat2*' installed or in a file!
 pkg_info: can't find package 'docbook-410*' installed or in a file!
 pkg_info: can't find package 'docbook-420*' installed or in a file!
 pkg_info: can't find package 'docbook-430*' installed or in a file!
 pkg_info: can't find package 'docbook-440*' installed or in a file!
 pkg_info: can't find package 'docbook-450*' installed or in a file!
 pkg_info: can't find package 'docbook-xml-430*' installed or in a file!
 pkg_info: can't find package 'docbook-xml-440*' installed or in a file!
 pkg_info: can't find package 'docbook-xml-450*' installed or in a file!
 pkg_info: can't find package 'docbook-500*' installed or in a file!
 
 I will reinstall gettext, hdf-java and/or junit and come back tomorrow.
 Actually, I have reinstalled every port recently, even couple of times within the
 period of the scilab breakage... Though I did it inplace, not deleting everything
 and installing from the scratch.
 
 -- 
 Vladimir Chukharev
 Tampere University of Technology



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107040530.p645UD82048253>