[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-solaris
Subject:    [kde-solaris] kdebase 3.3.1 large file compilation env. issues on
From:       ken mays <maybird1776 () yahoo ! com>
Date:       2004-10-20 19:43:10
Message-ID: 20041020194310.81796.qmail () web41822 ! mail ! yahoo ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


I got arts and kdelibs from the 3.3.1 branch to compile cleanly. While compiling kdebase 3.3.1 \
I got '"Cannot use swapctl in the large files compilation environment". I see this also in \
using 'procfs.h' on Solaris. This is seen while trying to build kcontrol/info on Solaris 8 \
(SPARC and x86) build environments.

--------------

System:

Solaris 8 (Generic_117350-02 (ultrasparc), Generic_117351-03 (x86))

GCC 3.4.1, QT 3.3.2, arts/kdelibs-3.3.1

---------------
/opt/csw/kde-gcc/bin/moc ./memory.h -o memory.moc
if /bin/bash ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H
 -I. -I. -I../.. -I/opt/csw/kde-gcc/include   -I/opt/csw/include  -DQT_THREAD_SU
PPORT -I/opt/csw/gcc3/include -I/opt/csw/kde-gcc/include -I/opt/csw/include -D_R
EENTRANT -D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DSVR4 -D_FILE_OFFSET_BITS=64
 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-stri
ngs -O2 -O3 -march=i486 -mfpmath=387 -fPIC -fno-exceptions -fno-check-new -fno-c
ommon -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO
_TRANSLATION -D_GNU_SOURCE  -MT memory.lo -MD -MP -MF ".deps/memory.Tpo" -c -o m
emory.lo memory.cpp; \
then mv -f ".deps/memory.Tpo" ".deps/memory.Plo"; else rm -f ".deps/memory.Tpo";
 exit 1; fi
mkdir: Failed to make directory ".libs"; File exists
In file included from memory_solaris.cpp:11,
                 from memory.cpp:460:
/usr/include/sys/swap.h:47:2: #error "Cannot use swapctl in the large files comp
ilation environment"
In file included from memory.cpp:460:
memory_solaris.cpp: In member function `void KMemoryWidget::update()':
memory_solaris.cpp:32: warning: deprecated conversion from string constant to `c
har*'
memory_solaris.cpp:32: warning: deprecated conversion from string constant to `c
har*'
memory_solaris.cpp:49: warning: deprecated conversion from string constant to `c
har*'
In file included from memory.cpp:460:
memory_solaris.cpp:53:2: warning: #warning "FIXME: Memory_Info[CACHED_MEM]"
In file included from main.cpp:31:
info.cpp:472:7: warning: "__FreeBSD__" is not defined
info.cpp:474:7: warning: "hpux" is not defined
info.cpp:476:7: warning: "__NetBSD__" is not defined
info.cpp:478:7: warning: "__OpenBSD__" is not defined
In file included from info.cpp:481,
                 from main.cpp:31:
info_solaris.cpp: In function `bool GetInfo_CPU(QListView*)':
info_solaris.cpp:64: warning: deprecated conversion from string constant to `cha
r*'
info_solaris.cpp:64: warning: deprecated conversion from string constant to `cha
r*'
info_solaris.cpp:70: warning: deprecated conversion from string constant to `cha
r*'
info_solaris.cpp:88: warning: deprecated conversion from string constant to `cha
r*'
info_solaris.cpp:97: warning: deprecated conversion from string constant to `cha
r*'
info_solaris.cpp:103: warning: deprecated conversion from string constant to `ch
ar*'
info_solaris.cpp:109: warning: deprecated conversion from string constant to `ch
ar*'
info_solaris.cpp:115: warning: deprecated conversion from string constant to `ch
ar*'
info_solaris.cpp:121: warning: deprecated conversion from string constant to `ch
ar*'
info_solaris.cpp: In function `char* prop_type_str(di_prop*)':
info_solaris.cpp:387: warning: deprecated conversion from string constant to `ch
ar*'
info_solaris.cpp:389: warning: deprecated conversion from string constant to `ch
ar*'
info_solaris.cpp:391: warning: deprecated conversion from string constant to `ch
ar*'
info_solaris.cpp:393: warning: deprecated conversion from string constant to `ch
ar*'
info_solaris.cpp:395: warning: deprecated conversion from string constant to `ch
ar*'
info_solaris.cpp:397: warning: deprecated conversion from string constant to `ch
ar*'
gmake[3]: *** [memory.lo] Error 1
gmake[3]: *** Waiting for unfinished jobs....
info.cpp: At global scope:
info.cpp:438: warning: 'int GetInfo_ReadfromPipe(QListView*, const char*, bool)'
 defined but not used
gmake[3]: Leaving directory `/export/medusa/kenmays/build/i_kdebase/kdebase-3.3.
1/kcontrol/info'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/export/medusa/kenmays/build/i_kdebase/kdebase-3.3.
1/kcontrol'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/export/medusa/kenmays/build/i_kdebase/kdebase-3.3.
1'
gmake: *** [all] Error 2

--------------

Anyone know how to fix?

~Ken

 


		
---------------------------------
Do you Yahoo!?
vote.yahoo.com - Register online to vote today!


[Attachment #5 (text/html)]

<DIV>
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px \
solid"> <P>I got arts and kdelibs from the 3.3.1 branch to compile cleanly. While compiling \
kdebase 3.3.1 I got '"Cannot use swapctl in the large files compilation environment". I see \
this also in using 'procfs.h' on Solaris. This is seen while trying to build kcontrol/info on \
Solaris 8 (SPARC and x86) build environments.</P> <P>--------------</P>
<P>System:</P>
<P>Solaris 8 (Generic_117350-02 (ultrasparc), Generic_117351-03 (x86))</P>
<P>GCC 3.4.1, QT 3.3.2, arts/kdelibs-3.3.1</P>
<P>---------------<BR>/opt/csw/kde-gcc/bin/moc ./memory.h -o memory.moc<BR>if /bin/bash \
../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H<BR>&nbsp;-I. -I. -I../.. \
-I/opt/csw/kde-gcc/include&nbsp;&nbsp; -I/opt/csw/include&nbsp; -DQT_THREAD_SU<BR>PPORT \
-I/opt/csw/gcc3/include -I/opt/csw/kde-gcc/include -I/opt/csw/include -D_R<BR>EENTRANT \
-D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DSVR4 \
-D_FILE_OFFSET_BITS=64<BR>&nbsp;-Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W \
-Wpointer-arith -Wwrite-stri<BR>ngs -O2 -O3 -march=i486 -mfpmath=387 -fPIC -fno-exceptions \
-fno-check-new -fno-c<BR>ommon -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL \
-DQT_NO_COMPAT -DQT_NO<BR>_TRANSLATION -D_GNU_SOURCE&nbsp; -MT memory.lo -MD -MP -MF \
".deps/memory.Tpo" -c -o m<BR>emory.lo memory.cpp; \<BR>then mv -f ".deps/memory.Tpo" \
".deps/memory.Plo"; else rm -f ".deps/memory.Tpo";<BR>&nbsp;exit 1; fi<BR>mkdir: Failed to make \
directory ".libs"; File exists<BR>In file included from  \
memory_solaris.cpp:11,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
from memory.cpp:460:<BR>/usr/include/sys/swap.h:47:2: #error "Cannot use swapctl in the large \
files comp<BR>ilation environment"<BR>In file included from \
memory.cpp:460:<BR>memory_solaris.cpp: In member function `void \
KMemoryWidget::update()':<BR>memory_solaris.cpp:32: warning: deprecated conversion from string \
constant to `c<BR>har*'<BR>memory_solaris.cpp:32: warning: deprecated conversion from string \
constant to `c<BR>har*'<BR>memory_solaris.cpp:49: warning: deprecated conversion from string \
constant to `c<BR>har*'<BR>In file included from memory.cpp:460:<BR>memory_solaris.cpp:53:2: \
warning: #warning "FIXME: Memory_Info[CACHED_MEM]"<BR>In file included from \
main.cpp:31:<BR>info.cpp:472:7: warning: "__FreeBSD__" is not defined<BR>info.cpp:474:7: \
warning: "hpux" is not defined<BR>info.cpp:476:7: warning: "__NetBSD__" is not \
defined<BR>info.cpp:478:7: warning:  "__OpenBSD__" is not defined<BR>In file included from \
info.cpp:481,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
from main.cpp:31:<BR>info_solaris.cpp: In function `bool \
GetInfo_CPU(QListView*)':<BR>info_solaris.cpp:64: warning: deprecated conversion from string \
constant to `cha<BR>r*'<BR>info_solaris.cpp:64: warning: deprecated conversion from string \
constant to `cha<BR>r*'<BR>info_solaris.cpp:70: warning: deprecated conversion from string \
constant to `cha<BR>r*'<BR>info_solaris.cpp:88: warning: deprecated conversion from string \
constant to `cha<BR>r*'<BR>info_solaris.cpp:97: warning: deprecated conversion from string \
constant to `cha<BR>r*'<BR>info_solaris.cpp:103: warning: deprecated conversion from string \
constant to `ch<BR>ar*'<BR>info_solaris.cpp:109: warning: deprecated conversion from string \
constant to `ch<BR>ar*'<BR>info_solaris.cpp:115: warning: deprecated conversion from string \
constant to  `ch<BR>ar*'<BR>info_solaris.cpp:121: warning: deprecated conversion from string \
constant to `ch<BR>ar*'<BR>info_solaris.cpp: In function `char* \
prop_type_str(di_prop*)':<BR>info_solaris.cpp:387: warning: deprecated conversion from string \
constant to `ch<BR>ar*'<BR>info_solaris.cpp:389: warning: deprecated conversion from string \
constant to `ch<BR>ar*'<BR>info_solaris.cpp:391: warning: deprecated conversion from string \
constant to `ch<BR>ar*'<BR>info_solaris.cpp:393: warning: deprecated conversion from string \
constant to `ch<BR>ar*'<BR>info_solaris.cpp:395: warning: deprecated conversion from string \
constant to `ch<BR>ar*'<BR>info_solaris.cpp:397: warning: deprecated conversion from string \
constant to `ch<BR>ar*'<BR>gmake[3]: *** [memory.lo] Error 1<BR>gmake[3]: *** Waiting for \
unfinished jobs....<BR>info.cpp: At global scope:<BR>info.cpp:438: warning: 'int \
GetInfo_ReadfromPipe(QListView*, const char*, bool)'<BR>&nbsp;defined but not used<BR>gmake[3]: \
Leaving directory  `/export/medusa/kenmays/build/i_kdebase/kdebase-3.3.<BR>1/kcontrol/info'<BR>gmake[2]: \
*** [all-recursive] Error 1<BR>gmake[2]: Leaving directory \
`/export/medusa/kenmays/build/i_kdebase/kdebase-3.3.<BR>1/kcontrol'<BR>gmake[1]: *** \
[all-recursive] Error 1<BR>gmake[1]: Leaving directory \
`/export/medusa/kenmays/build/i_kdebase/kdebase-3.3.<BR>1'<BR>gmake: *** [all] Error 2</P> \
<P>--------------</P> <P>Anyone know how to fix?</P>
<P>~Ken</P>
<P>&nbsp;</P></BLOCKQUOTE></DIV><p>
		<hr size=1>Do you Yahoo!?<br><a
href="http://vote.yahoo.com">vote.yahoo.com</a> - Register online to vote today!



___________________________________________________
This message is from the kde-solaris mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde-solaris.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic