FreeBSD 10.0-RELEASE + Xorg

Hi,

Are the pkg repos not all there yet??

Code:
root@desktop:~ # pkg -v
1.2.5

Code:
root@desktop:~ # pkg update
Updating repository catalogue

root@desktop:~ # pkg install xorg
Updating repository catalogue
pkg: No packages matching 'xorg' available in the repositories

root@desktop:~ # pkg install xorg-server
Updating repository catalogue
pkg: No packages matching 'xorg-server' available in the repositories

root@desktop:~ # pkg install kde
Updating repository catalogue
pkg: Missing dependency matching 'x11/kde4-workspace'
pkg: No packages matching 'kde' available in the repositories

root@desktop:~ # pkg install kde4
Updating repository catalogue
pkg: No packages matching 'kde4' available in the repositories

Funnily enough a number of other packages can be installed via pkg just fine (curl, bash, Midnight Commander).

What's the deal?
 
pkg install can't install all packages, you can try: bsdconfig
My install process:
Code:
pkg add ./xorg-7.7.txz
pkg add ./gnome2-2.32.1_5.txz

pkg install emacs
pkg install wget
pkg install gcc46
pkg-install(8) can install xorg gnome2 kde4 virtualbox-ose-additions
portmaster -PP emulators/virtualbox-ose-additions
 
Hello to all.

xorg-7.7 is now in the /latest/ directory. So anyone who doesn't want to compile it using ports can now install it as binary.
 
BSDBernd said:
Hello to all.

xorg-7.7 is now in the /latest/ directory. So anyone who doesn't want to compile it using ports can now install it as binary.

Thanks for this comment. Will the command pkg install xorg now work with the FreeBSD.conf addition that phoenix described?
 
Just use the default config file without any addition or change, the one that comes with the installation of pkg.
This uses the /latest/ directory instead of f.e. the fixed 10-RELEASE directory.
I from time to time checked with

pkg search xorg

and about one hour ago i found

xorg-7.7
…..


in the list that this command gives you.

Then just a quick

pkg install xorg

and a minute or two later, xorg was installed.
 
Did a clean install of FreeBSD 10.0 this morning. The package installation of xorg and xfce now works properly using the pkg command.
I may take some heat for the following comments. I've used FreeBSD since 5.x and I really like FreeBSD a lot. In my opinion I think it is a good idea if the development team has all of the package repos in place before the release of FreeBSD 10.1. It does not inspire confidence in the user base when the package management system does not function properly.
Respectfully submitted,

hitest
 
Did a clean install of FreeBSD 10 minutes ago.

xorg can be installed, but gnome2 and kde4 reported that no such packages were available.

What am I doing wrong?
 
user0 said:
Did a clean install of FreeBSD 10 minutes ago.

xorg can be installed, but gnome2 and kde4 reported that no such packages were available.

What am I doing wrong?
You're not doing anything wrong. For some reason the packages for both x11/gnome2 and x11/kde4 have gone missing. At first I thought it had something to do with them being "meta-ports" but x11/xorg and x11/gnome2-lite are both there and are both also "meta-ports".
 
Ok, so we know what the issue is. Perhaps some Microsoft moles finally penetrated FreeBSD as they did Linux project and started their subversive work to destroy all competing graphic desktop OSs... jk.

Seriously, can anyone put the gnome2 and kde4 packages back into the repos the way they previously were, such as in 9.2 where installing xorg followed with gnome2 turns FreeBSD into a system with graphic desktop?
 
Possibly this has something to do with the 10.0-RELEASE disk including a kde which uses libkdecore.so.7 etc. where the KDE components available this morning via pkg supply libkdecore.so.5.12.3. I, too, hope for a fix, since I tried building KDE for 9.2 from ports earlier this week without success:

Code:
> facile-1.1 fcl_data.ml "the implementation fcl_data.ml does not match the interface fcl_data.cmi"

I got around this and a couple of other compile errors by installing packages, but then gave up here:

Code:
> kde-workspace-4.11.7 requires modern libGL. Please set WITH_NEW_XORG and update your ports.
 
