HPlip-3.15.2 make error

Bug #1426110 reported by peter mason
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
HPLIP
New
Undecided
Unassigned

Bug Description

I did a manual install of the hplip-3.15.2.tar on a raspberryPi 2, but running make produces the following:

pi@raspberrypi ~/Desktop/source/hplip-3.15.2.tar/hplip-3.15.2 $ make
make: *** No targets specified and no makefile found. Stop.
pi@raspberrypi ~/Desktop/source/hplip-3.15.2.tar/hplip-3.15.2 $

I also tried hplip-3.15.2.run but that failed to find PY3.

Is it possible to install this software on RPi2?

description: updated
Revision history for this message
goutam (goutamkk) wrote :

Hi peter,

Can you try running commands in the below order:

1 ./configure --prefix=/usr
2. make
3. sudo make install

Let us know if you are getting stuck.

Rgds,
Goutam

Revision history for this message
goutam (goutamkk) wrote :

Hi Peter,

To install hplip you may have to install few depend packages.

Please run the following command in the terminal to install the dependent packages.

su -c "apt-get install cups libcups2 libcups2-dev cups-bsd cups-client libcupsimage2 libcupsimage2-dev libdbus-1-dev g++ ghostscript ghostscript-cups ghostscript-x libssl-dev libjpeg8-dev libsnmp-dev libc6 libtool libusb-1.0.0-dev make wget python-imaging policykit-1 policykit-1-gnome python-qt4 python-qt4-dbus python-dbus python-gobject python-dev python-notify python sane libsane-dev "

Next, enter into hplip-3.15.2 source directory and run following commands.

1 ./configure --prefix=/usr
2. make
3. su -c "make install"

It should be able configure and compile now.

Let us know on the same.

Rgds,
goutam

Revision history for this message
goutam (goutamkk) wrote :

to run configure command you need to be inside hplip-3.15.4 source directory ..

change directory to hplip-3.15.4

cd hplip-3.15.4

Run configure script inside hplip-3.15.4 directory.

./configure --prefix=/usr

(Do not run using sudo )

Post us the complete output of the './configure --prefix=/usr' command.

Can you also post us the output of 'lsb_release -a' and 'cat /etc/issues' commands

Rgds,
Goutam

Revision history for this message
peter mason (peter-dpm47-deactivatedaccount) wrote :

Ok.

./configure --prefix=/usr now runs but stops at

Checking for jpeg_set_defaults in -lipeg... no
Configure error: "cannot find libjpeg support "

I suspect that I was in the wrong but similar directory previously.

lsb_release -a
command not found

cat /etc/issues
No such file or directory

and the laptop turned off and the shared lan connection has disappeared. I am also working on that issue.

Thank you for the persistence.
Peter

Revision history for this message
peter mason (peter-dpm47-deactivatedaccount) wrote :
Download full text (4.6 KiB)

The complete output you asked for
pi@raspberrypi ~/Desktop/hplip-3.15.2 $ ./configure --prefix=/usr
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking build system type... armv7l-unknown-linux-gnueabihf
checking host system type... armv7l-unknown-linux-gnueabihf
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format... func_convert_file_noop
checking how to convert armv7l-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -stati...

Read more...

Revision history for this message
goutam kodu (goutam-hplip) wrote :

Can you try running command su -c' apt-get install libjpeg-dev' in terminal. Let us know if the libjpeg-dev package was found and installed.

If it returned no package found. Please provide us the output of 'apt-cache search libjpeg'

Revision history for this message
peter mason (peter-dpm47-deactivatedaccount) wrote :

Hello,
 su -c
did not work. I tried root as the password but it did not help. I am busy setting up this system and I am now in user "another" environment but so far as I intended still have the same trights as user "Pi"
Howerver:
sudo apt-get install libjpeg-dev
did work.

pm@raspberrypi ~ $ sudo apt-get install libjpeg-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libjpeg8-dev' instead of 'libjpeg-dev'
The following NEW packages will be installed:
  libjpeg8-dev
0 upgraded, 1 newly installed, 0 to remove and 31 not upgraded.
Need to get 238 kB of archives.
After this operation, 484 kB of additional disk space will be used.
Get:1 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libjpeg8-dev armhf 8d-1+deb7u1 [238 kB]
Fetched 238 kB in 8s (29.2 kB/s)
Selecting previously unselected package libjpeg8-dev:armhf.
(Reading database ... 88703 files and directories currently installed.)
Unpacking libjpeg8-dev:armhf (from .../libjpeg8-dev_8d-1+deb7u1_armhf.deb) ...
Setting up libjpeg8-dev:armhf (8d-1+deb7u1) ...

but installed 'libjpeg8-dev' instead of 'libjpeg-dev'.

pm@raspberrypi ~/Desktop/hplip-3.15.2 $ ./configure --prefix=/usr
./configure: line 2235: config.log: Permission denied
./configure: line 2245: config.log: Permission denied
pm@raspberrypi ~/Desktop/hplip-3.15.2 $

but

sudo ./configure --prefix=/usr

runs to...............
checking for qt3... no
checking for policykit... no
checking for host machine platform... unsupport
checking for CRYPTO_free in -lcrypto... no
configure: error: cannot find net-snmp support (or --disable-network-build)

I will try back in the origonal environment
peter

Revision history for this message
peter mason (peter-dpm47-deactivatedaccount) wrote :

