You are not logged in.

#1 2011-01-19 01:59:37

aluser
Member
Registered: 2011-01-16
Posts: 119

[SOLVED]fail to build package: no such file or directory error

EDIT1: read my last post

I'm getting an error while installing pacman-color from the aur repository. I'm still a newbie so my only guess is to make such directory? why should I have to do that? anyone help?

==> Validating source files with md5sums...
    pacman-3.4.2.tar.gz ... Passed
    pacman-color-3.4.2-1.patch ... Passed
    color.conf ... Passed
==> Extracting Sources...
==> Removing existing pkg/ directory...
==> Starting build()...
/tmp/yaourt-tmp-root/aur-pacman-color/./PKGBUILD: line 21: cd: pacman-3.4.2: No such file or directory
    Aborting...
==> ERROR: Makepkg was unable to build pacman-color.

Last edited by aluser (2011-01-21 04:48:16)

Offline

#2 2011-01-19 02:08:01

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,410
Website

Re: [SOLVED]fail to build package: no such file or directory error

Can you build the package using makepkg instead of yaourt?

Offline

#3 2011-01-19 02:24:25

aluser
Member
Registered: 2011-01-16
Posts: 119

Re: [SOLVED]fail to build package: no such file or directory error

same error

archuser@archws ~/Desktop/pacman-color % makepkg -s                       <11:21>
==> Making package: pacman-color 3.4.2-1 (Wed Jan 19 11:21:28 JST 2011)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
  -> Downloading pacman-3.4.2.tar.gz...
--2011-01-19 11:21:28--  ftp://ftp.archlinux.org/other/pacman/pacman-3.4.2.tar.gz
           => "pacman-3.4.2.tar.gz.part"
Resolving ftp.archlinux.org... 209.85.41.144, 209.85.41.143
Connecting to ftp.archlinux.org|209.85.41.144|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD (1) /other/pacman ... done.
==> SIZE pacman-3.4.2.tar.gz ... 1382249
==> PASV ... done.    ==> RETR pacman-3.4.2.tar.gz ... done.
Length: 1382249 (1.3M) (unauthoritative)

100%[=======================================>] 1,382,249   48.9K/s   in 26s     

2011-01-19 11:21:56 (51.1 KB/s) - "pacman-3.4.2.tar.gz.part" saved [1382249]

  -> Found pacman-color-3.4.2-1.patch
  -> Found color.conf
==> Validating source files with md5sums...
    pacman-3.4.2.tar.gz ... Passed
    pacman-color-3.4.2-1.patch ... Passed
    color.conf ... Passed
==> Extracting Sources...
==> Starting build()...
/home/archuser/Desktop/pacman-color/PKGBUILD: line 21: cd: pacman-3.4.2: No such file or directory
    Aborting...

Offline

#4 2011-01-19 02:25:46

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,410
Website

Re: [SOLVED]fail to build package: no such file or directory error

Just taking a educated guess....   edit line 21 of the PKGBUILD to say  "cd $srcdir/pacman-3.4.2"

Offline

#5 2011-01-19 02:36:02

aluser
Member
Registered: 2011-01-16
Posts: 119

Re: [SOLVED]fail to build package: no such file or directory error

I think that complicated things a bit.. now i'm getting another error, but thanks for your input

