You are not logged in.

#1 2010-02-08 01:24:39

wesley_of_course
Member
Registered: 2007-09-13
Posts: 110

No space left on device

Attempting to upgrade some packages from AUR  and it failed ! This is a long one .

[wesley@ratdog ~]$ yaourt -Syu --aur
:: Synchronizing package databases...
 testing is up to date
 core is up to date
 extra is up to date
 community-testing is up to date
 community is up to date
 archlinuxfr is up to date
 archrepo is up to date
 compiz-fusion is up to date
 arch-games is up to date
==> Searching for new version on AUR
afsp: up to date
alkitab: up to date
arachnophilia: up to date
archlinux-themes-gdm: not found on AUR
bash-docs: up to date
bin32-jre: 6u17-1 => 6u18-1
bin32-xnview: up to date
bpython: 0.9.5.2-1 => 0.9.6.2-1
burn-cd: up to date
cdw: 0.3.92-2 => 0.3.95-1
childsplay: up to date
clawsker: up to date
compiz-check: up to date
cope-git:  (local=20100127-1 aur=20091228-2)
cronwhip: 2.0.1-2 => 2.0.1-3
cutemaze: up to date
dvdwizard: up to date
dwarffortress: v0.28.181.40d16-1 => v0.28.181.40d16-2
encode2mpeg: up to date
flashplugin-universal: 10.0.32.18-1 => 10.0.42.34-1
freefonts: up to date
freetype2-cleartype: up to date
gattax: up to date
geany-plugins: up to date
gimpfx-foundry: up to date
gnome-mplayer-svn:  (local=1594-1 aur=1583-1)
gnome-specimen: up to date
goobox: 2.0.0-1 => 2.1.1-1
gstreamer0.10-farsight: up to date
gstreamer0.10-fluendo: up to date
gtkimageviewer: up to date
haskell-fgl:  (local=5.4.2.2-2 aur=5.4.2.2-1)
imagination: up to date
jason-rohrer-games: up to date
lemonrip: up to date
lettergames: up to date
lib32-gstreamer0.10: up to date
lib32-gstreamer0.10-base: up to date
lib32-liboil: up to date
lib32-libpng12: up to date
lib32-libpps: up to date
lib32-libxp: up to date
lib32-printproto: up to date
lib32-sdl_image: 1.2.10-1 => 1.2.10-2
libjpeg7: up to date
libmimic: up to date
libpng12: up to date
libxml: up to date
linuxvideoconverter: up to date
markdown: up to date
megamario: up to date
mencoder: 29776-1 => 30146-1
mybashburn: up to date
nano-syntax-highlighting: up to date
nautilus-image-converter: up to date
nautilus-pastebin: up to date
nautilus-rename-exif-date: up to date
nautilus-sound-converter: up to date
ninvaders: up to date
nspluginwrapper: up to date
pacman_sdl: up to date
perl-class-inspector: up to date
perl-env-path: up to date
perl-file-sharedir: up to date
perl-io-stty: up to date
perl-params-util: up to date
perl-regexp-common: up to date
perl-text-upsidedown: up to date
perl-universal-require: up to date
petris: up to date
pidgin-sound: up to date
postr: up to date (0.12.3-1 flagged as out of date)
pyfloppy: up to date
python-nautilus: up to date
smplayer-svn: 3323-1 => 3409-1
stapler-git:  (local=20091206-1 aur=20090809-1)
stargunner: up to date
touchmegames: up to date
transmission-svn:  (local=9560-1 aur=8282-5)
ttf-ms-fonts-lic: up to date
ttf-tahoma: up to date
ttf-tiresias: up to date
tuxpaint-config: up to date
tuxpaint-stamps: 2008.06.30-1 => 2009.06.28-1
ultra-tic-tac-toe: up to date
xsane2tess: up to date
xvid4conf: up to date
xvidenc: up to date (8.1.7-1 flagged as out of date)
zathura-git:  (local=20091215-1 aur=20090923-1)

---------------------------------------------
Packages that can be updated from AUR:
bin32-jre bpython cdw cronwhip dwarffortress flashplugin-universal goobox lib32-sdl_image mencoder smplayer-svn tuxpaint-stamps
==>  Do you want to update these packages ? [Y/n]
==>   ----------------------------------------------
==>y

==> Resuming previous build

==> Downloading bin32-jre PKGBUILD from AUR...
==> Last 5 comments ordered by date (asc):

Comment by: jryarch on Wed, 19 Nov 2008 20:49:15 +0000
I'm using it on swiftfox32 now, and runs flawless! Thanks.

Comment by: tzok on Thu, 27 Aug 2009 07:00:45 +0000
# $Id$
# Maintainer: webjdm <web.jdm@gmail.com>
pkgname=bin32-jre
pkgver=6u16
pkgrel=1
pkgdesc="32-bit Sun java with the new mozilla plugin for Arch x86_64"
arch=('x86_64')
license=('custom')
url="https://jdk6.dev.java.net"
depends=('lib32-glibc' 'lib32-libgl' 'lib32-libx11' 'lib32-libxtst' 'mozilla-common')
makedepends=('diffutils' 'fakeroot' 'pkgconfig')
install=jre.install
bin32name=jdk-${pkgver}-dlj-linux-i586
source=(http://download.java.net/dlj/binaries/${bin32name}.bin 'construct.sh' 'construct.patch')
md5sums=('0c9c81f8f0b85fd96a8db06d36b50b33'
'94065b612df0046d9ae758943f9f6a75'
'88ad70c4ee77f58d761225a59ab3b7d9')
build() {
cd ${startdir}/src
patch -p0 <construct.patch || return 1
chmod +x ${bin32name}.bin || return 1
mkdir -p unbundle-jdk
cd unbundle-jdk
LD_PRELOAD="" sh ../${bin32name}.bin --accept-license || return 1
cd ${startdir}/src
chmod +x construct.sh
LD_PRELOAD="" sh construct.sh unbundle-jdk linux-jdk linux-jre || return 1
mkdir -p ${startdir}/pkg/opt/${pkgname}
cp -r linux-jdk/jre ${startdir}/pkg/opt/${pkgname} || return 1
cd ${startdir}/pkg
# New java plugin in /opt/mozilla/lib/plugins
mkdir -p opt/mozilla/lib/plugins
ln -s /opt/${pkgname}/jre/lib/i386/libnpjp2.so opt/mozilla/lib/plugins/libnpjp2.so
}

Comment by: bruce on Fri, 16 Oct 2009 08:52:14 +0000
need to add lib32-libxi as a dep...

Comment by: doorknob60 on Sat, 21 Nov 2009 21:23:00 +0000
Add lib32-gconf to depends please. Otherwise firefox32 crashes when I load a Java applet with an wrong elfclass error.

Comment by: catalyst on Mon, 18 Jan 2010 16:25:32 +0000
where 6u18 ?

    
      First Submitted: Sat, 26 Jul 2008 00:56:14 +0000    
bin32-jre 6u18-1 : 32-bit Sun java with the new mozilla plugin for Arch x86_64
( Unsupported package: Potentally dangerous ! )
==>  Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
==>   ----------------------------------------------
==>y


==> bin32-jre dependencies:
 - lib32-glibc (already installed)
 - lib32-libgl (already installed)
 - lib32-libx11 (already installed)
 - lib32-libxtst (already installed)
 - mozilla-common (already installed)
 - lib32-libxi (already installed)
 - diffutils (already installed)
 - fakeroot (already installed)
 - pkgconfig (already installed)
==>  Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
==>   ----------------------------------------------
==>n


==> WARNING: This PKGBUILD contains install file that can be dangerous.
bin32-jre.install
==>  Edit bin32-jre.install (highly recommended for security reasons) ? [Y/n] ("A" to abort)
==>   ----------------------------------------------
==>n

==>  Continue the building of bin32-jre ? [Y/n]
==>   ----------------------------------------------
==>y


==> Install or build missing dependencies for bin32-jre:
==> Building and installing package

==> bin32-jre dependencies:
 - lib32-glibc (already installed)
 - lib32-libgl (already installed)
 - lib32-libx11 (already installed)
 - lib32-libxtst (already installed)
 - mozilla-common (already installed)
 - lib32-libxi (already installed)
 - diffutils (already installed)
 - fakeroot (already installed)
 - pkgconfig (already installed)
==> Making package: bin32-jre 6u18-1 x86_64 (Sun Feb  7 18:31:20 CST 2010)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
  -> Found jdk-6u18-dlj-linux-i586.bin in build dir
  -> Found construct.sh in build dir
  -> Found construct.patch in build dir
==> Validating source files with md5sums...
    jdk-6u18-dlj-linux-i586.bin ... Passed
    construct.sh ... Passed
    construct.patch ... Passed
==> Extracting Sources...
==> Removing existing pkg/ directory...
==> Entering fakeroot environment...
==> Starting build()...
patching file construct.sh
You will need atleast 267624 kBytes of Disk Free
Please free up the required Disk Space and try again
==> ERROR: Build Failed.
    Aborting...
Error: Makepkg was unable to build bin32-jre package.

Error: unable to update bin32-jre

==> Resuming previous build

==> Downloading bpython PKGBUILD from AUR...

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Exiting with failure status due to previous errors
Error: unable to update bpython

==> Resuming previous build

==> Downloading cdw PKGBUILD from AUR...

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Exiting with failure status due to previous errors
Error: unable to update cdw


==> Downloading cronwhip PKGBUILD from AUR...
tar: Record size = 8 blocks

Comment by: liquidsunshine on Tue, 14 Apr 2009 03:04:10 +0000
md5sums changed... is this out of date?

Comment by: liquidsunshine on Tue, 14 Apr 2009 03:07:28 +0000
Also, you might want to fix the line in the PKGBUILD that says:
pkgdesc="upload files to the AUR"
since it's not really accurate. =)

Comment by: Xyne on Wed, 15 Apr 2009 04:51:31 +0000
You just don't know about the hidden options :P
Sorry about the md5sum change. I've been updating nearly everything at once (refactoring, adding man pages, changing my build and upload scripts, changing the site backend, etc) and I haven't reached a stable point yet. Thanks for letting me know about it.
The funny thing is that I'm so tired right now and bouncing back and forth between so many things that I only saw the pkgdesc at first. I thought this was aurploader (where the desc came from) and thought you meant it should be "upload pkgs to the AUR" instead of "files"... and ended up discovering that they've changed the AUR submit form so I had to update aurploader (and fix all my package categories).

Comment by: liquidsunshine on Wed, 15 Apr 2009 04:57:36 +0000
Haha! Glad I helped you discover something then. I love the program by the way. It makes cron useful on a laptop! =)

    
      First Submitted: Thu, 30 Oct 2008 22:41:42 +0000    
