You are not logged in.

#1 2007-10-05 17:10:00

Eichi
Member
Registered: 2007-10-05
Posts: 3

world-file gentoo like in pacman?

Hello smile

I'm a refugee from gentoo, to run aground arch smile

My problem:

I want to install a application from the AUR-"tree".
I download it and run makepkg, so it tells me, that there are some depending packages not installed on the system.
Now i want to install them, but only as packages, marked as "depency" for install reason, cause thats fact.
But if i run pacman -S <package> its installed as a expliciet with of me.

In gentoo, there is an option called --oneshot, for marking the packages NOT as expliciet wish.

Whats the common way, to handle this?


open source for an open mind!
use linux and feel free.
--------------------------------
My Weblog: http://der-eichi.de (german)

Offline

#2 2007-10-05 20:12:34

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,920

Re: world-file gentoo like in pacman?

from man makepkg :

-s, --syncdeps
              Install  missing  dependencies  using pacman. When missing build-time or run-time dependencies
              are found, pacman will try to resolve them. If successful, the missing packages will be  down-
              loaded and installed.

Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2007-11-02 13:47:12

Eichi
Member
Registered: 2007-10-05
Posts: 3

Re: world-file gentoo like in pacman?

that works, thanks. But there is a little thing, that stresses me.

I dont want to make makepkg as root, thats why i use fakeroot.

makepkg -s makes the package automatically after installing the depencies.

I allways have to use strg+c to stop it, re-login as user and then run it again,
often i have to use rm as root before, to remove some files, that are owned by the user root,
so makepkg as user can't run correctly, because if the permissions.

I'm realy the first user, that has a problem with this?


open source for an open mind!
use linux and feel free.
--------------------------------
My Weblog: http://der-eichi.de (german)

Offline

#4 2007-11-02 14:02:47

ProzacR
Member
Registered: 2007-04-29
Posts: 272

Re: world-file gentoo like in pacman?

....re-login...use alt+ctrl+Fx (x number from 1 to 7) to switch between terminals. And You can be logged into them with different users.

Offline

#5 2007-11-02 14:21:22

Eichi
Member
Registered: 2007-10-05
Posts: 3

Re: world-file gentoo like in pacman?

ProzacR wrote:

....re-login...use alt+ctrl+Fx (x number from 1 to 7) to switch between terminals. And You can be logged into them with different users.

big_smile i know this linux basic, thanks smile

doenst solve the problem


open source for an open mind!
use linux and feel free.
--------------------------------
My Weblog: http://der-eichi.de (german)

Offline

#6 2007-11-02 18:00:54

wuischke
Member
From: Suisse Romande
Registered: 2007-01-06
Posts: 630

Re: world-file gentoo like in pacman?

hi eichi,

Try makepkg -Ssoe
This will call pacman with a sudo command (i.e. doesn't require you to execute makepkg as root) and it will neither extract nor build the package. (At least according to man makepkg)

Offline

Board footer

Powered by FluxBB