Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#2025 - /javalib - where does it come from?

Attached to Project: Arch Linux
Opened by Oscar Carlsson (oscar) - Sunday, 16 January 2005, 14:23 GMT
Task Type Bug Report
Category System
Status Closed
Assigned To No-one
Architecture not specified
Severity Low
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

Somehow, a directory called /javalib ended up in my system root (another friend who runs arch has the same directory), and a pacman --owns /javalib doesn't return anything.
Is this simply a bug, or something much worse?
This task depends upon

Closed by  Jan de Groot (JGC)
Monday, 21 March 2005, 11:15 GMT
Reason for closing:  Not a bug
Additional comments about closing:  No /javalib with current KDE anymore
Comment by Judd Vinet (judd) - Monday, 17 January 2005, 18:53 GMT
No, it's probably a post_install scriptlet that has a bug in it.

Try a grep through your /var/lib/pacman/local to find the culprit

# grep -r javalib /var/lib/pacman/local/*

Comment by Oscar Carlsson (oscar) - Monday, 17 January 2005, 19:47 GMT
[root@pirate opt]# grep -r javalib /var/lib/pacman/local/*
/var/lib/pacman/local/kdebindings-3.3.91-1/files:javalib/
/var/lib/pacman/local/kdebindings-3.3.91-1/files:javalib/index-1.html
/var/lib/pacman/local/kdebindings-3.3.91-1/files:javalib/index-2.html
/var/lib/pacman/local/kdebindings-3.3.91-1/files:javalib/index-3.html
/var/lib/pacman/local/kdebindings-3.3.91-1/files:javalib/index-4.html
/var/lib/pacman/local/kdebindings-3.3.91-1/files:javalib/index-5.html
/var/lib/pacman/local/kdebindings-3.3.91-1/files:javalib/index-6.html
/var/lib/pacman/local/kdebindings-3.3.91-1/files:javalib/index.html
/var/lib/pacman/local/kdebindings-3.3.91-1/files:opt/kde/bin/javalib

Looks like the kdebindings from testing repo (or that tur, can't remember ^^) that shrewed things up :)

Loading...