You are not logged in.

#151 2007-05-28 14:12:19

boar
Member
Registered: 2007-05-22
Posts: 21

Re: larch - latest news

ok. So, give me a chech, when u succes wink
I am working on same problem now smile

btw. are u able to make larch now ?
i have problem with packages ... mklarch is trying to find 'syslog-ng-2.0.4-1.1.pkg.tar.gz'
it is caused by name of taht package ... some script, can't make syslog-ng from syslog-ng-2.0.4-1.1.pkg.tar.gz.

Offline

#152 2007-05-28 14:56:39

gradgrind
Member
From: Germany
Registered: 2005-10-06
Posts: 921

Re: larch - latest news

syslog-ng-2.0.4-1.1.pkg.tar.gz !!!

That's either a bug or it's very annoying. I've just written to the mailing list to inquire as to the 'legality' of such a package name. If it is deemed to be acceptable, I'll have to tweak the 'pacin' script a bit.

Offline

#153 2007-05-28 15:24:09

boar
Member
Registered: 2007-05-22
Posts: 21

Re: larch - latest news

yeah ... ok thx.
i found one way, how to solve it ...
change in /usr/bin/pacin

204c204

<             sed 's|^base/||;s|-[^-]\+-[0-9.]\+\.pkg.*||' )
---
>             sed 's|^base/||;s|-[^-]\+-[0-9]\+\.pkg.*||' )

don't know, when it doesnt make another mess, but it just work.

Last edited by boar (2007-05-28 15:26:52)

Offline

#154 2007-05-28 19:14:13

gradgrind
Member
From: Germany
Registered: 2005-10-06
Posts: 921

Re: larch - latest news

Thanks for the nudge, boar. I've put that into pacin-2.5 (available now).

Offline

#155 2007-05-29 07:35:57

boar
Member
Registered: 2007-05-22
Posts: 21

Re: larch - latest news

ok thx.
so the name of package is correct. http://bbs.archlinux.org/viewtopic.php? … 51#p254151

Offline

#156 2007-05-30 04:49:20

raymano
Member
Registered: 2006-10-13
Posts: 357
Website

Re: larch - latest news

I got splashy and larch to work together. All I had to do was to put the splashy hook before the larch hooks in the HOOKS line in mkinitcpio.conf. Also in the kernel boot line for my boot loader (grub) I specified the rw kernel parameter.


FaunOS: Live USB/DVD Linux Distro: http://www.faunos.com

Offline

#157 2007-05-30 08:53:59

3nd3r
Member
From: /dev/null
Registered: 2002-12-08
Posts: 301
Website

Re: larch - latest news

errors when using the script now


