Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 22 matches

Go to advanced search

Advanced search
Search found 22 matches • Page 1 of 1
by jamesm
Fri Nov 09, 2012 4:03 am
Forum: Unsupported Software
Topic: [SOLVED] [GNOME-overlay] can not build clutter-gst
Replies: 14
Views: 22638

I'm have the same problem.
The last part of the attempted merge:

./clutter-gst-video-texture.c: In function ‘clutter_gst_video_texture_set_idle_material’:
./clutter-gst-video-texture.c:673:7: warning: implicit declaration of function ‘cogl_material_get_color’
make[4]: *** [clutter-gst-video-sink ...
  • Jump to post
by jamesm
Wed Oct 21, 2009 11:37 pm
Forum: Desktop Environments
Topic: gnome 2.26 build error [solved]
Replies: 6
Views: 2432

Anon-E-moose wrote: Did you run revdep-rebuild after running the lafilefixer command?
Yep, sure did :)
  • Jump to post
by jamesm
Wed Oct 21, 2009 6:07 am
Forum: Desktop Environments
Topic: gnome 2.26 build error [solved]
Replies: 6
Views: 2432

:lol: I just ran across that this morning.


Same, but here it was net-wireless/bluez spitting the dummy about libogg.la


emerge lafilefixer

lafilefixer --justfixit

And yay, this didn't fix the issue :?

Ended up downloading the libogg.tar.gz from xiph.org, building it and manually copying ...
  • Jump to post
by jamesm
Wed Mar 19, 2008 1:37 am
Forum: Portage & Programming
Topic: How can I get all the distfiles for a given portage
Replies: 10
Views: 2488

Re: How can I get all the distfiles for a given portage

Naib wrote: you mean freeze the tree at a certain data AND d/l every src possible in the tree even tho you may/may not use any/all of them?
Yep; i92guboj looks like he's given me enough to start the process - but thanks for your help too!
  • Jump to post
by jamesm
Wed Mar 19, 2008 1:36 am
Forum: Portage & Programming
Topic: How can I get all the distfiles for a given portage
Replies: 10
Views: 2488

Re: How can I get all the distfiles for a given portage

i92guboj wrote: EDIT
Correction.

Code: Select all

cd /usr/portage/; find -name '*.ebuild' | while read ebuild; do ebuild=${ebuild/.ebuild/}; echo emerge --nodeps --fetchonly =${ebuild/.\//}; done
/EDIT

Not tested. But it should work, sit down and wait. :lol:
Great! its a good start at least.

Thanks i92guboj!
  • Jump to post
by jamesm
Wed Mar 19, 2008 12:51 am
Forum: Portage & Programming
Topic: How can I get all the distfiles for a given portage
Replies: 10
Views: 2488

Re: How can I get all the distfiles for a given portage

i92guboj wrote: You do mean "all the distfiles for the installed packages", don't you?
No, all the distfiles for the ebuilds in that machine's idea of portage. So if we decide six months from now to install foobarX we'll already have the distfiles for the packages and its dependencies.
  • Jump to post
by jamesm
Wed Mar 19, 2008 12:32 am
Forum: Portage & Programming
Topic: How can I get all the distfiles for a given portage
Replies: 10
Views: 2488

How can I get all the distfiles for a given portage

Hi,

I have a Gentoo install from a month or so ago and I've deployed it to half a dozen or so machines.

I'd like to take a snapshot of the distfiles needed for those machines and store them away.
Is this possible?
  • Jump to post
by jamesm
Thu Nov 16, 2006 4:18 am
Forum: Desktop Environments
Topic: Opengl broke? Glxgears, etc don't work!
Replies: 7
Views: 2865

Very strange .. if I log in to Gnome I can't run glxinfo (segfaults).

If I do an

Code: Select all

Xnest -query localhost :1 
and log in again, I can run glxinfo from the Xnest'd environment.

This is with the 1.0.9629 drivers...
  • Jump to post
by jamesm
Mon Aug 07, 2006 6:54 am
Forum: Documentation, Tips & Tricks
Topic: HOWTO Build binary packages for every package on your system
Replies: 6
Views: 7437

I don't want to curb your enthusiasm, but for building binaries of all installed packages I do
qpkg -I -nc | grep -v dev-java | xargs quickpkg
(java binaries are not worth building, since compilation is quick).
The tips for ensuring consistency first are surely helpful, though.

I've been trying ...
  • Jump to post
by jamesm
Thu Apr 21, 2005 2:03 am
Forum: Portage & Programming
Topic: Wrong configure options to mozilla-firefox build?
Replies: 3
Views: 943

Great! My first bugzilla report filed :)
  • Jump to post
by jamesm
Thu Apr 21, 2005 1:21 am
Forum: Portage & Programming
Topic: Wrong configure options to mozilla-firefox build?
Replies: 3
Views: 943

Looks like no one else has noticed :) I've just found this tidbit at http://weblogs.mozillazine.org/tor/archives/2005/03/important_svg_b_1.html


Important SVG build configuration change

I've just checked in a build configuration change that affects how one builds with svg enabled. Previously the ...
  • Jump to post