archuser@archws ~/Desktop/pacman-color % makepkg -s                                                                            <11:34>
/home/archuser/Desktop/pacman-color/PKGBUILD: line 34: unexpected EOF while looking for matching `"'

Last edited by aluser (2011-01-19 02:46:35)

Offline

#6 2011-01-19 03:29:31

jwbirdsong
Member
From: Western KS USA
Registered: 2006-11-25
Posts: 173

Re: [SOLVED]fail to build package: no such file or directory error

If you've not already done so; manually grab the tarball (again?) from  http://aur.archlinux.org/packages/pacma … lor.tar.gz
extact to a new/clean dir  and makepkg. 
Builds/works fine here.


PLEASE read and try to FIX/FILE BUGS instead of assuming other have/will.

Offline

#7 2011-01-19 03:44:17

aluser
Member
Registered: 2011-01-16
Posts: 119

Re: [SOLVED]fail to build package: no such file or directory error

I've just realized it's not only pacman-color but pretty much every package from the aur. More specifically, It will always throw me an error that there is a missing file or directory when building any package and not just from the aur. Strange, I don't recall having this problem earlier.

Last edited by aluser (2011-01-19 04:00:10)

Offline

#8 2011-01-19 06:09:15

jwbirdsong
Member
From: Western KS USA
Registered: 2006-11-25
Posts: 173

Re: [SOLVED]fail to build package: no such file or directory error

You've got base-devel installed?  System upto date?  check both w/ "pacman -Suy base-devel". 
Reboot since a kernel update?

If yes to all of above,  do the clean dir/DL as sugguested above (Let'sstick w/ pacman-color for now)  and post COMPLETE output of "makepkg -s"
No changes/erronous settings in /etc/makepkg.conf?


PLEASE read and try to FIX/FILE BUGS instead of assuming other have/will.

Offline

#9 2011-01-19 16:29:10

aluser
Member
Registered: 2011-01-16
Posts: 119

Re: [SOLVED]fail to build package: no such file or directory error

Yes. That's the first thing I installed and the system is up to date. However, I ran 'pacman -Suy base-devel' and reinstalled as you suggested and everything is working fine now. Thanks everyone.

Offline

#10 2011-01-20 02:37:07

aluser
Member
Registered: 2011-01-16
Posts: 119

Re: [SOLVED]fail to build package: no such file or directory error

I correct myself again its still not working. I was able to build some packages including pacman-color earlier today, but now, as it appears its came back to haunt me. Since i've now installed pacman-color, I have chosen a different package to show my output... so here it is. I'm still not sure what caused it to behave it this way and why it worked this morning. I've tried using 'pacman -Suy base-devel' but i'm not lucky this time. Any input anyone? I'd really appreciate it.

archuser@archws ~/Desktop/abiword/abiword-light % makepkg -s                                                                    <11:29>
==> Making package: abiword-light 2.8.6-2 (Thu Jan 20 11:29:26 JST 2011)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
  -> Downloading abiword-2.8.6.tar.gz...
--2011-01-20 11:29:26--  http://www.abisource.com/downloads/abiword/2.8.6/source/abiword-2.8.6.tar.gz
Resolving www.abisource.com... 130.89.149.216
Connecting to www.abisource.com|130.89.149.216|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 9218827 (8.8M) [application/x-gzip]
Saving to: "abiword-2.8.6.tar.gz.part"

100%[=============================================================================================>] 9,218,827   1.69M/s   in 11s     

2011-01-20 11:29:38 (835 KB/s) - "abiword-2.8.6.tar.gz.part" saved [9218827/9218827]

==> Validating source files with md5sums...
    abiword-2.8.6.tar.gz ... Passed
==> Extracting Sources...
==> Entering fakeroot environment...
==> Starting build()...
/home/archuser/Desktop/abiword/abiword-light/PKGBUILD: line 16: cd: /home/archuser/Desktop/abiword/abiword-light/src/abiword-2.8.6/: No such file or directory
    Aborting...

Offline

#11 2011-01-20 03:06:02

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: [SOLVED]fail to build package: no such file or directory error

Well, does that directory exist?


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#12 2011-01-20 03:52:26

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: [SOLVED]fail to build package: no such file or directory error

In the directory of the PKGBUILD, check to see if abiword-2.8.6.tar.gz has any size:

ls -alh abiword-2.8.6.tar.gz

On 64 bit, it reads 8.8M. If it does,

du -ch src/abiword-2.8.6 | grep total

Post the output.

Offline

#13 2011-01-20 04:10:14

tavianator
Member
From: Waterloo, ON, Canada
Registered: 2007-08-21
Posts: 858
Website

Re: [SOLVED]fail to build package: no such file or directory error

skottish wrote:
du -ch src/abiword-2.8.6 | grep total

Post the output.

Not to be too off topic, but "du -sh src/abiword-2.8.6" achieves the same thing.

Offline

#14 2011-01-20 04:26:03

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: [SOLVED]fail to build package: no such file or directory error

tavianator wrote:
skottish wrote:
du -ch src/abiword-2.8.6 | grep total

Post the output.

Not to be too off topic, but "du -sh src/abiword-2.8.6" achieves the same thing.

Thanks, but let us please keep this thread on track. We can elimate a large set of possibilites if my post turns out to have useful values. Or, we can isolate the problem fairly quickly.

Last edited by skottish (2011-01-20 04:27:46)

Offline

#15 2011-01-20 15:53:54

aluser
Member
Registered: 2011-01-16
Posts: 119

Re: [SOLVED]fail to build package: no such file or directory error

skottish wrote:

In the directory of the PKGBUILD, check to see if abiword-2.8.6.tar.gz has any size:

ls -alh abiword-2.8.6.tar.gz

On 64 bit, it reads 8.8M. If it does,

du -ch src/abiword-2.8.6 | grep total

Post the output.

Here you go

archuser@archws ~/Desktop/abiword/abiword-light % ls -alh abiword-2.8.6.tar.gz <0:51>
-rw-r--r-- 1 archuser users 8.8M Jun 14  2010 abiword-2.8.6.tar.gz
archuser@archws ~/Desktop/abiword/abiword-light % du -ch src/abiword-2.8.6 | grep total
du: cannot access `src/abiword-2.8.6': No such file or directory
0    total
archuser@archws ~/Desktop/abiword/abiword-light %      