[root@Home /home/ender/larch]# mklarch -a -p mini
//
// Getting live CD configuration details
//
// **********************************************************
// This will delete EVERYTHING under
//
//        /home/larchbuild
//
// I really mean it ... Are you sure you want to do this?
// **********************************************************
// [y/N]: y
DONTASK=
NOCACHE=
ADDEDPACKS=/usr/share/larch/profiles/mini/addedpacks
CUSTOMPACKS=
PKGCACHE=/var/cache/pacman/pkg
VETOFILE=/usr/share/pacin/baseveto
GETBASEPACKS=basepacks_ftp
ABSROOT=/var/abs
//
// Installing Archlinux to directory /home/larchbuild/ArchImage
// Shall I continue? [y/N]: y
//
// ** Getting base package list from: **
//       http://kdemod.ath.cx/repo/current/i686/setup/packages.txt
//
--03:47:59--  http://kdemod.ath.cx/repo/current/i686/setup/packages.txt
           => `packages.txt'
Resolving kdemod.ath.cx... 87.106.61.112
Connecting to kdemod.ath.cx|87.106.61.112|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
03:47:59 ERROR 404: Not Found.

grep: packages.txt: No such file or directory
//
// ************** Synchronising package dbs **************
//
:: Synchronizing package databases...
 current                   72.3K  109.9K/s 00:00:01 [###########################################################################################################################] 100%
 extra                    269.1K  221.5K/s 00:00:01 [###########################################################################################################################] 100%
 community                263.7K  218.6K/s 00:00:01 [###########################################################################################################################] 100%
 unstable                   7.8K   85.6K/s 00:00:00 [###########################################################################################################################] 100%
 archlinuxfr               19.3K   78.3K/s 00:00:00 [###########################################################################################################################] 100%
 swiergot                   2.4K   25.3M/s 00:00:00 [###########################################################################################################################] 100%
 kano                       1.2K   11.7M/s 00:00:00 [###########################################################################################################################] 100%
 kdemod                    23.1K   55.3K/s 00:00:00 [###########################################################################################################################] 100%
 larch                      2.3K 1030.6K/s 00:00:00 [###########################################################################################################################] 100%
 local database is up to date
//
// ************** Installing base package set **************
//
// Installing following packages:

error: no targets specified (use -h for help)

//
// Package installation from /tmp/pacin_basepacks FAILED.
//
[root@Home /home/ender/larch]#

Offline

#158 2007-05-30 09:30:31

boar
Member
Registered: 2007-05-22
Posts: 21

Re: larch - latest news

3nd3r wrote:

errors when using the script now


[root@Home /home/ender/larch]# mklarch -a -p mini
//
// Getting live CD configuration details
//
// **********************************************************
// This will delete EVERYTHING under
//
//        /home/larchbuild
//
// I really mean it ... Are you sure you want to do this?
// **********************************************************
// [y/N]: y
DONTASK=
NOCACHE=
ADDEDPACKS=/usr/share/larch/profiles/mini/addedpacks
CUSTOMPACKS=
PKGCACHE=/var/cache/pacman/pkg
VETOFILE=/usr/share/pacin/baseveto
GETBASEPACKS=basepacks_ftp
ABSROOT=/var/abs
//
// Installing Archlinux to directory /home/larchbuild/ArchImage
// Shall I continue? [y/N]: y
//
// ** Getting base package list from: **
//       http://kdemod.ath.cx/repo/current/i686/setup/packages.txt
//
--03:47:59--  http://kdemod.ath.cx/repo/current/i686/setup/packages.txt
           => `packages.txt'
Resolving kdemod.ath.cx... 87.106.61.112
Connecting to kdemod.ath.cx|87.106.61.112|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
03:47:59 ERROR 404: Not Found.

