(1) add “http-4.15” to the “known-failures” list (line# 111)
(2) fix the typo on line# 93: should be
“–enable-threads”,
rather than “–enable-treads”
(3) line# 104 (“instrumentation for profiling”):
replace with PFLAGS=""
rpmbuild -bb --clean tcl.cpec
rpm -Uvh --force tcl-8.5.7-4.6.x86_64.rpm
Reasons for the changes:
(r1) test “http-4.15” fails since my isp screws DNS queries and “no_such_host” is redirected to earthlink-help.
(r2) obvious typo
(r3) buggy gcc-4.4 optimizer fails with
“error: corrupted profile info…”, - every time in different files.
see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38292
On 02/14/2012 05:46 PM, fchaudier wrote:
>
> I tried with the last tcl-8.5.11-40.1.src.rpm
> version from /repositories/devel:/languages:/tcl/openSUSE_11.4
> and I have the following error
your subject line says suse-11.2 and the above line says openSUSE 11.4
since there is no “suse-11.2” i have to wonder exactly what operating
system and version you are using…
return the terminal output from this command please:
cat /etc/SuSE-release
and also please describe you level of expertise with Linux and
openSUSE…thanks
On 02/14/2012 05:46 PM, fchaudier wrote:
> I tried with the last tcl-8.5.11-40.1.src.rpm
> --------------------
> Tests ended at Tue Feb 14 17:34:11 CET 2012
it is not at all clear to me what you have done:
-what kind of “Tests ended”?
-what was the command which kicked off these “tests”?
-were the ‘tests’ performed on the rpm or using whatever is in the rpm?
-what is in the RPM? what is the name of the application, and what it
supposed to do?
what kind of ‘test’ results were you expecting?
is what you are showing us the output of an attempt to build a package
from source?
if so, show us both your command inputs (from the first character of the
prompt and all the out puts until the last character of the waiting
prompt) all inside of code tags…