vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Please, help me! I have updated system after several months of inactivity thus after nothing emerging at all during this period, and now did 'emerge -vuDNp system' and also all the right things with updating gcc described here: http://www.gentoo.org/doc/en/gcc-upgrading.xml etc... but the 2 system packages: xorg-x11-6.8.2-r7 openssh-4.3_p2-r1 can't compile, so please let me quote the error outputs as follows: ------------------xorg-x11-6.8.2-r7---------------------------------------- including in config/makedepend... make[3]: Entering directory `/var/tmp/portage/xorg-x11-6.8.2-r7/work/xc/config/makedepend' make[3]: *** No rule to make target `includes'. Stop. make[3]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.2-r7/work/xc/config/makedepend' make[2]: *** [includes] Error 2 ------------------openssh-4.3_p2-r1---------------------------------------- i686-pc-linux-gnu-gcc -march=athlon-xp -Os -s -pipe -DNDEBUG -DG_DISABLE_ASSERT -s -z combreloc -fomit-frame-pointer -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 -I. -I. -DSSHDIR=\"/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/lib/misc/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/lib/misc/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/lib/misc/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/usr/lib/misc/ssh-rand-helper\" -DHAVE_CONFIG_H -c auth-passwd.c sshd.c: In function `main': sshd.c:1574: error: too many arguments to function `setpgrp' make: *** [sshd.o] Error 1 make: *** Waiting for unfinished jobs.... !!! ERROR: net-misc/openssh-4.3_p2-r1 failed. !!! Function src_compile, Line 126, Exitcode 2 !!! compile problem --------------------------------------------------------------------------- -- Sheer |
| |||
| Hi you, > Please, help me! let's see if it is possible. > but the 2 system packages: > xorg-x11-6.8.2-r7 > openssh-4.3_p2-r1 > can't compile, so That's odd. They sould work perfectly. Have you updated all of your other packages? Have you the most recent stable portage? The error ouputs are interesting but don't reveal too much. What architecture are you using? As for xorg, you may want to try a different version of the package. Type emerge =xorg-x11-<version/revision>. With openssh it simply looks like there is an error in the source or some patch is creating one. I mean: sshd.c: In function main and so on is a typical compiler error. Too many arguments to function and so on allows the conclusion, that some code changed and errors got in. Try another version of the package or debug the source on your own (and help distributing to the project). By the way: are you running you gentoo stable or unstable? So, that may be enough for today. ;-) Good luck Sebastian Volke |
| |||
| Sebastian Volke wrote: > Hi you, Hi! Thanks for the response! >> xorg-x11-6.8.2-r7 >> openssh-4.3_p2-r1 >> can't compile (...) > Have you updated all of your other packages? all the other ones resulting from the statement 'emerge -vuDN system' I have also run 'revdep-rebuild' > Have you the most recent stable portage? yes, of course! > What architecture are you using? athlon-xp VIA8223 nvidia > As for xorg, you may want to try a different version of the package. > Type emerge =xorg-x11-<version/revision>. the version in question is the latest *stable* one! I am describing here the situation of updating packages to the latest stable ones. After some packages fail I am forced to cling to the previous verisons of them. But if the problem persist for longer I am afraid the integrity of the system will dissipate - as the packages are pertaining to the System and their versions are bundled together somehow probably, aren't they? > With openssh it simply looks like there is an error in the source or > some patch is creating one. but I am using the stable packages overall! just with some few minor exceptions, but not related to the core system > By the way: are you running you gentoo stable or unstable? again: in 99.9999999999% the *stable* one! -- sheer |
| ||||
| Sheer wrote: > xorg-x11-6.8.2-r7 > openssh-4.3_p2-r1 > can't compile could it be the reason I have compiled gcc (after commenting out 'strip-flags' in 'toolchain.eclass') with the following flags: CFLAGS="-O3 -march=athlon-xp -fstack-protector -pipe -fomit-frame-pointer -fforce-addr -funroll-loops -funroll-all-loops -fprefetch-loop-arrays -DNDEBUG -DG_DISABLE_ASSERT as I usually did for 2 years and with no problems at all so far... -- sheer |