Same effect under the original user.
Peter

Revision history for this message
peter mason (peter-dpm47-deactivatedaccount) wrote :

Hello,
This comment is now out of order.

 su -c
did not work. I tried root as the password but it did not help. I am busy setting up this system and I am now in user "another" environment but so far as I intended still have the same trights as user "Pi"
Howerver:
sudo apt-get install libjpeg-dev
did work.

pm@raspberrypi ~ $ sudo apt-get install libjpeg-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libjpeg8-dev' instead of 'libjpeg-dev'
The following NEW packages will be installed:
  libjpeg8-dev
0 upgraded, 1 newly installed, 0 to remove and 31 not upgraded.
Need to get 238 kB of archives.
After this operation, 484 kB of additional disk space will be used.
Get:1 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libjpeg8-dev armhf 8d-1+deb7u1 [238 kB]
Fetched 238 kB in 8s (29.2 kB/s)
Selecting previously unselected package libjpeg8-dev:armhf.
(Reading database ... 88703 files and directories currently installed.)
Unpacking libjpeg8-dev:armhf (from .../libjpeg8-dev_8d-1+deb7u1_armhf.deb) ...
Setting up libjpeg8-dev:armhf (8d-1+deb7u1) ...

but installed 'libjpeg8-dev' instead of 'libjpeg-dev'.

pm@raspberrypi ~/Desktop/hplip-3.15.2 $ ./configure --prefix=/usr
./configure: line 2235: config.log: Permission denied
./configure: line 2245: config.log: Permission denied
pm@raspberrypi ~/Desktop/hplip-3.15.2 $

but

sudo ./configure --prefix=/usr

runs to...............
checking for qt3... no
checking for policykit... no
checking for host machine platform... unsupport
checking for CRYPTO_free in -lcrypto... no
configure: error: cannot find net-snmp support (or --disable-network-build)

I will try back in the origonal environment

This comment is now out of order
peter

Revision history for this message
goutam kodu (goutam-hplip) wrote :

Now,  try running command 'sudo apt-get install libsnmp-dev'   and retry the               ./configure --prefix=/usr

-------- Original message --------
From: peter mason <email address hidden>
Date: 07/03/2015 10:33 PM (GMT+05:30)
To: <email address hidden>
Subject: [Bug 1426110] Re: HPlip-3.15.2 make error

Hello,
This comment is now out of order.

su -c
did not work. I tried root as the password but it did not help. I am busy setting up this system and I am now in user "another" environment but so far as I intended still have the same trights as user "Pi"
Howerver:
sudo apt-get install libjpeg-dev
did work.

pm@raspberrypi ~ $ sudo apt-get install libjpeg-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libjpeg8-dev' instead of 'libjpeg-dev'
The following NEW packages will be installed:
  libjpeg8-dev
0 upgraded, 1 newly installed, 0 to remove and 31 not upgraded.
Need to get 238 kB of archives.
After this operation, 484 kB of additional disk space will be used.
Get:1 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libjpeg8-dev armhf 8d-1+deb7u1 [238 kB]
Fetched 238 kB in 8s (29.2 kB/s)
Selecting previously unselected package libjpeg8-dev:armhf.
(Reading database ... 88703 files and directories currently installed.)
Unpacking libjpeg8-dev:armhf (from .../libjpeg8-dev_8d-1+deb7u1_armhf.deb) ...
Setting up libjpeg8-dev:armhf (8d-1+deb7u1) ...

but installed 'libjpeg8-dev' instead of 'libjpeg-dev'.

pm@raspberrypi ~/Desktop/hplip-3.15.2 $ ./configure --prefix=/usr
./configure: line 2235: config.log: Permission denied
./configure: line 2245: config.log: Permission denied
pm@raspberrypi ~/Desktop/hplip-3.15.2 $

but

sudo ./configure --prefix=/usr

runs to...............
checking for qt3... no
checking for policykit... no
checking for host machine platform... unsupport
checking for CRYPTO_free in -lcrypto... no
configure: error: cannot find net-snmp support (or --disable-network-build)

I will try back in the origonal environment

This comment is now out of order
peter

--
You received this bug notification because you are a member of HP Linux
Imaging and Printing, which is subscribed to HPLIP.
Matching subscriptions: HP Linux Imaging and Printing, HP Linux Imaging and Printing, HP Linux Imaging and Printing, HPLIP
https://bugs.launchpad.net/bugs/1426110

Title:
  HPlip-3.15.2 make error

Status in HP Linux Imaging and Printing:
  New

Bug description:
  I did a manual install of the hplip-3.15.2.tar on a raspberryPi 2, but
  running make produces the following:

  pi@raspberrypi ~/Desktop/source/hplip-3.15.2.tar/hplip-3.15.2 $ make
  make: *** No targets specified and no makefile found.  Stop.
  pi@raspberrypi ~/Desktop/source/hplip-3.15.2.tar/hplip-3.15.2 $

  I also tried hplip-3.15.2.run but that failed to find PY3.

  Is it possible to install this software on RPi2?

To manage notifications about this bug go to:
https://bugs.launchpad.net/hplip/+bug/1426110/+subscriptions

Revision history for this message
peter mason (peter-dpm47-deactivatedaccount) wrote :

for the first time that did nothing.