by jamesm
Wed Apr 20, 2005 1:11 pm
Forum: Portage & Programming
Topic: Wrong configure options to mozilla-firefox build?
Replies: 3
Views: 943

Wrong configure options to mozilla-firefox build?

Hi,

I've been trying to build Mozilla Firefox 1.0.3 with Cairo support to display SVG + Text, but I've had no luck :(

It appears the ebuild is correctly picking my mozsvg use flag and enabling SVG support in the firefox build but I noticed that it is calling configure with:

--enable-svg-renderer ...
  • Jump to post
by jamesm
Mon Mar 22, 2004 3:58 am
Forum: Kernel & Hardware
Topic: 2.6.4 Strange Modules Problem
Replies: 9
Views: 2722

Yeah I've got the same problem with the nvidia driver using 2.6.4 with udev. Having to unload it then reload it to get the devices created.

Let me know if you find any answers

David

Well.. after some fiddling, I've found that doing a


modules-update


at seemingly random times makes things ...
  • Jump to post
by jamesm
Fri Mar 19, 2004 12:26 pm
Forum: Kernel & Hardware
Topic: 2.6.4 Strange Modules Problem
Replies: 9
Views: 2722

Why don't you use devfs ? Do you use udev ? Dou you have it configured ?

Oops, think I forgot to mention that ;)

Yep, I'm using udev, and it is working well for all of my other devices (USB mice, mass storage) etc.

And it has been working in the past for the DVD+RW. With the new kernel its ...
  • Jump to post
by jamesm
Fri Mar 19, 2004 12:09 am
Forum: Kernel & Hardware
Topic: 2.6.4 Strange Modules Problem
Replies: 9
Views: 2722

2.6.4 Strange Modules Problem

Hi,

I've upgraded to kernel 2.6.4 (from 2.6.3), both 'plain' sources from kernel.org and I'm having strange problems with my modules.

When the machine boots, all the modules load okay. But some of the devices that are created by those modules arent appearing in the /dev (udev controlled) until I ...
  • Jump to post
by jamesm
Fri Mar 12, 2004 11:56 pm
Forum: Installing Gentoo
Topic: kernel 2.6 needed
Replies: 7
Views: 2489

My bad. The new Knoppix with Kernel 2.6.3 appeared as part of the german C't magazin recently, leading me to believe it was available to everyone. Seems that this was the only version so far, and will only be available for public download by the end of march.

The latest KnoppiXMAME ships with a 2 ...
  • Jump to post
by jamesm
Thu Mar 11, 2004 4:49 am
Forum: Kernel & Hardware
Topic: Genuine question - usb flash disks and 2.6+
Replies: 14
Views: 3832

Re: Genuine question - usb flash disks and 2.6+

PickledOnion wrote:Has anyone actually got their usb flash disk/usb mp3 player working in 2.6+ kernel?
I have successfully mounted, and used, my Sony Memory Stick based camera (Sony DSC-P8) with 2.6.3 (vanilla sources)
  • Jump to post
by jamesm
Wed Mar 10, 2004 1:30 am
Forum: Kernel & Hardware
Topic: Painless 2.4 -> 2.6 upgrade
Replies: 7
Views: 3919

meowsqueak wrote:udev - so this means no more devfs, yes? Even in Gentoo?
Yep :)
  • Jump to post
by jamesm
Mon Mar 08, 2004 1:15 am
Forum: Kernel & Hardware
Topic: Painless 2.4 -> 2.6 upgrade
Replies: 7
Views: 3919

Painless 2.4 -> 2.6 upgrade

Hi,

Upgraded to 2.6.3-gentoo-rc2 last night, and it was suprising painless. :D

Followed http://forums.gentoo.org/viewtopic.php?t=70838&highlight=kernel+2+6+upgrade first of all, then http://webpages.charter.net/decibelshelp/LinuxHelp_UDEVPrimer.html#UDEV

Built USB, ALSA into the kernel and then ...
  • Jump to post
by jamesm
Mon Jun 16, 2003 11:05 am
Forum: Duplicate Threads
Topic: Growing Anti-gentoo Sentiment
Replies: 70
Views: 80290

d3c3it wrote:i like cows *im a vegie* but dont like eating them :)
The cow box was the only good thing to come from Gateway in ages :)
  • Jump to post
by jamesm
Mon Jun 16, 2003 10:29 am
Forum: Other Things Gentoo
Topic: Everything broked?
Replies: 5
Views: 1459

hype wrote:Here is why the xfree thing happened: http://forums.gentoo.org/viewtopic.php?t=60192
Which is a good thing to know *after* you've "upgraded" :D
  • Jump to post
by jamesm
Fri Jun 13, 2003 10:45 am
Forum: Other Things Gentoo
Topic: Everything broked?
Replies: 5
Views: 1459

Re: Everything broked?

This is a strange problem that cropped up a few days ago. I noticed much of X was missing. Where it went, I have no idea. I reemerged X, and it all worked.

I had this problem yesterday - came home and found that X has decided that it wanted to behave really strangely.

Did an emerge -p xfree and ...
  • Jump to post

Search found 22 matches • Page 1 of 1

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic