Forums

Skip to content

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

Search found 264 matches

Go to advanced search

Advanced search
Search found 264 matches
  • Page 1 of 11
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 11
  • Next
by _Max_
Mon Jul 24, 2006 3:36 pm
Forum: Desktop Environments
Topic: readline: meta key problem
Replies: 2
Views: 1169

Thanks!
  • Jump to post
by _Max_
Tue Jan 17, 2006 10:27 am
Forum: Desktop Environments
Topic: readline: meta key problem
Replies: 2
Views: 1169

readline: meta key problem

I would like to have emacs-like keybindings in the console and other apps that use readline.

That used to work, but something must have changed recently with the meta-key, because it doesn't work any more.

ESC-f and ESC-b do forward-word and backward-word without problem as before.

Holding down ...
  • Jump to post
by _Max_
Sun Oct 30, 2005 12:39 pm
Forum: Portage & Programming
Topic: gfortran [solved]
Replies: 6
Views: 1511

Thanks for pointing that out. I installed ifc 7 as well, and now have g95, gfortran, and ifc 7. I guess the intel is likely to be the most reliable. Let's see then...
  • Jump to post
by _Max_
Fri Oct 28, 2005 3:02 pm
Forum: Portage & Programming
Topic: gfortran [solved]
Replies: 6
Views: 1511

Yes, yes, yes... Just what I needed - thank you!
...
Pure genius.
  • Jump to post
by _Max_
Fri Oct 28, 2005 1:52 pm
Forum: Portage & Programming
Topic: gfortran [solved]
Replies: 6
Views: 1511

gcc-4 also seems to depend on an unstable version of binutils. If I put all the appropriate packages/ keywords into package.keywords, emerge -pv \>gcc-4 seems to want to upgrade binutils (which I would rather not).

So how do I go about installing gcc-4 in a chroot? By hand, or is there now some ...
  • Jump to post
by _Max_
Fri Oct 28, 2005 11:57 am
Forum: Portage & Programming
Topic: gfortran [solved]
Replies: 6
Views: 1511

gfortran [solved]

Hi,

I need to compile some Fortran 90 code, and was wondering what the best way to do that would be (preferably without borking my system).

Is it safe to install gcc 4 (which includes gfortran?) - it has a weird keyword, and seems to depend on unstable libraries. I would not want to use gcc 4 for ...
  • Jump to post
by _Max_
Mon Oct 10, 2005 6:17 pm
Forum: Desktop Environments
Topic: firefox -remote does not work as expected
Replies: 2
Views: 830

Your right. That works. Thanks.
  • Jump to post
by _Max_
Mon Oct 10, 2005 11:42 am
Forum: Desktop Environments
Topic: firefox -remote does not work as expected
Replies: 2
Views: 830

firefox -remote does not work as expected

I like to open new URLs in my running instance of firefox from the command line, but in new tabs.

This used to work:

firefox -remote 'openURL("www.google.com", new-tab)'

It doesn't any more

firefox -remote 'openURL("www.google.com")'

works, but it is not what I want.

Any hints as to how to ...
  • Jump to post
by _Max_
Thu Oct 06, 2005 7:44 am
Forum: Portage & Programming
Topic: python-mode in emacs
Replies: 3
Views: 1043

Ahhh.... :oops:

Thanks.
  • Jump to post
by _Max_
Wed Oct 05, 2005 10:57 am
Forum: Portage & Programming
Topic: python-mode in emacs
Replies: 3
Views: 1043

python-mode in emacs

Hi,

I thought it might be a good idea to have interactive python sessions inside Emacs, and thought that python-mode would do it. I installed python mode.

Now when I type M-x python, it says: "Using the CPython shell", but nothing happens. I thought this would start up the python interpreter ...
  • Jump to post
by _Max_
Tue Oct 04, 2005 1:51 pm
Forum: Networking & Security
Topic: Linux client for Microsoft SQL server
Replies: 3
Views: 1382

Thanks.
  • Jump to post
by _Max_
Tue Oct 04, 2005 9:27 am
Forum: Networking & Security
Topic: Linux client for Microsoft SQL server
Replies: 3
Views: 1382

Linux client for Microsoft SQL server

Hi,

Is there a client for Microsoft SQL server that I can use from Linux? Or driver for unixODBC or something?

Thanks,

_Max_
  • Jump to post
by _Max_
Thu Sep 15, 2005 10:56 am
Forum: Networking & Security
Topic: no entry in /etc/shadow for postgres user?
Replies: 2
Views: 1620

no entry in /etc/shadow for postgres user?

Hi,

I am not sure where the postgres user comes from (is this in the initial stage-X tarballs? postgres-8.0.3.ebuild?), but on my system it doesn't seem to have an /etc/shadow entry.

When I su to postgres (to create users on my postgres database), I get the following message:
# su postgres
su ...
  • Jump to post
by _Max_
Fri Jul 15, 2005 9:06 am
Forum: Portage & Programming
Topic: portage not picking up flags from package.use [SOLVED]
Replies: 10
Views: 1224

