pkg_install: failed

bastardo

Active Member
Hallo!

Ich habe hier auf einem Cobalt RaQ2 per Restore-CD Netbsd 1.6.1 installiert. Nun versuche ich einige apps zu installieren. Zuerst soll ich pkg_install updaten, was ich dann auch versuchte. Doch leider bricht die installation ab:

bash-2.05# make install
===> *** No /usr/pkgsrc/distfiles/pkg-vulnerabilities file found,
===> *** skipping vulnerability checks. To fix, install
===> *** the pkgsrc/security/audit-packages package and run
===> *** '/usr/pkg/sbin/download-vulnerability-list'.
===> Installing for pkg_install-20041031
===> usage: pkg_admin [-V] command args ...
Where 'commands' and 'args' are:
rebuild - rebuild pkgdb from +CONTENTS files
check [pkg ...] - check md5 checksum of installed files
lsall /path/to/pkgpattern - list all pkgs matching the pattern
lsbest /path/to/pkgpattern - list pkgs matching the pattern best
dump - dump database
pmatch pattern pkg - returns true if pkg matches pattern, otherwise false is already installed - perhaps an older version?
*** If so, you may use either of:
*** - "pkg_delete usage: pkg_admin [-V] command args ...
Where 'commands' and 'args' are:
rebuild - rebuild pkgdb from +CONTENTS files
check [pkg ...] - check md5 checksum of installed files
lsall /path/to/pkgpattern - list all pkgs matching the pattern
lsbest /path/to/pkgpattern - list pkgs matching the pattern best
dump - dump database
pmatch pattern pkg - returns true if pkg matches pattern, otherwise false" and "/usr/bin/make reinstall" to upgrade properly
*** - "/usr/bin/make update" to rebuild the package and all of its dependencies
*** - "/usr/bin/make replace" to replace only the package without re-linking
*** dependencies, risking various problems.
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/pkgtools/pkg_install
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/pkgtools/pkg_install
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/pkgtools/pkg_install
bash-2.05#


die pkgsrc sind aktuell (CVS). kann mir jemand sagen wie ich das ding installiert bekomme??

gruss
bastardo
 
Hallo *,

habe exakt das gleiche Problem. Hat mittlerweile vielleicht jemand das Problem
gelöst.

Danke

Ein frustrierter q2_user
 
Code:
Install
===> *** the pkgsrc/security/audit-packages package and run
===> *** '/usr/pkg/sbin/download-vulnerability-list'.

Hast Du denn bereits probiert, ob es besser läuft, wenn Du die Anweisung befolgst, und nach /usr/pkgsrc/security/audit-packages wechselst, dann ein make install eingibst und zum Abschluß ein /usr/pkg/sbin/download-vulnerability-list ausführst?

Mach vor dem neuerlichen make install erstmal ein make clean. Anstatt von make install, spiele mit make update oder make reinstall.

Hatte das Problem auch schon mal irgendwann mit einem anderen Paket, es ließ sich aber so oder ähnlich lösen.
 
Hallo Jeff,

Jeff schrieb:
Hast Du denn bereits probiert, ob es besser läuft, wenn Du die Anweisung befolgst, und nach /usr/pkgsrc/security/audit-packages wechselst, dann ein make install eingibst und zum Abschluß ein /usr/pkg/sbin/download-vulnerability-list ausführst?

ich bin deinen Anweisungen gefolgt hatte aber leider keinen Erfolg. Ich habe mirdie vulnerability-Datei daraufhin von der NetBSD-Site runtergeladen und in das
entsprechende Verzeichnis kopiert. Allerdings braucht der Qube2 noch ein
Update des pkg_install-Pakets.

Code:
# make install
===> Error: The package tools installed on this system are out of date.
===> The installed package tools are dated 2003/02/02 and you must update
===> them to at least 2003/09/18 using the following command:
===>
===>	cd /usr/pkgsrc/pkgtools/pkg_install && /usr/bin/make clean && /usr/bin/make install
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/security/audit-packages

Ein "make clean" und "make install" von pkg_install bricht dann ab:

Code:
=> Unwrapping files-to-be-installed.
===> Installing for pkg_install-20041226
===> usage: pkg_admin [-V] command args ...
Where 'commands' and 'args' are:
 rebuild			- rebuild pkgdb from +CONTENTS files
 check [pkg ...]		- check md5 checksum of installed files
 lsall /path/to/pkgpattern   - list all pkgs matching the pattern
 lsbest /path/to/pkgpattern  - list pkgs matching the pattern best
 dump                        - dump database
 pmatch pattern pkg		- returns true if pkg matches pattern, otherwise false is already installed - perhaps an older version?
*** If so, you may use either of:
***  - "pkg_delete usage: pkg_admin [-V] command args ...
Where 'commands' and 'args' are:
 rebuild			- rebuild pkgdb from +CONTENTS files
 check [pkg ...]		- check md5 checksum of installed files
 lsall /path/to/pkgpattern   - list all pkgs matching the pattern
 lsbest /path/to/pkgpattern  - list pkgs matching the pattern best
 dump                        - dump database
 pmatch pattern pkg		- returns true if pkg matches pattern, otherwise false" and "/usr/bin/make reinstall" to upgrade properly
***  - "/usr/bin/make update" to rebuild the package and all of its dependencies***  - "/usr/bin/make replace" to replace only the package without re-linking
***    dependencies, risking various problems.
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/pkgtools/pkg_install
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/pkgtools/pkg_install
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/pkgtools/pkg_install

Es sieht so aus, als ob pkg_admin nicht richtig aufgerufen wird. Bevor ich keineaktuelle Version von pkg_install auf dem Qube2 habe, habe ich keinen Zugriff
auf andere Pakete :-(

q2_user
 
Hallo *,
habe unter http://mail-index.netbsd.org/port-cobalt/2005/01/07/0004.html mittlerweile die Lösung für dieses Problem gefunden.

Bevor andere auch noch tagelang nach einer Lösung suchen habe ich sie unten angehängt.
Code:
That fixed it!  Mine was ./pkg-install-20041226/.  Thanks Kevin!

KJ


On 1/7/05 2:03 PM, "Kevin Polston" <kevin@polston.co.uk> wrote:

> Kevin
> This is *similar* to a problem I had.  Try the following (thanks to
> Aaron Webster via personal communication for this):
> 
> My problem was in the pkg_admin area.
> a) go into /usr/pkgsrc/pkgtools/pkg_install/ and do a make clean then a
> make install.
> b) The install will fail  but thats alright
> c)  now cd into the work/pkg_install-20041110/ and do a make install.
> this will install the updated admin pkg and all the other tools that
> have been build for the new system. you dont have to reboot to start
> using these so you can start to compile up whatever pkg you want.
> 
> Hope this helps.
> KP

q2_user
 
Zurück
Oben