You are not logged in.
Hi.
Brand new to Arch.
Everything has gone flawlessly until now:
Here's my console output:
[root@jester lib]# pacman -S k3b
Targets: cdrdao-1.1.8-1 cdrtools-2.00.3-1 libsndfile-1.0.9-1
libsamplerate-0.0.15-1 normalize-0.7.6-1 sox-12.17.4-1 id3lib-3.8.3-1
libid3tag-0.15.1b-1 k3b-0.11.9-1
Proceed with upgrade? [Y/n]
:: Retrieving packages from current...
cdrdao-1.1.8-1 [################] 100%| 363K| 200.0K/s| 00:00:01
cdrtools-2.00.3-1 [################] 100%| 780K| 247.9K/s| 00:00:03
libid3tag-0.15.1b-1 [################] 100%| 69K| 73.1K/s| 00:00:00
:: Retrieving packages from extra...
libsndfile-1.0.9-1 [################] 100%| 286K| 94.0K/s| 00:00:03
libsamplerate-0.0.15-1 [################] 100%| 206K| 82.7K/s| 00:00:02
normalize-0.7.6-1 [################] 100%| 95K| 49.5K/s| 00:00:01
sox-12.17.4-1 [################] 100%| 342K| 102.2K/s| 00:00:03
id3lib-3.8.3-1 [################] 100%| 278K| 97.0K/s| 00:00:02
k3b-0.11.9-1 [################] 100%| 3550K| 175.9K/s| 00:00:20
checking package integrity... done.
loading package data... done.
checking for file conflicts... done.
installing cdrdao... done.
installing cdrtools... done.
installing libsndfile... done.
installing libsamplerate... done.
installing normalize... done.
installing sox... done.
installing id3lib... done.
installing libid3tag... done.
installing k3b... done.
[root@jester lib]# exit
exit
[jeramy@jester jeramy]$ k3b
k3b: error while loading shared libraries: libXinerama.so.1: cannot open shared object file: No such file or directory
Any idea what's wrong? (BTW, I have synced recently)
I'm running from within KDE, although I don't think that that would be an issue.
Thanks in advance.
Offline
Yeah, I ran into that shortly after posting, but none of that really helps... :?
Should I be using abs then to get it to work, then?
IIRC, the xfree version in current is 4.3, no?
Should I file a bug report, too?
Edit:
Something just dawned on me. (duh)
k3b is linked to XFree 4.4, right?
Offline
[...]
k3b is linked to XFree 4.4, right?
k3b is linked to libXinerama.so that is provided by xfree86 4.4 -> yes
The impossible missions are the only ones which succeed.
Offline
So the obvious solution, then, is to upgrade to 4.4.
Is that available to current, or will I have to fiddle with my pacman.conf file?
(And should I file a bug report? I've never really contributed like that before.)
Offline
So the obvious solution, then, is to upgrade to 4.4.
Is that available to current, or will I have to fiddle with my pacman.conf file?
(And should I file a bug report? I've never really contributed like that before.)
just make sure your xfree86 pkg is up-to-date
now it's:
[damir@Asteraceae /]$ pacman -Q xfree86
xfree86 4.4.0-1
The impossible missions are the only ones which succeed.
Offline
So if your xfree86 is up to date are there any issues with xfree4.4 we should look out for?
Mr Green
Mr Green
Offline
XFree86 was at version 4.3.
pacman -Syu fixed it.
However, I have one more problem. (what a surprise!)
k3b: CRITICAL
k3b: PROBLEM: Unable to find growisofs executable
k3b: DETAILS: K3b uses growisofs to actually write dvds. Without growisofs you won't be able to write dvds. Make sure to install at least version 5.10.
k3b: SOLUTION: Install the dvd+rw-tools package.
k3b:
k3b: CRITICAL
k3b: PROBLEM: Unable to find dvd+rw-format executable
k3b: DETAILS: K3b uses dvd+rw-format to format DVD-RWs and DVD+RWs.
k3b: SOLUTION: Install the dvd+rw-tools package.
I did a pacman -S dvdrtools and got this:
:: Retrieving packages from extra...
dvdrtools-0.1.5-1 [################] 100%| 510K| 129.7K/s| 00:00:03
checking package integrity... done.
loading package data... done.
checking for file conflicts...
error: the following file conflicts were found:
/usr/bin/cdda2wav: exists in filesystem
/usr/bin/devdump: exists in filesystem
/usr/bin/isodump: exists in filesystem
/usr/bin/isoinfo: exists in filesystem
/usr/bin/isovfy: exists in filesystem
/usr/bin/mkisofs: exists in filesystem
/usr/bin/readcd: exists in filesystem
/usr/man/man1/readcd.1.gz: exists in filesystem
/usr/man/man1/cdda2wav.1.gz: exists in filesystem
/usr/man/man8/mkisofs.8.gz: exists in filesystem
/usr/man/man8/isoinfo.8.gz: exists in filesystem
Any ideas? Thanks!
Offline
hmm ... install " dvd+rw-tools" to make k3b work (i0ll correct the dependence)
... about the conflicts: it seems that dvdrtools conflicts with cdrtools - i will post a bug
The impossible missions are the only ones which succeed.
Offline
Thanks. 8)
k3b will still work. In this state, though, it will only burn CDs.
Offline
Thanks. 8)
k3b will still work. In this state, though, it will only burn CDs.
just -f orce the install of dvdrtools ... the next pkg-release of dvdrtools will have this conflict solved, so it's no problem
pacman -Sf dvdrtools
The impossible missions are the only ones which succeed.
Offline
I get
::dvdrtools conflicts with cdrtools. Remove cdrtools? [Y/n]
after typing pacman -Sf dvdrtools
Offline
I get
::dvdrtools conflicts with cdrtools. Remove cdrtools? [Y/n]
after typing pacman -Sf dvdrtools
he he ... then you do not any longer need to force it ... just say Y and it will install dvdrtools
The impossible missions are the only ones which succeed.
Offline