Opened 10 years ago

Closed 10 years ago

#216 closed defect (fixed)

10-STABLE installatie lvoruted

Reported by: huub Owned by: nobody
Priority: major Milestone: WL-9.0-RELEASE
Keywords: Cc:
Resource needed to fix:

Description

lvrouted wil niet installeren als package (tail logfile _.cust.cust_pkg ;)

pkg: No packages available to install matching 'net/lvrouted' have been found in the repositories

Change History (2)

comment:1 by huub, 10 years ago

package-build script geeft errors, zie log:

===>  Building for lvrouted-11479
(cd src; touch .depend && make depend && /usr/bin/make)
../tools/version.sh
Extracting VERSION file info
rm -f .depend
ocamldep  *.ml *.mli > .depend
ocamlfind ocamlopt -w p -linkpkg -package "unix str" -c  -cclib -lcrypto -cclib -lbz2 Version.ml
ocamlfind ocamlopt -w p -linkpkg -package "unix str" -c  -cclib -lcrypto -cclib -lbz2 LowLevel.ml
ocamlfind ocamlopt -w p -linkpkg -package "unix str" -c  -cclib -lcrypto -cclib -lbz2 PrioQueue.ml
ocamlfind ocamlopt -w p -linkpkg -package "unix str" -c  -cclib -lcrypto -cclib -lbz2 Common.ml
ocamlfind ocamlopt -w p -linkpkg -package "unix str" -c  -cclib -lcrypto -cclib -lbz2 Log.ml
ocamlfind ocamlopt -w p -linkpkg -package "unix str" -c  -cclib -lcrypto -cclib -lbz2 Tree.ml
ocamlfind ocamlopt -w p -linkpkg -package "unix str" -c  -cclib -lcrypto -cclib -lbz2 MAC.ml
ocamlfind ocamlopt -w p -linkpkg -package "unix str" -c  -cclib -lcrypto -cclib -lbz2 Route.ml
ocamlfind ocamlopt -w p -linkpkg -package "unix str" -c  -cclib -lcrypto -cclib -lbz2 Iface.ml
ocamlfind ocamlopt -w p -linkpkg -package "unix str" -c  -cclib -lcrypto -cclib -lbz2 Neighbor.ml
ocamlfind ocamlopt -w p -linkpkg -package "unix str" -c  -cclib -lcrypto -cclib -lbz2 lvrouted.ml
cc -O2 -Wall -I`ocamlfind printconf stdlib` -g -c lowlevel_c.c
lowlevel_c.c:996:72: error: use of undeclared identifier 'uintmax_t'
static const struct ifmedia_baudrate ifmedia_baudrate_descriptions[] = IFM_BAUDRATE_DESCRIPTIONS;
                                                                       ^
/usr/include/net/if_media.h:647:27: note: expanded from macro 'IFM_BAUDRATE_DESCRIPTIONS'
        { IFM_ETHER | IFM_10_T,         IF_Mbps(10) },                  \
                                        ^
/usr/include/net/if.h:183:21: note: expanded from macro 'IF_Mbps'
#define IF_Mbps(x)      (IF_Kbps((x) * 1000))   /* megabits/sec. */
                         ^
/usr/include/net/if.h:182:22: note: expanded from macro 'IF_Kbps'
#define IF_Kbps(x)      ((uintmax_t)(x) * 1000) /* kilobits/sec. */
                          ^
lowlevel_c.c:996:72: error: use of undeclared identifier 'uintmax_t'
/usr/include/net/if_media.h:648:27: note: expanded from macro 'IFM_BAUDRATE_DESCRIPTIONS'
        { IFM_ETHER | IFM_10_2,         IF_Mbps(10) },                  \
                                        ^
/usr/include/net/if.h:183:21: note: expanded from macro 'IF_Mbps'
#define IF_Mbps(x)      (IF_Kbps((x) * 1000))   /* megabits/sec. */
                         ^
/usr/include/net/if.h:182:22: note: expanded from macro 'IF_Kbps'
#define IF_Kbps(x)      ((uintmax_t)(x) * 1000) /* kilobits/sec. */
                          ^
lowlevel_c.c:996:72: error: use of undeclared identifier 'uintmax_t'
/usr/include/net/if_media.h:649:27: note: expanded from macro 'IFM_BAUDRATE_DESCRIPTIONS'
        { IFM_ETHER | IFM_10_5,         IF_Mbps(10) },                  \
                                        ^
/usr/include/net/if.h:183:21: note: expanded from macro 'IF_Mbps'
#define IF_Mbps(x)      (IF_Kbps((x) * 1000))   /* megabits/sec. */
                         ^
/usr/include/net/if.h:182:22: note: expanded from macro 'IF_Kbps'
#define IF_Kbps(x)      ((uintmax_t)(x) * 1000) /* kilobits/sec. */
                          ^
lowlevel_c.c:996:72: error: use of undeclared identifier 'uintmax_t'
/usr/include/net/if_media.h:650:28: note: expanded from macro 'IFM_BAUDRATE_DESCRIPTIONS'
        { IFM_ETHER | IFM_100_TX,       IF_Mbps(100) },                 \
                                        ^
/usr/include/net/if.h:183:21: note: expanded from macro 'IF_Mbps'
#define IF_Mbps(x)      (IF_Kbps((x) * 1000))   /* megabits/sec. */
                         ^
/usr/include/net/if.h:182:22: note: expanded from macro 'IF_Kbps'
#define IF_Kbps(x)      ((uintmax_t)(x) * 1000) /* kilobits/sec. */
                          ^
lowlevel_c.c:996:72: error: use of undeclared identifier 'uintmax_t'
/usr/include/net/if_media.h:651:28: note: expanded from macro 'IFM_BAUDRATE_DESCRIPTIONS'
        { IFM_ETHER | IFM_100_FX,       IF_Mbps(100) },                 \
                                        ^
/usr/include/net/if.h:183:21: note: expanded from macro 'IF_Mbps'
#define IF_Mbps(x)      (IF_Kbps((x) * 1000))   /* megabits/sec. */
                         ^
/usr/include/net/if.h:182:22: note: expanded from macro 'IF_Kbps'
#define IF_Kbps(x)      ((uintmax_t)(x) * 1000) /* kilobits/sec. */
                          ^
lowlevel_c.c:996:72: error: use of undeclared identifier 'uintmax_t'
/usr/include/net/if_media.h:652:28: note: expanded from macro 'IFM_BAUDRATE_DESCRIPTIONS'
        { IFM_ETHER | IFM_100_T4,       IF_Mbps(100) },                 \
                                        ^
/usr/include/net/if.h:183:21: note: expanded from macro 'IF_Mbps'
#define IF_Mbps(x)      (IF_Kbps((x) * 1000))   /* megabits/sec. */
                         ^
/usr/include/net/if.h:182:22: note: expanded from macro 'IF_Kbps'
#define IF_Kbps(x)      ((uintmax_t)(x) * 1000) /* kilobits/sec. */
                          ^
lowlevel_c.c:996:72: error: use of undeclared identifier 'uintmax_t'
/usr/include/net/if_media.h:653:28: note: expanded from macro 'IFM_BAUDRATE_DESCRIPTIONS'
        { IFM_ETHER | IFM_100_VG,       IF_Mbps(100) },                 \
                                        ^
/usr/include/net/if.h:183:21: note: expanded from macro 'IF_Mbps'
#define IF_Mbps(x)      (IF_Kbps((x) * 1000))   /* megabits/sec. */
                         ^
/usr/include/net/if.h:182:22: note: expanded from macro 'IF_Kbps'
#define IF_Kbps(x)      ((uintmax_t)(x) * 1000) /* kilobits/sec. */
                          ^
lowlevel_c.c:996:72: error: use of undeclared identifier 'uintmax_t'
/usr/include/net/if_media.h:654:28: note: expanded from macro 'IFM_BAUDRATE_DESCRIPTIONS'
        { IFM_ETHER | IFM_100_T2,       IF_Mbps(100) },                 \
                                        ^
/usr/include/net/if.h:183:21: note: expanded from macro 'IF_Mbps'
#define IF_Mbps(x)      (IF_Kbps((x) * 1000))   /* megabits/sec. */
                         ^
/usr/include/net/if.h:182:22: note: expanded from macro 'IF_Kbps'
#define IF_Kbps(x)      ((uintmax_t)(x) * 1000) /* kilobits/sec. */
                          ^
lowlevel_c.c:996:72: error: use of undeclared identifier 'uintmax_t'
/usr/include/net/if_media.h:655:29: note: expanded from macro 'IFM_BAUDRATE_DESCRIPTIONS'
        { IFM_ETHER | IFM_1000_SX,      IF_Mbps(1000) },                \
                                        ^
/usr/include/net/if.h:183:21: note: expanded from macro 'IF_Mbps'
#define IF_Mbps(x)      (IF_Kbps((x) * 1000))   /* megabits/sec. */
                         ^