I was able to install KDE 4 from the FreeBSD 10.0-RELEASE CD, using either the CD's xorg or via pkg. Both combinations worked fine until I tried to install an application which depended on docbook-xml-5.0_1 (skanlite, k3b, gimp etc.). This got me into a mess of conflicts, starting with docbook-5.0.1. Resolving them left me with usable apps, but broke KDE entirely. So I just switched to Xfce; some of the KDE apps I've tried so far work (gwenview), though I have had to cobble links to deal with the .so.7 vs. .so.5 (or 4) issue I mentioned above. Others not. But none are critical to me, least of all the games.
 
I was able to install KDE 4.10 by changing to the older repository in /etc/pkg/freebsd.conf from :

Code:
url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest"
, to >>
Code:
url: "pkg+http://pkg.FreeBSD.org/${ABI}/release/0/"
,

and then run pkg update because I didn't felt like compiling a meta port for 4.12 from source.

Probably the new KDE meta package will be added to the LATEST repository database soon and we will be able to install it from there via pkg.
 
Thanks for the tips gentlemen, but can we get an authoritative answer from the repo maintainers as to why we cannot get gnome2 and kde4 and what are we supposed to do? The amount of witch-doctoring required for that is a bit too much for a new user. 9.2 was miles more friendly.

I really want to jump off Linux fiasco but unfortunately Freebsd is not welcoming at this point, or I will have to be stuck on 9.2 forever. Or is Microsoft really sabotaging all free OSs now? jk
 
user0 said:
Thanks for the tips gentlemen, but can we get an authoritative answer from the repo maintainers as to why we cannot get gnome2 and kde4 and what are we supposed to do? The amount of witch-doctoring required for that is a bit too much for a new user. 9.2 was miles more friendly.

I really want to jump off Linux fiasco but unfortunately Freebsd is not welcoming at this point, or I will have to be stuck on 9.2 forever. Or is Microsoft really sabotaging all free OSs now? jk

Well you have few choices for now :

1. Change to the older repository list and install KDE or Gnome with the pkg tool.
2. Build KDE from ports
3. Wait for the new packages to be added to the latest current repository list and for now use Xfce

I know how you feel. I really love the freebsd FreeBSD operating system a lot and i don't want to switch to Linux, but the lack of support for desktop environments is killing me. In my opinion the Cinnamon desktop is the best open source desktop ever. Fast, clean, effective and without too much loaded stuff like KDE. PC-BSD has it but it is marked as unsupported and experimental.
 
What is killing me is realization that both packages were in the repos a few weeks back. I checked my notes! They read:

1. dd flash image FreeBSD-10.0-RELEASE-amd64-memstick.img to the thumb drive.
2. Boot from thumb drive.
3. Select install.
4. once installed, log in as root, run pkg install xorg gnome2 firefox libreoffice

that was it and I ended up with working X desktop, browser and office package. That was what I did and I know it worked. Since then I simply overwrote that HDD and used in another machine, so now I have to re-do the installation but the packages are gone. Someone did remove them from the repos, or switched the repos - of course I do not remember what repo was used. Going to try /release/0/, wish me luck!

Thank you!
 
Gentlemen,

It is sounding like there is an effort to make the world `gnome2-frei'. The trick of switching to /release/0 repository no longer works - GNOME2 has been removed from what it looks like. What is going on? Will we have to fight another WWII to get GNOME2 back?

Seriously, this is not such a big deal - just leave the files there and the user will decide, whether they want to deal with a monstrosity called GNOME3, that turns our PCs into smartphones, or use intuitive and productive GNOME2. Can anyone explain what is the process of installing GNOME2 these days?

It's like Microsoft ending support for Windows 98 - what disk space they saved? Like 100 MB... Pathetic.
 
It's back... After hitting 'up' and 'enter' a few dozen times over the last few hours GNOME2 installed. Could be a timeout issue?

But now there is another showstopper: libxcb.so.2 is missing.
 
Any new information? KDE4 or GNOME2 still not run's as package in the "latest" version. Just GNOME2 in release version may be run..
 
Come on guys this is ridiculous:

Code:
root@desktop:~ # pkg install kde4
Updating repository catalogue
pkg: No packages matching 'kde4' available in the repositories

Code:
root@desktop:~ # pkg install x11/kde4
Updating repository catalogue
pkg: No packages matching 'x11/kde4' available in the repositories

I can install xorg from packages, and gnome2.

My pkg configuration has:

Code:
url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest"

How much longer is this going to go on for?
 
Back
Top