15594
![]() |
|
|
|
|
|||||||
| X.Org X.Org on FreeBSD installation & configuration. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Hello all
I would like to upgrade X.Org but i saw that to compile xorg , 4 Go is required. Actually i have 3 Go left on /usr after having done portsclean -CDD will the below commands work to solve my problem ? export $WRKDIRPREFIX=<directory with more place> portupgrade -r xorg Thanks for any answer
__________________
FreeBSD sp-freebsd 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #1: Sun Dec 23 18:57:51 CET 2012 root@sp-freebsd:/usr/obj/usr/src/sys/SPKERNEL amd64 Last edited by SPlissken; May 14th, 2009 at 19:22. |
|
#2
|
||||
|
||||
|
Quote:
Do note that some distfiles might need to be downloaded and stored in /usr/ports/distfiles.
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#3
|
||||
|
||||
|
Arg , i'm afraid to launch this command , and break all my nice FreeBSD Desktop...
__________________
FreeBSD sp-freebsd 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #1: Sun Dec 23 18:57:51 CET 2012 root@sp-freebsd:/usr/obj/usr/src/sys/SPKERNEL amd64 |
|
#4
|
||||
|
||||
|
I've used $WRKDIRPREFIX in the past without issues. If you're lazy like me, just
# echo "setenv WRKDIRPREFIX /smoot/hawley" >> /etc/csh.cshrc && echo "export WRKDIRPREFIX=/smoot/hawley" >> /etc/profileWhich should make it work whether you're in a login shell or not, regardless of /bin/sh, /bin/csh, /bin/tcsh, or /usr/local/bin/bash. Elephino what zsh, ksh, or any of sash, ash, mudsh want you do to.
__________________
Quid habemus reliquum? Nutrimentum anatum! Внимание: лифт вниз не поднимает |
|
#5
|
||||
|
||||
|
Well it does not work
when i input portgrade -r xorg it says Code:
---> Upgrading 'xorg-7.4' to 'xorg-7.4_2' (x11/xorg) ---> Building '/usr/ports/x11/xorg' ===> Cleaning for xorg-7.4_2 This is a meta-port, meaning that it just depends on its subparts of the port. It won't build and install all the parts until you have typed make install This port does not ensure things are upgraded; use portupgrade if you want to upgrade X.Org. If you simply type 'make install' it may use over 2GB to build all of the subports. You can install the ports singly if you are low on space. ===> Vulnerability check disabled, database not found ===> Extracting for xorg-7.4_2 ===> Patching for xorg-7.4_2 ===> Configuring for xorg-7.4_2 ---> Backing up the old version ---> Uninstalling the old version ---> Deinstalling 'xorg-7.4' [Updating the pkgdb <format:bdb_btree> in /var/db/pkg ... - 786 packages found (-1 +0) (...) done] ---> Installing the new version via the port ===> Installing for xorg-7.4_2 ===> xorg-7.4_2 depends on file: /usr/local/lib/dri/r128_dri.so - found ===> xorg-7.4_2 depends on file: /usr/local/libdata/pkgconfig/xbitmaps.pc - found ===> xorg-7.4_2 depends on file: /usr/local/lib/X11/icons/handhelds/cursors/X_cursor - found ===> xorg-7.4_2 depends on file: /usr/local/share/X11/doc/hardcopy/BDF/bdf.PS.gz - found ===> xorg-7.4_2 depends on file: /usr/local/libdata/xorg/apps - found ===> xorg-7.4_2 depends on file: /usr/local/libdata/xorg/libraries - found ===> xorg-7.4_2 depends on file: /usr/local/libdata/xorg/fonts - found ===> xorg-7.4_2 depends on file: /usr/local/libdata/xorg/drivers - found ===> xorg-7.4_2 depends on file: /usr/local/bin/Xorg - found ===> Generating temporary packing list ===> Checking if x11/xorg already installed ===> Registering installation for xorg-7.4_2 ===> Cleaning for xorg-7.4_2 ---> Cleaning out obsolete shared libraries [Updating the pkgdb <format:bdb_btree> in /var/db/pkg ... - 787 packages found (-0 +1) . done] pk_version -v gives Code:
xorg-7.4_2 = up-to-date with port xorg-apps-7.3 < needs updating (port has 7.4_1) xorg-cf-files-1.0.2_2 < needs updating (port has 1.0.2_3) xorg-docs-1.4,1 = up-to-date with port xorg-drivers-7.3 < needs updating (port has 7.4_2) xorg-fonts-100dpi-7.3 < needs updating (port has 7.4) xorg-fonts-7.3 < needs updating (port has 7.4) xorg-fonts-75dpi-7.3 < needs updating (port has 7.4) xorg-fonts-cyrillic-7.3 < needs updating (port has 7.4) xorg-fonts-miscbitmaps-7.3 < needs updating (port has 7.4) xorg-fonts-truetype-7.3 < needs updating (port has 7.4) xorg-fonts-type1-7.3 < needs updating (port has 7.4) xorg-libraries-7.3_1 < needs updating (port has 7.4) xorg-protos-7.3 ! Comparison failed xorg-server-1.4_4,1 < needs updating (port has 1.6.1,1)
__________________
FreeBSD sp-freebsd 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #1: Sun Dec 23 18:57:51 CET 2012 root@sp-freebsd:/usr/obj/usr/src/sys/SPKERNEL amd64 Last edited by DutchDaemon; May 12th, 2009 at 21:30. Reason: [code] tags |
|
#6
|
||||
|
||||
|
You did:
# portupgrade -r xorg, when you wanted to do # portupgrade -R xorg.Or maybe, if you're not on some hideously slow machine, # portupgrade -fR xorg.Also, note that x11/xorg is just a meta-port, which can be deleted immediately after it is used to install the actual xorg stuffs.
__________________
Quid habemus reliquum? Nutrimentum anatum! Внимание: лифт вниз не поднимает Last edited by fronclynne; May 12th, 2009 at 20:48. Reason: Notes are from Mars, edits are from Iove |
| The Following User Says Thank You to fronclynne For This Useful Post: | ||
SPlissken (May 12th, 2009) | ||
|
#7
|
||||
|
||||
|
SPlissken, will you please use [code] tags?
__________________
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 Administrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#8
|
||||
|
||||
|
Quote:
__________________
FreeBSD sp-freebsd 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #1: Sun Dec 23 18:57:51 CET 2012 root@sp-freebsd:/usr/obj/usr/src/sys/SPKERNEL amd64 |
|
#9
|
||||
|
||||
|
Quote:
__________________
FreeBSD sp-freebsd 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #1: Sun Dec 23 18:57:51 CET 2012 root@sp-freebsd:/usr/obj/usr/src/sys/SPKERNEL amd64 |
|
#10
|
||||
|
||||
|
Ok , cool , i achieved to upgrade xorg
Didn't try to make it work with hald and dbus just add Option "AllowEmptyInput" "off" in Section "Server Layout" And had also to download and install last driver from nVidia
__________________
FreeBSD sp-freebsd 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #1: Sun Dec 23 18:57:51 CET 2012 root@sp-freebsd:/usr/obj/usr/src/sys/SPKERNEL amd64 |
|
#11
|
||||
|
||||
|
WRKDIRPREFIX should be set up by /etc/make.conf like that for example:
http://strony.toya.net.pl/~vermaden/text/make.conf
__________________
Religions, worst damnation of mankind. "FreeBSD has always been the operating system that GNU/Linux should have been." Frank Pohlmann, IBM http://vermaden.blogspot.com |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| X.org MS TrueType Fonts | LordZ | X.Org | 19 | June 8th, 2010 05:36 |
| Problem with X.org | kntp | X.Org | 1 | January 16th, 2009 21:45 |
| Openoffice.org-3 Package | Xaenn | Installation and Maintenance of FreeBSD Ports or Packages | 14 | January 15th, 2009 21:02 |
| newbie: configuring X.org | jared19 | X.Org | 3 | December 6th, 2008 21:52 |
| Using X.Org from git | SaveTheRbtz | X.Org | 2 | November 26th, 2008 23:51 |