Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

moreutils can't emerge

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
11 posts • Page 1 of 1
Author
Message
MageSlayer
Apprentice
Apprentice
User avatar
Posts: 253
Joined: Thu Jul 26, 2007 9:08 am
Location: Ukraine

moreutils can't emerge

  • Quote

Post by MageSlayer » Sun May 11, 2008 8:12 am

Seems like 0.29 tarball lacks sponge.1, isutf8.1, ifdata.1, ifne.1, pee.1, mispipe.1, lckdo.1 man files, so emerge gives:

Code: Select all

install sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 ifne.1 pee.1 zrun.1 mispipe.1 lckdo.1 /var/tmp/paludis/sys-apps-moreutils-0.29/image//usr/share/man/man1
install: cannot stat `sponge.1': No such file or directory
install: cannot stat `isutf8.1': No such file or directory
install: cannot stat `ifdata.1': No such file or directory
install: cannot stat `ifne.1': No such file or directory
install: cannot stat `pee.1': No such file or directory
install: cannot stat `mispipe.1': No such file or directory
install: cannot stat `lckdo.1': No such file or directory
make: *** [install] Error 1
Please correct either ebuild itself, or tarball package
Top
bunder
Bodhisattva
Bodhisattva
Posts: 5956
Joined: Sat Apr 10, 2004 5:13 am

  • Quote

Post by bunder » Sun May 11, 2008 8:23 am

can we see more of the output? maybe they're not there because they didn't get built during the build phase.

cheers
Neddyseagoon wrote:The problem with leaving is that you can only do it once and it reduces your influence.
banned from #gentoo since sept 2017
Top
MageSlayer
Apprentice
Apprentice
User avatar
Posts: 253
Joined: Thu Jul 26, 2007 9:08 am
Location: Ukraine

  • Quote

Post by MageSlayer » Sun May 11, 2008 9:23 am

Code: Select all

dencomp denis # paludis -i sys-apps/moreutils &> moreutils.log

moreutils.log
Building target list... 
Building dependency list...

These packages will be installed:

* sys-apps/moreutils [N 0.29] <target>
    "a growing collection of the unix tools that nobody thought to write thirty years ago"

Total: 1 package (1 new)

(1 of 1) Installing sys-apps/moreutils-0.29:0::gentoo

paludis@1210498041: [WARNING e.ebuild.userpriv_disabled] In program paludis (--checks none --show-use-descriptions none --dl-upgrade as-needed) -i sys-apps/moreutils:
  ... When performing install action from command line:
  ... When executing install task:
  ... When fetching 'sys-apps/moreutils-0.29:0::gentoo':
  ... When checking permissions on '/var/paludis/distfiles' for userpriv:
  ... Directory '/var/paludis/distfiles' owned by group 'root', not 'paludisbuild', so cannot enable userpriv
Checking 'moreutils_0.29.tar.gz'... ok
paludis@1210498041: [WARNING e.ebuild.userpriv_disabled] In program paludis (--checks none --show-use-descriptions none --dl-upgrade as-needed) -i sys-apps/moreutils:
  ... When performing install action from command line:
  ... When executing install task:
  ... When installing 'sys-apps/moreutils-0.29:0::gentoo':
  ... When checking permissions on '/var/paludis/distfiles' for userpriv:
  ... Directory '/var/paludis/distfiles' owned by group 'root', not 'paludisbuild', so cannot enable userpriv
[32;01m>>>[0m Running ebuild phase killold as root:root...
[32;01m>>>[0m Starting builtin_killold
[32;01m>>>[0m Done builtin_killold
[32;01m>>>[0m Completed ebuild phase killold
[32;01m>>>[0m Running ebuild phases init saveenv as root:root...
[32;01m>>>[0m Starting builtin_init
[32;01m>>>[0m Done builtin_init
[32;01m>>>[0m Starting builtin_saveenv
[32;01m>>>[0m Done builtin_saveenv
[32;01m>>>[0m Completed ebuild phases init saveenv
[32;01m>>>[0m Running ebuild phases loadenv setup saveenv as root:root...
[32;01m>>>[0m Starting builtin_loadenv
[32;01m>>>[0m Done builtin_loadenv
[32;01m>>>[0m Starting pkg_setup
[32;01m>>>[0m Done pkg_setup
[32;01m>>>[0m Starting builtin_saveenv
[32;01m>>>[0m Done builtin_saveenv
[32;01m>>>[0m Completed ebuild phases loadenv setup saveenv
[32;01m>>>[0m Running ebuild phases loadenv unpack compile saveenv as root:root...
[32;01m>>>[0m Starting builtin_loadenv
[32;01m>>>[0m Done builtin_loadenv
[32;01m>>>[0m Starting src_unpack
>>> Unpacking moreutils_0.29.tar.gz to /var/tmp/paludis/sys-apps-moreutils-0.29/work
tar zxf /var/paludis/distfiles/moreutils_0.29.tar.gz --no-same-owner
 [32;01m*[0m Applying docbook-makefile.patch ...
[A[73G [34;01m[ [32;01mok[34;01m ][0m
[32;01m>>>[0m Done src_unpack
[32;01m>>>[0m Starting src_compile
make -j1 CFLAGS=-O2 -march=i686 -pipe
cc -O2 -march=i686 -pipe    isutf8.c   -o isutf8
cc -O2 -march=i686 -pipe    ifdata.c   -o ifdata
cc -O2 -march=i686 -pipe    ifne.c   -o ifne
cc -O2 -march=i686 -pipe    pee.c   -o pee
cc -O2 -march=i686 -pipe    sponge.c   -o sponge
cc -O2 -march=i686 -pipe    mispipe.c   -o mispipe
cc -O2 -march=i686 -pipe    lckdo.c   -o lckdo
docbook2man.pl sponge.docbook
.TH "sponge" "1" "" "" ""
.SH "NAME"
sponge \- soak up standard input and write to a file
.SH "SYNOPSIS"
.SH "DESCRIPTION"
.PP
\fBsponge\fR reads standard input and
writes it out to the specified file\&. Unlike a shell
redirect, sponge soaks up all its input before
opening the output file\&. This allows for
constructing pipelines that read from and write to
the same file\&. 
.PP
If no output file is specified, sponge outputs to
stdout\&.
pod2man --center=" " --release="moreutils" vidir > vidir.1;
pod2man --center=" " --release="moreutils" vipe > vipe.1;
docbook2man.pl isutf8.docbook
.TH "isutf8" "1" "" "" ""
.SH "NAME"
isutf8 \- check whether files are valid UTF-8
.SH "SYNOPSIS"
.SH "DESCRIPTION"
.PP
\fBisutf8\fR checks whether files are
syntactically valid UTF-8\&. Input is either files named on the
command line, or the standard input\&. Notices about files with
invalid UTF-8 are printed to standard output\&.
.SH "OPTIONS"
.TP
-h
.TP
--help
Print out a help summary\&.
.TP
-q
.TP
--quiet
Don\&'t print messages telling which files are
invalid UTF-8, merely indicate it with the exit
status\&.
.SH "EXIT STATUS"
.PP
If the file is valid UTF-8, the exit status is zero\&.
If the file is not valid UTF-8, or there is some
error, the exit status is non-zero\&.
.SH "SEE ALSO"
.PP
utf8(7)
pod2man --center=" " --release="moreutils" ts > ts.1;
pod2man --center=" " --release="moreutils" combine > combine.1;
docbook2man.pl ifdata.docbook
.TH "ifdata" "1" "" "" ""
.SH "NAME"
ifdata \- get network interface info without
parsing ifconfig output
.SH "SYNOPSIS"
.SH "DESCRIPTION"
.PP
\fBifdata\fR can be used to check for
the existence of a network interface, or to get
information abut the interface, such as its IP
address\&. Unlike \fBifconfig\fR or
\fBip\fR, \fBifdata\fR
has simple to parse output that is designed to be
easily used by a shell script\&.
.SH "OPTIONS"
.TP
-h
Print out a help summary\&.
.TP
-e
Test to see if the interface exists,
exit nonzero if it does not\&.
.TP
-p
Prints out the whole configuration of
the interface\&.
.TP
-pe
Prints "yes" or "no" if the interface
exists or not\&.
.TP
-ph
Prints the hardware address of the
interface\&.
.TP
-pa
Prints the IPv4 address of the
interface\&.
.TP
-pn
Prints the netmask of the
interface\&.
.TP
-pN
Prints the network address of the
interface\&.
.TP
-pb
Prints the broadcast address of the
interface\&.
.TP
-pm
Prints the MTU of the interface\&.
.TP
-pf
Prints the flags of the 
interface\&.
.TP
-si
Prints out all the input statistics
of the interface\&.
.TP
-sip
Prints the number of input packets\&.
.TP
-sib
Prints the number of input bytes\&.
.TP
-sie
Prints the number of input errors\&.
.TP
-sid
Prints the number of dropped input
packets\&.
.TP
-sif
Prints the number of input fifo overruns\&.
.TP
-sic
Print the number of compressed input
packets\&.
.TP
-sim
Prints the number of input
multicast packets\&.
.TP
-so
Prints out all the output statistics
of the interface\&.
.TP
-sop
Prints the number of output packets\&.
.TP
-sob
Prints the number of output bytes\&.
.TP
-soe
Prints the number of output errors\&.
.TP
-sod
Prints the number of dropped
output packets\&.
.TP
-sof
Prints the number of output fifo overruns\&.
.TP
-sox
Print the number of output collisions\&.
.TP
-soc
Prints the number of output carrier
losses\&.
.TP
-som
Prints the number of output multicast
packets\&.
.TP
-bips
Prints the number of bytes of
incoming traffic measured in one second\&.
.TP
-bops
Prints the number of bytes of
outgoing traffic measured in one second\&.
docbook2man.pl ifne.docbook
.TH "ifne" "1" "" "" ""
.SH "NAME"
ifne \- Run command if the standard input is not empty
.SH "SYNOPSIS"
.SH "DESCRIPTION"
.PP
\fBifne\fR runs the following command if and only if
the standard input is not empty\&.
.SH "EXAMPLE"
docbook2man.pl pee.docbook
.TH "pee" "1" "" "" ""
.SH "NAME"
pee \- tee standard input to pipes
.SH "SYNOPSIS"
.SH "DESCRIPTION"
.PP
\fBpee\fR is like \fBtee\fR
but for pipes\&. Each command is run and fed a copy of the
standard input\&. The output of all commands is sent to
stdout\&.
.SH "SEE ALSO"
.PP
tee(1)
pod2man --center=" " --release="moreutils" zrun > zrun.1;
docbook2man.pl mispipe.docbook
.TH "mispipe" "1" "" "" ""
.SH "NAME"
mispipe \- pipe two commands, returning the exit status of
the first
.SH "SYNOPSIS"
.SH "DESCRIPTION"
.PP
\fBmispipe\fR pipes two commands
together like the shell does, but unlike piping in the
shell, the exit status of the first command is returned\&.
.PP
Note that some shells, notably \fBbash\fR,
do offer a pipefail option, however, that option does not
behave the same since it makes a failure of any command in
the pipeline be returned, not just the exit status of the
first\&.
.SH "EXIT STATUS"
.PP
The exit status of the first command\&. If the process
terminated abnormally (due to a signal), 128 will be added
to its exit status\&.
docbook2man.pl lckdo.docbook
.TH "lckdo" "1" "" "" ""
.SH "NAME"
lckdo \- run a program with a lock held
.SH "SYNOPSIS"
.SH "DESCRIPTION"
.PP
\fBlckdo\fR runs a program with a lock
held, in order to prevent multiple processes from running in
parallel\&. Use just like \fBnice\fR or
\fBnohup\fR\&.
.SH "OPTIONS"
.TP
-w
If the lock is already held by another process,
wait for it to complete instead of failing
immediately\&.
.TP
-W {sec}
The same as -w but wait not more than sec
seconds\&.
.TP
-e
Execute the program directly without forking and
waiting (keeps an extra file descriptor open)\&.
.TP
-E {nnn}
Set the file descriptor number to keep open when
exec()ing (implies -e)\&.
.TP
-n
Do not create the lock file if it does not
exist\&.
.TP
-q
Produce no output if lock is already held\&.
.TP
-s
Lock in shared (read) mode\&.
.TP
-x
Lock in exclusive (write) mode (default)\&.
.TP
-t
Test for lock existence\&.
.SH "EXIT STATUS"
.PP
If the lock was successfully acquired, the return value is that
of the program invoked by \fBlckdo\fR\&. If the lock
couldn\&'t be acquired, EX_TEMPFAIL is returned\&. If there was a problem
opening/creating or locking the lock file, EX_CANTCREAT or EX_OSERR
will be returned\&.
[32;01m>>>[0m Done src_compile
[32;01m>>>[0m Starting builtin_saveenv
[32;01m>>>[0m Done builtin_saveenv
[32;01m>>>[0m Completed ebuild phases loadenv unpack compile saveenv
[32;01m>>>[0m Running ebuild phases loadenv install saveenv as root:root...
[32;01m>>>[0m Starting builtin_loadenv
[32;01m>>>[0m Done builtin_loadenv
[32;01m>>>[0m Starting src_install
make -j1 PREFIX=/var/tmp/paludis/sys-apps-moreutils-0.29/image/ install
mkdir -p /var/tmp/paludis/sys-apps-moreutils-0.29/image//usr/bin
install -s isutf8 ifdata ifne pee sponge mispipe lckdo /var/tmp/paludis/sys-apps-moreutils-0.29/image//usr/bin
install vidir vipe ts combine zrun /var/tmp/paludis/sys-apps-moreutils-0.29/image//usr/bin
mkdir -p /var/tmp/paludis/sys-apps-moreutils-0.29/image//usr/share/man/man1
install sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 ifne.1 pee.1 zrun.1 mispipe.1 lckdo.1 /var/tmp/paludis/sys-apps-moreutils-0.29/image//usr/share/man/man1
install: cannot stat `sponge.1': No such file or directory
install: cannot stat `isutf8.1': No such file or directory
install: cannot stat `ifdata.1': No such file or directory
install: cannot stat `ifne.1': No such file or directory
install: cannot stat `pee.1': No such file or directory
install: cannot stat `mispipe.1': No such file or directory
install: cannot stat `lckdo.1': No such file or directory
make: *** [install] Error 1

