[Bug 173459] Review Request: initng

bugzilla at redhat.com bugzilla at redhat.com
Sat Dec 3 16:19:16 UTC 2005


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: initng


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=173459





------- Additional Comments From che666 at gmail.com  2005-12-03 11:18 EST -------
to summarize up the x86_64 problems/warnings while building: Those warnings
could  be a cause for the segfaults.

	

+ /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot
*******************************************************************************
*
* WARNING: 'check-rpaths' detected a broken RPATH and will cause 'rpmbuild'
*          to fail. To ignore these errors, you can set the '$QA_RPATHS'
*          environment variable which is a bitmask allowing the values
*          below. The current value of QA_RPATHS is 0x0000.
*
*    0x0001 ... standard RPATHs (e.g. /usr/lib); such RPATHs are a minor
*               issue but are introducing redundant searchpaths without
*               providing a benefit. They can also cause errors in multilib
*               environments.
*    0x0002 ... invalid RPATHs; these are RPATHs which are neither absolute
*               nor relative filenames and can therefore be a SECURITY risk
*    0x0004 ... insecure RPATHs; these are relative RPATHs which are a
*               SECURITY risk
*    0x0008 ... the special '$ORIGIN' RPATHs are appearing after other
*               RPATHs; this is just a minor issue but usually unwanted
*    0x0010 ... the RPATH is empty; there is no reason for such RPATHs
*               and they cause unneeded work while loading libraries
*    0x0020 ... an RPATH references '..' of an absolute path; this will break
*               the functionality when the path before '..' is a symlink
*
*
* Examples:
* - to ignore standard and empty RPATHs, execute 'rpmbuild' like
*   $ QA_RPATHS=$[ 0x0001|0x0010 ] rpmbuild my-package.src.rpm
* - to check existing files, set $RPM_BUILD_ROOT and execute check-rpaths like
*   $ RPM_BUILD_ROOT=<top-dir> /usr/lib/rpm/check-rpaths
*
* 'check-rpaths' is part of 'fedora-rpmdevtools'.
*
*******************************************************************************
ERROR   0001: file '/sbin/initng' contains a standard rpath '/lib64' in
[/lib64]ERROR   0001: file '/lib64/initng/libngc2.so' contains a standard rpath
'/lib64' in [/lib64]
ERROR   0001: file '/lib64/initng/libnetprobe.so' contains a standard rpath
'/lib64' in [/lib64]
ERROR   0001: file '/lib64/initng/libchdir.so' contains a standard rpath
'/lib64' in [/lib64]
ERROR   0001: file '/lib64/initng/libsimplelauncher.so' contains a standard
rpath '/lib64' in [/lib64]
ERROR   0001: file '/lib64/initng/libfind.so' contains a standard rpath '/lib64'
in [/lib64]
ERROR   0001: file '/lib64/initng/librenice.so' contains a standard rpath
'/lib64' in [/lib64]
ERROR   0001: file '/lib64/initng/libcron.so' contains a standard rpath '/lib64'
in [/lib64]
ERROR   0001: file '/lib64/initng/libidleprobe.so' contains a standard rpath
'/lib64' in [/lib64]
ERROR   0001: file '/lib64/initng/libchroot.so' contains a standard rpath
'/lib64' in [/lib64]
ERROR   0001: file '/lib64/initng/libcritical.so' contains a standard rpath
'/lib64' in [/lib64]
ERROR   0001: file '/lib64/initng/libsyslog.so' contains a standard rpath
'/lib64' in [/lib64]
ERROR   0001: file '/lib64/initng/libstcmd.so' contains a standard rpath
'/lib64' in [/lib64]
ERROR   0001: file '/lib64/initng/libsyncron.so' contains a standard rpath
'/lib64' in [/lib64]
ERROR   0001: file '/lib64/initng/libpause.so' contains a standard rpath
'/lib64' in [/lib64]
ERROR   0001: file '/lib64/initng/libcpout.so' contains a standard rpath
'/lib64' in [/lib64]
ERROR   0001: file '/lib64/initng/libhistory.so' contains a standard rpath
'/lib64' in [/lib64]
ERROR   0001: file '/lib64/initng/libpidfile.so' contains a standard rpath
'/lib64' in [/lib64]
ERROR   0001: file '/lib64/initng/libiparser.so' contains a standard rpath
'/lib64' in [/lib64]
ERROR   0001: file '/lib64/initng/libstdout.so' contains a standard rpath
'/lib64' in [/lib64]
ERROR   0001: file '/lib64/initng/libdepend.so' contains a standard rpath
'/lib64' in [/lib64]
ERROR   0001: file '/lib64/initng/libsuid.so' contains a standard rpath '/lib64'
in [/lib64]
ERROR   0001: file '/lib64/initng/libunneeded.so' contains a standard rpath
'/lib64' in [/lib64]
ERROR   0001: file '/lib64/initng/libinitctl.so' contains a standard rpath
'/lib64' in [/lib64]
ERROR   0001: file '/lib64/initng/libreload.so' contains a standard rpath
'/lib64' in [/lib64]
ERROR   0001: file '/lib64/initng/libfstat.so' contains a standard rpath
'/lib64' in [/lib64]
ERROR   0001: file '/lib64/initng/liblast.so' contains a standard rpath '/lib64'
in [/lib64]
ERROR   0001: file '/lib64/initng/libbashlaunch.so' contains a standard rpath
'/lib64' in [/lib64]
ERROR   0001: file '/lib64/initng/librlparser.so' contains a standard rpath
'/lib64' in [/lib64]
ERROR   0001: file '/lib64/initng/liblimit.so' contains a standard rpath
'/lib64' in [/lib64]
ERROR   0001: file '/lib64/initng/libenvparser.so' contains a standard rpath
'/lib64' in [/lib64]
ERROR   0001: file '/lib64/initng/librespawn.so' contains a standard rpath
'/lib64' in [/lib64]
ERROR   0001: file '/lib64/initng/libdparser.so' contains a standard rpath
'/lib64' in [/lib64]
ERROR   0001: file '/lib64/initng/libalso.so' contains a standard rpath '/lib64'
in [/lib64]
ERROR   0001: file '/lib64/initng/libinteractive.so' contains a standard rpath
'/lib64' in [/lib64]
 