grep: packages.txt: No such file or directory
//
// ************** Synchronising package dbs **************
//
:: Synchronizing package databases...
 current                   72.3K  109.9K/s 00:00:01 [###########################################################################################################################] 100%
 extra                    269.1K  221.5K/s 00:00:01 [###########################################################################################################################] 100%
 community                263.7K  218.6K/s 00:00:01 [###########################################################################################################################] 100%
 unstable                   7.8K   85.6K/s 00:00:00 [###########################################################################################################################] 100%
 archlinuxfr               19.3K   78.3K/s 00:00:00 [###########################################################################################################################] 100%
 swiergot                   2.4K   25.3M/s 00:00:00 [###########################################################################################################################] 100%
 kano                       1.2K   11.7M/s 00:00:00 [###########################################################################################################################] 100%
 kdemod                    23.1K   55.3K/s 00:00:00 [###########################################################################################################################] 100%
 larch                      2.3K 1030.6K/s 00:00:00 [###########################################################################################################################] 100%
 local database is up to date
//
// ************** Installing base package set **************
//
// Installing following packages:

error: no targets specified (use -h for help)

//
// Package installation from /tmp/pacin_basepacks FAILED.
//
[root@Home /home/ender/larch]#

Ok, so problem is in your first mirror in /etc/pacman.d/curren
Try to chage it! smile

Offline

#159 2007-05-30 10:15:08

3nd3r
Member
From: /dev/null
Registered: 2002-12-08
Posts: 301
Website

Re: larch - latest news

// ** Getting base package list from: **
//       http://kdemod.ath.cx/repo/current/i686/ … ckages.txt
//
  thats built into the script, I have tried changing repos and stuff but it still shows the same errors...

Offline

#160 2007-05-30 10:25:59

boar
Member
Registered: 2007-05-22
Posts: 21

Re: larch - latest news

3nd3r wrote:

// ** Getting base package list from: **
//       http://kdemod.ath.cx/repo/current/i686/ … ckages.txt
//
  thats built into the script, I have tried changing repos and stuff but it still shows the same errors...

Problem is, that script is trying to download packages.txt. that file isn't on http://kdemon.....
my larch get repository from /etc/pacman.d/current (or current.pacnew, i am not sure.)

(part of pacin)

# Get first listed 'current' repository source, for fetching packages.txt
PKGSERV="$( grep -m1 "^Server = .*://.*/current" ${PACMANCONF} )"
if [ -z "${PKGSERV}" ]; then
    PKGSERV="$( grep -m1 "^Server = .*://.*/current" /etc/pacman.d/current )"
    if [ -z "${PKGSERV}" ]; then
        echo "ERROR: No source for 'current' repository found."
        exit 1
    fi
fi
PKGSERV=$( echo ${PKGSERV} | cut -d'=' -f2 )

so change first repository in current ... it MUST work ... (it works here on my machine.)

Offline

#161 2007-05-30 10:31:21

3nd3r
Member
From: /dev/null
Registered: 2002-12-08
Posts: 301
Website

Re: larch - latest news

boar wrote:
3nd3r wrote:

// ** Getting base package list from: **
//       http://kdemod.ath.cx/repo/current/i686/ … ckages.txt
//
  thats built into the script, I have tried changing repos and stuff but it still shows the same errors...

Problem is, that script is trying to download packages.txt. that file isn't on http://kdemon.....
my larch get repository from /etc/pacman.d/current (or current.pacnew, i am not sure.)

(part of pacin)

# Get first listed 'current' repository source, for fetching packages.txt
PKGSERV="$( grep -m1 "^Server = .*://.*/current" ${PACMANCONF} )"
if [ -z "${PKGSERV}" ]; then
    PKGSERV="$( grep -m1 "^Server = .*://.*/current" /etc/pacman.d/current )"
    if [ -z "${PKGSERV}" ]; then
        echo "ERROR: No source for 'current' repository found."
        exit 1
    fi
fi
PKGSERV=$( echo ${PKGSERV} | cut -d'=' -f2 )

so change first repository in current ... it MUST work ... (it works here on my machine.)

which one are you using? I have tried 3 different ones now..

here is my pacman.d/current:

# United States
#Server = ftp://ftp.archlinux.org/current/os/i686
#Server = ftp://ftp.nethat.com/pub/linux/archlinu … nt/os/i686
#Server = ftp://locke.suu.edu/linux/dist/archlinu … nt/os/i686
Server = ftp://ftp-linux.cc.gatech.edu/pub/linux … nt/os/i686
Server = ftp://mirror.cs.vt.edu/pub/ArchLinux/current/os/i686
Server = http://mirrors.easynews.com/linux/archl … nt/os/i686
Server = ftp://ftp.ibiblio.org/pub/linux/distrib … nt/os/i686

Offline

#162 2007-05-30 10:40:08

gradgrind
Member
From: Germany
Registered: 2005-10-06
Posts: 921

Re: larch - latest news

This is the kdemod problem, which I have just learned about (it has 'current' in its path). I'll update pacin to cope with this.

Edit: Done (pacin-2.6)

Last edited by gradgrind (2007-05-30 10:59:27)

Offline

#163 2007-05-30 10:42:45

3nd3r
Member
From: /dev/null
Registered: 2002-12-08
Posts: 301
Website

Re: larch - latest news

sweet smile when do you think this will be done?

Offline

#164 2007-05-30 11:01:18

gradgrind
Member
From: Germany
Registered: 2005-10-06
Posts: 921

Re: larch - latest news

You were too quick there, 3nd3r! Anyway, you can get it now. Let me know if there are any (more) problems.

Offline

#165 2007-05-30 11:03:28

3nd3r
Member
From: /dev/null
Registered: 2002-12-08
Posts: 301
Website

Re: larch - latest news

wewt!

its installing now, Ill keep you posted smile)

Offline

#166 2007-05-31 16:31:31

raymano
Member
Registered: 2006-10-13
Posts: 357
Website

Re: larch - latest news

I have been experiencing problems when running pacman -Syu inside my larch live system:

Targets: pacman-3.0.4-3

Total Package Size:   0.80 MB

Proceed with installation? [Y/n] y
:: Retrieving packages from current...
 pacman                   822.7K  877.0K/s 00:00:01 [#####################] 100%
checking package integrity... done.
cleaning up... done.
(1/1) checking for file conflicts                   [#####################] 100%
error: could not commit transaction
error: failed to commit transaction (transaction aborted)

And I know it's not the space for /

Filesystem           1K-blocks      Used Available Use% Mounted on
tmpfs                   304356     17456    286900   6% /

Any ideas what's causing this?


FaunOS: Live USB/DVD Linux Distro: http://www.faunos.com

Offline

#167 2007-05-31 17:41:20

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: larch - latest news

Probably a new Larch burn will be necessary to permit pacman to be upgraded.

I was able to upgrade using a flash device having the new pacman file but it wasn't retained upon reboot even with the yes response in the reboot sequence.


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#168 2007-05-31 19:02:56

gradgrind
Member
From: Germany
Registered: 2005-10-06
Posts: 921

Re: larch - latest news

raymano wrote:

I have been experiencing problems when running pacman -Syu inside my larch live system:

Targets: pacman-3.0.4-3

Total Package Size:   0.80 MB

Proceed with installation? [Y/n] y
:: Retrieving packages from current...
 pacman                   822.7K  877.0K/s 00:00:01 [#####################] 100%
checking package integrity... done.
cleaning up... done.
(1/1) checking for file conflicts                   [#####################] 100%
error: could not commit transaction
error: failed to commit transaction (transaction aborted)

And I know it's not the space for /

It seems to be that the attempt to update /usr/bin/pacman fails, apparently because it is in use. I guess this is some feature of unionfs (and aufs!). I can update pacman by renaming the binary, say to pacman2, then running 'pacman2 -Syu'.
Sorry, no better answer at the moment. You could try asking the unionfs/aufs developers.

Offline

#169 2007-05-31 21:19:37

raymano
Member
Registered: 2006-10-13
Posts: 357
Website

Re: larch - latest news

Thanks gradgrind. I upgraded pacman outside of my live environment and everything is working now.


FaunOS: Live USB/DVD Linux Distro: http://www.faunos.com

Offline

#170 2007-06-05 07:55:37

boar
Member
Registered: 2007-05-22
Posts: 21

Re: larch - latest news

raymano wrote:

I got splashy and larch to work together. All I had to do was to put the splashy hook before the larch hooks in the HOOKS line in mkinitcpio.conf. Also in the kernel boot line for my boot loader (grub) I specified the rw kernel parameter.

splashy doesn't work for me ... problem with compilation. (splashy vs gcc 4.2 ? ) i found some bugreports ... so now, i have working fbsplash, with my own kernel 2.6.20 (can't find fbsplash patches for 2.6.21 yet).

Offline

#171 2007-06-05 12:41:28

raymano
Member
Registered: 2006-10-13
Posts: 357
Website

Re: larch - latest news

Boar,

It works fine here. I built it from AUR. If you're interested, you can see it work in FaunOS:

http://www.faunos.com

Raymano

Last edited by raymano (2007-06-05 12:47:29)


FaunOS: Live USB/DVD Linux Distro: http://www.faunos.com

Offline

#172 2007-06-05 13:06:53

boar
Member
Registered: 2007-05-22
Posts: 21

Re: larch - latest news

some "problem" here ?

[root@blackwood ~]# mklarch -p profile  -o -a -g
//
// Getting live CD configuration details
//
// **********************************************************
// This will delete EVERYTHING under
//
//        /home/larchbuild
//
// I really mean it ... Are you sure you want to do this?
// **********************************************************
// [y/N]: y
DONTASK=
NOCACHE=
ADDEDPACKS=/usr/share/larch/profiles/profile/addedpacks
CUSTOMPACKS=/root/larch/mypackages
PKGCACHE=/var/cache/pacman/pkg
VETOFILE=/usr/share/pacin/baseveto
GETBASEPACKS=basepacks_ftp
ABSROOT=/var/abs
//
// Installing Archlinux to directory /home/larchbuild/ArchImage
// Shall I continue? [y/N]: y
// Adding custom repo to pacman configuration
// Generating the repo db file for custom repo
//
// ** Getting base package list from: **
//       ftp://ftp.estpak.ee/pub/archlinux/current/os/i686/setup/packages.txt
//
--14:32:36--  ftp://ftp.estpak.ee/pub/archlinux/current/os/i686/setup/packages.txt
           => `packages.txt'
Resolving ftp.estpak.ee... 194.126.101.101, 2001:7d0:0:1:216:35ff:fe9f:946
Connecting to ftp.estpak.ee|194.126.101.101|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /pub/archlinux/current/os/i686/setup ... done.
==> PASV ... done.    ==> RETR packages.txt ... done.
Length: 19,377 (19K) (unauthoritative)

100%[===================================================================================================================================================================>] 19,377       120.53K/s             

14:32:36 (120.02 KB/s) - `packages.txt' saved [19377]

//
// ************** Synchronising package dbs **************
//
:: Synchronizing package databases...
 custom                     0.6K    5.2M/s 00:00:00 [####################################################################################################################################################] 100%
 current                   71.5K  207.7K/s 00:00:00 [####################################################################################################################################################] 100%
 extra                    268.5K  233.4K/s 00:00:01 [####################################################################################################################################################] 100%
 unstable                   7.8K  242.8K/s 00:00:00 [####################################################################################################################################################] 100%
 community                263.4K  178.0K/s 00:00:01 [####################################################################################################################################################] 100%
 danimoth                   1.7K   20.6M/s 00:00:00 [####################################################################################################################################################] 100%
 larch                      2.3K  203.1K/s 00:00:00 [####################################################################################################################################################] 100%
 local database is up to date
//
// ************** Installing base package set **************
//
// Installing following packages:
acl attr autoconf automake bash bin86 binutils bison bzip2 coreutils cpio cracklib cryptsetup db dcron device-mapper dhcpcd dialog diffutils dmapi e2fsprogs ed fakeroot file filesystem findutils flex gawk gcc gdbm gen-init-cpio gettext glibc grep groff grub gzip hwdetect initscripts iputils jfsutils kbd kernel-headers klibc klibc-extras klibc-udev less libarchive libdownload libgcrypt libgpg-error libpcap libtool libusb licenses lilo logrotate lshwd lvm2 lzo2 m4 mailx make man man-pages mdadm mkinitcpio mktemp module-init-tools nano ncurses net-tools openssl pacman pam patch pciutils pcmciautils pcre perl pkgconfig popt ppp procinfo procps psmisc readline reiserfsprogs rp-pppoe sed shadow slocate sysfsutils syslog-ng sysvinit tar tcp_wrappers udev usbutils util-linux vim wget which wireless_tools wpa_supplicant xfsdump xfsprogs zlib
resolving dependencies... done.
looking for inter-conflicts... done.

Targets: kernel-headers-2.6.21.1-1  glibc-2.6-2  attr-2.4.32-3  acl-2.2.39-3  ncurses-5.6-1  readline-5.2-2  bash-3.2.017-2  gawk-3.1.5-3  m4-1.4.9-1  diffutils-2.8.1-2  autoconf-2.61-1  binutils-2.17-4  
         gcc-4.2.0-2  db-4.5.20-1  cracklib-2.8.10-3  pam-0.81-4  shadow-4.0.18.1-4  coreutils-6.9-1  gdbm-1.8.3-3  perl-5.8.8-5  automake-1.10-1  bin86-0.16.17-1  bison-2.3-2  bzip2-1.0.4-1  cpio-2.7-2  
         device-mapper-1.02.19-2  libgpg-error-1.5-1  libgcrypt-1.2.4-1  popt-1.10.6-1  e2fsprogs-1.39-2  cryptsetup-1.0.5-2  dcron-3.2-1  dhcpcd-3.0.17-1  dialog-1.1_20070514-2  dmapi-2.2.5-1  ed-0.5-3  
         fakeroot-1.7.1-1  zlib-1.2.3-2  file-4.21-1  filesystem-0.8-8  findutils-4.2.30-1  flex-2.5.33-1  gen-init-cpio-2.6.17-1  gettext-0.16.1-1  pcre-7.1-1  grep-2.5.1a-3  groff-1.19.2-1  grub-0.97-7  
         gzip-1.3.12-2  sed-4.1.5-1  hwdetect-0.8-7  util-linux-2.12-12  mktemp-1.5-1  udev-111-1  initscripts-0.8-12  iputils-20070202-1  jfsutils-1.1.11-1  kbd-1.12-6  klibc-1.5-1  klibc-extras-2.2-2  
         klibc-udev-111-3  less-403-1  libarchive-1.3.1-2  libdownload-1.1-1  libpcap-0.9.5-1  libtool-1.5.22-1  libusb-0.1.12-1  licenses-1.0.1-1  lilo-22.8-1  mailx-8.1.1-3  logrotate-3.7.1-3  
         pciutils-2.2.4-2  usbutils-0.72-1  lshwd-1.1.3-5  lvm2-2.02.25-2  lzo2-2.02-1  make-3.81-1  man-1.6e-1  man-pages-2.51-1  mdadm-2.6.1-2  mkinitcpio-0.5.14-1  module-init-tools-3.2.2-3  
         nano-2.0.6-1  net-tools-1.60-11  openssl-0.9.8e-3  pacman-3.0.4-4  patch-2.5.4-2  sysfsutils-2.1.0-2  pcmciautils-014-1  pkgconfig-0.21-1  ppp-2.4.4-3  procinfo-18-3  procps-3.2.7-1  psmisc-22.5-1  
         reiserfsprogs-3.6.20-1  rp-pppoe-3.8-1  slocate-3.1-2  tcp_wrappers-7.6-6  syslog-ng-2.0.4-1.1  sysvinit-2.86-2  tar-1.16.1-1  vim-7.0.243-1  wget-1.10.2-2  which-2.16-1  wireless_tools-29pre21-1  
         wpa_supplicant-0.5.8-1  xfsprogs-2.8.18-1  xfsdump-2.2.42-1  

Total Package Size:   88.37 MB

Beginning upgrade process...
checking package integrity... done.
cleaning up... done.
(108/108) checking for file conflicts               [####################################################################################################################################################] 100%
(  1/108) installing kernel-headers                 [####################################################################################################################################################] 100%
(  2/108) installing glibc                          [####################################################################################################################################################] 100%
(  3/108) installing attr                           [####################################################################################################################################################] 100%
(  4/108) installing acl                            [####################################################################################################################################################] 100%
(  5/108) installing ncurses                        [####################################################################################################################################################] 100%
(  6/108) installing readline                       [####################################################################################################################################################] 100%
(  7/108) installing bash                           [####################################################################################################################################################] 100%
(  8/108) installing gawk                           [####################################################################################################################################################] 100%
(  9/108) installing m4                             [####################################################################################################################################################] 100%
( 10/108) installing diffutils                      [####################################################################################################################################################] 100%
( 11/108) installing autoconf                       [####################################################################################################################################################] 100%
( 12/108) installing binutils                       [####################################################################################################################################################] 100%
( 13/108) installing gcc                            [####################################################################################################################################################] 100%
( 14/108) installing db                             [####################################################################################################################################################] 100%
( 15/108) installing cracklib                       [####################################################################################################################################################] 100%
( 16/108) installing pam                            [####################################################################################################################################################] 100%
( 17/108) installing shadow                         [####################################################################################################################################################] 100%
( 18/108) installing coreutils                      [####################################################################################################################################################] 100%
( 19/108) installing gdbm                           [####################################################################################################################################################] 100%
( 20/108) installing perl                           [####################################################################################################################################################] 100%
( 21/108) installing automake                       [####################################################################################################################################################] 100%
( 22/108) installing bin86                          [####################################################################################################################################################] 100%
( 23/108) installing bison                          [####################################################################################################################################################] 100%
( 24/108) installing bzip2                          [####################################################################################################################################################] 100%
( 25/108) installing cpio                           [####################################################################################################################################################] 100%
( 26/108) installing device-mapper                  [####################################################################################################################################################] 100%
( 27/108) installing libgpg-error                   [####################################################################################################################################################] 100%
( 28/108) installing libgcrypt                      [####################################################################################################################################################] 100%
( 29/108) installing popt                           [####################################################################################################################################################] 100%
( 30/108) installing e2fsprogs                      [####################################################################################################################################################] 100%
( 31/108) installing cryptsetup                     [####################################################################################################################################################] 100%
( 32/108) installing dcron                          [####################################################################################################################################################] 100%
( 33/108) installing dhcpcd                         [####################################################################################################################################################] 100%
( 34/108) installing dialog                         [####################################################################################################################################################] 100%
( 35/108) installing dmapi                          [####################################################################################################################################################] 100%
( 36/108) installing ed                             [####################################################################################################################################################] 100%
( 37/108) installing fakeroot                       [####################################################################################################################################################] 100%
/var/lib/pacman/local/fakeroot-1.7.1-1/install: line 3: grep: command not found
updating /etc/ld.so.conf... done.
( 38/108) installing zlib                           [####################################################################################################################################################] 100%
( 39/108) installing file                           [####################################################################################################################################################] 100%

the 4th line from end ...
installation then continue and dont stop with some fail ....
i am just wonder, what it means?
everything looks fine, everything works ... Just this error.
seems like grep is installed after fakeroot, and fake root need grep (before grep is installed) ...

Offline

#173 2007-06-05 13:24:36

boar
Member
Registered: 2007-05-22
Posts: 21

Re: larch - latest news

raymano wrote:

Boar,

It works fine here. I built it from AUR. If you're interested, you can see it work in FaunOS:

http://www.faunos.com

Raymano

I am trying to bui8ld splashy from aur, with that error...

[root@blackwood splashy]# makepkg 

.
.
.
.
Making all in src
make[2]: Entering directory `/root/aur/splashy/src/splashy-0.3.2/src'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..  -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb      -march=i686 -mtune=generic -O2 -pipe -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -MT splashy_video.lo -MD -MP -MF ".deps/splashy_video.Tpo" -c -o splashy_video.lo splashy_video.c; \
    then mv -f ".deps/splashy_video.Tpo" ".deps/splashy_video.Plo"; else rm -f ".deps/splashy_video.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb -march=i686 -mtune=generic -O2 -pipe -Wall -Werror -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -MT splashy_video.lo -MD -MP -MF .deps/splashy_video.Tpo -c splashy_video.c  -fPIC -DPIC -o .libs/splashy_video.o
cc1: warnings being treated as errors
splashy_video.c: In function 'splashy_printline':
splashy_video.c:1351: warning: 'sp' may be used uninitialized in this function
make[2]: *** [splashy_video.lo] Error 1
make[2]: Leaving directory `/root/aur/splashy/src/splashy-0.3.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/aur/splashy/src/splashy-0.3.2'
make: *** [all] Error 2
==> ERROR: Build Failed.  Aborting...

(i ad just last lines, with error.)
i thing, that problem is, in building that version of splashy with gcc 4.2.0

Offline

#174 2007-06-05 13:31:19

raymano
Member
Registered: 2006-10-13
Posts: 357
Website

Re: larch - latest news

You are probably right. I used gcc 4.1.2 to build it.

Also, it seems like your gcc is treating warnings as errors. See the man page on gcc 4.2. There is probably a flag to disable this.

Last edited by raymano (2007-06-05 13:34:14)


FaunOS: Live USB/DVD Linux Distro: http://www.faunos.com

Offline

#175 2007-06-05 13:52:59

boar
Member
Registered: 2007-05-22
Posts: 21

Re: larch - latest news

raymano wrote:

You are probably right. I used gcc 4.1.2 to build it.

Also, it seems like your gcc is treating warnings as errors. See the man page on gcc 4.2. There is probably a flag to disable this.

yeah, on second machine, (where gcc4.1.x is installed) it works. so, il have that package smile

Offline

Board footer

Powered by FluxBB