cronwhip 2.0.1-3 : run missed cronjobs
( Unsupported package: Potentally dangerous ! )
==>  Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
==>   ----------------------------------------------
==>n


==> cronwhip dependencies:
 - perl (already installed)

==> WARNING: This PKGBUILD contains install file that can be dangerous.
cronwhip.install
==>  Edit cronwhip.install (highly recommended for security reasons) ? [Y/n] ("A" to abort)
==>   ----------------------------------------------
==>y


==> WARNING: This PKGBUILD contains install file that can be dangerous.
cronwhip.install
==>  Edit cronwhip.install (highly recommended for security reasons) ? [Y/n] ("A" to abort)
==>   ----------------------------------------------
==>n

==>  Continue the building of cronwhip ? [Y/n]
==>   ----------------------------------------------
==>y


==> Install or build missing dependencies for cronwhip:
==> Building and installing package

==> cronwhip dependencies:
 - perl (already installed)
==> Making package: cronwhip 2.0.1-3 any (Sun Feb  7 18:32:46 CST 2010)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
  -> Downloading cronwhip-2.0.1.tar.gz...
--2010-02-07 18:32:46--  http://xyne.archlinux.ca/src/cronwhip-2.0.1.tar.gz
Resolving xyne.archlinux.ca... 69.89.25.172
Connecting to xyne.archlinux.ca|69.89.25.172|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 9069 (8.9K) [application/x-gzip]
Saving to: "cronwhip-2.0.1.tar.gz.part"

100%[======================================>] 9,069       --.-K/s   in 0.08s   

2010-02-07 18:32:47 (105 KB/s) - "cronwhip-2.0.1.tar.gz.part" saved [9069/9069]

==> Validating source files with md5sums...
    cronwhip-2.0.1.tar.gz ... Passed
==> Extracting Sources...
  -> Extracting cronwhip-2.0.1.tar.gz with bsdtar
==> Entering fakeroot environment...
==> Starting build()...
==> Tidying install...
  -> Purging other files...
  -> Compressing man and info pages...
  -> Stripping debugging symbols from binaries and libraries...
==> Creating package...
  -> Generating .PKGINFO file...
  -> Adding install script...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: cronwhip 2.0.1-3 any (Sun Feb  7 18:32:47 CST 2010)

==>  Continue installing cronwhip? [Y/n]
==>  [v]iew package contents [c]heck package with namcap
==>   ----------------------------------------------
==>y

loading package data...
checking dependencies...
(1/1) upgrading cronwhip                            [#####################] 100%
/sbin/ldconfig: libraries libcurl.so.3 and libcurl.so.4.1.1 in directory /usr/lib have same soname but different type.

==> Checking vote status for cronwhip

==>  Do you want to vote for cronwhip inclusion/keeping in [community] ? [Y/n]
==>   ----------------------------------------------
==>y
cronwhip now voted


==> Downloading dwarffortress PKGBUILD from AUR...
tar: Record size = 9 blocks
==> Last 5 comments ordered by date (asc):

Comment by: daenyth on Thu, 28 Jan 2010 00:42:48 +0000
Fixed, and binaries being uploaded to the arch-games repo as well :)

Comment by: marenz on Thu, 28 Jan 2010 11:17:29 +0000
missing dependency: fmodex .. or rather, it can't find its libs directory.
Doing LD_LIBRARY_PATH=/opt/df_linux/libs dwarffortress fixed this problem.
But then another problem appears: It can't find the index file and says it must be in the data folder.
Running the game as root works.
--Marenz

Comment by: daenyth on Thu, 28 Jan 2010 13:10:39 +0000
Wooops.. the person I had test it must have had that installed. Can you elaborate on the second error? The tester didn't mention anything about it. I can't test it at the moment myself. I'll try to get another pkgrel out tonight though.

Comment by: marenz on Thu, 28 Jan 2010 14:20:48 +0000
Well, Thats about all it says really.
I straced it and found that it tries to open data/index with READ-WRITE mode, but the file is owned by root and has only the READ right set.
After chowning it to root:games and setting it to chmod g+w it started. however, trying to create a world resulted in a segfault.
Doing chmod g+w on all files in data fixed it.
--Marenz

Comment by: katovatzschyn on Fri, 05 Feb 2010 20:33:47 +0000
40d17
http://www.bay12games.com/forum/index.php?PHPSESSID=747e4a435324f30c2d12bf753bb62482&topic=44829.0

    
      First Submitted: Thu, 01 Jan 2009 21:02:46 +0000    
dwarffortress v0.28.181.40d16-2 : A single-player fantasy game. You control a dwarven outpost or an adventurer in a randomly generated, persistent world.
( Unsupported package: Potentally dangerous ! )
==>  Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
==>   ----------------------------------------------
==>y


==> dwarffortress dependencies:
 - gtk2 (already installed)
 - mesa (already installed)
 - sdl_image (already installed)
 - libgl (package that provides libgl already installed)
 - libjpeg6 (package found)
==>  Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
==>   ----------------------------------------------
==>n

==>  Continue the building of dwarffortress ? [Y/n]
==>   ----------------------------------------------
==>y


==> Install or build missing dependencies for dwarffortress:
resolving dependencies...
looking for inter-conflicts...

Targets (1): libjpeg6-6b-6  

Total Download Size:    0.14 MB
Total Installed Size:   0.40 MB

