Custom Query (431 matches)
Results (124 - 126 of 431)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#438 | fixed | IZ2310: 3rdparty/qmon/Xmt310: FTBFS with lesstif 0.95.0 | anbe | |
Description |
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=2310] Issue #: 2310 Platform: All Reporter: anbe (anbe) Component: gridengine OS: All Subcomponent: build Version: 6.1 CC: [_] opoplawski [_] Remove selected CCs Status: NEW Priority: P3 Resolution: Issue type: DEFECT Target milestone: --- Assigned to: andre (andre) QA Contact: andreas URL: * Summary: 3rdparty/qmon/Xmt310: FTBFS with lesstif 0.95.0 Status whiteboard: Attachments: Date/filename: Description: Submitted by: Thu Mar 27 13:03:00 -0700 2008: gridengine-6.0u8-lesstif.patch Patch used by Fedora with lesstif (text/plain) opoplawski Issue 2310 blocks: Votes for issue 2310: Opened: Sun Jun 24 14:09:00 -0700 2007 ------------------------ gridengine (3rdparty/qmon/Xmt310) does not build if the most recent version of lesstif (0.95.0) is used since some symbols are no longer defined in /usr/include/Xm/XmStrDefs.h in this version: ../Xmt310/Xmt/PixmapCvt.c:77: error: 'XmRLargeIconPixmap' undeclared here (not in a function) ../Xmt310/Xmt/PixmapCvt.c:78: error: 'XmRSmallIconPixmap' undeclared here (not in a function) ../Xmt310/Xmt/PixmapCvt.c:79: error: 'XmRDynamicPixmap' undeclared here (not in a function) (tested with the Debian packages lesstif2-dev (1:0.94.4-2) from Debian stable and lesstif2-dev (1:0.95.0-2) from Debian testing/unstable) ------- Additional comments from opoplawski Thu Mar 27 13:03:20 -0700 2008 ------- Created an attachment (id=160) Patch used by Fedora with lesstif ------- Additional comments from andreas Mon Mar 31 00:56:17 -0700 2008 ------- Andre must review this. ------- Additional comments from opoplawski Tue May 27 14:01:22 -0700 2008 ------- Add myself to CC. |
|||
#439 | fixed | IZ2311: man page errors | anbe | |
Description |
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=2311] Issue #: 2311 Platform: All Reporter: anbe (anbe) Component: gridengine OS: All Subcomponent: man Version: 6.1 CC: None defined Status: NEW Priority: P3 Resolution: Issue type: PATCH Target milestone: --- Assigned to: andreas (andreas) QA Contact: andreas URL: * Summary: man page errors Status whiteboard: Attachments: Date/filename: Description: Submitted by: Sun Jun 24 14:20:00 -0700 2007: gridengine-man-errors.patch fixes for the man page errors (text/plain) anbe Issue 2311 blocks: Votes for issue 2311: Opened: Sun Jun 24 14:17:00 -0700 2007 ------------------------ There are a few errors in the man pages (found by lintian): * '^\.in[-+][0-9]' instead of '\.in[-+][0-9]' * a wrong substitution creating an invalid entry ------- Additional comments from anbe Sun Jun 24 14:20:38 -0700 2007 ------- Created an attachment (id=117) fixes for the man page errors ------- Additional comments from anbe Sun Jun 24 14:25:08 -0700 2007 ------- of course I meant * '^\.in[-+][0-9]' instead of '^\.in [-+][0-9]' (lacks a space) * use of xxQS_NAMExx in a .TH line adds an invalid whitespace (use xxQS_NAME_Sxx instead) ------- Additional comments from pollinger Mon Mar 23 04:03:45 -0700 2009 ------- Changed Subcomponent to man ------- Additional comments from saper Tue Oct 20 01:56:33 -0700 2009 ------- Is this a duplicate of bug 1809? |
|||
#440 | fixed | IZ2319: Patch required to build qtcsh | ryanthomas | |
Description |
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=2319] Issue #: 2319 Platform: PC Reporter: ryanthomas (ryanthomas) Component: gridengine OS: Linux Subcomponent: build Version: 6.0u11 CC: None defined Status: NEW Priority: P3 Resolution: Issue type: DEFECT Target milestone: --- Assigned to: andreas (andreas) QA Contact: andreas URL: * Summary: Patch required to build qtcsh Status whiteboard: Attachments: Issue 2319 blocks: Votes for issue 2319: Opened: Thu Jun 28 14:51:00 -0700 2007 ------------------------ I have to use the following patch in order to compile qtcsh via the standard aimk make process. I identified the problem with 6.0u10 but found the defect wasn't fixed in 6.0u11 and decided to report it. --- gridengine-6u10/source/3rdparty/qtcsh/sge_configure.csh.orig 2007-03- 15 08:36:12.000000000 -0400 +++ gridengine-6u10/source/3rdparty/qtcsh/sge_configure.csh 2007-03-15 08:37 :00.000000000 -0400 @@ -14,8 +14,8 @@ echo "change to directory ./$arch" cd $arch -echo "calling ../configure --srcdir=.. --with-sge=$arch" -../configure --srcdir=.. --with-sge=$arch +echo "calling ../configure --srcdir=.. --with-grd=$arch" +../configure --srcdir=.. --with-grd=$arch echo "change to directory ./" cd .. --- gridengine-6u10/source/3rdparty/qtcsh/configure.orig 2007-03-15 08:22 :03.000000000 -0400 +++ gridengine-6u10/source/3rdparty/qtcsh/configure 2007-03-15 08:59:22.0000 00000 -0400 @@ -632,7 +632,7 @@ --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-hesiod=PREFIX Use Hesiod lookup for ~ expansion - --with-sge=ARCH SGE/SGEEE ARCH (LINUX5/LINUX6...) + --with-grd=ARCH SGE/SGEEE ARCH (LINUX5/LINUX6...) Some influential environment variables: CC C compiler command @@ -2682,17 +2682,17 @@ fi fi -# Check whether --with-sge or --without-sge was given. -if test "${with_sge+set}" = set; then - withval="$with_sge" - sge="$withval" +# Check whether --with-grd or --without-grd was given. +if test "${with_grd+set}" = set; then + withval="$with_grd" + grd="$withval" else - sge=no + grd=no fi; -if test "$sge" != no; then +if test "$grd" != no; then GRDDEF="-I../../../libs/gdi" - GRDLIB="-L../../../$sge -R${SGE_ROOT}/lib/${SGE_ARCH} \$(SGE_LIBS) ${LDFLAGS }" - CFLAGS="$CFLAGS -DPROG_NAME='\"qtcsh\"' -D$sge" + GRDLIB="-L../../../$grd -R${SGE_ROOT}/lib/${SGE_ARCH} \$(SGE_LIBS) ${LDFLAGS }" + CFLAGS="$CFLAGS -DPROG_NAME='\"qtcsh\"' -D$grd" fi ac_config_files="$ac_config_files Makefile" |
Note: See TracQuery
for help on using queries.