Well, I read the fact that these two items are in a bulleted list as meaning that they are to be combined with an "and/or", not an "exclusive or". This would be the same commenting convention as in python, perl, bash, C/C++ etc. My interpretation is also the one indicated by app-vim/gentoo-syntax ...
  • Jump to post
by _Max_
Thu Jul 14, 2005 3:02 pm
Forum: Portage & Programming
Topic: portage not picking up flags from package.use [SOLVED]
Replies: 10
Views: 1224

I posted this here: Poor handling of /etc/portage/package.use errors since this seems to be an issue with input validation/ parsing. If the comment had produced an error message, the root of the problem would have been very easy to spot.
  • Jump to post
by _Max_
Thu Jul 14, 2005 2:14 pm
Forum: Portage & Programming
Topic: portage not picking up flags from package.use [SOLVED]
Replies: 10
Views: 1224

Especially since the manpage seems to suggest that the correct way to comment package.use is with hashes.

package.use
Per-package USE flags. Useful for tracking local USE
flags or for enabling USE flags for certain packages
only. Perhaps you develop GTK and thus you want documen-
tation for ...
  • Jump to post
by _Max_
Thu Jul 14, 2005 1:37 pm
Forum: Portage & Programming
Topic: portage not picking up flags from package.use [SOLVED]
Replies: 10
Views: 1224

That's because I thought it was a comment and hence irrelevant. How wrong I was... sorry about that. Thanks for your help.
  • Jump to post
by _Max_
Thu Jul 14, 2005 10:28 am
Forum: Portage & Programming
Topic: portage not picking up flags from package.use [SOLVED]
Replies: 10
Views: 1224

After various experiments, I found that it was that comments did not work as I expected in package.use:

I had something like this
www-client/elinks -guile # removed guile 2004/12/15

Apparently, the second guile (without the minus) switches it back on. The bit after the # is not actually commented ...
  • Jump to post
by _Max_
Wed Jul 13, 2005 1:11 pm
Forum: Portage & Programming
Topic: portage not picking up flags from package.use [SOLVED]
Replies: 10
Views: 1224

portage not picking up flags from package.use [SOLVED]

For some reason portage does not seem to be picking up my per-package useflags from package.use


# cat /etc/portage/package.use
www-client/elinks -guile

# emerge -pv elinks

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild U ] www-client/elinks-0.10 ...
  • Jump to post
by _Max_
Wed Jul 06, 2005 9:55 am
Forum: Desktop Environments
Topic: Evolution: Can't delete LDAP servers from list?
Replies: 4
Views: 1808

It's good to know that there is a way of getting rid of these settings. Although with KMail, this is a bit easier...
  • Jump to post
by _Max_
Wed Jul 06, 2005 8:28 am
Forum: Desktop Environments
Topic: Evolution: Can't delete LDAP servers from list?
Replies: 4
Views: 1808

I am now using Kmail, because LDAP and Webdav just doesn't seem to be supported properly by Evolution. Maybe in the next version...
  • Jump to post
by _Max_
Sun May 08, 2005 5:04 pm
Forum: Kernel & Hardware
Topic: Usb stick: vfat formatted OK, hfsplus formatted doesn't work
Replies: 5
Views: 2270

Ok, this is a bit of a late answer, but...

sda: unknown partition table

Did you enable Mac partition support in the kernel?
File systems -> Partition types -> Macintosh partition map support.

Note that there still might be problems with hfsplus support, though - I have had problems with ...
  • Jump to post
by _Max_
Fri May 06, 2005 4:01 pm
Forum: Gentoo Chat
Topic: Getting no response from developers?
Replies: 10
Views: 3024

Yes... gawddamn doobie smoking hippie commie bastards... err, I mean, very nice people.

Thanks, curtis119, I will see whether I can muster a sufficient number of capitalist pigs to test the ebuild and report back in the bugzilla. And that list also looks very useful.

:wink:
  • Jump to post
by _Max_
Fri May 06, 2005 12:56 pm
Forum: Gentoo Chat
Topic: Getting no response from developers?
Replies: 10
Views: 3024

Getting no response from developers?

Hi,

I have been submitting slightly modified ebuilds for current versions of quantlib. The version in portage (quantlib-0.3.0) is now over 3 years old.

I first put the new ebuilds into bugzilla in January, and still haven't received a response from a developer. The changes that I made to the ...
  • Jump to post
by _Max_
Tue May 03, 2005 9:10 am
Forum: Duplicate Threads
Topic: Phantom Updates; emerge won't update
Replies: 5
Views: 3038

Maybe portage was trying to modify the world file when you ran out of disk space.

I guess this is another argument for having PORTAGE_TMPDIR, /usr and /var on separate partitions.

In any case, I guess this answers your question as to why things are not updated with an emerge -u world...
  • Jump to post

Search found 264 matches
  • Page 1 of 11
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 11
  • Next

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