Custom Query (43 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (40 - 42 of 43)

4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#9 wontfix Eleonora ti ha inviato una cartolina ! somebody "Cartoline.net News" <cartolina@…>
Description
(see attachment for HTML mail message)
#17 fixed spec file fixes somebody ramonb
Description

there are 2 errors in the spec file;

  • ${_tmppath} should be: %{_tmppath}
  • %setup pbs-python sourcedir should be pbs_python
#19 fixed Problem building pbs_python 4.0.0 somebody vizino@…
Description
Hi,

I just downloaded and tried to compile pbs_python-4.0.0 and got the
following error during the "make" step.  Here's the tail end of the
failing build:

---
        ...
running build_py
creating build
creating build/lib.linux-ia64-2.4
copying src/pbs.py -> build/lib.linux-ia64-2.4
copying src/PBSQuery.py -> build/lib.linux-ia64-2.4
running build_ext
building '_pbs' extension
creating build/temp.linux-ia64-2.4
creating build/temp.linux-ia64-2.4/src
gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -fmessage-length=0 -Wall
-D_FORTIFY_SOURCE=2 -g -fPIC -DTORQUE_OLD -I/usr/include/python2.4 -c
src/pbs_wrap.c -o build/temp.linux-ia64-2.4/src/pbs_wrap.o
gcc -pthread -shared build/temp.linux-ia64-2.4/src/pbs_wrap.o
-L-L/usr/local/packages/torque/2.3.0/lib -ltorque -Wl,--rpath
-Wl,/usr/local/packages/torque/2.3.0/lib -ltorque -o
build/lib.linux-ia64-2.4/_pbs.so
/usr/lib/gcc/ia64-suse-linux/4.1.2/../../../../ia64-suse-linux/bin/ld:
cannot find -ltorque
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
make: *** [pythonlib] Error 1
--

It looks like a stray "-L" was inserted in the gcc line.  Rerunning the
failing gcc without the stray "-L" worked fine:

--
gcc -pthread -shared build/temp.linux-ia64-2.4/src/pbs_wrap.o
-L/usr/local/packages/torque/2.3.0/lib -ltorque -Wl,--rpath
-Wl,/usr/local/packages/torque/2.3.0/lib -ltorque -o
build/lib.linux-ia64-2.4/_pbs.so
--

In case it helps I ran configure first as follows:

--
./configure --prefix=/usr/local/packages/pbs_python/4.0.0
--

with no errors.

   -Chad Vizino
    Pittsburgh Supercomputing Center
4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.