Your message dated Mon, 6 Jun 2011 10:19:58 -0400
with message-id <20110606141957.GA8257@starquasia>
and subject line Re: Bug#618100: lttv: FTBFS: ld: cannot find -lglpk
has caused the Debian Bug report #618100,
regarding lttv: FTBFS: ld: cannot find -lglpk
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
618100: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618100
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: lttv
Version: 0.12.37-17022011-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110313 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> gcc: no input files
> configure:11799: $? = 1
> configure:11803: checking whether we are using the GNU C compiler
> configure:11831: result: yes
> configure:11840: checking whether gcc accepts -g
> configure:11901: result: yes
> configure:11918: checking for gcc option to accept ISO C89
> make: *** [build] Error 2
> configure:11995: result: none needed
> configure:12017: checking dependency style of gcc
> configure:12127: result: none
> configure:12144: checking for poptGetNextOpt in -lpopt
> configure:12169: gcc -o conftest -g -O2 conftest.c -lpopt >&5
> configure:12169: $? = 0
> configure:12178: result: yes
> configure:12186: checking for round in -lm
> configure:12211: gcc -o conftest -g -O2 conftest.c -lm >&5
> conftest.c:30:6: warning: conflicting types for built-in function 'round'
> configure:12211: $? = 0
> configure:12220: result: yes
> configure:12228: checking for forkpty in -lutil
> configure:12253: gcc -o conftest -g -O2 conftest.c -lutil >&5
> configure:12253: $? = 0
> configure:12262: result: yes
> configure:12285: checking for glp_create_prob in -lglpk
> configure:12310: gcc -o conftest -g -O2 conftest.c -lglpk -lm >&5
> /usr/bin/ld: cannot find -lglpk
> collect2: ld returned 1 exit status
The full build log is available from:
http://people.debian.org/~lucas/logs/2011/03/13/lttv_0.12.37-17022011-1_lsid64.buildlog
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot. Internet was not
accessible from the build systems.
--
| Lucas Nussbaum
| lu...@lucas-nussbaum.net http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |
--- End Message ---
--- Begin Message ---
* Lucas Nussbaum <lu...@lucas-nussbaum.net> wrote:
> Source: lttv
> Version: 0.12.37-17022011-1
> Severity: serious
> Tags: wheezy sid
> User: debian...@lists.debian.org
> Usertags: qa-ftbfs-20110313 qa-ftbfs
> Justification: FTBFS on amd64
>
> Hi,
>
> During a rebuild of all packages in sid, your package failed to build on
> amd64.
>
> Relevant part:
> > gcc: no input files
> > configure:11799: $? = 1
> > configure:11803: checking whether we are using the GNU C compiler
> > configure:11831: result: yes
> > configure:11840: checking whether gcc accepts -g
> > configure:11901: result: yes
> > configure:11918: checking for gcc option to accept ISO C89
> > make: *** [build] Error 2
> > configure:11995: result: none needed
> > configure:12017: checking dependency style of gcc
> > configure:12127: result: none
> > configure:12144: checking for poptGetNextOpt in -lpopt
> > configure:12169: gcc -o conftest -g -O2 conftest.c -lpopt >&5
> > configure:12169: $? = 0
> > configure:12178: result: yes
> > configure:12186: checking for round in -lm
> > configure:12211: gcc -o conftest -g -O2 conftest.c -lm >&5
> > conftest.c:30:6: warning: conflicting types for built-in function 'round'
> > configure:12211: $? = 0
> > configure:12220: result: yes
> > configure:12228: checking for forkpty in -lutil
> > configure:12253: gcc -o conftest -g -O2 conftest.c -lutil >&5
> > configure:12253: $? = 0
> > configure:12262: result: yes
> > configure:12285: checking for glp_create_prob in -lglpk
> > configure:12310: gcc -o conftest -g -O2 conftest.c -lglpk -lm >&5
> > /usr/bin/ld: cannot find -lglpk
> > collect2: ld returned 1 exit status
Now that the gcc/gcj transitions have settled down, gcc and gcj-jdk are
now at the same version (4.6). This allows lttv to build without error.
--
Jon
--- End Message ---