pm@raspberrypi ~ $ sudo apt-get install libsnmp-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  libperl-dev libsensors4-dev libsnmp-perl libssl-dev libssl-doc libwrap0-dev
The following NEW packages will be installed:
  libperl-dev libsensors4-dev libsnmp-dev libsnmp-perl libssl-dev libssl-doc
  libwrap0-dev
0 upgraded, 7 newly installed, 0 to remove and 31 not upgraded.
Need to get 7,474 kB of archives.
After this operation, 18.9 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libperl-dev armhf 5.14.2-21+rpi2+deb7u2 [3,023 kB]
Get:2 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libsnmp-perl armhf 5.4.3~dfsg-2.8+deb7u1 [122 kB]
Get:3 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libwrap0-dev armhf 7.6.q-24 [22.4 kB]
Get:4 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libssl-dev armhf 1.0.1e-2+rvt+deb7u14 [1,505 kB]
Get:5 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libsensors4-dev armhf 1:3.3.2-2+deb7u1 [59.7 kB]
Get:6 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libsnmp-dev armhf 5.4.3~dfsg-2.8+deb7u1 [1,537 kB]
Get:7 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libssl-doc all 1.0.1e-2+rvt+deb7u14 [1,206 kB]
Fetched 7,474 kB in 1min 37s (76.7 kB/s)
Selecting previously unselected package libperl-dev.
(Reading database ... 88719 files and directories currently installed.)
Unpacking libperl-dev (from .../libperl-dev_5.14.2-21+rpi2+deb7u2_armhf.deb) ...
Selecting previously unselected package libsnmp-perl.
Unpacking libsnmp-perl (from .../libsnmp-perl_5.4.3~dfsg-2.8+deb7u1_armhf.deb) ...
Selecting previously unselected package libwrap0-dev:armhf.
Unpacking libwrap0-dev:armhf (from .../libwrap0-dev_7.6.q-24_armhf.deb) ...
Selecting previously unselected package libssl-dev.
Unpacking libssl-dev (from .../libssl-dev_1.0.1e-2+rvt+deb7u14_armhf.deb) ...
Selecting previously unselected package libsensors4-dev.
Unpacking libsensors4-dev (from .../libsensors4-dev_1%3a3.3.2-2+deb7u1_armhf.deb) ...
Selecting previously unselected package libsnmp-dev.
Unpacking libsnmp-dev (from .../libsnmp-dev_5.4.3~dfsg-2.8+deb7u1_armhf.deb) ...
Selecting previously unselected package libssl-doc.
Unpacking libssl-doc (from .../libssl-doc_1.0.1e-2+rvt+deb7u14_all.deb) ...
Processing triggers for man-db ...
Setting up libperl-dev (5.14.2-21+rpi2+deb7u2) ...
Setting up libsnmp-perl (5.4.3~dfsg-2.8+deb7u1) ...
Setting up libwrap0-dev:armhf (7.6.q-24) ...
Setting up libssl-dev (1.0.1e-2+rvt+deb7u14) ...
Setting up libsensors4-dev (1:3.3.2-2+deb7u1) ...
Setting up libsnmp-dev (5.4.3~dfsg-2.8+deb7u1) ...
Setting up libssl-doc (1.0.1e-2+rvt+deb7u14) ...
pm@raspberrypi ~ $

pm@raspberrypi ~/Desktop/hplip-3.15.2 $ ./configure --prefix=/usr
./configure: line 2235: config.log: Permission denied
./configure: line 2245: config.log: Permission denied
pm@raspberrypi ~/Desktop/hplip-3.15.2 $

regards
peter

Revision history for this message
goutam kodu (goutam-hplip) wrote :
Download full text (4.3 KiB)

delete the config.log file.
Run   'sudo rm config.log'  command

Again retry './configure --prefix=/usr'

-------- Original message --------
From: peter mason <email address hidden>
Date: 08/03/2015 12:51 AM (GMT+05:30)
To: <email address hidden>
Subject: [Bug 1426110] Re: HPlip-3.15.2 make error

for the first time that did nothing.

pm@raspberrypi ~ $ sudo apt-get install libsnmp-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  libperl-dev libsensors4-dev libsnmp-perl libssl-dev libssl-doc libwrap0-dev
The following NEW packages will be installed:
  libperl-dev libsensors4-dev libsnmp-dev libsnmp-perl libssl-dev libssl-doc
  libwrap0-dev
