267f1
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi, first of all i want to apologise for my english...
well... as the title says i have a problem with virtualbox-ose in freebsd. 1) I have installed freebsd on the computer 2) i updated the freebsd with freebsd-update 3) I updated the ports three using cvsup commands. After that i thought i was ready to install freebsd, so i went to the directory /usr/ports/emulators/virtualbox-ose and #make config and then #make installit started to make updates and to compile things....after that an error message appeared Code:
Undfined reference to `QlistData::detach3()' ***Error code 1 1error ***Error code 2 1error ***Error code 2 1error ***Error code 1 1error Stop in usr/ports/devel/qt4-linguist. Thanks Last edited by DutchDaemon; May 8th, 2010 at 19:46. Reason: please invest 30 secs in making your post readable |
|
#2
|
||||
|
||||
|
Try this:
Code:
portsclean -C portsnap fetch update pkg_add -r qt4-linguist cd /usr/ports/emulators/virtualbox-ose make install clean
__________________
==================================== | -------> UNIX. Live Free Or Die! <-------- | ==================================== You can say: I can't do something because is difficult. You must say: I tried a lot before say that I can't. Never Give up. http://unixsystems.dyndns.org/ I am not an BSD expert. But I really want to help. Don't afraid to ask me anything. If I can I will help! Nice wallpapers to make your desktop more hardcore :) ---> http://forums.freebsd.org/showthread.php?t=13416 Last edited by sk8harddiefast; May 8th, 2010 at 23:17. |
|
#3
|
|||
|
|||
|
Hi thanks for your answer... unfortunately i use a hard disk from school... and i have access to it only on tuesdays and fridays.. so next class i will try doing what you said.... portsnap fetch update... what is the purpose of this "command line" ?
|
|
#4
|
||||
|
||||
|
portsnap fetch update will keep your local ports tree up to date with the current ports tree.
|
|
#5
|
|||
|
|||
|
i am a noob on bsd yet but hadn't i done this with cvsup ¿?
|
|
#6
|
||||
|
||||
|
portsnap or cvsup - either method is fine. Thing about FreeBSD is that it offers a lot of choices.
|
|
#7
|
||||
|
||||
|
You can update ports with either csup and a ports-supfile with "tag=.", or use portsnap. Don't do both, pick one and stick with it.
It can also be useful to know which version of FreeBSD you are running. |
|
#8
|
|||
|
|||
|
i am running 8.0 but as i said before,the hard disk id from school and i can¡t use it and practise with bsd every day.
w-block i used cvsup and also i don't remember but i think i did something like a rsync to update some things.... ------------- my teacher told me to follow this steps....freebsd-update... and then update port tree....then i tried to install virtual box and puf-- error ![]() my objective is to install freebsd as a host, and then with virtualbox ose virtualize slacware and windows 3.11 as ghest...i don't know if i will be able to do it but first of all i need to install and run virtualbox properly ![]() tomorrow i will try to do it work..
|
|
#9
|
||||
|
||||
|
freebsd-update fetch install is for updating your system.From your ports is portsnap fetch update
__________________
==================================== | -------> UNIX. Live Free Or Die! <-------- | ==================================== You can say: I can't do something because is difficult. You must say: I tried a lot before say that I can't. Never Give up. http://unixsystems.dyndns.org/ I am not an BSD expert. But I really want to help. Don't afraid to ask me anything. If I can I will help! Nice wallpapers to make your desktop more hardcore :) ---> http://forums.freebsd.org/showthread.php?t=13416 |
|
#10
|
|||
|
|||
|
Hi again sk8harddiefast... now i am at school, i've a question: before doing
Code:
portsclean -C portsnap fetch update pkg_add -r qt4-linguist cd /usr/ports/emulators/virtualbox-ose make install clean Last edited by DutchDaemon; May 11th, 2010 at 23:18. Reason: use [code] tags! |
|
#11
|
||||
|
||||
|
Anywhere you like. They're general commands.
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Adminstrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#12
|
|||
|
|||
|
i've done what you said.. but... unfortunately a new error or warning appeared...after using portsnap fetch update.. it says "You must run 'portsnap extract' before runing `portsnap update`
|
|
#13
|
||||
|
||||
|
If this is the first time you fetched a ports tree, you'll indeed have to run
portsnap extract (to populate /var/db/portsnap/files). You can run a portsnap fetch update right after that to make sure you're up-to-date.
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Adminstrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#14
|
|||
|
|||
|
well.. thanks to you i could pass this problem... i reinstalled ports tree and add the package linguist..the installation continued... but then another error
there it says-- "this file was generated using the moc from 4.6.1 it cannot be used with the include files from this version of Qt "---- ~#(the moc has changed too much)"I apologised for asking for so much help. Thanks to all i hope you can help me
|
|
#15
|
||||
|
||||
|
Don't apologise.You sould see me the first time!!!!
![]() I had the same problem with moc The Meta-Object Compiler, moc, is the program that handles Qt's C++ extension. You have the latest version of qt4,but not the latest version of moc Try to update moc. Code:
portsnap fetch update Go to /usr/ports/devel/automoc4 Code:
make deinstall clean Now into the same location (/usr/ports/devel/automoc4) Code:
make install clean Also alternative you can make Code:
portsnap fetch update portupgrade -a or Code:
portupgrade -af but is also good because this will rebuilt moc,qt4 and all his dependencies if there are.
__________________
==================================== | -------> UNIX. Live Free Or Die! <-------- | ==================================== You can say: I can't do something because is difficult. You must say: I tried a lot before say that I can't. Never Give up. http://unixsystems.dyndns.org/ I am not an BSD expert. But I really want to help. Don't afraid to ask me anything. If I can I will help! Nice wallpapers to make your desktop more hardcore :) ---> http://forums.freebsd.org/showthread.php?t=13416 Last edited by sk8harddiefast; May 12th, 2010 at 05:55. |
|
#16
|
|||
|
|||
|
Thanks for the answer... =D
i won't have the computer until friday but well,i will try doing what you say.. i hope once for all i install vbox =P |
|
#17
|
|||
|
|||
|
Well finally i am at school...my teacher told me he did it downloading directly the virtualbox already compiled or sth like that... i wanna now how to do it..
|
|
#18
|
|||
|
|||
|
I could't do it work yet T_T
i am started installing version 8.0 of freebsd but i updated the whole system. pleasee heelp i am desperated xD |
|
#19
|
||||
|
||||
|
Quote:
Quote:
What is the error that appears? If you don't explain exactly what is the problem that makes you stack, the error that you take etc, i cannot imagine what fails to help you
__________________
==================================== | -------> UNIX. Live Free Or Die! <-------- | ==================================== You can say: I can't do something because is difficult. You must say: I tried a lot before say that I can't. Never Give up. http://unixsystems.dyndns.org/ I am not an BSD expert. But I really want to help. Don't afraid to ask me anything. If I can I will help! Nice wallpapers to make your desktop more hardcore :) ---> http://forums.freebsd.org/showthread.php?t=13416 Last edited by sk8harddiefast; June 1st, 2010 at 03:09. |
|
#20
|
|||
|
|||
|
Yes, Virtualbox
mm... i hate i don't have the freebsd a home to know better the error, for what i remember it was an error related to phono sound or sth like this. my teacher told me, well, we are going to try to do it work by another way, downloading and "install" the virtualbox already compiled and updated, i suppuse it is something like downloading the folder already installed in windows,but i don't know how to do it. you are very kind jaj i was reading your location and you are from greece, i have a friend there.. geia =P |
|
#21
|
||||
|
||||
|
Geia
![]() You could try to install freebsd as desktop computer on your home if you want and you can
__________________
==================================== | -------> UNIX. Live Free Or Die! <-------- | ==================================== You can say: I can't do something because is difficult. You must say: I tried a lot before say that I can't. Never Give up. http://unixsystems.dyndns.org/ I am not an BSD expert. But I really want to help. Don't afraid to ask me anything. If I can I will help! Nice wallpapers to make your desktop more hardcore :) ---> http://forums.freebsd.org/showthread.php?t=13416 |
|
#22
|
|||
|
|||
|
=P now i am at school, i will try to download it already compiled as i said before, what "command" shoulkd i use ? Thanks
|
|
#23
|
||||
|
||||
|
You want to download it from from a specific url?
You can use fecth command. For example: fetch http://www.blah,blah,blah and will download it on the folder that you are. That means that if you run fetch command when you are on /home/user Virtualbox will be downloaded on /home/user
__________________
==================================== | -------> UNIX. Live Free Or Die! <-------- | ==================================== You can say: I can't do something because is difficult. You must say: I tried a lot before say that I can't. Never Give up. http://unixsystems.dyndns.org/ I am not an BSD expert. But I really want to help. Don't afraid to ask me anything. If I can I will help! Nice wallpapers to make your desktop more hardcore :) ---> http://forums.freebsd.org/showthread.php?t=13416 Last edited by DutchDaemon; June 2nd, 2010 at 12:22. |
|
#24
|
|||
|
|||
|
well i recently made a make on /usr/ports/eumlators/virtualbo-ose and the message error says
Code:
/usr/ports/eumlators/virtualbo-ose/env.sh no such directory or file Last edited by DutchDaemon; June 2nd, 2010 at 12:22. |
|
#25
|
||||
|
||||
|
Have you installed the latest gcc compiler? I am not sure but maybe this solve this problem.
Code:
cd /usr/ports/lang/gcc45 make install clean Install gcc45 compiler and then run again: Code:
make install clean But don't forget before, to run make clean, to delete the work folder (on /usr/ports/emulators/virtualbo-ose/) Every pkg you compile from ports, even if fails, create a work folder that always must be deleted to recreate it to the next compilation. If you want to delete all work folders run portsclean -C You must always do that because even you have fixed the problem, if the work folder will not be deleted, you will see again the error because the work folder already exists and will not recreate it. So will run the work folder with the error!
__________________
==================================== | -------> UNIX. Live Free Or Die! <-------- | ==================================== You can say: I can't do something because is difficult. You must say: I tried a lot before say that I can't. Never Give up. http://unixsystems.dyndns.org/ I am not an BSD expert. But I really want to help. Don't afraid to ask me anything. If I can I will help! Nice wallpapers to make your desktop more hardcore :) ---> http://forums.freebsd.org/showthread.php?t=13416 Last edited by DutchDaemon; June 2nd, 2010 at 12:23. |
![]() |
| Tags |
| box, problem, vbox, virtual, virtualbox |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem installing FreeBSD 8-RELEASE on Virtualbox | khAttAm | Installing & Upgrading | 7 | April 5th, 2011 00:20 |
| Installing 7.2 in Virtualbox | travis | Installing & Upgrading | 19 | April 7th, 2010 08:29 |
| [Solved] Installing under Virtualbox | Chad5ter | Installing & Upgrading | 4 | December 12th, 2009 19:52 |
| Installing FreeBSD7.2 on VirtualBox 3.0.0 | primatephreak | Installing & Upgrading | 4 | September 2nd, 2009 10:41 |
| virtualbox problem | phoenixson | Installation and Maintenance of FreeBSD Ports or Packages | 3 | July 17th, 2009 18:07 |