And this is after I created the missing directory

archuser@archws ~/Desktop/abiword/abiword-light/src % mkdir abiword-2.8.6      <0:57>
archuser@archws ~/Desktop/abiword/abiword-light/src % cd ..                    <0:59>
archuser@archws ~/Desktop/abiword/abiword-light % makepkg -s                   <0:59>
==> Making package: abiword-light 2.8.6-2 (Fri Jan 21 00:59:09 JST 2011)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
  -> Found abiword-2.8.6.tar.gz
==> Validating source files with md5sums...
    abiword-2.8.6.tar.gz ... Passed
==> Extracting Sources...
==> Removing existing pkg/ directory...
==> Entering fakeroot environment...
==> Starting build()...
/home/archuser/Desktop/abiword/abiword-light/PKGBUILD: line 17: ./configure: No such file or directory
    Aborting...
archuser@archws ~/Desktop/abiword/abiword-light %                              <0:59>

Last edited by aluser (2011-01-20 16:01:10)

Offline

#16 2011-01-20 17:00:51

tavianator
Member
From: Waterloo, ON, Canada
Registered: 2007-08-21
Posts: 858
Website

Re: [SOLVED]fail to build package: no such file or directory error

Seems like the "Extracting Sources" step is silently failing.  Just a hunch, but what's the output of "file -bizL abiword-2.8.6.tar.gz"?

Offline

#17 2011-01-20 19:28:08

aluser
Member
Registered: 2011-01-16
Posts: 119

Re: [SOLVED]fail to build package: no such file or directory error

Yes. And it is failing with all packages, not just pacman-color or abiword.

archuser@archws ~/Desktop/abiword/abiword-light % file -bizL abiword-2.8.6.tar.gz
application/x-tar; charset=binary compressed-encoding=application/x-gzip; charset=binary; charset=binary

And here is another failed attempt at installing libtorrent

archuser@archws ~/Desktop/libtorrent/libtorrent-extended % makepkg -s      <4:24>
==> Making package: libtorrent-extended 0.12.6-5 (Fri Jan 21 04:24:12 JST 2011)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
  -> Found libtorrent-0.12.6.tar.gz
  -> Found ex_magnet_uri.patch
  -> Found ex_ipv6.patch
  -> Found ex_friend.patch
  -> Found ex_bad_peer_handling.patch
  -> Found ui_show_idle_times.patch
==> Validating source files with md5sums...
    libtorrent-0.12.6.tar.gz ... Passed
    ex_magnet_uri.patch ... Passed
    ex_ipv6.patch ... Passed
    ex_friend.patch ... Passed
    ex_bad_peer_handling.patch ... Passed
    ui_show_idle_times.patch ... Passed
==> Extracting Sources...
==> Removing existing pkg/ directory...
==> Entering fakeroot environment...
==> Starting build()...
/home/archuser/Desktop/libtorrent/libtorrent-extended/PKGBUILD: line 39: cd: /home/archuser/Desktop/libtorrent/libtorrent-extended/src/libtorrent-0.12.6: No such file or directory
    Aborting...