0 upgraded, 7 newly installed, 0 to remove and 31 not upgraded.
Need to get 7,474 kB of archives.
After this operation, 18.9 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libperl-dev armhf 5.14.2-21+rpi2+deb7u2 [3,023 kB]
Get:2 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libsnmp-perl armhf 5.4.3~dfsg-2.8+deb7u1 [122 kB]
Get:3 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libwrap0-dev armhf 7.6.q-24 [22.4 kB]
Get:4 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libssl-dev armhf 1.0.1e-2+rvt+deb7u14 [1,505 kB]
Get:5 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libsensors4-dev armhf 1:3.3.2-2+deb7u1 [59.7 kB]
Get:6 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libsnmp-dev armhf 5.4.3~dfsg-2.8+deb7u1 [1,537 kB]
Get:7 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libssl-doc all 1.0.1e-2+rvt+deb7u14 [1,206 kB]
Fetched 7,474 kB in 1min 37s (76.7 kB/s)
Selecting previously unselected package libperl-dev.
(Reading database ... 88719 files and directories currently installed.)
Unpacking libperl-dev (from .../libperl-dev_5.14.2-21+rpi2+deb7u2_armhf.deb) ...
Selecting previously unselected package libsnmp-perl.
Unpacking libsnmp-perl (from .../libsnmp-perl_5.4.3~dfsg-2.8+deb7u1_armhf.deb) ...
Selecting previously unselected package libwrap0-dev:armhf.
Unpacking libwrap0-dev:armhf (from .../libwrap0-dev_7.6.q-24_armhf.deb) ...
Selecting previously unselected package libssl-dev.
Unpacking libssl-dev (from .../libssl-dev_1.0.1e-2+rvt+deb7u14_armhf.deb) ...
Selecting previously unselected package libsensors4-dev.
Unpacking libsensors4-dev (from .../libsensors4-dev_1%3a3.3.2-2+deb7u1_armhf.deb) ...
Selecting previously unselected package libsnmp-dev.
Unpacking libsnmp-dev (from .../libsnmp-dev_5.4.3~dfsg-2.8+deb7u1_armhf.deb) ...
Selecting previously unselected package libssl-doc.
Unpacking libssl-doc (from .../libssl-doc_1.0.1e-2+rvt+deb7u14_all.deb) ...
Processing triggers for man-db ...
Setting up libperl-dev (5.14.2-21+rpi2+deb7u2) ...
Setting up libsnmp-perl (5.4.3~dfsg-2.8+deb7u1) ...
Setting up libwrap0-dev:armhf (7.6.q-24) ...
Setting up libssl-dev (1.0.1e-2+rvt+deb7u14) ...
Setting up libsensors4-dev (1:3.3.2-2+deb7u1) ...
Setting up libsnmp-dev (5.4.3~dfsg-2.8+deb7u1) ...
Setting up libssl-doc (1.0.1e-2+rvt...

Read more...

Revision history for this message
peter mason (peter-dpm47-deactivatedaccount) wrote :

The result:

pm@raspberrypi ~/Desktop/hplip-3.15.2 $ ./configure --prefix=/usr

./configure: line 2235: config.log: Permission denied
./configure: line 2245: config.log: Permission denied

pm@raspberrypi ~/Desktop/hplip-3.15.2 $ ls -l config.log
ls: cannot access config.log: No such file or directory
pm@raspberrypi ~/Desktop/hplip-3.15.2 $

I still have the old config .log file on the desktop?

The config file line 2229 follows.
eval ac_res=\$$3
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno

} # ac_fn_c_check_type
cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by HP Linux Imaging and Printing $as_me 3.15.2, which was
generated by GNU Autoconf 2.68. Invocation command line was

  $ $0 $@

_ACEOF
exec 5>>config.log

peter

Revision history for this message
peter mason (peter-dpm47-deactivatedaccount) wrote :

Also pi still owns the file :
pm@raspberrypi ~/Desktop/hplip-3.15.2 $ ls -l *
-rw-r--r-- 1 pi pi 353220 Jan 29 13:21 aclocal.m4
-rw-r--r-- 1 pi pi 9067 Jan 29 13:20 align.py
-rw-r--r-- 1 pi pi 10029 Jan 29 13:20 check-plugin.py
-rw-r--r-- 1 pi pi 39170 Jan 29 13:20 check.py
-rw-r--r-- 1 pi pi 7142 Jan 29 13:20 clean.py
-rw-r--r-- 1 pi pi 9241 Jan 29 13:20 colorcal.py
-rw-r--r-- 1 pi pi 44504 May 12 2011 config.guess
-rw-r--r-- 1 pi pi 35206 May 12 2011 config.sub
-rwxr-xr-x 1 pi pi 616909 Jan 29 13:21 configure
........................... ..........
I get the impressiom that owner "pm" does not have full rights of ownership. For example pm cannot access the usb memory stick.
peter

Revision history for this message
peter mason (peter-dpm47-deactivatedaccount) wrote :

ok. Now back in user "pi"

delete the config.log file.
Run 'sudo rm config.log' command Done

Again retry './configure --prefix=/usr Done'....................

checking net-snmp/net-snmp-config.h presence... yes
checking for net-snmp/net-snmp-config.h... yes
checking for cupsDoFileRequest in -lcups... yes
checking cups/cups.h usability... yes
checking cups/cups.h presence... yes
checking for cups/cups.h... yes
checking for libusb_init in -lusb-1.0... no
configure: error: cannot find libusb 1.0 support
pi@raspberrypi ~/Desktop/hplip-3.15.2 $

pi can access usb
config.log is full of stuff

Revision history for this message
goutam kodu (goutam-hplip) wrote :

Run command 'sudo apt-get install libusb-1.0.0-dev'

and retry ./configure --prefix=/usr

-------- Original message --------
From: peter mason <email address hidden>
Date: 08/03/2015 1:56 PM (GMT+05:30)
To: <email address hidden>
Subject: [Bug 1426110] Re: HPlip-3.15.2 make error

ok. Now back in user "pi"

delete the config.log file.
Run   'sudo rm config.log'  command Done

Again retry './configure --prefix=/usr Done'....................

checking net-snmp/net-snmp-config.h presence... yes
checking for net-snmp/net-snmp-config.h... yes
checking for cupsDoFileRequest in -lcups... yes
checking cups/cups.h usability... yes
checking cups/cups.h presence... yes
checking for cups/cups.h... yes
checking for libusb_init in -lusb-1.0... no
configure: error: cannot find libusb 1.0 support
pi@raspberrypi ~/Desktop/hplip-3.15.2 $

