Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 86152 - hsfmodem: hsfconfig fails to configure the modem hsf
Summary: hsfmodem: hsfconfig fails to configure the modem hsf
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Dialup Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-21 09:48 UTC by Vittorio
Modified: 2005-03-22 09:38 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 Vittorio 2005-03-21 09:48:25 UTC
After "emerge -b  hsfmodem" (from net-dialup/hsfmodem & both with version hsfmodem 7.18.00.02 and 7.18.00.3) I run hsfconfig but it stopped and the /tmp//hsfconfig-buildlog.txt complained:

(cd /lib/modules/2.6.10-compaq4/build && make "CNXT_KERNELSRC=/lib/modules/2.6.10-compaq4/build" "M=/usr/lib/hsfmodem/modules" clean)
make[1]: Entering directory `/usr/src/linux-2.6.10-gentoo-r4'
make[1]: Leaving directory `/usr/src/linux-2.6.10-gentoo-r4'
rm -rf *.o GPL/*.o *.ko GPL/*.ko *.mod.c GPL/*.mod.c .*.cmd GPL/.*.cmd .tmp_versions  /lib/modules/2.6.10-compaq4/build/.tmp_versions/hsfosspec.mod  /lib/modules/2.6.10-compaq4/build/.tmp_versions/hsfserial.mod  /lib/modules/2.6.10-compaq4/build/.tmp_versions/hsfengine.mod  /lib/modules/2.6.10-compaq4/build/.tmp_versions/hsfpcibasic2.mod  /lib/modules/2.6.10-compaq4/build/.tmp_versions/hsfmc97ich.mod  /lib/modules/2.6.10-compaq4/build/.tmp_versions/hsfmc97via.mod  /lib/modules/2.6.10-compaq4/build/.tmp_versions/hsfmc97ali.mod  /lib/modules/2.6.10-compaq4/build/.tmp_versions/hsfmc97ati.mod  /lib/modules/2.6.10-compaq4/build/.tmp_versions/hsfmc97sis.mod  /lib/modules/2.6.10-compaq4/build/.tmp_versions/hsfsoar.mod
(cd /lib/modules/2.6.10-compaq4/build && make "CNXT_KERNELSRC=/lib/modules/2.6.10-compaq4/build" "M=/usr/lib/hsfmodem/modules" modules)
make[1]: Entering directory `/usr/src/linux-2.6.10-gentoo-r4'
  CC [M]  /usr/lib/hsfmodem/modules/mod_engine.o
/bin/sh: line 1: scripts/basic/fixdep: No such file or directory
make[2]: *** [/usr/lib/hsfmodem/modules/mod_engine.o] Error 1
make[1]: *** [_module_/usr/lib/hsfmodem/modules] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.10-gentoo-r4'
make: *** [all] Error 2


Reproducible: Always
Steps to Reproduce:
1.hsfconfig
2.
3.

Actual Results:  
 


Portage 2.0.51.19 (default-linux/x86/2004.3, gcc-3.3.5, 
glibc-2.3.4.20040808-r1, 2.6.10-compaq4 i686) 
================================================================= 
System uname: 2.6.10-compaq4 i686 Mobile Intel(R) Pentium(R) 4 - M CPU 2.00GHz 
Gentoo Base System version 1.4.16 
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Feb 10 2005, 
18:44:10)] 
dev-lang/python:     2.3.4-r1 
sys-devel/autoconf:  2.59-r6, 2.13 
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4 
sys-devel/binutils:  2.15.92.0.2-r1 
sys-devel/libtool:   1.5.10-r4 
virtual/os-headers:  2.4.22-r1 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CFLAGS="-O2 -mcpu=i686 -march=pentium4 -fomit-frame-pointer" 
CHOST="i686-pc-linux-gnu" 
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/fax /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control /var/spool/fax/etc" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-O2 -mcpu=i686 -march=pentium4 -fomit-frame-pointer" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms" 
GENTOO_MIRRORS="http://distfiles.gentoo.org 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo" 
LANG="it_IT" 
LC_ALL="it_IT" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="x86 X alsa apm arts avi berkdb bitmap-fonts cdr crypt cups curl emboss 
encode esd fam font-server foomaticdb fortran gdbm gif gimpprint gpm gtk gtk2 
imagemagick imlib ipv6 jpeg kde libg++ libwww mad mikmod motif mp3 mpeg mysql 
ncurses nls oggvorbis opengl oss pam pdflib perl png postgres python 
qtquicktime readline samba scanner sdl spell ssl svga tcltk tcpd tetex tiff 
truetype truetype-fonts type1-fonts xml2 xmms xv zlib" 
Unset:  ASFLAGS, CBUILD, CTARGET, LDFLAGS, PORTDIR_OVERLAY
Comment 1 Alin Năstac (RETIRED) gentoo-dev 2005-03-21 12:43:32 UTC
did you compiled /usr/src/linux-2.6.10-gentoo-r4 kernel?
seems to me you either omitted to run make menuconfig bzImage modules modules_install or erased compilation results with make clean.
Comment 2 Vittorio 2005-03-22 04:24:04 UTC
Alin: Yes, I compiled /usr/src/linux-2.6.10-gentoo-r4 kernel modifying the version line in Makefile (from "=-gentoo-r4" to "=-compaq4") and using "genkernel --menuconfig all".
Frankly I can't remember if I erased the compilation results by means of "make clean".
Anyway, I'm going right now to re-compile the kernel and try again.
I'll let you know the result ASAP
  
Comment 3 Vittorio 2005-03-22 09:38:54 UTC
Alin: you were right! I now understand that I had issued the "make clean" command some time ago .
I compiled from scratch the kernel and now it all works, i.e. I was able to configure the modem via hsfconfig!