/usr/include/net/if.h:182:22: note: expanded from macro 'IF_Kbps'
#define IF_Kbps(x)      ((uintmax_t)(x) * 1000) /* kilobits/sec. */
                          ^
lowlevel_c.c:996:72: error: use of undeclared identifier 'uintmax_t'
/usr/include/net/if_media.h:656:28: note: expanded from macro 'IFM_BAUDRATE_DESCRIPTIONS'
        { IFM_ETHER | IFM_10_STP,       IF_Mbps(10) },                  \
                                        ^
/usr/include/net/if.h:183:21: note: expanded from macro 'IF_Mbps'
#define IF_Mbps(x)      (IF_Kbps((x) * 1000))   /* megabits/sec. */
                         ^
/usr/include/net/if.h:182:22: note: expanded from macro 'IF_Kbps'
#define IF_Kbps(x)      ((uintmax_t)(x) * 1000) /* kilobits/sec. */
                          ^
lowlevel_c.c:996:72: error: use of undeclared identifier 'uintmax_t'
/usr/include/net/if_media.h:657:27: note: expanded from macro 'IFM_BAUDRATE_DESCRIPTIONS'
        { IFM_ETHER | IFM_10_FL,        IF_Mbps(10) },                  \
                                        ^
/usr/include/net/if.h:183:21: note: expanded from macro 'IF_Mbps'
#define IF_Mbps(x)      (IF_Kbps((x) * 1000))   /* megabits/sec. */
                         ^
/usr/include/net/if.h:182:22: note: expanded from macro 'IF_Kbps'
#define IF_Kbps(x)      ((uintmax_t)(x) * 1000) /* kilobits/sec. */
                          ^
lowlevel_c.c:996:72: error: use of undeclared identifier 'uintmax_t'
/usr/include/net/if_media.h:658:29: note: expanded from macro 'IFM_BAUDRATE_DESCRIPTIONS'
        { IFM_ETHER | IFM_1000_LX,      IF_Mbps(1000) },                \
                                        ^
/usr/include/net/if.h:183:21: note: expanded from macro 'IF_Mbps'
#define IF_Mbps(x)      (IF_Kbps((x) * 1000))   /* megabits/sec. */
                         ^
/usr/include/net/if.h:182:22: note: expanded from macro 'IF_Kbps'
#define IF_Kbps(x)      ((uintmax_t)(x) * 1000) /* kilobits/sec. */
                          ^
lowlevel_c.c:996:72: error: use of undeclared identifier 'uintmax_t'
/usr/include/net/if_media.h:659:29: note: expanded from macro 'IFM_BAUDRATE_DESCRIPTIONS'
        { IFM_ETHER | IFM_1000_CX,      IF_Mbps(1000) },                \
                                        ^
/usr/include/net/if.h:183:21: note: expanded from macro 'IF_Mbps'
#define IF_Mbps(x)      (IF_Kbps((x) * 1000))   /* megabits/sec. */
                         ^
/usr/include/net/if.h:182:22: note: expanded from macro 'IF_Kbps'
#define IF_Kbps(x)      ((uintmax_t)(x) * 1000) /* kilobits/sec. */
                          ^
lowlevel_c.c:996:72: error: use of undeclared identifier 'uintmax_t'
/usr/include/net/if_media.h:660:28: note: expanded from macro 'IFM_BAUDRATE_DESCRIPTIONS'
        { IFM_ETHER | IFM_1000_T,       IF_Mbps(1000) },                \
                                        ^
/usr/include/net/if.h:183:21: note: expanded from macro 'IF_Mbps'
#define IF_Mbps(x)      (IF_Kbps((x) * 1000))   /* megabits/sec. */
                         ^
/usr/include/net/if.h:182:22: note: expanded from macro 'IF_Kbps'
#define IF_Kbps(x)      ((uintmax_t)(x) * 1000) /* kilobits/sec. */
                          ^
lowlevel_c.c:996:72: error: use of undeclared identifier 'uintmax_t'
/usr/include/net/if_media.h:661:28: note: expanded from macro 'IFM_BAUDRATE_DESCRIPTIONS'
        { IFM_ETHER | IFM_HPNA_1,       IF_Mbps(1) },                   \
                                        ^
/usr/include/net/if.h:183:21: note: expanded from macro 'IF_Mbps'
#define IF_Mbps(x)      (IF_Kbps((x) * 1000))   /* megabits/sec. */
                         ^