pi can access usb
config.log is full of stuff

** Attachment added: "config.log new"
   https://bugs.launchpad.net/hplip/+bug/1426110/+attachment/4337685/+files/config.log

--
You received this bug notification because you are a member of HP Linux
Imaging and Printing, which is subscribed to HPLIP.
Matching subscriptions: HP Linux Imaging and Printing, HP Linux Imaging and Printing, HP Linux Imaging and Printing, HPLIP
https://bugs.launchpad.net/bugs/1426110

Title:
  HPlip-3.15.2 make error

Status in HP Linux Imaging and Printing:
  New

Bug description:
  I did a manual install of the hplip-3.15.2.tar on a raspberryPi 2, but
  running make produces the following:

  pi@raspberrypi ~/Desktop/source/hplip-3.15.2.tar/hplip-3.15.2 $ make
  make: *** No targets specified and no makefile found.  Stop.
  pi@raspberrypi ~/Desktop/source/hplip-3.15.2.tar/hplip-3.15.2 $

  I also tried hplip-3.15.2.run but that failed to find PY3.

  Is it possible to install this software on RPi2?

To manage notifications about this bug go to:
https://bugs.launchpad.net/hplip/+bug/1426110/+subscriptions

Revision history for this message
peter mason (peter-dpm47-deactivatedaccount) wrote :

In the mean time a new upgrade has become available. 357MB. This uses up more of my limited mobile byte allocation. Also when this works we need to wait until the wifi adapter arrives before we can actually talk to the printer.

./configure --prefix=/usr ...............Done

checking python2.7/Python.h usability... yes
checking python2.7/Python.h presence... yes
checking for python2.7/Python.h... yes
checking for sane_open in -lsane... no
configure: error: cannot find sane-backends-devel support (or --disable-scan-build)
pi@raspberrypi ~/Desktop/hplip-3.15.2 $

Have I gone backwards? Do I need to repeat the steps again?

peter

Revision history for this message
goutam kodu (goutam-hplip) wrote :

There is one more dependency you may have to install

Run command 'sudo apt-get install libsane-dev'

Next, re run ./configure --prefix=/usr

-------- Original message --------
From: peter mason <email address hidden>
Date: 08/03/2015 9:21 PM (GMT+05:30)
To: <email address hidden>
Subject: [Bug 1426110] Re: HPlip-3.15.2 make error

In the mean time a new upgrade has become available. 357MB. This uses up
more of my limited mobile byte allocation. Also when this works we need
to wait until the wifi adapter arrives before we can actually talk to
the printer.

./configure --prefix=/usr ...............Done

checking python2.7/Python.h usability... yes
checking python2.7/Python.h presence... yes
checking for python2.7/Python.h... yes
checking for sane_open in -lsane... no
configure: error: cannot find sane-backends-devel support (or --disable-scan-build)
pi@raspberrypi ~/Desktop/hplip-3.15.2 $

Have I gone backwards? Do I need to repeat the steps again?

peter

--
You received this bug notification because you are a member of HP Linux
Imaging and Printing, which is subscribed to HPLIP.
Matching subscriptions: HP Linux Imaging and Printing, HP Linux Imaging and Printing, HP Linux Imaging and Printing, HPLIP
https://bugs.launchpad.net/bugs/1426110

Title:
  HPlip-3.15.2 make error

Status in HP Linux Imaging and Printing:
  New

Bug description:
  I did a manual install of the hplip-3.15.2.tar on a raspberryPi 2, but
  running make produces the following:

  pi@raspberrypi ~/Desktop/source/hplip-3.15.2.tar/hplip-3.15.2 $ make
  make: *** No targets specified and no makefile found.  Stop.
  pi@raspberrypi ~/Desktop/source/hplip-3.15.2.tar/hplip-3.15.2 $

  I also tried hplip-3.15.2.run but that failed to find PY3.

  Is it possible to install this software on RPi2?

To manage notifications about this bug go to:
https://bugs.launchpad.net/hplip/+bug/1426110/+subscriptions

Revision history for this message
peter mason (peter-dpm47-deactivatedaccount) wrote :

config.status: creating Makefile
config.status: creating hplip.conf
config.status: creating hplip.desktop
config.status: creating hplip-systray.desktop
config.status: creating prnt/drv/hpijs.drv
config.status: creating prnt/drv/hpcups.drv
config.status: creating hplip.list
config.status: creating data/policykit/com.hp.hplip.service
config.status: executing depfiles commands
config.status: executing libtool commands
pi@raspberrypi ~/Desktop/hplip-3.15.2 $

I have forgotten what happens next. Install?

Revision history for this message
goutam kodu (goutam-hplip) wrote :

Now run command 'make'.

And next  'sudo make install'.

Run command 'hp-setup' to configure the device.

-------- Original message --------
From: peter mason <email address hidden>
Date: 08/03/2015 10:06 PM (GMT+05:30)
To: <email address hidden>
Subject: [Bug 1426110] Re: HPlip-3.15.2 make error

