Using cvsup on a 64bit-OpenBSD


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Using cvsup on a 64bit-OpenBSD
# 1  
Old 01-07-2011
Question Using cvsup on a 64bit-OpenBSD

After doing some searching I noticed there doesnt seem to be a 64bit version of cvsup & it seems that the other utility thats used "csup" doesnt have as many options.
So what would be the best option for installing & upgrading pkgs or ports.
Can you still install "cvsup" & does it matter if its not a 64bit build to update ports tree etc.. Or is csup better.
Thanks AnyOne
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Compiler - 32bit or 64bit?

Hi Gurus, I need to check whether the compiler installed in my system supports 64bit compilation. Server - Sun fire v490 OS - Solaris 5.9 Processor - Sparcv9 (64bit) Install Directory - /opt/SUNWSpro Compiler Model - Sun Forte C Compiler. My development team is claiming that there... (20 Replies)
Discussion started by: Hari_Ganesh
20 Replies

2. Red Hat

How do i install swftools with rhel5.3 64bit

Hi: I am very sorry,I am not good at english. Please help me,I use rhel5.3 64bit OS,I can not combine swftools-0.9.0.tar.gz; but I use rhel5.3 32bit OS,I done. anybody have some question. Thanks (0 Replies)
Discussion started by: wwwyangshengjun
0 Replies

3. Programming

32bit to 64bit conversion.

Is there an 'easy' way to convert 32Bit code to 64Bit code. I have this benchmark i need to run on different machines and it would be nice if i could run it on the 64 bit machines ass wel. The output when compiling(1) and running(2) are the following: (1) linux:/home/user1/subbench/heapsort #... (7 Replies)
Discussion started by: demuynckr
7 Replies

4. Linux

Linux version v.s. 32bit/64bit

Where can I get a list that maps the each Linux version to corresponding 32/64 bits model? e.g. OS -> Model (ILP32, LP64, ...) RHLE3 -> ? RHLE4 -> ? RHLE5 -> ? ... It would be better if there is such a list that contains most of current UNIX OS versions. ... (1 Reply)
Discussion started by: princelinux
1 Replies

5. Programming

compiling on 64bit systems

Is it possible to compile the same source code on 32bit and 64bit systems? I'm trying to compile OpenLDAP on AIX 5.3 64 bit with gcc but I get a memory fault when sarting it and I think it is caused by a 32bit vs 64bit problem. (1 Reply)
Discussion started by: rein
1 Replies

6. Linux

Linux 32bit or 64bit

Hi, I want to know what is command to know which will tell wheather linux is 32 or 64 bit (5 Replies)
Discussion started by: manoj.solaris
5 Replies

7. Programming

dlclose crashing in 64bit

Hi I have a 64bit C++ dynamic component built using Sun Forte compiler(CC) on one server. I am opening this shared component using dlopen and checking if a particular function is defined or not. After that, when I am closing the component using dlclose, the program is crashing. The... (3 Replies)
Discussion started by: ajphaj
3 Replies

8. Linux

Oracle and 64bit Linux

Hello All, Does anybody installed the subj? How it works? Any troubles/problems? M (1 Reply)
Discussion started by: mg`
1 Replies

9. UNIX for Dummies Questions & Answers

64bit- or 32bit- processor

when using the command : cat /proc/cpuinfo I get some basic info back on the cpu.. but it doesn't tell me if I am using a 64 or 32 bit processor .. a) is this the right command to find this ? b) if it is not what is ? and how do I get that information.. thanx moxxx68 (2 Replies)
Discussion started by: moxxx68
2 Replies

10. UNIX for Dummies Questions & Answers

32bit vs 64bit

Whats the difference between 32bit and 64bit OS's or applications. I understand it a little but its just not clicking the way the teacher explained to me thanks, any info would be much appreciated (1 Reply)
Discussion started by: eloquent99
1 Replies
Login or Register to Ask a Question
KDE-BUILD(1)						User Contributed Perl Documentation					      KDE-BUILD(1)

NAME
kde-build - Updates and recompiles a tree of KDE CVS modules SYNOPSIS
kde-build DESCRIPTION
kde-build has been designed to keep a local copy of several KDE CVS modules up to date and recompile them. Those modules have to be saved in a common directory, e.g. something like ~/kde-src/ | +-> kdelibs/ | +-> kdebase/ | -> kdenetwork/ In this case, the KDE source directory would be ~/kde-src/. The script will take care of compiling them in the correct order, checks for dependencies and resolves them as far as possible. Please not that, prior to first invokation of the script, the configuration file 'kde-buildrc' has to be modified to reflect the local environment, such as paths etc. RETURN VALUE
The following error codes are returned by the script. 0 - No error seems to have occured. 1 - The script could not change into the directory of a module. 2 - The script could not open the file 'Makefile.in' of a module. 3 - The configuration of a module failed. 4 - The compilation of a module failed. 5 - The installation of a module failed. 6 - An invalid source directory was specified. 7 - An invalid Qt directory was specified. 8 - An invalid CVS client was specified. 9 - No cvsup server was specified. 10 - The temporary CVSUP configuration file couldn't be created. 11 - The configuration file kde-buildrc couldn't be loaded. EXAMPLES
cd ~/scripts/; vi ./kde-buildrc; ./kde-build BUGS
Lots, mostly that the script wasn't written with portability in mind and therefore won't run very nice on platforms other than Linux. TODO
Add a DIAGNOSIS section to this man page. AUTHOR
Frerich Raabe <raabe@kde.org> 3rd Berkeley Distribution perl v5.6.1 KDE-BUILD(1)