gcc -DHAVE_CONFIG_H -I. -I. -I../..     -O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4
-m64 -mtune=nocona -c ngc2.c
ngc2.c: In function 'send_command':
ngc2.c:191: warning: ignoring return value of 'read', declared with attribute
warn_unused_result
ngc2.c: In function 'ngc_start_result':
ngc2.c:287: warning: ignoring return value of 'read', declared with attribute
warn_unused_result
ngc2.c: In function 'ngc_stop_result':
ngc2.c:341: warning: ignoring return value of 'read', declared with attribute
warn_unused_result
ngc2.c:370: warning: ignoring return value of 'read', declared with attribute
warn_unused_result
 
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2
-fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=nocona
-Wp,-MD,.deps/initng_ngc2.pp -c initng_ngc2.c  -fPIC -DPIC -o .libs/initng_ngc2.o
initng_ngc2.c: In function 'doread':
initng_ngc2.c:182: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
initng_ngc2.c:201: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
initng_ngc2.c:214: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
initng_ngc2.c:225: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
initng_ngc2.c:246: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
initng_ngc2.c:264: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
initng_ngc2.c:285: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
initng_ngc2.c:299: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
initng_ngc2.c:311: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
initng_ngc2.c:321: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
initng_ngc2.c: In function 'cmd_help':
initng_ngc2.c:629: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
initng_ngc2.c: In function 'cmd_start':
initng_ngc2.c:645: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
initng_ngc2.c:656: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
initng_ngc2.c:674: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
initng_ngc2.c: In function 'cmd_stop':
initng_ngc2.c:689: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
initng_ngc2.c:700: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
initng_ngc2.c:720: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
initng_ngc2.c: In function 'cmd_options':
initng_ngc2.c:751: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
initng_ngc2.c:774: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
initng_ngc2.c: In function 'cmd_services':
initng_ngc2.c:811: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
initng_ngc2.c:831: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
 
gcc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2
-fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=nocona -c
install_service.c install_service.c: In function 'load_overlay_file':
install_service.c:124: warning: ignoring return value of 'fgets', declared with
attribute warn_unused_result install_service.c: In function 'do_exec':
install_service.c:609: warning: ignoring return value of 'pipe', declared with
attribute warn_unused_result install_service.c:610: warning: ignoring return
value of 'pipe', declared with attribute warn_unused_result
install_service.c:643: warning: ignoring return value of 'write', declared with
attribute warn_unused_result install_service.c:644: warning: ignoring return
value of 'write', declared with attribute warn_unused_result

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-extras-list mailing list