config.status: creating Makefile
config.status: creating hplip.conf
config.status: creating hplip.desktop
config.status: creating hplip-systray.desktop
config.status: creating prnt/drv/hpijs.drv
config.status: creating prnt/drv/hpcups.drv
config.status: creating hplip.list
config.status: creating data/policykit/com.hp.hplip.service
config.status: executing depfiles commands
config.status: executing libtool commands
pi@raspberrypi ~/Desktop/hplip-3.15.2 $

I have forgotten what happens next. Install?

--
You received this bug notification because you are a member of HP Linux
Imaging and Printing, which is subscribed to HPLIP.
Matching subscriptions: HP Linux Imaging and Printing, HP Linux Imaging and Printing, HP Linux Imaging and Printing, HPLIP
https://bugs.launchpad.net/bugs/1426110

Title:
  HPlip-3.15.2 make error

Status in HP Linux Imaging and Printing:
  New

Bug description:
  I did a manual install of the hplip-3.15.2.tar on a raspberryPi 2, but
  running make produces the following:

  pi@raspberrypi ~/Desktop/source/hplip-3.15.2.tar/hplip-3.15.2 $ make
  make: *** No targets specified and no makefile found.  Stop.
  pi@raspberrypi ~/Desktop/source/hplip-3.15.2.tar/hplip-3.15.2 $

  I also tried hplip-3.15.2.run but that failed to find PY3.

  Is it possible to install this software on RPi2?

To manage notifications about this bug go to:
https://bugs.launchpad.net/hplip/+bug/1426110/+subscriptions

Revision history for this message
peter mason (peter-dpm47-deactivatedaccount) wrote :

Unfortunately still not quite there.

pi@raspberrypi ~/Desktop/hplip-3.15.2 $ make install
g++ -DPACKAGE_NAME=\"HP\ Linux\ Imaging\ and\ Printing\" -DPACKAGE_TARNAME=\"hplip\" -DPACKAGE_VERSION=\"3.15.2\" -DPACKAGE_STRING=\"HP\ Linux\ Imaging\ and\ Printing\ 3.15.2\" -DPACKAGE_BUGREPORT=\"3.15.2\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hplip\" -DVERSION=\"3.15.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_PTHREAD_H=1 -DHAVE_JPEGLIB_H=1 -DHAVE_UINT32_T=1 -DHAVE_LIBHPIP=1 -DHAVE_LIBHPIP=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBNETSNMP=1 -DHAVE_NET_SNMP_NET_SNMP_CONFIG_H=1 -DHAVE_CUPS_CUPS_H=1 -DHAVE_LIBUSB_1_0_LIBUSB_H=1 -DHAVE_PYTHON2_7_PYTHON_H=1 -DHAVE_DBUS=1 -I. -Iip -Iio/hpmud -Iscan/sane -Iprnt/hpijs -Icommon/ -DAPDK_LITTLE_ENDIAN -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -g -O2 -DCONFDIR=\"/etc/hp\" -MT hpcups-HPCupsFilter.o -MD -MP -MF .deps/hpcups-HPCupsFilter.Tpo -c -o hpcups-HPCupsFilter.o `test -f 'prnt/hpcups/HPCupsFilter.cpp' || echo './'`prnt/hpcups/HPCupsFilter.cpp
In file included from prnt/hpcups/HPCupsFilter.h:34:0,
                 from prnt/hpcups/HPCupsFilter.cpp:33:
prnt/hpcups/CommonDefinitions.h:43:25: fatal error: cups/raster.h: No such file or directory
compilation terminated.
Makefile:6903: recipe for target 'hpcups-HPCupsFilter.o' failed
make: *** [hpcups-HPCupsFilter.o] Error 1
pi@raspberrypi ~/Desktop/hplip-3.15.2 $

but close.

peter

Revision history for this message
goutam kodu (goutam-hplip) wrote :

please run command 'sudo apt-get install libcupsimage2-dev'  and retry 'make' command.

-------- Original message --------
From: peter mason <email address hidden>
Date: 09/03/2015 1:38 PM (GMT+05:30)
To: <email address hidden>
Subject: [Bug 1426110] Re: HPlip-3.15.2 make error

Unfortunately still not quite there.

pi@raspberrypi ~/Desktop/hplip-3.15.2 $ make install
g++ -DPACKAGE_NAME=\"HP\ Linux\ Imaging\ and\ Printing\" -DPACKAGE_TARNAME=\"hplip\" -DPACKAGE_VERSION=\"3.15.2\" -DPACKAGE_STRING=\"HP\ Linux\ Imaging\ and\ Printing\ 3.15.2\" -DPACKAGE_BUGREPORT=\"3.15.2\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hplip\" -DVERSION=\"3.15.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_PTHREAD_H=1 -DHAVE_JPEGLIB_H=1 -DHAVE_UINT32_T=1 -DHAVE_LIBHPIP=1 -DHAVE_LIBHPIP=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBNETSNMP=1 -DHAVE_NET_SNMP_NET_SNMP_CONFIG_H=1 -DHAVE_CUPS_CUPS_H=1 -DHAVE_LIBUSB_1_0_LIBUSB_H=1 -DHAVE_PYTHON2_7_PYTHON_H=1 -DHAVE_DBUS=1 -I. -Iip -Iio/hpmud -Iscan/sane -Iprnt/hpijs -Icommon/   -DAPDK_LITTLE_ENDIAN -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include   -g -O2 -DCONFDIR=\"/etc/hp\" -MT hpcups-HPCupsFilter.o -MD -MP -MF .deps/hpcups-HPCupsFilter.Tpo -c -o hpcups-HPCupsFilter.o `test -f 'prnt/hpcups/HPCupsFilter.cpp' || echo './'`prnt/hpcups/HPCupsFilter.cpp
In file included from prnt/hpcups/HPCupsFilter.h:34:0,
                 from prnt/hpcups/HPCupsFilter.cpp:33:
