Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 13632] New: athcool doesn't compile

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 13632] New: athcool doesn't compile
  • Date: 18 Mar 2007 20:24:32 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=13632

Summary: athcool doesn't compile
Product: Codex
Version: stable grimoire
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: utils
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: jevv.cr AT gmail.com
CC: dmlb2000 AT gmail.com,jevv.cr AT gmail.com


e-mail exchange bellow (It'd be nice to know how to manually fix Makefile, and
then of course have the fix available for future updates):

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
On 3/17/07, Javier Vasquez <jevv.cr AT gmail.com> wrote:

cast -c athcool
...
Running make with 2 jobs failed. Attempt to run with a single job? [y]
gcc -O2 -Wall athcool.o scanpci.o -lpci -o athcool
/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../libpci.a(names.o): In
function `pci_load_name_list':
names.c:(.text+0x4e1): undefined reference to `gzopen'
names.c:(.text+0x57d): undefined reference to `gzgets'
names.c:(.text+0x682): undefined reference to `gzclose'
names.c:(.text+0x6a8): undefined reference to `gzeof'
names.c:(.text+0x737): undefined reference to `gzclose'
names.c:(.text+0xb11): undefined reference to `gzopen'
names.c:(.text+0xc99): undefined reference to `gzerror'
names.c:(.text+0xcb9): undefined reference to `gzclose'
collect2: ld returned 1 exit status
make: *** [athcool] Error 1
! Problem Detected !
Creating compile log /var/log/sorcery/compile/athcool-0.3.11.bz2
Spells that encountered problems:
---------------------------------
athcool

Any hints on any library or something missing? The dependencies seem
to be all satisfied:

gaze dependencies -c athcool
athcool ()
pciutils (depends)

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

On 3/17/07, David Brown <dmlb2000 AT gmail.com> wrote:

Its missing a library to link to zlib most-likely, probably should
submit a bug on this one. I got it to compile easy enough with a
simple makefile change.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 13632] New: athcool doesn't compile, bugzilla-daemon, 03/18/2007

Archive powered by MHonArc 2.6.24.

Top of Page