You are not logged in.

#1 2013-01-27 13:26:12

killyou
Member
Registered: 2013-01-26
Posts: 15

[SOLVED] Can't build lib32-libwbclient

Hello.

I need lib32-libwbclient for some wine game to work, but it depends on libwbclient. Current libwbclient version is 3.6.11.1 while lib32-libwbclient version in AUR is 3.6.10.1. That lead to an error during building lib32-libwbclient so I downloaded libwbclient 3.6.10.1 pkg.tar.xz to overcome this problem and it worked. But when I'm trying to build lib32-libwbclient using yaourt I get this error:

sudo yaourt -S lib32-libwbclient

==> Downloading lib32-libwbclient PKGBUILD from AUR...
x PKGBUILD



lib32-libwbclient 3.6.10-1
( Unsupported package: Potentially dangerous ! )
==> Edit PKGBUILD ? [Y/n] ("A" to abort)
==> ------------------------------------
==> n

==> lib32-libwbclient dependencies:
- lib32-glibc (already installed)
- libwbclient=3.6.10-1 (already installed)


==> Continue building lib32-libwbclient ? [Y/n]
==> -------------------------------------------
==>
==> Building and installing package
==> WARNING: Building package as root is dangerous.
Please run yaourt as a non-privileged user.
==> Tworzę pakiet: lib32-libwbclient 3.6.10-1 (nie, 27 sty 2013, 14:19:58 CET)
==> Sprawdzanie zależności potrzebnych do uruchomienia...
==> Sprawdzanie zależności potrzebnych do budowy...
==> Pobieranie źródeł...
  -> Pobieram libwbclient-3.6.10-1-i686.pkg.tar.xz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0
curl: (78) RETR response: 550
==> BŁĄD: Błąd podczas pobierania libwbclient-3.6.10-1-i686.pkg.tar.xz
    Przerywam...
==> ERROR: Makepkg was unable to build lib32-libwbclient.
==> Restart building lib32-libwbclient ? [y/N]

I don't know how to get it right. Can anyone help me? Thanks in advance.

Last edited by killyou (2013-01-27 21:29:50)

Offline

#2 2013-01-27 21:29:33

killyou
Member
Registered: 2013-01-26
Posts: 15

Re: [SOLVED] Can't build lib32-libwbclient

AUR update to 3.6.11.1 that came later fixed this issue. Sorry for disturb.

Offline

#3 2013-10-14 09:39:30

rf
Member
Registered: 2013-10-14
Posts: 1

Re: [SOLVED] Can't build lib32-libwbclient

Did it?  Still getting 550 on lib32-libwbclient. 


==> Downloading lib32-libwbclient PKGBUILD from AUR...
x PKGBUILD
Comment by timofonic  (2013-04-22 19:13)
Edit lib32-libbsd PKGBUILD with $EDITOR? [Y/n] n
== Making package: lib32-libbsd 0.4.2-1 (Mon Apr 22 21:11:14 CEST 2013)
== Checking runtime dependencies...
warning: config file /etc/pacman.conf, line 19: directive 'SyncFirst' in section 'options' not recognized.
== Checking buildtime dependencies...
== Retrieving sources...
- Found libbsd-0.4.2.tar.gz
== Validating source files with md5sums...
libbsd-0.4.2.tar.gz ... Passed
== Extracting sources...
- Extracting libbsd-0.4.2.tar.gz with bsdtar
bsdtar: Failed to set default locale
== Removing existing pkg/ directory...
== Starting build()...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for gcc... gcc -m32
checking whether the C compiler works... no
configure: error: in `/tmp/packerbuild-0/lib32-libbsd/lib32-libbsd/src/libbsd-0.4.2':
configure: error: C compiler cannot create executables
See `config.log' for more details
== ERROR: A failure occurred in build().
Aborting...
The build failed.
Dependencies for `lib32-libwbclient' are not met, not building...

Comment by muttonhead  (2013-05-15 18:09)
4.0.5-3 Should be the version, 4.0.5-1 is no longer available.

Comment by pavel.bazika  (2013-05-21 22:25)
Now it should be 4.0.5-4, works after manual update.

Comment by Youpi  (2013-08-06 20:46)
up to 4.0.8

Comment by teky  (2013-08-18 10:47)
Working solution atm.

# AUR packages should not be built from binaries. This is a
# workaround. If you manage to build this lib32 package from
# source, let the maintainer know and you will be helping the
# Arch community.

_pkgbase=libwbclient
pkgname=lib32-${_pkgbase}
pkgver=4.0.8
pkgrel32=1
pkgrel=1
pkgdesc="Samba winbind client library (32 bits)"
arch=('x86_64')
url="http://www.samba.org"
license=('GPL3')
depends=('lib32-libbsd' "${_pkgbase}=${pkgver}")
source=("ftp://ftp.archlinux.org/extra/os/i686/${_pkgbase}-${pkgver}-${pkgrel32}-i686.pkg.tar.xz")
md5sums=('9747e744f5d6c5bea05e98656ef193c6')

package() {
mkdir -p "${pkgdir}"/usr/lib32
cp -rPf "${srcdir}"/usr/lib/* "${pkgdir}"/usr/lib32
sed -i 's#/usr/lib#32#' "${pkgdir}"/usr/lib32/pkgconfig/wbclient.pc
}

lib32-libwbclient 4.0.9-1  (Sat Mar  3 19:48:50 CST 2012)
This package is orphaned
( Unsupported package: Potentially dangerous ! )
==> Edit PKGBUILD ? [Y/n] ("A" to abort)
==> ------------------------------------
==> n

==> lib32-libwbclient dependencies:
- lib32-libbsd (already installed)
- libwbclient=4.0.9 (already installed)


==> Continue building lib32-libwbclient ? [Y/n]
==> -------------------------------------------
==>
==> Building and installing package
==> WARNING: Building package as root is dangerous.
Please run yaourt as a non-privileged user.
==> Making package: lib32-libwbclient 4.0.9-1 (Mon Oct 14 04:38:12 CDT 2013)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading libwbclient-4.0.9-1-i686.pkg.tar.xz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
curl: (78) RETR response: 550
==> ERROR: Failure while downloading libwbclient-4.0.9-1-i686.pkg.tar.xz
    Aborting...
==> ERROR: Makepkg was unable to build lib32-libwbclient.
==> Restart building lib32-libwbclient ? [y/N]
==> ------------------------------------------
==>

Offline

#4 2013-10-14 16:42:36

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,540

Re: [SOLVED] Can't build lib32-libwbclient

rf, don't bump old, unrelated threads and please use code tags.

Offline

Board footer

Powered by FluxBB