prnt/hpcups/CommonDefinitions.h:43:25: fatal error: cups/raster.h: No such file or directory
compilation terminated.
Makefile:6903: recipe for target 'hpcups-HPCupsFilter.o' failed
make: *** [hpcups-HPCupsFilter.o] Error 1
pi@raspberrypi ~/Desktop/hplip-3.15.2 $

but close.

peter

--
You received this bug notification because you are a member of HP Linux
Imaging and Printing, which is subscribed to HPLIP.
Matching subscriptions: HP Linux Imaging and Printing, HP Linux Imaging and Printing, HP Linux Imaging and Printing, HPLIP
https://bugs.launchpad.net/bugs/1426110

Title:
  HPlip-3.15.2 make error

Status in HP Linux Imaging and Printing:
  New

Bug description:
  I did a manual install of the hplip-3.15.2.tar on a raspberryPi 2, but
  running make produces the following:

  pi@raspberrypi ~/Desktop/source/hplip-3.15.2.tar/hplip-3.15.2 $ make
  make: *** No targets specified and no makefile found.  Stop.
  pi@raspberrypi ~/Desktop/source/hplip-3.15.2.tar/hplip-3.15.2 $

  I also tried hplip-3.15.2.run but that failed to find PY3.

  Is it possible to install this software on RPi2?

To manage notifications about this bug go to:
https://bugs.launchpad.net/hplip/+bug/1426110/+subscriptions

Revision history for this message
peter mason (peter-dpm47-deactivatedaccount) wrote :

Now what:

pi@raspberrypi ~/Desktop/hplip-3.15.2 $ make install
make[1]: Entering directory '/home/pi/Desktop/hplip-3.15.2'
test -z "/usr/lib" || /bin/mkdir -p "/usr/lib"
 /bin/bash ./libtool --mode=install /usr/bin/install -c libhpmud.la libhpip.la '/usr/lib'
libtool: install: /usr/bin/install -c .libs/libhpmud.so.0.0.6 /usr/lib/libhpmud.so.0.0.6
/usr/bin/install: cannot remove `/usr/lib/libhpmud.so.0.0.6': Permission denied
Makefile:4997: recipe for target 'install-libLTLIBRARIES' failed
make[1]: *** [install-libLTLIBRARIES] Error 1
make[1]: Leaving directory '/home/pi/Desktop/hplip-3.15.2'
Makefile:8717: recipe for target 'install-am' failed
make: *** [install-am] Error 2
pi@raspberrypi ~/Desktop/hplip-3.15.2 $

how are ordinary people to know about these dependencies?

and the other news. The wifi has arrived
peter

Revision history for this message
goutam kodu (goutam-hplip) wrote :

please run the following commands:

1. make  clean

2. make

3. sudo make install

This should install hplip in raspberry pi now.
We do not have official installation instructions for raspberry pi. But we will have the instructions ready very soon and make it  available in www.hplipopensource.com.

-------- Original message --------
From: peter mason <email address hidden>
Date: 09/03/2015 3:48 PM (GMT+05:30)
To: <email address hidden>
Subject: [Bug 1426110] Re: HPlip-3.15.2 make error

Now what:

pi@raspberrypi ~/Desktop/hplip-3.15.2 $ make install
make[1]: Entering directory '/home/pi/Desktop/hplip-3.15.2'
test -z "/usr/lib" || /bin/mkdir -p "/usr/lib"
/bin/bash ./libtool   --mode=install /usr/bin/install -c   libhpmud.la libhpip.la '/usr/lib'
libtool: install: /usr/bin/install -c .libs/libhpmud.so.0.0.6 /usr/lib/libhpmud.so.0.0.6
/usr/bin/install: cannot remove `/usr/lib/libhpmud.so.0.0.6': Permission denied
Makefile:4997: recipe for target 'install-libLTLIBRARIES' failed
make[1]: *** [install-libLTLIBRARIES] Error 1
make[1]: Leaving directory '/home/pi/Desktop/hplip-3.15.2'
Makefile:8717: recipe for target 'install-am' failed
make: *** [install-am] Error 2
pi@raspberrypi ~/Desktop/hplip-3.15.2 $

how are ordinary people to know about these dependencies?

and the other news. The wifi has arrived
peter

--
You received this bug notification because you are a member of HP Linux
Imaging and Printing, which is subscribed to HPLIP.
Matching subscriptions: HP Linux Imaging and Printing, HP Linux Imaging and Printing, HP Linux Imaging and Printing, HPLIP
https://bugs.launchpad.net/bugs/1426110

Title:
  HPlip-3.15.2 make error

Status in HP Linux Imaging and Printing:
  New

Bug description:
  I did a manual install of the hplip-3.15.2.tar on a raspberryPi 2, but
  running make produces the following:

  pi@raspberrypi ~/Desktop/source/hplip-3.15.2.tar/hplip-3.15.2 $ make
  make: *** No targets specified and no makefile found.  Stop.
  pi@raspberrypi ~/Desktop/source/hplip-3.15.2.tar/hplip-3.15.2 $

  I also tried hplip-3.15.2.run but that failed to find PY3.

  Is it possible to install this software on RPi2?

