What |Removed |Added
----------------------------------------------------------------------------
Assignee|freebsd-ports-bugs@FreeBSD. |ti...@FreeBSD.org
|org |
--- Comment #5 from Tijl Coosemans <ti...@FreeBSD.org> ---
There are i386 packages at http://mirror.centos.org/altarch/7.2.1511/ I think you can just add this to MASTER_SITE_SUBDIR and then remove some of the
changes in the Mk diff.
bugzilla...@freebsd.org
unread,
Jul 16, 2016, 5:51:02 PM7/16/16
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
--- Comment #6 from Piotr Kubaj <pku...@anongoth.pl> ---
(In reply to Tijl Coosemans from comment #5)
I know about those. Thing is, I've already asked about including i386 support
on #freebsd on FreeNode and got the response that it's probably not worth it.
Do you still believe that we should include i386 c7 support even though i386 is
basically unsupported in c7 (they only officially support amd64)?
bugzilla...@freebsd.org
unread,
Jul 17, 2016, 10:57:29 AM7/17/16
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
What |Removed |Added
----------------------------------------------------------------------------
CC| |j...@getsomewhere.net
--- Comment #7 from Joe <j...@getsomewhere.net> ---
I'm not sure on your conversations on irc, but I think what you're likely to
find is a bunch of users wanting the 64bit linux installation with support for
32bit applications. This would add a few rpms which are both 32bit & 64bit,
such as the libstdc++. I know they ran into that in the c6.7-64bit
installation.
See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206943 as a reference to
that they even patched the c6-64 port for that.
I know for my purposes that I'd be using steamcmd, which is 32bit, and can
install a variety of 32bit and 64bit applications.
bugzilla...@freebsd.org
unread,
Jul 17, 2016, 11:46:14 AM7/17/16
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
--- Comment #8 from Tijl Coosemans <ti...@FreeBSD.org> ---
I would like to keep support for multiple archs, because at some point we may
want to add ARM support. i386 support seems easy to keep for now and according
to https://wiki.centos.org/SpecialInterestGroup/AltArch/i386 the packages are
built as part of the 64 bit build so they are at least semiofficial.
bugzilla...@freebsd.org
unread,
Jul 17, 2016, 12:31:03 PM7/17/16
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
--- Comment #9 from Piotr Kubaj <pku...@anongoth.pl> ---
I'd like to clarify on this issue. i386 packages are included in linux-c7
ports, so you will be able to run i386 binaries on amd64 (i386 packages are
already present in linux_base-c7 distinfo). What is not possible in this setup
is running i386 binaries on i386.
So yeah, you will be able to run Steam in this scenario. And who uses
exclusively i386 anyway nowadays?
bugzilla...@freebsd.org
unread,
Jul 17, 2016, 1:26:26 PM7/17/16
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
What |Removed |Added
----------------------------------------------------------------------------
CC| |b...@abinet.ru
--- Comment #10 from Ivan <b...@abinet.ru> ---
(In reply to Piotr Kubaj from comment #9)
Cheap vps hosters provide i386 FreeBSD, for example https://vds6.net/
bugzilla...@freebsd.org
unread,
Jul 17, 2016, 6:02:31 PM7/17/16
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
I was wondering why all of linux-c7-* ports fail to fetch because of
LINUX_RPM_ARCH. Turns out linux stuff is also defined in bsd.port.mk, which
this patch fixes.
bugzilla...@freebsd.org
unread,
Jul 19, 2016, 8:07:03 PM7/19/16
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
I added version checks to ensure that versions < 10.3 don't use linux-c7-*
ports. I've tested this port myself and started adding other linux-c7-* ports.
I currently consider this patch and shar of linux_base-c7 ready to commit
(although some stylistic corrections might be applied).
bugzilla...@freebsd.org
unread,
Jul 19, 2016, 8:08:16 PM7/19/16
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
There seems to be some strange bugs in distinfo parser. It only happens in
Poudriere, I can do "make package" just fine. Poudriere fails to download some
distfiles. This shar contains corrected distinfo files.
Tested with Poudriere builds for i386 and amd64.
bugzilla...@freebsd.org
unread,
Jul 23, 2016, 6:38:38 AM7/23/16
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
--- Comment #20 from Tijl Coosemans <ti...@FreeBSD.org> ---
I'm going to rework the Linux support a bit before adding c7, convert USE_LINUX
to USES=linux, simplify a few things etc.
bugzilla...@freebsd.org
unread,
Jul 23, 2016, 7:26:16 AM7/23/16
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
--- Comment #21 from Piotr Kubaj <pku...@anongoth.pl> ---
(In reply to Tijl Coosemans from comment #20)
How big are your changes? I'm not sure whether to further work on c7 ports, or
just wait until you commit your work. I don't want to finish linux-c7 only to
find out that I need to redo all the ports :)
bugzilla...@freebsd.org
unread,
Jul 23, 2016, 11:28:52 AM7/23/16
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
--- Comment #22 from Tijl Coosemans <ti...@FreeBSD.org> ---
(In reply to Piotr Kubaj from comment #21)
So far it's just s/USE_LINUX=c7/USES+=linux:c7/ and
s/USE_LINUX_APPS/USE_LINUX/.
bugzilla...@freebsd.org
unread,
Aug 4, 2016, 5:51:13 AM8/4/16
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
--- Comment #23 from Piotr Kubaj <pku...@anongoth.pl> ---
(In reply to Tijl Coosemans from comment #22)
Could you notify me when you're done with ports framework changes? I don't want
to correct my shars every couple of days.