Offline

#18 2011-01-20 22:07:15

tavianator
Member
From: Waterloo, ON, Canada
Registered: 2007-08-21
Posts: 858
Website

Re: [SOLVED]fail to build package: no such file or directory error

The clue is here:

aluser wrote:
...
==> Extracting Sources...
[should say "Extracting libtorrent-0.12.6.tar.gz with bsdtar"]
==> Removing existing pkg/ directory...
...

makepkg uses $(file -bizL "$file") to determine how to extract archives.  Anything that matches *application/x-tar* should be handled by bsdtar.  But instead, it seems to be treating every file as if it were a regular file and not an archive.

AFAICS, the only way that could be happening is if the in_array check is failing, or the $file_type check is failing.  Either that, or your makepkg script is corrupted.  Does reinstalling pacman help (pacman -S pacman)?  (And just to be thorough, what's the output of "which makepkg"?)

Offline

#19 2011-01-20 23:35:41

aluser
Member
Registered: 2011-01-16
Posts: 119

Re: [SOLVED]fail to build package: no such file or directory error

tavianator wrote:

The clue is here:

aluser wrote:
...
==> Extracting Sources...
[should say "Extracting libtorrent-0.12.6.tar.gz with bsdtar"]
==> Removing existing pkg/ directory...
...

makepkg uses $(file -bizL "$file") to determine how to extract archives.  Anything that matches *application/x-tar* should be handled by bsdtar.  But instead, it seems to be treating every file as if it were a regular file and not an archive.

AFAICS, the only way that could be happening is if the in_array check is failing, or the $file_type check is failing.  Either that, or your makepkg script is corrupted.  Does reinstalling pacman help (pacman -S pacman)?  (And just to be thorough, what's the output of "which makepkg"?)

The output is '/usr/bin/makepkg'
I really hope you know what you are talking about because i'm so desperate to install more software lol. Is there a procedure to reinstall makepkg completely?

Last edited by aluser (2011-01-20 23:35:55)

Offline

#20 2011-01-20 23:53:17

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

Re: [SOLVED]fail to build package: no such file or directory error

is it me or is because of his PS1? try with a default one


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

Offline

#21 2011-01-21 01:39:51

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: [SOLVED]fail to build package: no such file or directory error

I posted what I did before because on occasion '0 byte' files are installed by pacman (I have no idea why). You may have files in the file system, but they have no content. Consequently, other programs looking for it won't complain about them being missing even though they are non-functional. At this point I personally would check to see if bsdtar does anything:

~ > bsdtar
bsdtar: Must specify one of -c, -r, -t, -u, -x

If it doesn't, remove libarchive from pacman's cache ( /var/cache/pacman/pkg/ ), and reinstall it with:

pacman -Sf libarchive

Last edited by skottish (2011-01-21 01:40:26)

Offline

#22 2011-01-21 02:11:33

aluser
Member
Registered: 2011-01-16
Posts: 119

Re: [SOLVED]fail to build package: no such file or directory error

skottish wrote:

I posted what I did before because on occasion '0 byte' files are installed by pacman (I have no idea why). You may have files in the file system, but they have no content. Consequently, other programs looking for it won't complain about them being missing even though they are non-functional. At this point I personally would check to see if bsdtar does anything:

~ > bsdtar
bsdtar: Must specify one of -c, -r, -t, -u, -x

If it doesn't, remove libarchive from pacman's cache ( /var/cache/pacman/pkg/ ), and reinstall it with:

pacman -Sf libarchive

Yeah that happened to me a lot in windows , but that's not the problem I guess. I've checked with my zsh history and nothing strange there either.

Offline

#23 2011-01-21 02:45:43

tavianator
Member
From: Waterloo, ON, Canada
Registered: 2007-08-21
Posts: 858
Website

Re: [SOLVED]fail to build package: no such file or directory error

Based on a reading of the makepkg code, it doesn't even seem to get to the point that it invokes bsdtar, as right before that it should print "Extracting <file> with <command>".

Based on a re-reading of the thread, it seems like this problem re-appeared after you installed pacman-color, right?  Does it still happen if you remove pacman-color?

aluser wrote:

Is there a procedure to reinstall makepkg completely?

pacman -S pacman should do the trick.

Offline

#24 2011-01-21 02:50:06

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: [SOLVED]fail to build package: no such file or directory error

aluser wrote:

Yeah that happened to me a lot in windows , but that's not the problem I guess. I've checked with my zsh history and nothing strange there either.

I may be off course, but then I would at least generically check to see if you have 0 byte files in /usr/bin and /usr/lib at a minimum. find should do it:

find /usr/{bin,lib} -type f -size 0

Offline

#25 2011-01-21 03:01:12

aluser
Member
Registered: 2011-01-16
Posts: 119

Re: [SOLVED]fail to build package: no such file or directory error

Here once again a failed attempt after removing pacman-color. I am beginning to think that maybe running yaourt as sudo is probably a bad idea. I think that may have had something to do with it.

archuser@archws ~ % sudo yaourt -S abiword-light                          <11:54>
Password: 

==> Downloading abiword-light PKGBUILD from AUR...
x PKGBUILD


Comment by: mango on Thu, 25 Mar 2010 21:53:12 +0000
./configure --prefix=/usr \
--disable-spell \
--disable-print

Comment by: chessboxing on Wed, 19 May 2010 14:33:51 +0000
doesn't want to build
rule 23: make: command not found
== ERROR: Build Failed.
Aborting...

Eventhough I Had to install flex psiconv, it didn't help.
Its a minefield man.

Comment by: sHyLoCk on Wed, 02 Jun 2010 13:54:43 +0000
http://aur.archlinux.org/packages.php?ID=37738    

Comment by: zenny on Thu, 02 Sep 2010 05:59:05 +0000
Quite confusing statements. Below sHyLoCk recommends http://aur.archlinux.org/packages.php?ID=37738 on June 2 2010 and on June 27 he declares his recommended package obsolet and ask a TU to delete! The problem with the sHyLoCk package is there is not page setup option. So I installed this package,  it has got the page setup menu, but once I click the option, the application dies with the following output (Maybe helpful to debug for the maintainer, I am not an expert):





(abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_get_label: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_set_markup: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_get_label: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_set_markup: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_container_foreach: assertion `GTK_IS_CONTAINER (container)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
(abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_get_label: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_set_markup: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_get_label: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_set_markup: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_container_foreach: assertion `GTK_IS_CONTAINER (container)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_container_foreach: assertion `GTK_IS_CONTAINER (container)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_get_label: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_set_markup: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_combo_box_set_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed

(abiword:32455): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(abiword:32455): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_combo_box_set_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_cell_layout_clear: assertion `GTK_IS_CELL_LAYOUT (cell_layout)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_cell_layout_pack_start: assertion `GTK_IS_CELL_LAYOUT (cell_layout)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_cell_layout_set_attributes: assertion `GTK_IS_CELL_LAYOUT (cell_layout)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_list_store_append: assertion `GTK_IS_LIST_STORE (list_store)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion `GTK_IS_LIST_STORE (list_store)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_list_store_append: assertion `GTK_IS_LIST_STORE (list_store)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion `GTK_IS_LIST_STORE (list_store)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_list_store_append: assertion `GTK_IS_LIST_STORE (list_store)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion `GTK_IS_LIST_STORE (list_store)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_tree_model_get_iter_first: assertion `GTK_IS_TREE_MODEL (tree_model)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_combo_box_set_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_cell_layout_clear: assertion `GTK_IS_CELL_LAYOUT (cell_layout)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_cell_layout_pack_start: assertion `GTK_IS_CELL_LAYOUT (cell_layout)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_cell_layout_set_attributes: assertion `GTK_IS_CELL_LAYOUT (cell_layout)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_list_store_append: assertion `GTK_IS_LIST_STORE (list_store)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion `GTK_IS_LIST_STORE (list_store)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_list_store_append: assertion `GTK_IS_LIST_STORE (list_store)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion `GTK_IS_LIST_STORE (list_store)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_list_store_append: assertion `GTK_IS_LIST_STORE (list_store)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion `GTK_IS_LIST_STORE (list_store)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_tree_model_get_iter_first: assertion `GTK_IS_TREE_MODEL (tree_model)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_widget_get_colormap: assertion `GTK_IS_WIDGET (widget)' failed

(abiword:32455): Gdk-CRITICAL **: gdk_pixmap_colormap_create_from_xpm_d: assertion `drawable != NULL || colormap != NULL' failed

(abiword:32455): Gtk-CRITICAL **: gtk_image_set_from_pixmap: assertion `mask == NULL || GDK_IS_PIXMAP (mask)' failed

(abiword:32455): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

(abiword:32455): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_box_pack: assertion `GTK_IS_BOX (box)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_toggle_button_set_active: assertion `GTK_IS_TOGGLE_BUTTON (toggle_button)' failed

(abiword:32455): Gtk-CRITICAL **: gtk_widget_get_colormap: assertion `GTK_IS_WIDGET (widget)' failed

(abiword:32455): Gdk-CRITICAL **: gdk_pixmap_colormap_create_from_xpm_d: assertion `drawable != NULL || colormap != NULL' failed
Aborted


First Submitted: Wed, 15 Apr 2009 17:01:46 +0000    
abiword-light 2.8.6-2 : A fully-featured word processor without some gnome dependencies
( Unsupported package: Potentially dangerous ! )
==> Edit PKGBUILD ? [Y/n] ("A" to abort)
==> ------------------------------------
==> n

==> abiword-light dependencies:
 - fribidi>=0.10.9 (already installed)
 - wv>=1.2.4 (already installed)
 - libglade>=2.0 (already installed)
 - pkgconfig (already installed)


==> Continue building abiword-light ? [Y/n]
==> ---------------------------------------
==> 
==> Building and installing package
==> WARNING: Building package as root is dangerous.
 Please run yaourt as a non-privileged user.
==> Making package: abiword-light 2.8.6-2 (Fri Jan 21 11:54:35 JST 2011)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
  -> Downloading abiword-2.8.6.tar.gz...
--2011-01-21 11:54:35--  http://www.abisource.com/downloads/abiword/2.8.6/source/abiword-2.8.6.tar.gz
Resolving www.abisource.com... 130.89.149.216
Connecting to www.abisource.com|130.89.149.216|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 9218827 (8.8M) [application/x-gzip]
Saving to: "abiword-2.8.6.tar.gz.part"

100%[=======================================>] 9,218,827    414K/s   in 28s     

2011-01-21 11:55:04 (325 KB/s) - "abiword-2.8.6.tar.gz.part" saved [9218827/9218827]

==> Validating source files with md5sums...
    abiword-2.8.6.tar.gz ... Passed
==> Extracting Sources...
==> Starting build()...
/tmp/yaourt-tmp-root/aur-abiword-light/./PKGBUILD: line 16: cd: /tmp/yaourt-tmp-root/aur-abiword-light/src/abiword-2.8.6/: No such file or directory
    Aborting...
==> ERROR: Makepkg was unable to build abiword-light.
==> Restart building abiword-light ? [y/N]
==> --------------------------------------
==> archuser@archws ~ %                                                       <11:find /usr/{bin,lib} -type f -size 0
/usr/lib/python3.1/tkinter/test/__init__.py
/usr/lib/python3.1/tkinter/test/test_ttk/__init__.py
/usr/lib/python3.1/tkinter/test/test_tkinter/__init__.py
/usr/lib/python3.1/test/nullcert.pem
/usr/lib/python3.1/site-packages/ranger/gui/__init__.py
/usr/lib/python3.1/email/mime/__init__.py
/usr/lib/python3.1/email/test/__init__.py
/usr/lib/python3.1/urllib/__init__.py
/usr/lib/python3.1/sqlite3/test/__init__.py
/usr/lib/python3.1/pydoc_data/__init__.py
/usr/lib/python3.1/lib2to3/tests/data/fixers/myfixes/__init__.py
/usr/lib/python2.7/test/nullcert.pem
/usr/lib/python2.7/site-packages/git_remote_helpers/git/__init__.py
/usr/lib/python2.7/site-packages/OpenGL/GL/MESAX/__init__.py
/usr/lib/python2.7/site-packages/OpenGL/GL/VERSION/__init__.py
/usr/lib/python2.7/site-packages/OpenGL/GLU/EXT/__init__.py
/usr/lib/python2.7/site-packages/OpenGL/AGL/__init__.py
/usr/lib/python2.7/site-packages/pychess/__init__.py
/usr/lib/python2.7/site-packages/pychess/widgets/__init__.py
/usr/lib/python2.7/site-packages/pychess/Utils/__init__.py
/usr/lib/python2.7/site-packages/pychess/Utils/lutils/__init__.py
/usr/lib/python2.7/site-packages/pychess/ic/__init__.py
/usr/lib/python2.7/site-packages/pychess/ic/managers/__init__.py
/usr/lib/python2.7/site-packages/pychess/System/__init__.py
/usr/lib/python2.7/site-packages/pychess/Players/__init__.py
/usr/lib/python2.7/site-packages/pychess/gfx/__init__.py
/usr/lib/python2.7/site-packages/xml2po/modes/__init__.py
/usr/lib/python2.7/site-packages/numpy/distutils/tests/gen_ext/__init__.py
/usr/lib/python2.7/site-packages/numpy/distutils/tests/f2py_ext/__init__.py
/usr/lib/python2.7/site-packages/numpy/distutils/tests/pyrex_ext/__init__.py
/usr/lib/python2.7/site-packages/numpy/distutils/tests/swig_ext/__init__.py
/usr/lib/python2.7/site-packages/numpy/distutils/tests/f2py_f90_ext/__init__.py
/usr/lib/python2.7/site-packages/bzrlib/util/__init__.py
/usr/lib/python2.7/site-packages/bzrlib/util/configobj/__init__.py
/usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/__init__.py
/usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/test_fixtures/BUILD_LINK_FAILED
/usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/test_fixtures/BUILD_FAILED_EXCEPTION
/usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/test_fixtures/BUILD_FAILED_UNPARSEABLE
/usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/test_fixtures/TESTS_FAILED
/usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/test_fixtures/BUILD_FAILED
/usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/test_fixtures/TESTS_INVALID
/usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/test_fixtures/BUILD_FAILED_UNKNOWN
/usr/lib/python2.7/site-packages/pygame/examples/__init__.py
/usr/lib/python2.7/site-packages/gtk-2.0/egg/__init__.py
/usr/lib/python2.7/site-packages/gtk-2.0/gi/overrides/__init__.py
/usr/lib/python2.7/site-packages/sonata/__init__.py
/usr/lib/python2.7/site-packages/sonata/plugins/__init__.py
/usr/lib/python2.7/email/mime/__init__.py
/usr/lib/python2.7/email/test/__init__.py
/usr/lib/python2.7/sqlite3/test/__init__.py
/usr/lib/python2.7/pydoc_data/__init__.py
/usr/lib/python2.7/bsddb/test/__init__.py
/usr/lib/python2.7/lib-tk/test/test_ttk/__init__.py
/usr/lib/python2.7/lib-tk/test/test_tkinter/__init__.py
/usr/lib/python2.7/lib2to3/tests/data/fixers/myfixes/__init__.py
/usr/lib/purple-2/perl/auto/Purple/Purple.bs
/usr/lib/perl5/vendor_perl/auto/HTML/Parser/Parser.bs
/usr/lib/perl5/vendor_perl/auto/XML/Parser/Expat/Expat.bs
/usr/lib/perl5/vendor_perl/auto/Crypt/SSLeay/SSLeay.bs
/usr/lib/perl5/vendor_perl/auto/Irssi/Irssi.bs
/usr/lib/perl5/vendor_perl/auto/Irssi/UI/UI.bs
/usr/lib/perl5/vendor_perl/auto/Irssi/Irc/Irc.bs
/usr/lib/perl5/vendor_perl/auto/Irssi/TextUI/TextUI.bs
/usr/lib/pidgin/perl/auto/Pidgin/Pidgin.bs
/usr/lib/firefox-3.6/.autoreg
archuser@archws ~ %           

Last edited by aluser (2011-01-21 03:02:22)

Offline

Board footer

Powered by FluxBB