Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70541 - UDEV 043 compilation needs sudo but it is not declared in the ebuild like a depend
Summary: UDEV 043 compilation needs sudo but it is not declared in the ebuild like a d...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Greg Kroah-Hartman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 70629
  Show dependency tree
 
Reported: 2004-11-09 00:11 UTC by Jesús García Crespo (aka Sevein)
Modified: 2004-11-10 11:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesús García Crespo (aka Sevein) 2004-11-09 00:11:27 UTC
I never did install sudo because I don't need it.
And when I tried to install UDEV 043 from 042...

Linking udev_volume_id:                                               [OK]     
make[1]: Leaving directory `/var/tmp/portage/udev-043/work/udev-043/extras/volume_id'
>>> Test phase [test]: sys-fs/udev-043
/bin/sh: sudo: command not found
make: *** [test] Error 127

!!! ERROR: sys-fs/udev-043 failed.
!!! Function src_test, Line 526, Exitcode 0
!!! Make test failed. See above for details.
!!! If you need support, post the topmost build error, NOT this status message.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Greg Kroah-Hartman (RETIRED) gentoo-dev 2004-11-09 07:55:59 UTC
This is only if you run the 'make test' portion of the build, right?
Comment 2 Jesús García Crespo (aka Sevein) 2004-11-09 12:54:58 UTC
emerge udev

Calculating dependencies ...done!
>>> emerge (1 of 1) sys-fs/udev-043 to /
>>> md5 src_uri ;-) udev-043.tar.bz2
>>> Unpacking source...
>>> Unpacking udev-043.tar.bz2 to /var/tmp/portage/udev-043/work
>>> Source unpacked.
Creating udev_version.h
Building ccdv
Compiling udev.c:                                                     [OK]     
Compiling udevstart.c:                                                [OK]     
Compiling udev_lib.c:                                                 [OK]     
Compiling udev_config.c:                                              [OK]     
Compiling udev_add.c:                                                 [OK]     
Compiling udev_remove.c:                                              [OK]     
Compiling udev_sysfs.c:                                               [OK]     
Compiling udevdb.c:                                                   [OK]     
Compiling namedev.c:                                                  [OK]     
Compiling namedev_parse.c:                                            [OK]     
Compiling dev_d.c:                                                    [OK]     
Compiling sysfs_bus.c:                                                [OK]     
Compiling sysfs_class.c:                                              [OK]     
Compiling sysfs_device.c:                                             [OK]     
Compiling sysfs_dir.c:                                                [OK]     
Compiling sysfs_driver.c:                                             [OK]     
Compiling sysfs_utils.c:                                              [OK]     
Compiling dlist.c:                                                    [OK]     
Compiling tdb.c:                                                      [OK]     
Compiling spinlock.c:                                                 [OK]     
sed -e "s:@udevdir@:/dev/:" < udev.8.in > udev.8
Linking udev:                                                         [OK]     
Running strip:                                                        [OK]     
Compiling udevsend.c:                                                 [OK]     
Linking udevsend:                                                     [OK]     
Running strip:                                                        [OK]     
Compiling udevd.c:                                                    [OK]     
Linking udevd:                                                        [OK]     
Running strip:                                                        [OK]     
Compiling udevinfo.c:                                                 [OK]     
Linking udevinfo:                                                     [OK]     
Running strip:                                                        [OK]     
Compiling udevtest.c:                                                 [OK]     
Linking udevtest:                                                     [OK]     
Running strip:                                                        [OK]     
Compiling wait_for_sysfs.c:                                           [OK]     
Linking wait_for_sysfs:                                               [OK]     
Running strip:                                                        [OK]     
sed -e "s:@udevdir@:/dev/:" -e "s:@configdir@:/etc/udev:" < etc/udev/udev.conf.in > etc/udev/udev.conf
extras/scsi_id
make[1]: Entering directory `/var/tmp/portage/udev-043/work/udev-043/extras/scsi_id'
Compiling scsi_id.c:                                                  [OK]     
Compiling scsi_serial.c:                                              [OK]     
Linking scsi_id:                                                      [OK]     
make[1]: Leaving directory `/var/tmp/portage/udev-043/work/udev-043/extras/scsi_id'
extras/volume_id
make[1]: Entering directory `/var/tmp/portage/udev-043/work/udev-043/extras/volume_id'
Compiling volume_id.c:                                                [OK]     
Compiling udev_volume_id.c:                                           [OK]     
Compiling dasdlabel.c:                                                [OK]     
Linking udev_volume_id:                                               [OK]     
make[1]: Leaving directory `/var/tmp/portage/udev-043/work/udev-043/extras/volume_id'
>>> Test phase [test]: sys-fs/udev-043
/bin/sh: sudo: command not found
make: *** [test] Error 127

!!! ERROR: sys-fs/udev-043 failed.
!!! Function src_test, Line 526, Exitcode 0
!!! Make test failed. See above for details.
!!! If you need support, post the topmost build error, NOT this status message.
Comment 3 Greg Kroah-Hartman (RETIRED) gentoo-dev 2004-11-10 11:19:42 UTC
Will be fixed in next release.