Re: [arch-general] SOLVED - Re: Need help understanding new make install failures - libtool: install: error: relink `blah...la' ??

2012-04-10 Thread Bogdan Ionuț
On Mon, Apr 9, 2012 at 17:02, David C. Rankin 
drankina...@suddenlinkmail.com wrote:

 On 04/07/2012 06:54 PM, David C. Rankin wrote:
  Guys,
 
After the latest updates, I'm getting a number of package() make
 install
  failures on packages that have, until now, packaged just fine. Is
 anybody else
  experiencing this on packages you build? If so, do you know what is
 causing it
  -- and how to fix?  I've searched and found that sometimes reordering
 the link
  commands in the Makefile can help, but I can't figure out why things have
  packaged just fine up until now and are now failing. Since everything
 built fine
  with the build() command -- why the failure on package()??
 
I've also read another solution is to do away with the .la files
 completely
  and replace with a package config setup. However, before I try and tackle
  something like that, I want to figure out what broke. The failures
 during make
  install look like this (gwenview and tdegames examples:)
 
  the failure:
 
  /usr/bin/ld: cannot find -ltdeinit_gwenview
  collect2: error: ld returned 1 exit status
  libtool: install: error: relink `gwenview.la' with the above command
 before
  installing it
 

 All,

  The answer was provided in an AUR post for spice-gtk:

  Try editing the PKBUILD in package()

 make -j1 DESTDIR=$pkgdir/ install

  It seems that parallel building during package was the culprit. The build
 of
 tdegames went fine after adding -j1.

 --
 David C. Rankin, J.D.,P.E.


Or options=(!makeflags)


Re: [arch-general] Outdated install media (2010-05)

2011-07-11 Thread Bogdan Ionuț
On Mon, Jul 11, 2011 at 21:58, Darkbyte darkbyte@googlemail.com wrote:

 Is there anything we could do about the extremely outdated install media?


you can create a custom iso yourself.

http://projects.archlinux.org/archiso.git/plain/README


Re: [arch-general] Xorg not working on AMD C-50 Fusion (Radeon HD 6250)

2011-07-10 Thread Bogdan Ionuț
On Sun, Jul 10, 2011 at 11:33, jesse jaara jesse.ja...@gmail.com wrote:

 nokms

not nomodeset!?


Re: [arch-general] KDE 4.6.4 when?

2011-06-28 Thread Bogdan Ionuț
2011/6/28 Lukáš Jirkovský l.jirkov...@gmail.com

 Hello,
 I'd like to ask what is keeping KDE 4.6.4 from moving to [extra]? I'm
 using it for some time without any problems, neither I can find any
 bug report specific for 4.6.4

 Have a nice day,
 Lukas


https://bbs.archlinux.org/viewtopic.php?pid=952517#p952517


Re: [arch-general] Where are kernel files cached now? Not in /var/cache/pacman/pkg? Renamed?

2011-06-12 Thread Bogdan Ionuț
On Sun, Jun 12, 2011 at 21:19, David C. Rankin 
drankina...@suddenlinkmail.com wrote:

 Guys,

  I tagged this to the kernel 2.6.39.1-1 sign-off message, but got no
 replies. Where are the kernel packages cached now? In /var/cache/pacman/pkg
 I only have:

 13:16 nirvana:/var/cache/pacman/pkg ls -1 kernel26-*
 kernel26-2.6.38.8-1-x86_64.pkg.tar.xz
 kernel26-docs-2.6.38.8-1-x86_64.pkg.tar.xz
 kernel26-firmware-2.6.33.4-1-x86_64.pkg.tar.xz
 kernel26-headers-2.6.38.8-1-x86_64.pkg.tar.xz
 kernel26-lts-2.6.32.41-2-x86_64.pkg.tar.xz
 kernel26-lts-headers-2.6.32.41-2-x86_64.pkg.tar.xz
 kernel26-manpages-2.6.35.8-1-x86_64.pkg.tar.xz
 kernel26-manpages-2.6.38-1-any.pkg.tar.xz
 kernel26-xen-2.6.37-1-x86_64.pkg.tar.xz

  Where did kernel26-2.6.39.9-1-x86_64.pkg.tar.xz go?


 --
 David C. Rankin, J.D.,P.E.


maybe you have a new cachedir set.

% grep CacheDir /etc/pacman.conf
#CacheDir= /var/cache/pacman/pkg/

% l /var/cache/pacman/pkg/kernel26-*
▕ -rw-r--r--▏3  day │
36M│/var/cache/pacman/pkg/kernel26-2.6.38.8-1-x86_64.pkg.tar.xz
▕ -rw-r--r--▏34 hour│
37M│/var/cache/pacman/pkg/kernel26-2.6.39.1-1-x86_64.pkg.tar.xz
▕ -rw-r--r--▏3  day │
4.2M│/var/cache/pacman/pkg/kernel26-headers-2.6.38.8-1-x86_64.pkg.tar.xz
▕ -rw-r--r--▏34 hour│
4.3M│/var/cache/pacman/pkg/kernel26-headers-2.6.39.1-1-x86_64.pkg.tar.xz


Re: [arch-general] [arch-announce] Deprecation of net-tools

2011-06-10 Thread Bogdan Ionuț
On Fri, Jun 10, 2011 at 16:27, Ignacio Galmarino igalmar...@gmail.comwrote:

 On Thu, Jun 9, 2011 at 3:01 PM, Heiko Baums li...@baums-on-web.de wrote:
  Am Wed, 08 Jun 2011 16:01:15 -
  schrieb Arch Linux: Recent news updates: Tom Gundersen
  annou...@archlinux.org:
 
  Tom Gundersen wrote:
 
  This April marked the ten year anniversary of the last net-tools
  release. We decided to look at this as an opportunity to deprecate
  net-tools and provide alternative, and better maintained, solutions
  for net-tools functionality.
  ...
  We want to encourage the use of more
  advanced network solutions, such as `networkmanager` or our own
  `netcfg`.
 

 wicd stop working if you uninstall net-tools. Just a warning to wicd users
 :)

 Ignacio


same for rp-pppoe users.


Re: [arch-general] [arch-announce] Deprecation of net-tools

2011-06-10 Thread Bogdan Ionuț
On Fri, Jun 10, 2011 at 17:58, Tom Gundersen t...@jklm.no wrote:

 On Fri, Jun 10, 2011 at 3:31 PM, Bogdan Ionuț bog...@punctweb.ro wrote:
  same for rp-pppoe users.

 Please file a bug about the missing dependency.

 -t


https://bugs.archlinux.org/task/24639


Re: [arch-general] After kdelibs and workspace last package updates KDE is not working properly.

2011-05-27 Thread Bogdan Ionuț
On Sat, May 28, 2011 at 00:15, Adriano Moura adriano.l...@gmail.com wrote:

 if you can't find a process called kded4 running, start it from a
 terminal.
 If you find it, kill it and try again.

 That should get all kde daemons running again, but will not fix
 whatever is triggering the problem.


Rebuilding ntrack with the deadloop.patch from
https://bugs.launchpad.net/ntrack/+bug/755608 helps.


Re: [arch-general] [signoff] kernel26 2.6.38.7-1

2011-05-25 Thread Bogdan Ionuț
On Tue, May 24, 2011 at 22:03, Tobias Powalowski t.p...@gmx.de wrote:

 Upstream update. This package is NOT in testing (2.6.39 currently
 resides there), but at:
 http://dev.archlinux.org/~tpowa/kernel26/

 please signoff for both arches.

 greetings
 tpowa
 --
 Tobias Powalowski
 Archlinux Developer  Package Maintainer (tpowa)
 http://www.archlinux.org
 tp...@archlinux.org


there's the wrong patch for 2.6.38.7 on ftp. can you upload the right one
too? thanks.


Re: [arch-general] [arch-dev-public] [signoff] kernel26-2.6.38.6-2

2011-05-13 Thread Bogdan Ionuț
On Fri, May 13, 2011 at 18:25, Tobias Powalowski t.p...@gmx.de wrote:

 fixed libata regression in this rebuild-

can you upload the new patchset on ftp.archlinux.org? thanks.


Re: [arch-general] [arch-dev-public] [aur-general] Orphans [extra] repository cleanup

2011-05-12 Thread Bogdan Ionuț
On Thu, May 12, 2011 at 14:53, Andrea Scarpino and...@archlinux.org wrote:

 # These will be moved to AUR
 gptfdisk

 If there are no objections I'll move all them tomorrow.


GPT users what should use then? parted? I like very much this app, and I
don't think I'm the only one. Or at least move it to [community] and not
AUR, 'cause I don't want to compile this every time I make a new
installation.