To manage notifications about this bug go to:
https://bugs.launchpad.net/hplip/+bug/1426110/+subscriptions

Revision history for this message
peter mason (peter-dpm47-deactivatedaccount) wrote :

1. make clean

2. make

3. sudo make install

seems to have done a clean build.

However the only way to run Hplip is :

pi@raspberrypi ~/Desktop/hplip-3.15.2 $ hp-setup -i

HP Linux Imaging and Printing System (ver. 3.15.2)
Printer/Fax Setup Utility ver. 9.0

Copyright (c) 2001-15 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

(Note: Defaults for each question are maked with a '*'. Press <enter> to accept the default.)

--------------------------------
| SELECT CONNECTION (I/O) TYPE |
--------------------------------

  Num Connection Description
            Type
  -------- ---------- ----------------------------------------------------------
  0* usb Universal Serial Bus (USB)
  1 net Network/Ethernet/Wireless (direct connection or JetDirect)

Enter number 0...1 for connection type (q=quit, enter=usb*) ? 1

Using connection type: net

error: No device selected/specified or that supports this functionality.
pi@raspberrypi ~/Desktop/hplip-3.15.2 $ hp-setup -i

HP Linux Imaging and Printing System (ver. 3.15.2)
Printer/Fax Setup Utility ver. 9.0

Copyright (c) 2001-15 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

(Note: Defaults for each question are maked with a '*'. Press <enter> to accept the default.)

--------------------------------
| SELECT CONNECTION (I/O) TYPE |
--------------------------------

  Num Connection Description
            Type
  -------- ---------- ----------------------------------------------------------
  0* usb Universal Serial Bus (USB)
  1 net Network/Ethernet/Wireless (direct connection or JetDirect)

Enter number 0...1 for connection type (q=quit, enter=usb*) ? 0

Using connection type: usb

error: No device selected/specified or that supports this functionality.
pi@raspberrypi ~/Desktop/hplip-3.15.2 $

I can see the printer on the wifi monitor of Rpi.
The printer is HP Deskjet 3520, sitting 100`smm from the Raspberry Pi

Revision history for this message
goutam kodu (goutam-hplip) wrote :
Download full text (3.8 KiB)

If your printer is over the network and has an IP address to it.

Run command 'hp-setup -i <IP address>'

For example if your device has an IP address 192.168.1.2,  then type  'hp-setup -i 192.168.1.2'

-------- Original message --------
From: peter mason <email address hidden>
Date: 09/03/2015 5:27 PM (GMT+05:30)
To: <email address hidden>
Subject: [Bug 1426110] Re: HPlip-3.15.2 make error

1. make  clean

2. make

3. sudo make install

seems to have done a clean build.

However the only way to run Hplip is :

pi@raspberrypi ~/Desktop/hplip-3.15.2 $ hp-setup -i

HP Linux Imaging and Printing System (ver. 3.15.2)
Printer/Fax Setup Utility ver. 9.0

Copyright (c) 2001-15 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

(Note: Defaults for each question are maked with a '*'. Press <enter> to
accept the default.)

--------------------------------
| SELECT CONNECTION (I/O) TYPE |
--------------------------------

  Num       Connection  Description
            Type
  --------  ----------  ----------------------------------------------------------
  0*        usb         Universal Serial Bus (USB)
  1         net         Network/Ethernet/Wireless (direct connection or JetDirect)

Enter number 0...1 for connection type (q=quit, enter=usb*) ? 1

Using connection type: net

error: No device selected/specified or that supports this functionality.
pi@raspberrypi ~/Desktop/hplip-3.15.2 $ hp-setup -i

HP Linux Imaging and Printing System (ver. 3.15.2)
Printer/Fax Setup Utility ver. 9.0

Copyright (c) 2001-15 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

(Note: Defaults for each question are maked with a '*'. Press <enter> to
accept the default.)

--------------------------------
| SELECT CONNECTION (I/O) TYPE |
--------------------------------

  Num       Connection  Description
            Type
  --------  ----------  ----------------------------------------------------------
  0*        usb         Universal Serial Bus (USB)
  1         net         Network/Ethernet/Wireless (direct connection or JetDirect)

Enter number 0...1 for connection type (q=quit, enter=usb*) ? 0

Using connection type: usb

error: No device selected/specified or that supports this functionality.
pi@raspberrypi ~/Desktop/hplip-3.15.2 $

I can see the printer on the wifi monitor of Rpi.
The printer is HP Deskjet 3520, sitting 100`smm from the Raspberry Pi

--
You received this bug notification because you are a member of HP Linux
Imaging and Printing, which is subscribed to HPLIP.
Matching subscriptions: HP Linux Imaging and Printing, HP Linux Imaging and ...

Read more...

Revision history for this message
peter mason (peter-dpm47-deactivatedaccount) wrote :

We have a test page.
It does not print duplex although it offers the option.
Am I being too fussy after all your work?

Thank you for your help. I hope it was useful for your development of the Raspberry Pi installer.

Regards Peter Mason

Revision history for this message
Amir Arslan Haghrah (arslanbey) wrote :
Download full text (10.1 KiB)

Hi,

I have <make install> problem in hplip 3.18.12

This my ./configure --prefix=/usr output:

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... ye...

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.