/usr/include/net/if.h:182:22: note: expanded from macro 'IF_Kbps'
#define IF_Kbps(x)      ((uintmax_t)(x) * 1000) /* kilobits/sec. */
                          ^
lowlevel_c.c:996:72: error: use of undeclared identifier 'uintmax_t'
/usr/include/net/if_media.h:662:28: note: expanded from macro 'IFM_BAUDRATE_DESCRIPTIONS'
        { IFM_ETHER | IFM_10G_LR,       IF_Gbps(10ULL) },               \
                                        ^
/usr/include/net/if.h:184:21: note: expanded from macro 'IF_Gbps'
#define IF_Gbps(x)      (IF_Mbps((x) * 1000))   /* gigabits/sec. */
                         ^
/usr/include/net/if.h:183:21: note: expanded from macro 'IF_Mbps'
#define IF_Mbps(x)      (IF_Kbps((x) * 1000))   /* megabits/sec. */
                         ^
/usr/include/net/if.h:182:22: note: expanded from macro 'IF_Kbps'
#define IF_Kbps(x)      ((uintmax_t)(x) * 1000) /* kilobits/sec. */
                          ^
lowlevel_c.c:996:72: error: use of undeclared identifier 'uintmax_t'
/usr/include/net/if_media.h:663:28: note: expanded from macro 'IFM_BAUDRATE_DESCRIPTIONS'
        { IFM_ETHER | IFM_10G_SR,       IF_Gbps(10ULL) },               \
                                        ^
/usr/include/net/if.h:184:21: note: expanded from macro 'IF_Gbps'
#define IF_Gbps(x)      (IF_Mbps((x) * 1000))   /* gigabits/sec. */
                         ^
/usr/include/net/if.h:183:21: note: expanded from macro 'IF_Mbps'
#define IF_Mbps(x)      (IF_Kbps((x) * 1000))   /* megabits/sec. */
                         ^
/usr/include/net/if.h:182:22: note: expanded from macro 'IF_Kbps'
#define IF_Kbps(x)      ((uintmax_t)(x) * 1000) /* kilobits/sec. */
                          ^
lowlevel_c.c:996:72: error: use of undeclared identifier 'uintmax_t'
/usr/include/net/if_media.h:664:29: note: expanded from macro 'IFM_BAUDRATE_DESCRIPTIONS'
        { IFM_ETHER | IFM_10G_CX4,      IF_Gbps(10ULL) },               \
                                        ^
/usr/include/net/if.h:184:21: note: expanded from macro 'IF_Gbps'
#define IF_Gbps(x)      (IF_Mbps((x) * 1000))   /* gigabits/sec. */
                         ^
/usr/include/net/if.h:183:21: note: expanded from macro 'IF_Mbps'
#define IF_Mbps(x)      (IF_Kbps((x) * 1000))   /* megabits/sec. */
                         ^
/usr/include/net/if.h:182:22: note: expanded from macro 'IF_Kbps'
#define IF_Kbps(x)      ((uintmax_t)(x) * 1000) /* kilobits/sec. */
                          ^
lowlevel_c.c:996:72: error: use of undeclared identifier 'uintmax_t'
/usr/include/net/if_media.h:665:29: note: expanded from macro 'IFM_BAUDRATE_DESCRIPTIONS'
        { IFM_ETHER | IFM_2500_SX,      IF_Mbps(2500ULL) },             \
                                        ^
/usr/include/net/if.h:183:21: note: expanded from macro 'IF_Mbps'
#define IF_Mbps(x)      (IF_Kbps((x) * 1000))   /* megabits/sec. */
                         ^
/usr/include/net/if.h:182:22: note: expanded from macro 'IF_Kbps'
#define IF_Kbps(x)      ((uintmax_t)(x) * 1000) /* kilobits/sec. */
                          ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
*** [lvrouted.opt] Error code 1

make[2]: stopped in /usr/ports/net/lvrouted/work/lvrouted-11479/src
1 error

make[2]: stopped in /usr/ports/net/lvrouted/work/lvrouted-11479/src
*** [all] Error code 2

make[1]: stopped in /usr/ports/net/lvrouted/work/lvrouted-11479
1 error

make[1]: stopped in /usr/ports/net/lvrouted/work/lvrouted-11479
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make: stopped in /usr/ports/net/lvrouted

comment:2 by lodewijk, 10 years ago

Resolution: fixed
Status: newclosed

dat is een hele oude versie. svn 12558 verhelpt dit volgens mij.

Note: See TracTickets for help on using tickets.