Proceed with installation? [Y/n] y
:: Retrieving packages from archrepo...
 libjpeg6-6b-6-x86_64     143.3K   48.9K/s 00:00:03 [#####################] 100%
checking package integrity...
(1/1) checking for file conflicts                   [#####################] 100%
(1/1) installing libjpeg6                           [#####################] 100%
/sbin/ldconfig: libraries libcurl.so.3 and libcurl.so.4.1.1 in directory /usr/lib have same soname but different type.
==> Building and installing package

==> dwarffortress dependencies:
 - gtk2 (already installed)
 - mesa (already installed)
 - sdl_image (already installed)
 - libgl (package that provides libgl already installed)
 - libjpeg6 (already installed)
==> Making package: dwarffortress v0.28.181.40d16-2 x86_64 (Sun Feb  7 18:33:58 CST 2010)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
  -> Downloading df_28_181_40d16_linux.tar.bz2...
--2010-02-07 18:33:58--  http://www.bay12games.com/dwarves/df_28_181_40d16_linux.tar.bz2
Resolving www.bay12games.com... 216.97.239.212
Connecting to www.bay12games.com|216.97.239.212|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7218757 (6.9M) [application/x-bzip2]
Saving to: "df_28_181_40d16_linux.tar.bz2.part"

100%[======================================>] 7,218,757   2.10M/s   in 5.1s    

2010-02-07 18:34:04 (1.36 MB/s) - "df_28_181_40d16_linux.tar.bz2.part" saved [7218757/7218757]

  -> Found dwarffortress in build dir
==> Validating source files with md5sums...
    df_28_181_40d16_linux.tar.bz2 ... Passed
    dwarffortress ... Passed
==> Extracting Sources...
  -> Extracting df_28_181_40d16_linux.tar.bz2 with bsdtar
==> Entering fakeroot environment...
==> Starting build()...
==> Tidying install...
  -> Purging other files...
  -> Compressing man and info pages...
  -> Stripping debugging symbols from binaries and libraries...
==> Creating package...
  -> Generating .PKGINFO file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: dwarffortress v0.28.181.40d16-2 x86_64 (Sun Feb  7 18:34:07 CST 2010)

==>  Continue installing dwarffortress? [Y/n]
==>  [v]iew package contents [c]heck package with namcap
==>   ----------------------------------------------
==>y

loading package data...
checking dependencies...
(1/1) upgrading dwarffortress                       [#####################] 100%
/sbin/ldconfig: libraries libcurl.so.3 and libcurl.so.4.1.1 in directory /usr/lib have same soname but different type.

==> Checking vote status for dwarffortress

==>  Do you want to vote for dwarffortress inclusion/keeping in [community] ? [Y/n]
==>   ----------------------------------------------
==>y
dwarffortress now voted


==> Downloading flashplugin-universal PKGBUILD from AUR...
tar: Record size = 8 blocks
==> Last 5 comments ordered by date (asc):

Comment by: epsilom on Thu, 13 Aug 2009 03:42:04 +0000
install error:
/usr/bin/strip:usr/lib/mozilla/plugins/lib64flashplayer.so: File format not recognized
Error: Makepkg was unable to build flashplugin-universal package.

Comment by: moe on Sun, 20 Sep 2009 11:25:32 +0000
I get the same error like epsilom. I think the pkgbuild can currently not build an i686 package, but Ive no time to investigate/fix that at the moment..

Comment by: anonymous_user on Wed, 09 Dec 2009 01:47:36 +0000
10.0.42.34 is out now. Both x86 and x64.

Comment by: benoror on Thu, 24 Dec 2009 01:06:36 +0000
Just replace version in PKGBUILD

Comment by: zelut on Thu, 24 Dec 2009 19:43:57 +0000
updated to 10.0.42.34.
also, i believe, I have fixed the error re: strip. a 32bit system is unable to recognize or strip a 64bit binary. This package technically should only be installed on a 64bit host.

    
      First Submitted: Thu, 09 Apr 2009 03:55:37 +0000    
flashplugin-universal 10.0.42.34-1 : Adobe Flash Player - i686 and x86_64
( Unsupported package: Potentally dangerous ! )
==>  Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
==>   ----------------------------------------------
==>y


==> flashplugin-universal dependencies:
 - mozilla-common (already installed)
 - lib32-libxt (already installed)
 - lib32-gtk2 (already installed)
 - lib32-alsa-lib (already installed)
 - lib32-nss (already installed)
 - lib32-curl (already installed)
==>  Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
==>   ----------------------------------------------
==>n

==>  Continue the building of flashplugin-universal ? [Y/n]
==>   ----------------------------------------------
==>y


==> Install or build missing dependencies for flashplugin-universal:
==> Building and installing package

==> flashplugin-universal dependencies:
 - mozilla-common (already installed)
 - lib32-libxt (already installed)
 - lib32-gtk2 (already installed)
 - lib32-alsa-lib (already installed)
 - lib32-nss (already installed)
 - lib32-curl (already installed)
==> Making package: flashplugin-universal 10.0.42.34-1 x86_64 (Sun Feb  7 18:34:34 CST 2010)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
  -> Downloading install_flash_player_10_linux.tar.gz...
--2010-02-07 18:34:34--  http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz
Resolving fpdownload.macromedia.com... 96.7.202.70
Connecting to fpdownload.macromedia.com|96.7.202.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4050308 (3.9M) [application/x-gzip]
Saving to: "install_flash_player_10_linux.tar.gz.part"

100%[======================================>] 4,050,308   2.01M/s   in 1.9s    

2010-02-07 18:34:36 (2.01 MB/s) - "install_flash_player_10_linux.tar.gz.part" saved [4050308/4050308]

  -> Downloading libflashplayer-10.0.42.34.linux-x86_64.so.tar.gz...
--2010-02-07 18:34:36--  http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.42.34.linux-x86_64.so.tar.gz
Resolving download.macromedia.com... 96.7.203.191
Connecting to download.macromedia.com|96.7.203.191|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3730595 (3.6M) [application/x-gzip]
Saving to: "libflashplayer-10.0.42.34.linux-x86_64.so.tar.gz.part"

100%[======================================>] 3,730,595   2.16M/s   in 1.7s    

2010-02-07 18:34:38 (2.16 MB/s) - "libflashplayer-10.0.42.34.linux-x86_64.so.tar.gz.part" saved [3730595/3730595]

  -> Downloading Reader_Player_WWEULA-Combined-20060724_1430.pdf...
--2010-02-07 18:34:38--  http://www.adobe.com/products/eulas/pdfs/Reader_Player_WWEULA-Combined-20060724_1430.pdf
Resolving www.adobe.com... 192.150.18.200
Connecting to www.adobe.com|192.150.18.200|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3105820 (3.0M) [application/pdf]
Saving to: "Reader_Player_WWEULA-Combined-20060724_1430.pdf.part"

100%[======================================>] 3,105,820    845K/s   in 4.0s    

2010-02-07 18:34:42 (758 KB/s) - "Reader_Player_WWEULA-Combined-20060724_1430.pdf.part" saved [3105820/3105820]

==> Validating source files with md5sums...
    install_flash_player_10_linux.tar.gz ... Passed
    libflashplayer-10.0.42.34.linux-x86_64.so.tar.gz ... Passed
    Reader_Player_WWEULA-Combined-20060724_1430.pdf ... Passed
==> Extracting Sources...
  -> Extracting install_flash_player_10_linux.tar.gz with bsdtar
  -> Extracting libflashplayer-10.0.42.34.linux-x86_64.so.tar.gz with bsdtar
==> Entering fakeroot environment...
==> Starting build()...
==> Tidying install...
  -> Purging other files...
  -> Compressing man and info pages...
  -> Stripping debugging symbols from binaries and libraries...
==> Creating package...
  -> Generating .PKGINFO file...
  -> Compressing package...

gzip: /tmp/yaourt-tmp-wesley/aur-flashplugin-universal/flashplugin-universal/flashplugin-universal-10.0.42.34-1-x86_64.pkg.tar.gz: No space left on device
Error: Makepkg was unable to build flashplugin-universal package.

Error: unable to update flashplugin-universal

==> Resuming previous build

==> Downloading goobox PKGBUILD from AUR...

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Exiting with failure status due to previous errors
Error: unable to update goobox


==> Downloading lib32-sdl_image PKGBUILD from AUR...
tar: Record size = 6 blocks

Comment by: Stunts on Sun, 15 Nov 2009 14:45:57 +0000
Flagged Out-of-date:
New arch release.
Plus, this version is not building - 404 not found error.

Comment by: Stunts on Sun, 15 Nov 2009 14:53:42 +0000
All you have to do is bump the packageversion to "1.2.8" and release to "1".
Don't forget the MD5sum too =-)

Comment by: kfgz on Mon, 16 Nov 2009 08:30:06 +0000
New pkg is 1.2.10-1
MD5: 1429b246a41c88818d50dae9d42c41db

Comment by: trontonic on Wed, 03 Feb 2010 09:07:08 +0000
Got this from the "bauerbill" application:
error: The PKGBUILD for lib32-sdl_image is incorrect. Please inform the packager that the "install" variable should be a string, not an array
error: unable to safely determine the correct install file

    
      First Submitted: Wed, 31 Dec 2008 02:07:05 +0000    
lib32-sdl_image 1.2.10-2 : A simple library to load images of various formats as SDL surfaces
( Unsupported package: Potentally dangerous ! )
==>  Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
==>   ----------------------------------------------
==>y


==> lib32-sdl_image dependencies:
 - lib32-sdl (already installed)
 - lib32-libpng (already installed)
 - lib32-libjpeg (already installed)
 - lib32-libtiff (already installed)
 - lib32-zlib (already installed)
==>  Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
==>   ----------------------------------------------
==>n

==>  Continue the building of lib32-sdl_image ? [Y/n]
==>   ----------------------------------------------
==>y


==> Install or build missing dependencies for lib32-sdl_image:
==> Building and installing package

==> lib32-sdl_image dependencies:
 - lib32-sdl (already installed)
 - lib32-libpng (already installed)
 - lib32-libjpeg (already installed)
 - lib32-libtiff (already installed)
 - lib32-zlib (already installed)
==> Making package: lib32-sdl_image 1.2.10-2 x86_64 (Sun Feb  7 18:35:18 CST 2010)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
  -> Downloading sdl_image-1.2.10-2-i686.pkg.tar.gz...
--2010-02-07 18:35:18--  http://mir.archlinux.fr/extra/os/i686/sdl_image-1.2.10-2-i686.pkg.tar.gz
Resolving mir.archlinux.fr... 213.186.62.207
Connecting to mir.archlinux.fr|213.186.62.207|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 51941 (51K) [application/x-gzip]
Saving to: "sdl_image-1.2.10-2-i686.pkg.tar.gz.part"

100%[======================================>] 51,941      60.7K/s   in 0.8s    

2010-02-07 18:35:19 (60.7 KB/s) - "sdl_image-1.2.10-2-i686.pkg.tar.gz.part" saved [51941/51941]

==> Validating source files with md5sums...
    sdl_image-1.2.10-2-i686.pkg.tar.gz ... Passed
==> Extracting Sources...
  -> Extracting sdl_image-1.2.10-2-i686.pkg.tar.gz with bsdtar
==> Entering fakeroot environment...
==> Starting build()...
==> Tidying install...
  -> Purging other files...
  -> Compressing man and info pages...
  -> Stripping debugging symbols from binaries and libraries...
==> Creating package...
  -> Generating .PKGINFO file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: lib32-sdl_image 1.2.10-2 x86_64 (Sun Feb  7 18:35:20 CST 2010)

==>  Continue installing lib32-sdl_image? [Y/n]
==>  [v]iew package contents [c]heck package with namcap
==>   ----------------------------------------------
==>y

loading package data...
checking dependencies...
(1/1) upgrading lib32-sdl_image                     [#####################] 100%
/sbin/ldconfig: libraries libcurl.so.3 and libcurl.so.4.1.1 in directory /usr/lib have same soname but different type.

==> Checking vote status for lib32-sdl_image
You have already voted for lib32-sdl_image inclusion/keeping in [community]


==> Downloading mencoder PKGBUILD from AUR...
tar: Record size = 8 blocks
==> Last 5 comments ordered by date (asc):

Comment by: Slumslayer on Wed, 26 Aug 2009 19:49:44 +0000
I've updated the package and added a patch for fribidi.

Comment by: alexk on Wed, 04 Nov 2009 01:26:17 +0000
It doesn't build on x64, last lines of the output:
libmpdemux/demux_gif.o: In function `demux_close_gif':
demux_gif.c:(.text+0x17): undefined reference to `DGifCloseFile'
demux_gif.c:(.text+0x39): undefined reference to `PrintGifError'
libmpdemux/demux_gif.o: In function `demux_open_gif':
demux_gif.c:(.text+0xa9): undefined reference to `DGifOpen'
demux_gif.c:(.text+0x181): undefined reference to `PrintGifError'
libmpdemux/demux_gif.o: In function `demux_gif_fill_buffer':
demux_gif.c:(.text+0x4c0): undefined reference to `DGifGetRecordType'
demux_gif.c:(.text+0x4fc): undefined reference to `DGifGetExtension'
demux_gif.c:(.text+0x544): undefined reference to `DGifGetImageDesc'
demux_gif.c:(.text+0x638): undefined reference to `DGifGetLine'
demux_gif.c:(.text+0x93c): undefined reference to `DGifGetScreenDesc'
demux_gif.c:(.text+0x99d): undefined reference to `DGifGetExtensionNext'
demux_gif.c:(.text+0x9a9): undefined reference to `PrintGifError'
demux_gif.c:(.text+0x9df): undefined reference to `DGifGetExtensionNext'
collect2: ld returned 1 exit status
make: aurpage comments PKGBUILD [mencoder] Error 1
==> ERROR: Build Failed.
Aborting...
Error: Makepkg was unable to build mencoder package.

Comment by: Slumslayer on Thu, 05 Nov 2009 10:42:27 +0000
Package updated, it should build now.

Comment by: Gallaecio on Fri, 11 Dec 2009 19:37:03 +0000
Add patch to makedependences

Comment by: Slumslayer on Thu, 31 Dec 2009 12:29:09 +0000
Updated to use subversion

    
      First Submitted: Fri, 07 Nov 2008 12:07:05 +0000    
mencoder 30146-1 : A command line video decoding, encoding and filtering tool
( Unsupported package: Potentally dangerous ! )
==>  Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
==>   ----------------------------------------------
==>n


==> mencoder dependencies:
 - lame (already installed)
 - libtheora (already installed)
 - xvidcore (already installed)
 - x264 (already installed)
 - faac (already installed)
 - subversion (already installed)
==>  Continue the building of mencoder ? [Y/n]
==>   ----------------------------------------------
==>y


==> Install or build missing dependencies for mencoder:
==> Building and installing package
mkdir: cannot create directory `/var/abs/local/yaourtbuild': Permission denied
==> WARNING: Unable to write in /var/abs/local/yaourtbuild/mencoder directory. Using /tmp directory

==> mencoder dependencies:
 - lame (already installed)
 - libtheora (already installed)
 - xvidcore (already installed)
 - x264 (already installed)
 - faac (already installed)
 - subversion (already installed)
==> Determining latest svn revision...
  -> Version found: 30524
==> Making package: mencoder 30524-1 x86_64 (Sun Feb  7 18:35:41 CST 2010)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
==> Extracting Sources...
==> Entering fakeroot environment...
==> Starting build()...
A    mplayer/vobsub.c
A    mplayer/debian
A    mplayer/debian/control
A    mplayer/debian/dirs
A    mplayer/debian/menu
A    mplayer/debian/postrm
A    mplayer/debian/config
A    mplayer/debian/TODO.Debian
A    mplayer/debian/watch
A    mplayer/debian/changelog
A    mplayer/debian/mime
A    mplayer/debian/copyright
A    mplayer/debian/rules
A    mplayer/debian/README.debian
A    mplayer/debian/templates
A    mplayer/libmpcodecs
A    mplayer/libmpcodecs/ae_faac.c
A    mplayer/libmpcodecs/vf_rectangle.c
A    mplayer/libmpcodecs/vf_fspp.c
A    mplayer/libmpcodecs/ae_faac.h
A    mplayer/libmpcodecs/vf_decimate.c
A    mplayer/libmpcodecs/vd_zrmjpeg.c
A    mplayer/libmpcodecs/vd_dmo.c
A    mplayer/libmpcodecs/vf_screenshot.c
A    mplayer/libmpcodecs/vf_hue.c
A    mplayer/libmpcodecs/ad_imaadpcm.c
A    mplayer/libmpcodecs/pullup.c
A    mplayer/libmpcodecs/vf_eq2.c
A    mplayer/libmpcodecs/ae_pcm.c
A    mplayer/libmpcodecs/pullup.h
A    mplayer/libmpcodecs/vd_xvid4.c
A    mplayer/libmpcodecs/ad_dshow.c
A    mplayer/libmpcodecs/ve_xvid4.c
A    mplayer/libmpcodecs/vf_rotate.c
A    mplayer/libmpcodecs/ae_pcm.h
A    mplayer/libmpcodecs/vd_libdv.c
A    mplayer/libmpcodecs/vd_mpng.c
A    mplayer/libmpcodecs/ve_libdv.c
A    mplayer/libmpcodecs/vf_1bpp.c
A    mplayer/libmpcodecs/vf_filmdint.c
A    mplayer/libmpcodecs/vf_halfpack.c
A    mplayer/libmpcodecs/ve_qtvideo.c
A    mplayer/libmpcodecs/ad_ffmpeg.c
A    mplayer/libmpcodecs/vf_pp.c
A    mplayer/libmpcodecs/ad_qtaudio.c
A    mplayer/libmpcodecs/vd_internal.h
A    mplayer/libmpcodecs/vd_theora.c
A    mplayer/libmpcodecs/vf_kerndeint.c
A    mplayer/libmpcodecs/vf_vo.c
A    mplayer/libmpcodecs/vf_blackframe.c
A    mplayer/libmpcodecs/ad_mpc.c
A    mplayer/libmpcodecs/vf_perspective.c
A    mplayer/libmpcodecs/vf_tinterlace.c
A    mplayer/libmpcodecs/vd_vfwex.c
A    mplayer/libmpcodecs/ve_vfw.c
A    mplayer/libmpcodecs/vf_crop.c
A    mplayer/libmpcodecs/vf_eq.c
A    mplayer/libmpcodecs/vf_sab.c
A    mplayer/libmpcodecs/vf_lavcdeint.c
A    mplayer/libmpcodecs/vf_fil.c
A    mplayer/libmpcodecs/native
A    mplayer/libmpcodecs/native/rtjpegn.h
A    mplayer/libmpcodecs/native/xa_gsm.c
A    mplayer/libmpcodecs/native/xa_gsm.h
A    mplayer/libmpcodecs/native/mmx.h
A    mplayer/libmpcodecs/native/alaw.h
A    mplayer/libmpcodecs/native/rtjpegn.c
A    mplayer/libmpcodecs/native/xa_gsm_int.h
A    mplayer/libmpcodecs/vf_noise.c
A    mplayer/libmpcodecs/vf_remove_logo.c
A    mplayer/libmpcodecs/ad_hwac3.c
A    mplayer/libmpcodecs/cmmx.h
A    mplayer/libmpcodecs/vf_noformat.c
A    mplayer/libmpcodecs/vf_swapuv.c
A    mplayer/libmpcodecs/vf_framestep.c
A    mplayer/libmpcodecs/vf_ass.c
A    mplayer/libmpcodecs/vd_ijpg.c
A    mplayer/libmpcodecs/ve_raw.c
A    mplayer/libmpcodecs/ad_pcm.c
A    mplayer/libmpcodecs/vf_down3dright.c
A    mplayer/libmpcodecs/vf_cropdetect.c
A    mplayer/libmpcodecs/vd_mpegpes.c
A    mplayer/libmpcodecs/ad_msgsm.c
A    mplayer/libmpcodecs/vf_phase.c
A    mplayer/libmpcodecs/vf_softskip.c
A    mplayer/libmpcodecs/ad_faad.c
A    mplayer/libmpcodecs/ad_libdv.c
A    mplayer/libmpcodecs/vf_divtc.c
A    mplayer/libmpcodecs/ae_toolame.c
A    mplayer/libmpcodecs/vf_yvu9.c
A    mplayer/libmpcodecs/vf_denoise3d.c
A    mplayer/libmpcodecs/vd.c
A    mplayer/libmpcodecs/ae_toolame.h
A    mplayer/libmpcodecs/vf_expand.c
A    mplayer/libmpcodecs/vf_hqdn3d.c
A    mplayer/libmpcodecs/ae_twolame.c
A    mplayer/libmpcodecs/vd.h
A    mplayer/libmpcodecs/vf_dvbscale.c
A    mplayer/libmpcodecs/dec_video.c
A    mplayer/libmpcodecs/vf_gradfun.c
A    mplayer/libmpcodecs/vf_uspp.c
A    mplayer/libmpcodecs/ae_twolame.h
A    mplayer/libmpcodecs/ad_libdca.c
A    mplayer/libmpcodecs/vf_telecine.c
A    mplayer/libmpcodecs/vf_yuvcsp.c
A    mplayer/libmpcodecs/ad.c
A    mplayer/libmpcodecs/vf_tfields.c
A    mplayer/libmpcodecs/dec_video.h
A    mplayer/libmpcodecs/vf_tile.c
A    mplayer/libmpcodecs/ad_speex.c
A    mplayer/libmpcodecs/ad.h
A    mplayer/libmpcodecs/vd_libmpeg2.c
A    mplayer/libmpcodecs/vf_softpulldown.c
A    mplayer/libmpcodecs/vd_vfw.c
A    mplayer/libmpcodecs/vf_spp.c
A    mplayer/libmpcodecs/vd_ffmpeg.c
A    mplayer/libmpcodecs/ve_x264.c
A    mplayer/libmpcodecs/vf_ilpack.c
A    mplayer/libmpcodecs/ad_libvorbis.c
A    mplayer/libmpcodecs/vf_il.c
A    mplayer/libmpcodecs/vqf.h
A    mplayer/libmpcodecs/vf_pp7.c
A    mplayer/libmpcodecs/vfcap.h
A    mplayer/libmpcodecs/vf_smartblur.c
A    mplayer/libmpcodecs/vf_geq.c
A    mplayer/libmpcodecs/vf_zrmjpeg.c
A    mplayer/libmpcodecs/vf_qp.c
A    mplayer/libmpcodecs/vf_pullup.c
A    mplayer/libmpcodecs/vf_mcdeint.c
A    mplayer/libmpcodecs/mp_image.c
A    mplayer/libmpcodecs/vf_field.c
A    mplayer/libmpcodecs/vd_realvid.c
A    mplayer/libmpcodecs/vf_ow.c
A    mplayer/libmpcodecs/ad_dvdpcm.c
A    mplayer/libmpcodecs/ad_realaud.c
A    mplayer/libmpcodecs/ad_liba52.c
A    mplayer/libmpcodecs/vd_raw.c
A    mplayer/libmpcodecs/mp_image.h
A    mplayer/libmpcodecs/ad_dmo.c
A    mplayer/libmpcodecs/img_format.c
A    mplayer/libmpcodecs/ad_internal.h
A    mplayer/libmpcodecs/ad_alaw.c
A    mplayer/libmpcodecs/img_format.h
A    mplayer/libmpcodecs/ad_mp3lib.c
A    mplayer/libmpcodecs/vf_ivtc.c
A    mplayer/libmpcodecs/ve_nuv.c
A    mplayer/libmpcodecs/vf_yuy2.c
A    mplayer/libmpcodecs/ve.c
A    mplayer/libmpcodecs/dec_audio.c
A    mplayer/libmpcodecs/vf_lavc.c
A    mplayer/libmpcodecs/dec_audio.h
A    mplayer/libmpcodecs/ae.c
A    mplayer/libmpcodecs/vf_yadif.c
A    mplayer/libmpcodecs/ae.h
A    mplayer/libmpcodecs/ae_lavc.c
A    mplayer/libmpcodecs/ae_lavc.h
A    mplayer/libmpcodecs/mpc_info.h
A    mplayer/libmpcodecs/vd_null.c
A    mplayer/libmpcodecs/ad_acm.c
A    mplayer/libmpcodecs/vd_xanim.c
A    mplayer/libmpcodecs/vd_sgi.c
A    mplayer/libmpcodecs/vd_dshow.c
svn: Can't close file 'mplayer/libmpcodecs/.svn/tmp/text-base/ve_lavc.c.svn-base': No space left on device
==> SVN checkout done or server timeout
cp: writing `mplayer-build/.svn/tmp/text-base/vobsub.c.svn-base': No space left on device
cp: writing `mplayer-build/debian/.svn/dir-prop-base': No space left on device
cp: writing `mplayer-build/debian/.svn/entries': No space left on device
cp: writing `mplayer-build/debian/.svn/prop-base/README.debian.svn-base': No space left on device
cp: writing `mplayer-build/debian/.svn/prop-base/TODO.Debian.svn-base': No space left on device
cp: writing `mplayer-build/debian/.svn/prop-base/changelog.svn-base': No space left on device
cp: writing `mplayer-build/debian/.svn/prop-base/config.svn-base': No space left on device
cp: cannot create regular fixa_gsm_int.h.svn-base': No space left on device
cp: writing `mplayer-build/libmpcodecs/native/.svn/text-base/alaw.h.svn-base': No space left on device
cp: writing `mplayer-build/libmpcodecs/native/.svn/text-base/mmx.h.svn-base': No space left on device
cp: writing `mplayer-build/libmpcodecs/native/.svn/text-base/rtjpegn.c.svn-base': No space left on device
cp: writing `mplayer-build/libmpcodecs/native/.svn/text-base/rtjpegn.h.svn-base': No space left on device
cp: cannot create regular file `mplayer-build/libmpcodecs/native/.svn/text-base/xa_gsm.c.svn-base': No space left on device
cp: cannot create regular file `mplayer-build/libmpcodecs/native/.svn/text-base/xa_gsm.h.svn-base': No space left on device
cp: cannot create regular file `mplayer-build/libmpcodecs/native/.svn/text-base/xa_gsm_int.h.svn-base': No space left on device
cp: writing `mplayer-build/libmpcodecs/native/alaw.h': No space left on device
cp: writing `mplayer-build/libmpcodecs/native/mmx.h': No space left on device
cp: writing `mplayer-build/libmpcodecs/native/rtjpegn.c': No space left on device
cp: writing `mplayer-build/libmpcodecs/native/rtjpegn.h': No space left on device
cp: writing `mplayer-build/libmpcodecs/native/xa_gsm.c': No space left on device
cp: writing `mplayer-build/libmpcodecs/native/xa_gsm.h': No space left on device
cp: cannot create regular file `mplayer-build/libmpcodecs/native/xa_gsm_int.h': No space left on device
==> Building the package...
/tmp/yaourt-tmp-wesley/aur-mencoder/mencoder/./PKGBUILD: line 41: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target `install'.  Stop.
mv: cannot stat `/tmp/yaourt-tmp-wesley/aur-mencoder/mencoder/pkg/usr/share/man/man1/mplayer.1': No such file or directory
==> Cleaning build files...
==> Tidying install...
  -> Purging other files...
  -> Compressing man and info pages...
  -> Stripping debugging symbols from binaries and libraries...
==> Creating package...
  -> Generating .PKGINFO file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: mencoder 30524-1 x86_64 (Sun Feb  7 18:35:47 CST 2010)

==>  Continue installing mencoder? [Y/n]
==>  [v]iew package contents [c]heck package with namcap
==>   ----------------------------------------------
==>y

loading package data...
checking dependencies...
(1/1) upgrading mencoder                            [#####################] 100%
/sbin/ldconfig: libraries libcurl.so.3 and libcurl.so.4.1.1 in directory /usr/lib have same soname but different type.

==> Checking vote status for mencoder
You have already voted for mencoder inclusion/keeping in [community]


==> Downloading smplayer-svn PKGBUILD from AUR...
tar: Record size = 7 blocks
==> Last 5 comments ordered by date (asc):

Comment by: flamelab on Wed, 29 Jul 2009 05:40:12 +0000
You ought to read my last post under yours ;-)
The proper way of making the present PKGBUILD is that--> e.g. provides=("smplayer=${_latestver}") , since I inform pacman for the real version of the package.
And I'm actually having as depedency the "extra" mplayer.

Comment by: b4283 on Fri, 25 Dec 2009 07:55:16 +0000
hi, about the smplayer.desktop file.
i think you should use the %f argument for the Exec line instead of %u
because it's not necessary to translate filenames into URLs on a unicode-able system like linux

Comment by: flamelab on Sun, 17 Jan 2010 15:55:26 +0000
Update: added a patch made by wantilles, that restores alsa as default audio output driver (now it is pulseaudio)

Comment by: hseldon6 on Mon, 18 Jan 2010 14:56:50 +0000
The Patch doesn't work.

Comment by: flamelab on Mon, 18 Jan 2010 15:07:31 +0000
Yes, because they fixed the issue.
Updated.

    
      First Submitted: Tue, 19 Feb 2008 15:58:53 +0000    
smplayer-svn 3409-1 : A complete front-end for MPlayer
( Unsupported package: Potentally dangerous ! )
==>  Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
==>   ----------------------------------------------
==>n


==> smplayer-svn dependencies:
 - qt (already installed)
 - mplayer (already installed)
 - subversion (already installed)
==>  Continue the building of smplayer-svn ? [Y/n]
==>   ----------------------------------------------
==>y


==> Install or build missing dependencies for smplayer-svn:
==> Building and installing package
mkdir: cannot create directory `/var/abs/local/yaourtbuild': Permission denied
==> WARNING: Unable to write in /var/abs/local/yaourtbuild/smplayer-svn directory. Using /tmp directory

==> smplayer-svn dependencies:
 - qt (already installed)
 - mplayer (already installed)
 - subversion (already installed)
==> Determining latest svn revision...
  -> Version found: 3423
==> Making package: smplayer-svn 3423-1 x86_64 (Sun Feb  7 18:36:22 CST 2010)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
==> Extracting Sources...
==> Entering fakeroot environment...
==> Starting build()...
A    smplayer/smplayer.spec
A    smplayer/src
A    smplayer/src/prefgeneral.h
A    smplayer/src/global.cpp
A    smplayer/src/input.conf
A    smplayer/src/prefdrives.ui
A    smplayer/src/about.ui
A    smplayer/src/preferences.h
A    smplayer/src/filepropertiesdialog.ui
A    smplayer/src/playlistdock.h
A    smplayer/src/filters.cpp
A    smplayer/src/filesettingshash.h
A    smplayer/src/selectcolorbutton.cpp
A    smplayer/src/deviceinfo.cpp
A    smplayer/src/prefadvanced.ui
A    smplayer/src/logwindow.h
A    smplayer/src/mplayerversion.cpp
A    smplayer/src/prefinput.h
A    smplayer/src/timedialog.h
A    smplayer/src/playlistpreferences.cpp
A    smplayer/src/urlhistory.cpp
A    smplayer/src/basegui.h
A    smplayer/src/videopreview
A    smplayer/src/videopreview/videopreviewconfigdialog.cpp
A    smplayer/src/videopreview/async.diff
A    smplayer/src/videopreview/videopreviewconfigdialog.h
A    smplayer/src/videopreview/main.cpp
A    smplayer/src/videopreview/videopreview.pro
A    smplayer/src/videopreview/videopreview.cpp
A    smplayer/src/videopreview/videopreviewconfigdialog.ui
A    smplayer/src/videopreview/videopreview.h
A    smplayer/src/defaultgui.cpp
A    smplayer/src/tvlist.h
A    smplayer/src/favoriteeditor.h
A    smplayer/src/videoequalizer.h
A    smplayer/src/translator.h
A    smplayer/src/timeslider.cpp
A    smplayer/src/subtracks.cpp
A    smplayer/src/playlist.cpp
A    smplayer/src/mpcgui
A    smplayer/src/mpcgui/mpc_stereo.png
A    smplayer/src/mpcgui/mpc_toolbar.png
A    smplayer/src/mpcgui/mpcstyles.cpp
A    smplayer/src/mpcgui/mpcgui.cpp
A    smplayer/src/mpcgui/mpcstyles.h
A    smplayer/src/mpcgui/mpc_mono.png
A    smplayer/src/mpcgui/mpcgui.h
A    smplayer/src/widgetactions.cpp
A    smplayer/src/myactiongroup.h
A    smplayer/src/mediasettings.h
A    smplayer/src/mplayerprocess.cpp
A    smplayer/src/prefperformance.ui
A    smplayer/src/images.h
A    smplayer/src/mediadata.h
A    smplayer/src/guiconfig.h
A    smplayer/src/basegui.cpp
A    smplayer/src/selectcolorbutton.h
A    smplayer/src/prefinterface.h
A    smplayer/src/myprocess.cpp
A    smplayer/src/prefgeneral.ui
A    smplayer/src/screensaver.h
A    smplayer/src/preferencesdialog.h
A    smplayer/src/logwindowbase.ui
A    smplayer/src/infofile.h
A    smplayer/src/seekwidget.h
A    smplayer/src/preftv.ui
A    smplayer/src/filechooser.cpp
A    smplayer/src/filesettings.h
A    smplayer/src/mytablewidget.h
A    smplayer/src/eqslider.cpp
A    smplayer/src/recents.h
A    smplayer/src/prefplaylist.ui
A    smplayer/src/icons-png
A    smplayer/src/icons-png/contributors.png
A    smplayer/src/icons-png/rotate.png
A    smplayer/src/icons-png/pref_devices.png
A    smplayer/src/icons-png/equalizer.png
A    smplayer/src/icons-png/conflict.png
A    smplayer/src/icons-png/download_subs.png
A    smplayer/src/icons-png/warning.png
A    smplayer/src/icons-png/dvd_drive.png
A    smplayer/src/icons-png/copy.png
A    smplayer/src/icons-png/vcd.png
A    smplayer/src/icons-png/type_vcd.png
A    smplayer/src/icons-png/pause.png
A    smplayer/src/icons-png/favorite.png
A    smplayer/src/icons-png/repeat.png
A    smplayer/src/icons-png/a_marker.png
A    smplayer/src/icons-png/url_big.png
A    smplayer/src/icons-png/instance1.png
A    smplayer/src/icons-png/instance2.png
A    smplayer/src/icons-png/compact.png
A    smplayer/src/icons-png/dvd_hd.png
A    smplayer/src/icons-png/audio_filters.png
A    smplayer/src/icons-png/sub.png
A    smplayer/src/icons-png/pref_subtitles.png
A    smplayer/src/icons-png/minus.png
A    smplayer/src/icons-png/cdda.png
A    smplayer/src/icons-png/video_filters.png
A    smplayer/src/icons-png/video_size.png
A    smplayer/src/icons-png/playlist.png
A    smplayer/src/icons-png/delete.png
A    smplayer/src/icons-png/play_pause.png
A    smplayer/src/icons-png/close.png
A    smplayer/src/icons-png/volume.png
A    smplayer/src/icons-png/exit.png
A    smplayer/src/icons-png/bola.xcf
A    smplayer/src/icons-png/ok.png
A    smplayer/src/icons-png/open_tv.png
A    smplayer/src/icons-png/pref_associations.png
A    smplayer/src/icons-png/audio_channels.png
A    smplayer/src/icons-png/screenshot.png
A    smplayer/src/icons-png/next_aspect.png
A    smplayer/src/icons-png/next.png
A    smplayer/src/icons-png/aspect.png
A    smplayer/src/icons-png/background.png
A    smplayer/src/icons-png/open_radio.png
A    smplayer/src/icons-png/pref_advanced.png
A    smplayer/src/icons-png/gamma.png
A    smplayer/src/icons-png/license.png
A    smplayer/src/icons-png/open_playlist.png
A    smplayer/src/icons-png/toolbars.png
A    smplayer/src/icons-png/stop.png
A    smplayer/src/icons-png/audio_track.png
A    smplayer/src/icons-png/chapter.png
A    smplayer/src/icons-png/saturation.png
A    smplayer/src/icons-png/type_tv.png
A    smplayer/src/icons-png/info.png
A    smplayer/src/icons-png/type_cdda.png
A    smplayer/src/icons-png/cdrom_drive.png
A    smplayer/src/icons-png/openfolder.png
A    smplayer/src/icons-png/save.png
A    smplayer/src/icons-png/ontop.png
A    smplayer/src/icons-png/logo.png
A    smplayer/src/icons-png/input_devices.png
A    smplayer/src/icons-png/url.png
A    smplayer/src/icons-png/type_audio.png
A    smplayer/src/icons-png/type_url.png
A    smplayer/src/icons-png/logs.png
A    smplayer/src/icons-png/play.png
A    smplayer/src/icons-png/stereo_mode.png
A    smplayer/src/icons-png/cl_help.png
A    smplayer/src/icons-png/rewind10m.png
A    smplayer/src/icons-png/down.png
A    smplayer/src/icons-png/download.png
A    smplayer/src/icons-png/faq.png
A    smplayer/src/icons-png/type_video.png
A    smplayer/src/icons-png/mute.png
A    smplayer/src/icons-png/mirror.png
A    smplayer/src/icons-png/previous.png
A    smplayer/src/icons-png/rewind10s.png
A    smplayer/src/icons-png/flecha.xcf
A    smplayer/src/icons-png/prefs.png
A    smplayer/src/icons-png/find.png
A    smplayer/src/icons-png/hue.png
A    smplayer/src/icons-png/forward10m.png
A    smplayer/src/icons-png/audio_equalizer.png
A    smplayer/src/icons-png/plus.png
A    smplayer/src/icons-png/osd.png
A    smplayer/src/icons-png/rewind1m.png
A    smplayer/src/icons-png/monitor.png
A    smplayer/src/icons-png/mouse.png
A    smplayer/src/icons-png/forward10s.png
A    smplayer/src/icons-png/resize_window.png
A    smplayer/src/icons-png/speaker.png
A    smplayer/src/icons-png/shuffle.png
A    smplayer/src/icons-png/contrast.png
A    smplayer/src/icons-png/refresh.png
A    smplayer/src/icons-png/keyboard.png
A    smplayer/src/icons-png/pref_gui.png
A    smplayer/src/icons-png/screenshots.png
A    smplayer/src/icons-png/speed.png
A    smplayer/src/icons-png/type_unknown.png
A    smplayer/src/icons-png/open.png
A    smplayer/src/icons-png/fullscreen.png
A    smplayer/src/icons-png/forward1m.png
A    smplayer/src/icons-png/video_preview.png
A    smplayer/src/icons-png/brightness.png
A    smplayer/src/icons-png/translators.png
A    smplayer/src/icons-png/dvd.png
A    smplayer/src/icons-png/pref_performance.png
A    smplayer/src/icons-png/type_dvd.png
A    smplayer/src/icons-png/tips.png
A    smplayer/src/icons-png/title.png
A    smplayer/src/icons-png/b_marker.png
A    smplayer/src/icons-png/unload.png
A    smplayer/src/icons-png/qt.png
A    smplayer/src/icons-png/up.png
A    smplayer/src/icons-png/angle.png
A    smplayer/src/icons-png/pref_general.png
A    smplayer/src/icons-png/flip.png
A    smplayer/src/preferencesdialog.ui
A    smplayer/src/shortcuts
A    smplayer/src/shortcuts/sda.keys
A    smplayer/src/shortcuts/default.keys
A    smplayer/src/playlistpreferences.ui
A    smplayer/src/prefperformance.cpp
A    smplayer/src/verticaltext.cpp
A    smplayer/src/constants.h
A    smplayer/src/prefassociations.h
A    smplayer/src/inputurl.cpp
A    smplayer/src/version.cpp
A    smplayer/src/desktopinfo.cpp
A    smplayer/src/discname.h
A    smplayer/src/myslider.cpp
A    smplayer/src/myclient.h
A    smplayer/src/inputmplayerversion.ui
A    smplayer/src/seekwidget.cpp
A    smplayer/src/infofile.cpp
A    smplayer/src/core.h
A    smplayer/src/testcorelib
A    smplayer/src/testcorelib/test.cpp
A    smplayer/src/testcorelib/test2.cpp
A    smplayer/src/testcorelib/test.h
A    smplayer/src/testcorelib/test.pro
A    smplayer/src/translations
A    smplayer/src/translations/smplayer_lt.ts
A    smplayer/src/translations/smplayer_ro_RO.ts
A    smplayer/src/translations/smplayer_pt.ts
A    smplayer/src/translations/smplayer_ca.ts
A    smplayer/src/translations/smplayer_sr.ts
A    smplayer/src/translations/smplayer_tr.ts
A    smplayer/src/translations/smplayer_sv.ts
A    smplayer/src/translations/smplayer_bg.ts
A    smplayer/src/translations/smplayer_de.ts
A    smplayer/src/translations/smplayer_ja.ts
A    smplayer/src/translations/smplayer_ka.ts
A    smplayer/src/translations/smplayer_zh_TW.ts
A    smplayer/src/translations/smplayer_ru_RU.ts
A    smplayer/src/translations/smplayer_fi.ts
A    smplayer/src/translations/smplayer_zh_CN.ts
A    smplayer/src/translations/smplayer_uk_UA.ts
A    smplayer/src/translations/smplayer_cs.ts
A    smplayer/src/translations/smplayer_pt_BR.ts
A    smplayer/src/translations/smplayer_es.ts
A    smplayer/src/translations/smplayer_mk.ts
A    smplayer/src/translations/smplayer_eu.ts
A    smplayer/src/translations/smplayer_en_US.ts
A    smplayer/src/translations/smplayer_ko.ts
A    smplayer/src/translations/smplayer_sl_SI.ts
A    smplayer/src/translations/smplayer_hu.ts
A    smplayer/src/translations/smplayer_ar_SY.ts
A    smplayer/src/translations/smplayer_sk.ts
A    smplayer/src/translations/smplayer_ku.ts
A    smplayer/src/translations/smplayer_vi_VN.ts
A    smplayer/src/translations/smplayer_el_GR.ts
A    smplayer/src/translations/smplayer_gl.ts
svn: Can't write to file 'smplayer/src/translations/.svn/tmp/text-base/smplayer_fr.ts.svn-base': No space left on device
==> SVN checkout done or server timeout
==> Starting make...
cp: writing `smplayer-build/.svn/tmp/text-base/smplayer.spec.svn-base': No space left on device
cp: writing `smplayer-build/src/.svn/entries': No space left on device
cp: writing `smplayer-build/src/.svn/log': No space left on device
cp: writing `smplayer-build/src/.svn/log.1': No space left on device
cp: writing `smplayer-build/src/.svn/log.2': No space left on device
cp: writing `smplayer-build/src/.svn/log.3': No space left on device
cp: writing `smplayer-build/src/.svn/log.4': No space left on device
cp: cannot create directory `smplayer-build/src/.svn/props': No space left on device
cp: cannot create directory `smplayer-build/src/.svn/text-base': No space left on device
cp: cannot create directory `smplayer-build/src/.svn/tmp': No space left on device
cp: writing `smplayer-build/src/about.ui': No space left on device
cp: writing `smplayer-build/src/basegui.h': No space left on device
cp: writing `smplayer-build/src/defaultgui.cpp': No space left on device
cp: writing `smplayer-build/src/deviceinfo.cpp': No space left on device
cp: cannot create regular file `smplayer-build/src/favoriteeditor.h': No space left on device
cp: cannot create regular file `smplayer-build/src/filepropertiesdialog.ui': No space left on device
cp: cannot create regular file `smplayer-build/src/filesettingshash.h': No space left on device
cp: writing `smplayer-build/src/filters.cpp': No space left on device
cp: cannot create regular file `smplayer-build/src/global.cpp': No space left on device
cp: cannot create directory `smplayer-buil





















































































































































































































































































































































































































































































































































































































































evice
cp: cannot create regular file `smplayer-build/src/urlhistory.cpp': No space left on device
cp: cannot create regular file `smplayer-build/src/videoequalizer.h': No space left on device
cp: cannot create directory `smplayer-build/src/videopreview': No space left on device
sed: can't read src/smplayer.pro: No such file or directory
sed: can't read Makefile: No such file or directory
==> ERROR: Build Failed.
    Aborting...
Error: Makepkg was unable to build smplayer-svn package.

Error: unable to update smplayer-svn


==> Downloading tuxpaint-stamps PKGBUILD from AUR...

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Exiting with failure status due to previous errors
Error: unable to update tuxpaint-stamps

 Following packages have not been installed:
bin32-jre flashplugin-universal smplayer-svn
sort: fflush failed: standard output: No space left on device
sort: write error
sort: write failed: standard output: No space left on device
sort: write error
[wesley@ratdog ~]$

So I did ;

[wesley@ratdog ~]$ df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sdb3             7.4G  7.4G  504K 100% /
udev                   10M  188K  9.9M   2% /dev
none                  2.0G     0  2.0G   0% /dev/shm
/dev/sdb1              99M   12M   82M  13% /boot
/dev/sdb4             291G   54G  238G  19% /home
[wesley@ratdog ~]$ sudo pacman -Sc
Cache directory: /home/wesley/dontdelete/
Do you want to remove uninstalled packages from cache? [Y/n] y
removing old packages from cache...

Database directory: /var/lib/pacman/
Do you want to remove unused repositories? [Y/n] y
Database directory cleaned up
[wesley@ratdog ~]$ df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sdb3             7.4G  7.4G  484K 100% /
udev                   10M  188K  9.9M   2% /dev
none                  2.0G     0  2.0G   0% /dev/shm
/dev/sdb1              99M   12M   82M  13% /boot
/dev/sdb4             291G   54G  238G  19% /home
[wesley@ratdog ~]$

And no difference . I've posted here because I have a CacheDir in /etc/pacman.conf  and am now wondering whats going on ?  I apologize in advance for the long post and if this is posted in the wrong place . Here's the
configs for Pacman, Powerpill, Yaourt . I've checked the logs and the ones I looked at , (var) , are under a gig.
   7 gigs , ( root ) , should be plenty , right ?

Here's another one ;

 [wesley@ratdog ~]$ sudo gedit /etc/pacman.conf
Password: 

(gedit:21676): Gtk-WARNING **: Attempting to store changes into `/root/.recently-used.xbel', but failed: Failed to write file '/root/.recently-used.xbel.D7LF7U': fwrite() failed: No space left on device

(gedit:21676): Gtk-WARNING **: Attempting to store changes into `/root/.recently-used.xbel', but failed: Failed to write file '/root/.recently-used.xbel.CXTE7U': fwrite() failed: No space left on device

** (gedit:21676): WARNING **: Could not write gedit state file: Failed to write file '/root/.gnome2/gedit/gedit-2.0BXE7U': fflush() failed: No space left on device

I/O error : No space left on device
I/O error : flush error

/etc/pacman.conf    http://dpaste.com/155972/
        /etc/yaourtrc     http://dpaste.com/155974/
  /etc/powerpill.conf     http://dpaste.com/155977/

         I'm reluctant to issue -Scc   if it can be avoided . Thank You

Offline

#2 2010-02-08 01:35:17

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: No space left on device

maybe /tmp is using all your space since is yaourt's play ground.


Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2010-02-08 01:40:42

lagagnon
Member
From: an Island in the Pacific...
Registered: 2009-12-10
Posts: 1,087
Website

Re: No space left on device

Your root partition (/dev/sdb3) is full, hence the errors. The only way you can now do anything with your system is to increase the size of /dev/sdb3, perhaps by using gparted or qtparted from booting a live Linux CD distro.

Or start removing packages you do not need to give you more space. You shoul also clean your pacman caches with "sudo pacman -Scc".

Last edited by lagagnon (2010-02-08 01:41:59)


Philosophy is looking for a black cat in a dark room. Metaphysics is looking for a black cat in a dark room that isn't there. Religion is looking for a black cat in a dark room that isn't there and shouting "I found it!". Science is looking for a black cat in a dark room with a flashlight.

Offline

#4 2010-02-08 03:12:08

wesley_of_course
Member
Registered: 2007-09-13
Posts: 110

Re: No space left on device

I realize the root partition is full and was wondering if yaourt's temp dir., could be pacman's Cachedir ?

      Dual-purpose so to speak ? In other words could pacman share ? , with yaourt ?

Disk-Usage-Analyzer reports temp has 8 items and all but one is empty ; orbit-wesley shows 42.9 % - 12kb !

    To me , that doesn't sound right ?

Offline

#5 2010-02-08 21:56:40

wesley_of_course
Member
Registered: 2007-09-13
Posts: 110

Re: No space left on device

After doing 

Sudo pacman -Scc

[wesley@ratdog ~]$ df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sdb3             7.4G  6.8G  597M  93% /
udev                   10M  188K  9.9M   2% /dev
none                  2.0G     0  2.0G   0% /dev/shm
/dev/sdb1              99M   12M   82M  13% /boot
/dev/sdb4             291G   53G  238G  19% /home

Not much gain .

Offline

#6 2010-02-08 22:02:37

hatten
Arch Linux f@h Team Member
From: Sweden, Borlange
Registered: 2009-02-23
Posts: 736

Re: No space left on device

do a 'du -h / --max-depth=1' and play around with the settings to see what takes up all the space. Seeing the huge amount of programs you tried to update I think it's a good idea to uninstall a bunch of shit you never use, I had to do this once.

Last edited by hatten (2010-02-08 22:03:00)

Offline

#7 2010-02-08 23:07:52

wesley_of_course
Member
Registered: 2007-09-13
Posts: 110

Re: No space left on device

Thanks hatten for stopping by .

[wesley@ratdog ~]$ sudo du -h / --max-depth=1
Password: 
5.1M    /bin
11M    /boot
188K    /dev
13M    /etc
du: cannot access `/home/wesley/.gvfs': Permission denied
53G    /home
114M    /lib
0    /lib64
0    /media
0    /mnt
382M    /opt
du: cannot access `/proc/21887/task/21887/fd/3': No such file or directory
du: cannot access `/proc/21887/task/21887/fdinfo/3': No such file or directory
du: cannot access `/proc/21887/fd/3': No such file or directory
du: cannot access `/proc/21887/fdinfo/3': No such file or directory
0    /proc
14M    /root
14M    /sbin
0    /srv
0    /sys
64K    /tmp
5.3G    /usr
894M    /var
59G    /

Excuse my ignorance but I see  59G /    and   53G /home .

Offline

#8 2010-02-09 07:38:42

hatten
Arch Linux f@h Team Member
From: Sweden, Borlange
Registered: 2009-02-23
Posts: 736

Re: No space left on device

It sees the /home and counts the size of that too, this is the size of the directory root, not the partition.
As one can see /usr takes up 5.3GB, uninstall a bunch of programs with pacman/yaourt. If you don't wanna do that increase the size of root.

Offline

#9 2010-02-09 19:21:46

wesley_of_course
Member
Registered: 2007-09-13
Posts: 110

Re: No space left on device

If you don't wanna do that increase the size of root.

By increasing - enlarge or resize partitions , correct ? 

[wesley@ratdog ~]$ sudo pacman -Qqdt
cvs
dumb
dvdwizard
eclipse-ecj
fluidsynth
gdk-pixbuf
git
gnome-common
gpac
gtk-doc
gtkglext
haskell-x11
lib32-printproto
lib32-sdl_image
libchamplain
libgtkhtml
libmpdclient
libmtp
live-media
mkvtoolnix
ogmtools
openal
p7zip
perl-file-mimeinfo
perl-universal-require
postr
python-distutils-extra
python-gdata
rpmextract
subversion
sword
xine-lib

Or delete said packages that pacman  professes to be orphans . Admittedly there is a lot of cruft , (bloat ) ,
or leftovers in the process of trying to get Arch to where I want it to be , subjective I know , or think it needs
to be for my purpose .
   With  2 hard drives on board  , twin 320's , I haven't used the other for awhile , maybe its time to format it and just move Arch to the first one . Migrate to a new home  and bigger root , tho bigger , not the solution necessarily
in keeping it lean .

   Not experienced in resizing partitions ' Live ' so to speak .

Last edited by wesley_of_course (2010-02-09 19:23:43)

Offline

#10 2010-02-09 19:56:39

thestinger
Package Maintainer (PM)
From: Toronto, Canada
Registered: 2010-01-23
Posts: 478

Re: No space left on device

you should try out pacgraph from AUR for visualizing the bloat you may have, I find it really useful to look at all my packages and figure out what I no longer need (and you can remove pacgraph when you're done with it tongue)

Offline

#11 2010-02-09 20:42:41

hatten
Arch Linux f@h Team Member
From: Sweden, Borlange
Registered: 2009-02-23
Posts: 736

Re: No space left on device

I really recommend removing packages instead of resizing root, there are handy scripts somewhere on the forums for listing packages by size, which makes it easy to uninstall big things. And remember that the command you just ran was with pacman, you seemed to have shitloads of aur packages too.

Offline

#12 2010-02-09 20:56:52

wesley_of_course
Member
Registered: 2007-09-13
Posts: 110

Re: No space left on device

[wesley@ratdog ~]$ yaourt -Qqdt
cvs was installed as dependencies but are no longer required by any installed package
dumb was installed as dependencies but are no longer required by any installed package
dvdwizard was installed as dependencies but are no longer required by any installed package
eclipse-ecj was installed as dependencies but are no longer required by any installed package
fluidsynth was installed as dependencies but are no longer required by any installed package
gdk-pixbuf was installed as dependencies but are no longer required by any installed package
git was installed as dependencies but are no longer required by any installed package
gnome-common was installed as dependencies but are no longer required by any installed package
gpac was installed as dependencies but are no longer required by any installed package
gtk-doc was installed as dependencies but are no longer required by any installed package
gtkglext was installed as dependencies but are no longer required by any installed package
haskell-x11 was installed as dependencies but are no longer required by any installed package
lib32-printproto was installed as dependencies but are no longer required by any installed package
lib32-sdl_image was installed as dependencies but are no longer required by any installed package
libchamplain was installed as dependencies but are no longer required by any installed package
libgtkhtml was installed as dependencies but are no longer required by any installed package
libmpdclient was installed as dependencies but are no longer required by any installed package
libmtp was installed as dependencies but are no longer required by any installed package
live-media was installed as dependencies but are no longer required by any installed package
mkvtoolnix was installed as dependencies but are no longer required by any installed package
ogmtools was installed as dependencies but are no longer required by any installed package
openal was installed as dependencies but are no longer required by any installed package
p7zip was installed as dependencies but are no longer required by any installed package
perl-file-mimeinfo was installed as dependencies but are no longer required by any installed package
perl-universal-require was installed as dependencies but are no longer required by any installed package
postr was installed as dependencies but are no longer required by any installed package
python-distutils-extra was installed as dependencies but are no longer required by any installed package
python-gdata was installed as dependencies but are no longer required by any installed package
rpmextract was installed as dependencies but are no longer required by any installed package
subversion was installed as dependencies but are no longer required by any installed package
sword was installed as dependencies but are no longer required by any installed package
xine-lib was installed as dependencies but are no longer required by any installed package

==>  Do you want to remove these packages (with -Rcs options) ? [y/N]
==>   ----------------------------------------------
==>

Roughly the same .  Pacgraph  is a neat visual , but ,  , , . Will try to find the scripts

Offline

#13 2010-02-10 03:11:02

majiq
Member
Registered: 2009-03-06
Posts: 259

Re: No space left on device

Edit: Nevermind. Didn't read well enough. <- Made of fail.

Last edited by majiq (2010-02-10 03:13:49)

Offline

#14 2010-02-10 05:10:24

wesley_of_course
Member
Registered: 2007-09-13
Posts: 110

Re: No space left on device

Having read this post , ( Thanks kaivalagi ! ) , and checked logs . My gosh , for instance ;
Feb  1 08:35:42
Feb  7 20:39:06  kenel.log.1   = 1.2 mb  and there s 4 of them , ( .2,.3,.4 ) , 3 and 4 are 1.4 alone

messages.log.1,2,3,4,  also 1.1 mb   ?   So , I looked  at  /etc/logrotate.conf   and 'configured' it .

I'm not saying this is/or was my problem but it can't hurt . Any comments ?

# see "man logrotate" for details
# rotate log files weekly
weekly

# keep 4 weeks worth of backlogs
rotate 2

# restrict maximum size of log files
#size 20M

# create new (empty) log files after rotating old ones
create

# uncomment this if you want your log files compressed
compress

# Logs are moved into directory for rotation
olddir /var/log/archive

# Ignore pacman saved files
tabooext + .pacorig .pacnew .pacsave

# Arch packages drop log rotation information into this directory
include /etc/logrotate.d

/var/log/wtmp {
    monthly
    create 0664 root root
    rotate 1
}

Next step to see if I can find whats so verbose and if its needed , need to check a few more I'm sure .
  I'm assuming  : olddir /var/log/archive : isn't valid or is it created ?   Its there typed to soon .

Last edited by wesley_of_course (2010-02-10 05:17:37)

Offline

#15 2010-02-10 05:32:28

wesley_of_course
Member
Registered: 2007-09-13
Posts: 110

Re: No space left on device

Not trying to bump here I forgot to show the logs ! Sorry .

[root@ratdog wesley]#  du -s /var/log/*
64    /var/log/auth.log
148    /var/log/auth.log.1
92    /var/log/auth.log.2
104    /var/log/auth.log.3
64    /var/log/auth.log.4
4    /var/log/btmp
596    /var/log/ConsoleKit
0    /var/log/crond
0    /var/log/crond.1
4    /var/log/crond.2
8    /var/log/crond.3
4    /var/log/crond.4
48    /var/log/crond.log
2416    /var/log/cups
20    /var/log/daemon.log
56    /var/log/daemon.log.1
60    /var/log/daemon.log.2
56    /var/log/daemon.log.3
52    /var/log/daemon.log.4
32    /var/log/dmesg.log
4    /var/log/errors.log
32    /var/log/errors.log.1
4    /var/log/errors.log.2
8    /var/log/errors.log.3
8    /var/log/errors.log.4
420    /var/log/everything.log
1316    /var/log/everything.log.1
1364    /var/log/everything.log.2
1468    /var/log/everything.log.3
1472    /var/log/everything.log.4
8    /var/log/faillog
596    /var/log/gdm
396    /var/log/kernel.log
1224    /var/log/kernel.log.1
1276    /var/log/kernel.log.2
1384    /var/log/kernel.log.3
1388    /var/log/kernel.log.4
24    /var/log/lastlog
312    /var/log/messages.log
972    /var/log/messages.log.1
1012    /var/log/messages.log.2
1092    /var/log/messages.log.3
1092    /var/log/messages.log.4
0    /var/log/old
264    /var/log/pacman.log
4    /var/log/pm-powersave.log
4    /var/log/syslog.log
8    /var/log/syslog.log.1
8    /var/log/syslog.log.2
8    /var/log/syslog.log.3
8    /var/log/syslog.log.4
4    /var/log/user.log
8    /var/log/user.log.1
8    /var/log/user.log.2
8    /var/log/user.log.3
8    /var/log/user.log.4
48    /var/log/uucp.log
436    /var/log/wtmp
1728    /var/log/wtmp.1
16    /var/log/Xorg.0.log
16    /var/log/Xorg.0.log.old
16    /var/log/Xorg.1.log
16    /var/log/Xorg.1.log.old
16    /var/log/Xorg.2.log
16    /var/log/Xorg.2.log.old
16    /var/log/Xorg.3.log
16    /var/log/Xorg.3.log.old
16    /var/log/Xorg.4.log
16    /var/log/Xorg.4.log.old
16    /var/log/Xorg.5.log
16    /var/log/Xorg.5.log.old

Offline

#16 2010-02-11 03:51:35

wesley_of_course
Member
Registered: 2007-09-13
Posts: 110

Re: No space left on device

I noticed in Pacman  configure that you could : ' # If you wish to use different paths, uncomment and update the paths.
#RootDir     = / ' , would this be a feasible alternative to clean out packages ?
I guess I'm trying to do an end run here but am curious still the same .
I have over 200 gigs left and not wanting to fill it but would like to utilize it also .

    Or should I say enlarge root  = more breathing room ?

Offline

Board footer

Powered by FluxBB