!!! ERROR in sys-apps/moreutils-0.29:
!!! In src_install at line 3369
!!! install failed

!!! Call stack:
!!!    * src_install (/var/tmp/paludis/sys-apps-moreutils-0.29/temp/loadsaveenv:3369)
!!!    * ebuild_f_install (/usr/libexec/paludis/0/src_install.bash:46)
!!!    * ebuild_main (/usr/libexec/paludis/ebuild.bash:460)
!!!    * main (/usr/libexec/paludis/ebuild.bash:479)

diefunc: making ebuild PID 11530 exit with error
die trap: exiting with error.

Install error:
  * In program paludis (--checks none --show-use-descriptions none --dl-upgrade as-needed) -i sys-apps/moreutils:
  * When performing install action from command line:
  * When executing install task:
  * When installing 'sys-apps/moreutils-0.29:0::gentoo':
  * Install error: Install failed for 'sys-apps/moreutils-0.29:0::gentoo'



Summary of failures:

* sys-apps/moreutils-0.29:0::gentoo: failure

Total: 1 package, 0 successes, 0 skipped, 1 failure, 0 unreached

Resume command: paludis --log-level qa --install --add-to-world-spec 'sys-apps/moreutils' --serialised 0.25 'package;=sys-apps/moreutils-0.29:0::gentoo;installed;has_all_deps;P'

 [33;01m*[0m You have 7 unread news items (use 'eselect news' to read)

 [32;01m*[0m Searching for configuration files requiring action...
 [32;01m*[0m No configuration file updates required

Top
bunder
Bodhisattva
Bodhisattva
Posts: 5956
Joined: Sat Apr 10, 2004 5:13 am

  • Quote

Post by bunder » Sun May 11, 2008 9:25 am

can you try with emerge please?

thanks
Neddyseagoon wrote:The problem with leaving is that you can only do it once and it reduces your influence.
banned from #gentoo since sept 2017
Top
MageSlayer
Apprentice
Apprentice
User avatar
Posts: 253
Joined: Thu Jul 26, 2007 9:08 am
Location: Ukraine

  • Quote

Post by MageSlayer » Sun May 11, 2008 10:09 am

Code: Select all

linux-mvs denis # emerge sys-apps/moreutils &> moreutils.log

moreutils.log

>>> Emerging (15 of 15) sys-apps/moreutils-0.29 to /
 * moreutils_0.29.tar.gz RMD160 SHA1 SHA256 size ;-) ...                  [ ok ]
 * checking ebuild checksums ;-) ...                                      [ ok ]
 * checking auxfile checksums ;-) ...                                     [ ok ]
 * checking miscfile checksums ;-) ...                                    [ ok ]
 * checking moreutils_0.29.tar.gz ;-) ...                                 [ ok ]
>>> Unpacking source...
>>> Unpacking moreutils_0.29.tar.gz to /var/tmp/portage/sys-apps/moreutils-0.29/work
 * Applying docbook-makefile.patch ...
  [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/sys-apps/moreutils-0.29/work ...
gcc -O3 -march=i686 -pipe    isutf8.c   -o isutf8
gcc -O3 -march=i686 -pipe    ifdata.c   -o ifdata
gcc -O3 -march=i686 -pipe    ifne.c   -o ifne
gcc -O3 -march=i686 -pipe    pee.c   -o pee
gcc -O3 -march=i686 -pipe    sponge.c   -o sponge
gcc -O3 -march=i686 -pipe    mispipe.c   -o mispipe
gcc -O3 -march=i686 -pipe    lckdo.c   -o lckdo
docbook2man.pl sponge.docbook
pod2man --center=" " --release="moreutils" vidir > vidir.1;
pod2man --center=" " --release="moreutils" vipe > vipe.1;
.TH "sponge" "1" "" "" ""
.SH "NAME"
sponge \- soak up standard input and write to a file
.SH "SYNOPSIS"
.SH "DESCRIPTION"
.PP
\fBsponge\fR reads standard input and
writes it out to the specified file\&. Unlike a shell
redirect, sponge soaks up all its input before
opening the output file\&. This allows for
constructing pipelines that read from and write to
the same file\&. 
.PP
docbook2man.pl isutf8.docbook
If no output file is specified, sponge outputs to
stdout\&.
pod2man --center=" " --release="moreutils" ts > ts.1;
pod2man --center=" " --release="moreutils" combine > combine.1;
docbook2man.pl ifdata.docbook
.TH "isutf8" "1" "" "" ""
.SH "NAME"
isutf8 \- check whether files are valid UTF-8
.SH "SYNOPSIS"
.SH "DESCRIPTION"
.PP
\fBisutf8\fR checks whether files are
syntactically valid UTF-8\&. Input is either files named on the
command line, or the standard input\&. Notices about files with
invalid UTF-8 are printed to standard output\&.
.SH "OPTIONS"
.TP
-h
.TP
--help
Print out a help summary\&.
.TP
-q
.TP
--quiet
Don\&'t print messages telling which files are
invalid UTF-8, merely indicate it with the exit
status\&.
.SH "EXIT STATUS"
.PP
If the file is valid UTF-8, the exit status is zero\&.
If the file is not valid UTF-8, or there is some
error, the exit status is non-zero\&.
.SH "SEE ALSO"
.PP
utf8(7)
docbook2man.pl ifne.docbook
.TH "ifdata" "1" "" "" ""
.SH "NAME"
ifdata \- get network interface info without
parsing ifconfig output
.SH "SYNOPSIS"
.SH "DESCRIPTION"
.PP
\fBifdata\fR can be used to check for
the existence of a network interface, or to get
information abut the interface, such as its IP
address\&. Unlike \fBifconfig\fR or
\fBip\fR, \fBifdata\fR
has simple to parse output that is designed to be
easily used by a shell script\&.
.SH "OPTIONS"
.TP
-h
Print out a help summary\&.
.TP
.TH "ifne" "1" "" "" ""
-e
Test to see if the interface exists,
exit nonzero if it does not\&.
.TP
-p
Prints out the whole configuration of
the interface\&.
.TP
-pe
Prints "yes" or "no" if the interface
.SH "NAME"
exists or not\&.
.TP
ifne \- Run command if the standard input is not empty
-ph
Prints the hardware address of the
.SH "SYNOPSIS"
interface\&.
.TP
.SH "DESCRIPTION"
-pa
Prints the IPv4 address of the
interface\&.
.TP
.PP
\fBifne\fR runs the following command if and only if
-pn
Prints the netmask of the
the standard input is not empty\&.
.SH "EXAMPLE"
interface\&.
.TP
-pN
Prints the network address of the
interface\&.
.TP
-pb
Prints the broadcast address of the
interface\&.
.TP
-pm
Prints the MTU of the interface\&.
.TP
-pf
Prints the flags of the 
interface\&.
.TP
-si
Prints out all the input statistics
of the interface\&.
.TP
-sip
Prints the number of input packets\&.
docbook2man.pl pee.docbook
.TP
-sib
Prints the number of input bytes\&.
.TP
-sie
Prints the number of input errors\&.
.TP
-sid
Prints the number of dropped input
packets\&.
.TP
-sif
Prints the number of input fifo overruns\&.
.TP
-sic
Print the number of compressed input
packets\&.
.TP
-sim
Prints the number of input
multicast packets\&.
.TP
-so
Prints out all the output statistics
of the interface\&.
.TP
-sop
Prints the number of output packets\&.
.TP
-sob
Prints the number of output bytes\&.
.TP
-soe
Prints the number of output errors\&.
.TP
-sod
Prints the number of dropped
output packets\&.
.TP
-sof
Prints the number of output fifo overruns\&.
.TP
-sox
Print the number of output collisions\&.
.TP
-soc
Prints the number of output carrier
losses\&.
.TP
-som
Prints the number of output multicast
packets\&.
.TP
-bips
Prints the number of bytes of
incoming traffic measured in one second\&.
.TP
-bops
Prints the number of bytes of
outgoing traffic measured in one second\&.
pod2man --center=" " --release="moreutils" zrun > zrun.1;
docbook2man.pl mispipe.docbook
.TH "pee" "1" "" "" ""
.SH "NAME"
pee \- tee standard input to pipes
.SH "SYNOPSIS"
.SH "DESCRIPTION"
.PP
\fBpee\fR is like \fBtee\fR
but for pipes\&. Each command is run and fed a copy of the
standard input\&. The output of all commands is sent to
stdout\&.
.SH "SEE ALSO"
.PP
tee(1)
docbook2man.pl lckdo.docbook
.TH "mispipe" "1" "" "" ""
.SH "NAME"
mispipe \- pipe two commands, returning the exit status of
the first
.SH "SYNOPSIS"
.SH "DESCRIPTION"
.PP
\fBmispipe\fR pipes two commands
together like the shell does, but unlike piping in the
shell, the exit status of the first command is returned\&.
.PP
Note that some shells, notably \fBbash\fR,
do offer a pipefail option, however, that option does not
behave the same since it makes a failure of any command in
the pipeline be returned, not just the exit status of the
first\&.
.SH "EXIT STATUS"
.PP
The exit status of the first command\&. If the process
terminated abnormally (due to a signal), 128 will be added
to its exit status\&.
.TH "lckdo" "1" "" "" ""
.SH "NAME"
lckdo \- run a program with a lock held
.SH "SYNOPSIS"
.SH "DESCRIPTION"
.PP
\fBlckdo\fR runs a program with a lock
held, in order to prevent multiple processes from running in
parallel\&. Use just like \fBnice\fR or
\fBnohup\fR\&.
.SH "OPTIONS"
.TP
-w
If the lock is already held by another process,
wait for it to complete instead of failing
immediately\&.
.TP
-W {sec}
The same as -w but wait not more than sec
seconds\&.
.TP
-e
Execute the program directly without forking and
waiting (keeps an extra file descriptor open)\&.
.TP
-E {nnn}
Set the file descriptor number to keep open when
exec()ing (implies -e)\&.
.TP
-n
Do not create the lock file if it does not
exist\&.
.TP
-q
Produce no output if lock is already held\&.
.TP
-s
Lock in shared (read) mode\&.
.TP
-x
Lock in exclusive (write) mode (default)\&.
.TP
-t
Test for lock existence\&.
.SH "EXIT STATUS"
.PP
If the lock was successfully acquired, the return value is that
of the program invoked by \fBlckdo\fR\&. If the lock
couldn\&'t be acquired, EX_TEMPFAIL is returned\&. If there was a problem
opening/creating or locking the lock file, EX_CANTCREAT or EX_OSERR
will be returned\&.
>>> Source compiled.
>>> Test phase [not enabled]: sys-apps/moreutils-0.29

>>> Install moreutils-0.29 into /var/tmp/portage/sys-apps/moreutils-0.29/image/ category sys-apps
mkdir -p /var/tmp/portage/sys-apps/moreutils-0.29/image//usr/bin
install -s isutf8 ifdata ifne pee sponge mispipe lckdo /var/tmp/portage/sys-apps/moreutils-0.29/image//usr/bin
install vidir vipe ts combine zrun /var/tmp/portage/sys-apps/moreutils-0.29/image//usr/bin
mkdir -p /var/tmp/portage/sys-apps/moreutils-0.29/image//usr/share/man/man1
install sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 ifne.1 pee.1 zrun.1 mispipe.1 lckdo.1 /var/tmp/portage/sys-apps/moreutils-0.29/image//usr/share/man/man1
install: невозможно выполнить stat для `sponge.1': Нет такого файла или каталога
install: невозможно выполнить stat для `isutf8.1': Нет такого файла или каталога
install: невозможно выполнить stat для `ifdata.1': Нет такого файла или каталога
install: невозможно выполнить stat для `ifne.1': Нет такого файла или каталога
install: невозможно выполнить stat для `pee.1': Нет такого файла или каталога
install: невозможно выполнить stat для `mispipe.1': Нет такого файла или каталога
install: невозможно выполнить stat для `lckdo.1': Нет такого файла или каталога
make: *** [install] Ошибка 1
 * 
 * ERROR: sys-apps/moreutils-0.29 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_install
 *             environment, line 2037:  Called die
 * The specific snippet of code:
 *       emake PREFIX="${D}" install || die "install failed"
 *  The die message:
 *   install failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/sys-apps/moreutils-0.29/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-apps/moreutils-0.29/temp/environment'.
 * 
 * GNU info directory index is up-to-date.
The same thing in overall :)
Top
bunder
Bodhisattva
Bodhisattva
Posts: 5956
Joined: Sat Apr 10, 2004 5:13 am

  • Quote

Post by bunder » Sun May 11, 2008 10:40 am

do any of these files exist in /var/tmp/portage/sys-apps/moreutils-0.29 ? (you might have to check the subdirectories)

i'm wondering if these files have a different name than it's suggesting in the ebuild... (either case, you might want to file a bug... if you want to give me a couple days, i'll build it here to confirm.)

cheers

ps: in the meantime, can we also see an emerge --info?
Neddyseagoon wrote:The problem with leaving is that you can only do it once and it reduces your influence.
banned from #gentoo since sept 2017
Top
MageSlayer
Apprentice
Apprentice
User avatar
Posts: 253
Joined: Thu Jul 26, 2007 9:08 am
Location: Ukraine

  • Quote

Post by MageSlayer » Sun May 11, 2008 10:48 am

bunder wrote:do any of these files exist in /var/tmp/portage/sys-apps/moreutils-0.29 ? (you might have to check the subdirectories)
No, they surely doesn't exist in /var/tmp/portage/sys-apps/moreutils-0.29 (searching *.1 gives only some other mans).
bunder wrote:i'm wondering if these files have a different name than it's suggesting in the ebuild... (either case, you might want to file a bug... if you want to give me a couple days, i'll build it here to confirm.)
Ok, I'll fill a bug in two days if you forget :).
bunder wrote:ps: in the meantime, can we also see an emerge --info?

Code: Select all

Portage 2.1.4.4 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.5-r0, 2.6.24-gentoo-r4 i686)
=================================================================
System uname: 2.6.24-gentoo-r4 i686 Celeron (Mendocino)
Timestamp of tree: Sat, 10 May 2008 23:45:01 +0000
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p17
dev-lang/python:     2.4.4-r6
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r6
sys-apps/baselayout: 1.12.9
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb /var/bind"
CONFIG_PROTECT_MASK="/etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O3 -march=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://src.gentoo.pl "
LANG="ru_RU.UTF-8"
LC_ALL=""
LINGUAS="ru en ua"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/voip /usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X berkdb cli cracklib crypt dbus dri fortran fuse gdbm gpm iconv isdnlog midi milter mudflap ncurses nls nptl nptlonly openmp pam pcre perl pic ppds pppd python readline reflection session spl ssl symlink tcpd unicode x86 xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="ru en ua" USERLAND="GNU" VIDEO_CARDS="dummy vesa"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Top
Naib
Watchman
Watchman
User avatar
Posts: 6101
Joined: Fri May 21, 2004 9:42 pm
Location: Removed by Neddy
Contact:
Contact Naib
Website

  • Quote

Post by Naib » Sun May 11, 2008 10:54 am

(clean) emerge morutils output

Code: Select all

# emerge moreutils 

Calculating dependencies... done!
>>> Verifying ebuild Manifests...

>>> Emerging (1 of 1) sys-apps/moreutils-0.29 to /
 * moreutils_0.29.tar.gz RMD160 SHA1 SHA256 size ;-) ...                                                          [ ok ]
 * checking ebuild checksums ;-) ...                                                                              [ ok ]
 * checking auxfile checksums ;-) ...                                                                             [ ok ]
 * checking miscfile checksums ;-) ...                                                                            [ ok ]
 * checking moreutils_0.29.tar.gz ;-) ...                                                                         [ ok ]
>>> Unpacking source...
>>> Unpacking moreutils_0.29.tar.gz to /var/tmp/portage/sys-apps/moreutils-0.29/work
 * Applying docbook-makefile.patch ...                                                                            [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/sys-apps/moreutils-0.29/work ...
cc -march=nocona -O2 -pipe -fomit-frame-pointer    isutf8.c   -o isutf8
cc -march=nocona -O2 -pipe -fomit-frame-pointer    ifdata.c   -o ifdata
cc -march=nocona -O2 -pipe -fomit-frame-pointer    ifne.c   -o ifne
cc -march=nocona -O2 -pipe -fomit-frame-pointer    pee.c   -o pee
cc -march=nocona -O2 -pipe -fomit-frame-pointer    sponge.c   -o sponge
cc -march=nocona -O2 -pipe -fomit-frame-pointer    mispipe.c   -o mispipe
cc -march=nocona -O2 -pipe -fomit-frame-pointer    lckdo.c   -o lckdo
docbook2man.pl sponge.docbook
warning: failed to load external entity "http://docbook2x.sf.net/latest/xslt/man/docbook.xsl"
cannot parse http://docbook2x.sf.net/latest/xslt/man/docbook.xsl
pod2man --center=" " --release="moreutils" vidir > vidir.1;
pod2man --center=" " --release="moreutils" vipe > vipe.1;
Empty Stream at /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux/XML/LibXML/SAX/Parser.pm line 24
make: *** [sponge.1] Error 9
make: *** Waiting for unfinished jobs....
 * 
 * ERROR: sys-apps/moreutils-0.29 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2123:  Called die
 * The specific snippet of code:
 *       emake CFLAGS="${CFLAGS}" || die "emake failed"
 *  The die message:
 *   emake failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/sys-apps/moreutils-0.29/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-apps/moreutils-0.29/temp/environment'.
 *
so yes it does fail but because it cannot get that file from the web

wtf is that emerge output sooo different?
#define HelloWorld int
#define Int main()
#define Return printf
#define Print return
#include <stdio>
HelloWorld Int {
Return("Hello, world!\n");
Print 0;
Top
faux
n00b
n00b
Posts: 61
Joined: Fri Oct 26, 2007 9:32 am
Location: Linz, Austria
Contact:
Contact faux
Website

  • Quote

Post by faux » Sun May 11, 2008 4:22 pm

Also also wanted to emerge morutils today when this error disturbed me. ;)
I also searched for these files and they are also missing.
Top
peteblack
n00b
n00b
User avatar
Posts: 26
Joined: Sun Aug 28, 2005 6:44 pm

  • Quote

Post by peteblack » Thu May 15, 2008 6:40 am

Same but a bit different...

>>> Compiling source in /var/tmp/portage/sys-apps/moreutils-0.29/work ...
sponge.docbook:25: warning: failed to load external entity "file:///usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd"
[]>
^
ifdata.docbook:25: warning: failed to load external entity "file:///usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd"
[]>
^
isutf8.docbook:25: warning: failed to load external entity "file:///usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd"
[]>
^
ifne.docbook:25: warning: failed to load external entity "file:///usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd"
[]>
^
/usr/bin/iconv: illegal input sequence at position 378
/usr/bin/db2x_manxml: program in pipeline exited with an error
make: *** [isutf8.1] Error 1
make: *** Waiting for unfinished jobs....

Filed [bug=222209]bug[/bug].
Top
MageSlayer
Apprentice
Apprentice
User avatar
Posts: 253
Joined: Thu Jul 26, 2007 9:08 am
Location: Ukraine

  • Quote

Post by MageSlayer » Sat May 17, 2008 6:15 pm

0.30 version - same issue
Top
Post Reply

11 posts • Page 1 of 1

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic