You are not logged in.

#1 2013-06-18 11:36:27

MickeyRat
Member
Registered: 2011-11-15
Posts: 128

Problems installing samsung-unified-driver [SOLVED]

I may have messed something up being an Arch noob.  I did try to install this using the package downloaded from Samsung.  I'll look in the AUR first next time.  I did run Samsung's uninstall afterwards.

Here's what I'm getting when I try a yaourt -S samsung-unified-driver now. The comments at the beginning do talk about editing the PKGBUILD but, I'm not seeing that particular problem so far.   Can anyone please advise me.

omment by hgabreu  (2013-06-03 12:54)
The /usr/sbin/smfpd file is giving trouble to update arch now.
https://www.archlinux.org/news/binaries-move-to-usrbin-requiring-update-intervention/

Comment by narve  (2013-06-03 13:06)
just change these 2 lines here:

install -d "${pkgdir}/usr/sbin/"
install -m 755 "${srcdir}/cdroot/Linux/${CARCHCUSTOM}/at_root/usr/sbin/smfpd" "${pkgdir}/usr/sbin/smfpd"

to this:
install -m 755 "${srcdir}/cdroot/Linux/${CARCHCUSTOM}/at_root/usr/sbin/smfpd" "${pkgdir}/usr/bin/smfpd"

and it's problem solved (remove the first, obviously)

Comment by jose1711  (2013-06-05 16:00)
scanning is still coredumping?

samsung-unified-driver 4.00.39-5  (Sun Dec  5 19:01:35 EST 2010)
( Unsupported package: Potentially dangerous ! )
==> Edit PKGBUILD ? [Y/n] ("A" to abort)
==> ------------------------------------
==> n

==> samsung-unified-driver dependencies:
 - cups (already installed)
 - ghostscript (already installed)
 - sane (already installed)
 - libstdc++5 (package found)
 - libjpeg6 (building from AUR)


==> Continue building samsung-unified-driver ? [Y/n]
==> ------------------------------------------------
==> 
==> Building and installing package
==> Install or build missing dependencies for samsung-unified-driver:
[sudo] password for mickeyrat: 
resolving dependencies...
looking for inter-conflicts...

Packages (1): libstdc++5-3.3.6-4

Total Installed Size:   0.80 MiB

:: Proceed with installation? [Y/n] Y
(1/1) checking keys in keyring                     [######################] 100%
(1/1) checking package integrity                   [######################] 100%
(1/1) loading package files                        [######################] 100%
(1/1) checking for file conflicts                  [######################] 100%
error: failed to commit transaction (conflicting files)
libstdc++5: /usr/lib/libstdc++.so.5 exists in filesystem
libstdc++5: /usr/lib/libstdc++.so.5.0.7 exists in filesystem
Errors occurred, no packages were upgraded.
==> Restart building samsung-unified-driver ? [y/N]
==> -----------------------------------------------
==>

Last edited by MickeyRat (2013-06-18 22:49:12)


Some cause happiness wherever they go; others whenever they go.
- Oscar Wilde

Offline

#2 2013-06-18 12:04:05

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Problems installing samsung-unified-driver [SOLVED]

Offline

#3 2013-06-18 22:48:50

MickeyRat
Member
Registered: 2011-11-15
Posts: 128

Re: Problems installing samsung-unified-driver [SOLVED]

Thanks!!!  Just what I needed!


Some cause happiness wherever they go; others whenever they go.
- Oscar Wilde

Offline

Board footer

Powered by FluxBB